/*   
Theme Name: defaults
Version: normet-smola
*/


@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* Common */
aside, nav, footer, header, section, main {
	display: block;
}
ul, ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
img, svg {
	max-width: 100%;
	height: auto;
}
address {
  font-style: normal;
}
* {
	padding: 0px;
	margin: 0px;
	border: none;
}
html {
    margin-top: 0!important;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
:focus,
:active {
outline: none;
}
a:focus,
a:active {
	outline: none;
}

body{
   overflow-x: hidden;
   overflow-y: visible !important;
   margin: 0;
   background: #222;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  color: #fff;
  line-height: 1.5715;
  padding-right: 0!important;
}


@media (min-width: 1200px){
.container {
  width: 90%;
    max-width: 1440px;
}
}
  .compensate-for-scrollbar {
    margin-right: 0px!important;
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}
 .first{
    order: 1;
}
 .second{
    order: 2;
}

 .mobile{
    display: none;
  }

#map{
  width: 100%;
  height: 460px;
}

/*typo*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    line-height: 1.1;
   color: #fff;
}
h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    margin-bottom: 30px;
}

h2 {
   font-weight:600;
    font-style: normal;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 30px;
}


h3 {
   font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 30px;
}
h4 {
 font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 30px;
}
h5 {
 font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 30px;
}
h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;

}
.hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6 {
      padding: 20px 0px 20px 0px;
    margin: 0!important;
  color: #fff;
}


.hentry h2 {
   font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
 
}


.hentry h3 {
   font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;

}
.hentry h4 {
 font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    
}
.hentry h5 {
 font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
   
}
.hentry h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
  
}


blockquote p{
font-style: italic;
}
blockquote {
 border-left: 4px solid #de3920;
    margin: 30px 0px;
    padding: 25px 35px 5px 35px;
    background: #2c2c2c;
    border-radius: 0px;
    position: relative;
}
b, strong {
    font-weight: 600;
}
p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    color: #fff;
}
.hentry p{
    font-size: 15px;
   
}

a {
   color: #fff;
   text-decoration: none;
   transition: all 0.2s;
}
a:hover, a:active, a:focus {
  color: #DE3920;
 text-decoration: none;
  transition: all 0.2s;
}

/* =WordPress Core */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/*breadcrumbs*/

p#breadcrumbs{
 margin-bottom: 0;
    padding: 0px 0px 20px 0px;
    display: flex;
    align-items: center;
    align-content: center;
    color: #ffffff;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    justify-content: center;
    text-transform: none;
}
p#breadcrumbs a{
  color: #fff;
  text-decoration:  none;
}
p#breadcrumbs .mdi{
  color: #fff;
    margin: 0 3px;
    font-size: 16px;
    line-height: 10px;
    height: 10px;
}
p#breadcrumbs span{
}

.breadcrumb_last{
  color: #de3920;
}

/*Table*/

.wp-block-table td, .wp-block-table th {
     border: 1px solid #E0E4EB;
    padding: 0.5em;
}
.wp-block-table table {
    border-collapse: inherit;
    width: 100%;
}
.wp-block-table thead {
    border-bottom: 0;
}
.wp-block-table td, .wp-block-table th {
      border: 1px solid #E0E4EB;
    padding: 0.5em;
}

.table td, .table th {
   
    border-top: 0;
}

table {
   
   border-collapse: separate;
   border-spacing: 0;
   background: transparent;
   width: 100%;
   color: #fff;
   margin: 30px 0px;
  -webkit-border-radius:0px;
  -khtml-border-radius:0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
}
table td, table th {
   padding: 16px 30px!important;
      border: 1px solid #ffffff05;
}
table tbody{
  background: #222;
}
table tbody td {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  text-align: left;
  color: #fff;
}
table thead tr{
border-bottom: 0px solid #67656524;
}
table thead {
     background: #ffffff;
}
table thead th {
  font-weight: 600;
font-size: 15px;
line-height: 24px;
text-align: left;
color: #fff;
}
table thead tr th:first-child {
  border-radius: 0px 0px 0px 0px;
  border: 0!important;
}
table thead tr th:last-child {
  border-radius: 0px 0px 0px 0px;
  border: 0!important;
}
table thead th {
  border-right: 0px solid #c7cbc5; 
  border-left: 0px solid #c7cbc5;
  border-top: 0;
  border-bottom: 0;
}
table tbody tr:last-child{
  border-radius:0 0 0px 0px;
 
}
table tbody tr:last-child td:first-child{
  border-radius:0 0 0 0px;
}
table tbody tr:last-child td:last-child{
  border-radius:0 0 0px 0;
}
table tr:nth-child(even) {
        background: #222222;
  
}
table tr:nth-child(odd) {
        background: #1e1e1e;
   
}
table tr:nth-child(1) {
         background: #1e1e1e;
    color: #fff;
}
table tr:nth-child(1) td{
     font-weight: 600;
    color: #fff;
}

/*lists*/

.hentry ul {
    list-style: none;
    padding-left: 20px !important;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 0px;
}
.hentry ul li {
     position: relative;
    padding: 0px 0 5px 0px;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
    color: #fff;
}
.hentry ul li:before {
      content: "";
    position: absolute;
    left: -20px;
    top: 10px;
    background: #DE3920;
    width: 4px;
    height: 4px;
    border-radius: 20px;
}
.hentry ol, .cat-description ol  {
    list-style: none;
    padding: 0;
    margin: 20px 0px 20px 0px;
    counter-reset: item;
}
.hentry ol li, .cat-description ol li {

    display: table;
    position: relative;
    padding: 0px 0 5px 0px;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
    color: #fff;
}
.hentry ol li:before, .cat-description ol li:before {
       content: counter(item)".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 18px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    text-align: center;
    height: 20px;
    padding-top: 0px;
    padding-left: 3px;
    line-height: 24px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-weight: 400;
    margin-right: 8px;
    font-size: 18px;
    color: #DE3920;
}

/*btn*/

.btn {
 display: inline-flex;
    padding: 16px 20px;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 110%;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    letter-spacing: 0;
    transition: all 0.2s;
    width: auto;
    border-radius: 6px;
       align-items: center;
    justify-content: center;
}
.btn-primary {
 background: #DE3920;
  border: 0;
  color: #fff;

}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary.active, .btn-primary:active {
     background: #fff;
    border: 0;
    transition: all 0.2s;
    box-shadow: none;
   color: #000;
}
.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled]:hover{
  opacity: 1;
   background: #DE3920;
  transition: all 0.2s;
   color: #fff;
}
.wpcf7-form-control.btn{
  display: block;
}
.btn img{
     margin-top: 3px;
    margin-left: 6px;
}

/*pagination*/

.pagination {
 display: flex;
    padding-left: 0;
    margin: 40px auto 60px auto;
    border-radius: 6px;
    padding: 0px 0px 0px 0px;
    background: transparent;
    text-align: center;
   align-items: center;
  justify-content: center;
}


.pagination .page-numbers{
     display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers:first-child{
    margin-left: 0;
    border-radius: 46px;
}

.pagination .page-numbers:last-child{
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px;
}

.pagination .current, .pagination .current:focus, .pagination .current:hover{
    background-color: #f5f5f5!important;
    border-color: #e0e0e0!important;
}

.pagination .page-numbers:focus, .pagination .page-numbers:hover{
    z-index: 2;
    color: #000;
    background-color: #eee;
    border-color: #ddd;
  text-decoration: none;
}

.pagination .page-numbers{
    position: relative;
    float: left;
    padding: 10px 0px;
    font-weight: 700;
}

.pagination .page-numbers {
       margin-left: 5px;
    text-align: center;
    width: 46px;
    height: 46px;
    background-color: #fff0;
    border-radius: 46px;
    border: 1px solid #d8d8d8;
       color: #67781c;
}

/*nav*/

.navbar-nav {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: flex-start;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}
span.caret{
  line-height: 0px;
  color: #fff;
}
span.caret {
 transition: all 0.3s;
  color: #fff;
}
   .navbar {
    padding: 0;
}
.navbar-nav li:hover span.caret{
  transform: rotate(180deg);
  transition: all 0.3s;
}
.navbar-nav li:hover + span.caret{
  transform: rotate(180deg);
   transition: all 0.3s;
}
li.menu-item-has-children a{

  display: flex;
  gap: 4px;
}
.navbar-nav li {
    transition: all 0.3s;
}
.navbar-nav>li>a {
  padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0;
    display: flex;
    font-weight: 300;
    position: relative;
    font-style: normal;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    align-content: center;
    align-items: center;
    text-transform: none;
}
.navbar-nav>li>a:before {
   display: none;
}
.navbar-nav>li:last-child a:before {
  display: none;
}
.navbar-nav>li:last-child a {
  margin-right: 0px;
}
li.current-menu-item a{
    color: #DE3920;
}
li.current-menu-parent a{
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a:active{
   text-decoration: none;
    color: #DE3920;
}
.dropdown-menu {
    width: 280px;
    position: absolute;
    top: 100%;
    left: 0%;
    display: none;
    float: left;
    min-width: 10rem;
    padding:10px 0px 5px 5px;
    margin: 0;
    color: #fff;
    text-align: left;
    list-style: none;
    transition: all 0.3s;
    box-shadow: none;
    border-radius:0px;
    border: 1px solid #E1EBDA;
    background: #FFF;
}
.dropdown-menu li:hover {
    transition: all 0.3s;
    color: #000;
}
.dropdown-menu li a {
     transition: all 0.3s;
    color: #1C282E;
    font-size: 16px;
   padding: 0px 20px 10px 20px;
    border-radius: 0px;
    width: 100%;
    display: block;
    font-weight: 400;
}
.dropdown-menu li a:hover {
  text-decoration: none!important;
  color: #1C282E;
    opacity:1;
}
.dropdown-menu li:hover a{
  text-decoration: none!important;
  color: #1C282E;
}
.dropdown-menu  li {
    transition: all 0.3s;
  padding: 0px;
  border-radius: 0px;
}
.dropdown-menu  li.current-menu-item a{
       text-decoration: none;
     color: #1C282E;
    box-shadow: none;
}
.dropdown-menu  li.current-menu-item a:hover{
       text-decoration: none;
     color: #1C282E;
}

/*modal*/

.modal-body {
       position: relative;
    padding: 38px;
    border-radius: 0;
    background: #2e2e2e;
  box-shadow: 20px -20px 20px #0c0c0c30, -20px 20px 20px #1c1c1c4a;
}
.modal-dialog {
     max-width: 480px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.modal-content {
    box-shadow: none;
    border-radius: 0px;
    border: 0;
}
.modal-title {
   margin-bottom: 22px;
    text-align: left;
   color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  
}
.modal-subtitle {
color: #ccc;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
 margin-bottom: 20px;
}
.modal-body .btn{
  width: 100%;
    display: block;
}
.modal-body .mdi{
    display: block;
    color: #de3920;
    font-size: 40px;
    margin-top: -10px;
}

.close {
   font-size: 46px;
    font-weight: 300;
    line-height: 22px;
    color:#DFE9FF;
    background: #f7f3f300!important;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    z-index: 999;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
    right: 0;
    transition: all 0.2s;
      display: block!important;
}
.close:hover {
   color: #878EA0;
   transition: all 0.2s;
}
.modal {
    z-index: 99999;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.modal-open {
    padding-right: 0px !important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: visible;
    background: linear-gradient(#4c4c4cba 0%, #000000 100%);
    backdrop-filter: blur(3px);
    padding-right: 0!important;
}

/*form, CF7*/

p.accept{
 color: #fff;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 18.2px */
}
p.accept a{
color: #DE3920;
}
p.accept label{
 color: #fff;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 18.2px */
}
.f1{
padding: 14px 27px;
    text-transform: none;
    letter-spacing: 0px;
    box-shadow: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    transition: all 0.3s;
    position: relative;
    color: #c1c1c1;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 40px;
    border: 1px solid #d1d1d13d;
    background: #ffffff0f;
  
}
textarea {
  width: 100%;
   border-radius: 20px!important;
}
.f1:focus, textarea:focus {
 border: 1px solid #fff;
   outline: none;
   transition: all 0.2s;
   box-shadow: none;
}

.form_row{
     display: flex;
    align-items: flex-start;
    gap: 32px;
    justify-content: space-between;
}

.wpcf7-not-valid-tip {
  right: 10px;
    color: #d94445;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding-left: 20px;
    margin-top: 0;
    position: absolute;
    top: -5px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: #d94445;
}
.wpcf7 form.sent .wpcf7-response-output {

    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0em 0em;
    text-align: center;
    padding: 0;
    border: 0px solid #ffffff;
    font-size: 14px;
      color: #a2accf;
    width: 100%;
}
.wpcf7-not-valid, .modal-body .wpcf7-not-valid{
       border: 1px solid #de3920;
}
input::-ms-clear {
	display: none;
}

[type=reset]{
       margin-top: 13px;
    color: #7C7C7C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration-line: underline;
    background: transparent;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#c1c1c1!important; opacity:1; }
input::-moz-placeholder, textarea::-moz-placeholder {color:#c1c1c1; opacity:1; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { opacity:0; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { opacity:0; }
textarea { overflow:auto;  }


button, input[type="submit"] {
    cursor: pointer;
}
input:focus, input:active,
button:focus, button:active {
    outline: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
label {
	cursor: pointer;
  display: block;
  color: #737D92;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.wpcf7-form .label{
      background: #fff;
    bottom: -10px;
    left: 20px;
    z-index: 9;
    padding: 0px 5px;
    position: relative;
    display: table-cell;
}
.label {
	cursor: pointer;
  display: block;
  color: #737D92;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.policy {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    align-content: center;
  margin-top: 10px;
}

.policy .checkbox {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    position: relative;
    border: 0px solid #414141;
    width: 25px;
    background: #de3920;
    height: 25px;
    margin-top: 0px;
    border-radius: 6px;
}
.policy .checkbox span.wpcf7-form-control-wrap {
    margin-bottom: 0;
    height: auto;
}
.wpcf7-form-control-wrap {
    position: relative;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
label {
    margin-bottom: 0;
}
label {
    display: inline-block;
   
}

.policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: block;
    z-index: 1000;
}

.policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
    background-color: #fff;
}
.policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 0 !important;
    color: transparent;
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: " ";
}
.policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
    display: block;
}

.policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 0px;
    margin: auto;
    width: 8px;
    height: 16px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.policy .text p {
         color: #b1b1b1!important;
    font-size: 13px!important;
    line-height: 16px!important;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400;
}
.policy .text p a{
        color: #b1b1b1;
}
.wpcf7-spinner {
    position: absolute;
}

legend {
	display: block;
}
figcaption {text-align: center; font-size: 12px; font-style: italic; padding-left: 30%;}
.wp-block-gallery {margin: 20px auto;}
pre {color: #bbb;}
code {width: 90%; margin: 0 auto; display: block; background: rgba(255,255,255, 0.1); padding: 1rem;}

/*component*/

.totop {
     position: fixed;
    bottom: 20px;
    right: 30px;
    height: 50px;
    width: 50px;
    display: flex;
    color: #ffffff;
    font-size: 35px;
    cursor: pointer;
    transition: all 0.2s;
    border: 2px solid #de3920;
    background: #de3920;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    z-index: 99;
    opacity: 0;
}
.totop.status {
  opacity: 1;
}
.totop:hover {
  opacity: 0.8;
  transition: all 0.2s;
}
.scrolltop {
    opacity: 0;
    transition: all 0.2s;
}

.social{
   display: flex;
    gap: 13px;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
}
.social a{
display: flex;
    width: 40px;
    height: 40px;
    background: #de3920;
    border-radius: 100px;
    justify-content: center;
    transition: all 0.2s;
    align-items: center;
    color: #fff;
    border: 2px solid #de3920;
    font-size: 20px;
}
.social a:hover{
  background: transparent;
  transition: all 0.2s;
   color: #fff;
  opacity: 1;
}
.social a:focus{
  background: transparent;
  transition: all 0.2s;
   color: #fff;
  opacity: 1;
}
.error404 h1 {
    font-size: 142px;
    color: #de3920;
}

.header_scroll{
    z-index: -9999;
    opacity: 0;
    height: 0;
    top: 0;
    left: 0;
    visibility: hidden;
        background: rgb(41 41 41);
    border-bottom: 0px solid #aeaeae;
    backdrop-filter: blur(20px);
   
}

.scroll{
  position: fixed;
  width: 100%;
  z-index: 9999;
  opacity: 1!important;
 animation: stickup .7s ease-out;
  height: auto;
   visibility: visible;
  padding-top: 0px;
}
@keyframes stickup {
0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}

.header_scroll .logo_container img {
    max-width: 160px;
}


.header_scroll .navbar-nav>li>a {
    font-size: 15px;
}
.header_scroll .navbar-nav {
    justify-content: flex-end;
}
.header_scroll .header_container {
    padding: 10px 0px 10px 0px!important;
}

.header_scroll .instrument_container a.phone {
   display: none;
}
.header_scroll .instrument_container p {
   display: none;
}
.header_scroll .instrument_container a.callback {
   display: none;
}

.header_scroll .instrument_container a.email {
    font-size: 14px;
}
.header_scroll .instrument_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

/*mobile menu*/

.mobile_instrument_container{
      display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  font-size: 20px;
}


/*sitemap*/

.sitemap{
  margin-top: 80px;
 column-count: 3;
}
.sitemap a{
 display: block;
    margin-bottom: 5px;
    font-size: 16px;
}
.sitemap h2 {
   font-size: 22px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0;
}

.sitemap li {
 list-style: none;
}
.sitemap br {
 display: none;
}

/*header*/

header {
  
    background-size: cover;
    background-position: top center;
    width: 100%;
    padding-bottom: 0px;
    z-index: 9;
    position: relative;
}
.header_container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px 40px 0px;
  align-content: center;
}

header .logo_container img{
  max-width:220px;
}
.logo_container{
      display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
.instrument_container{
      display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.instrument_container p{
    margin-bottom: 0;
    color: #474d52;
    font-weight: 700;
    letter-spacing: .01em;
    text-transform: uppercase;
      font-size: 25px;
}
.instrument_container a.phone{
   font-size: 22px;
    font-weight: 300;
    color: #ffe14e;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}
 .instrument_container a.email{
        font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}
 .instrument_container a.email .mdi{
      font-size: 22px;
    font-weight: 400;
      color: #de3920;
    line-height: 100%;
}
 .instrument_container a.callback{
  color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px dotted #ccc;
}


/*footer*/

footer{
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 20px;
    background: #181818;
    position: relative;
}
footer .overlay{
     position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #161616e0 1%, #040404 81%);
    z-index: 1;
}
footer .container{
    z-index: 2;
    position: relative;
}

.home footer{
    padding-top: 120px;
}
footer:before{
  position: absolute;
  content:'';
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
} 
footer .logo-footer {
    max-width: 200px;
}
.footer_container{
  display: flex;
  gap: 80px;
}
.footer_container .footer-1{
 width: 25%;
}
.footer_container .footer-2{
    width: 25%;
    margin-left: 20px;
}
.footer_container .footer-3{
 width: 20%;
}
.footer_container .footer-4{
 width: 30%;
}

.widgettitle{
     color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 30px;
}

footer li.menu-item a{
    letter-spacing: 0;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    line-height: 180%;
    padding-bottom: 5px;
    display: block;
    text-decoration: none;
}

footer p{
color: #c5c7cc;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

footer a{
  color: #c5c7cc;
  text-decoration: none;
}
footer a:hover, footer a:focus, footer a:active{
  color: #FFF;
  opacity: 0.6;
}

footer .widget_nav_menu{
  
}

.widget.widget_text{
  margin-bottom: 30px;
}

footer .logo{
  margin-top: 30px;
}

footer .logo_container {
    margin-bottom: 30px;
}

.footer_text{
   font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 35px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.footer_text a{
text-decoration: none;
    color: #fff;
    
}
.footer_text .mdi{
font-size: 18px;
  color: #de3920;
    
}
.copyright {
    margin-top: 40px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border-top: 1px solid #cccccc3b;
}
.copyright a{
text-decoration:none;
}


/*img*/

.img-radius{
  border-radius: 16px;
}
.block-radius{
  border-radius: 16px;
}

section.page_section{
  padding: 80px 0px;
}
.page-template-default article{
  padding: 0px 0px;
}


/*tabs*/

.tabs {
       margin: 0px 0px 40px 0px;
}
.tabs__caption {
display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    list-style: none;
    position: relative;
    justify-content: flex-start;
    flex-direction: row;
    gap: 40px;
    margin: 0;
    border-bottom: 1px solid #ffffff2e;
}

.tabs__caption li {
    padding: 14px 25px!important;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    text-align: center;
    border-radius: 0px;
    background: transparent;
    width: auto;
  
}
.tabs__caption li:before {
  display: none;
}

.tabs__caption li:not(.active) {
  cursor: pointer;
}
.tabs__caption li:not(.active):hover {
 background: transparent;
  color: #de3920;
}

.tabs__caption .active {
    background: transparent;
    color: #de3920;
    position: relative;
}
.tabs__caption li.active:after {
    position: absolute;
    content: '';
  left: 0;
  bottom: 0;
    background: #de3920;
    width: 100%;
    height: 1px;
}

.tabs__content {
  display: none;
  padding: 30px 0px;
}
.tabs__content.active {
  display: block;
}

.size20{
  font-size: 20px!important;
}


/*home*/

.home section{
  padding: 60px 0px;
}

.offer_index {
       position: relative;
    height: 100%;
    margin-bottom: 0px;
    width: 100%;
    background-size: cover!important;
    background-position: top center!important;
    background-attachment: fixed!important;
}
.home .offer_index {
    margin-bottom: 60px;
   
}
.home .offer_index .title_container .fire {
    position: absolute;
    width: 400px;
    height: 494px;
    bottom: 45px;
    right: 0px;
    opacity: 0.3;
    z-index: 9;
}
.home .offer_index .title_container .fire img{
    width: 100%;
}
.offer_index .overlay{
  position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #14141499 1%, #04040473 81%);
    z-index: 1;
}
.offer_index .policy .text p {
    color: #ffffff!important;
}
.offer_index .policy .text p a{
    color: #ffffff!important;
}
.img-offer{
  height: 390px;
    width: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0px solid #DE3920;
    padding: 0px;
  display: none;
}
.img-offer img {
    transition: 0.5s ease-in-out;
}

video {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.video-bg {
	opacity: 0;
    -moz-animation: fade-in 3s ease-in forwards; /* Firefox */
    -webkit-animation: fade-in 3s ease-in forwards; /* Safari and Chrome */
    -o-animation: fade-in 3s ease-in forwards; /* Opera */
    animation: fade-in 3s ease-in forwards;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
	}

@keyframes fade-in {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fade-in { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fade-in { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fade-in { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.img_banner{
   position: absolute;
   object-fit: cover;
   object-position: top;
   height: 100%;
   width: 100%;
  filter: opacity(100%);
}

.zoom {
   animation:20s scale infinite linear;
}

@keyframes scale{
0%{
    transform: scale(0,0.0,0);
}
50%{
    transform: scale(1.1);
}
100%{
    transform: scale(0,0.0,0);
}
}


.home .offer_index .title_container {
  
      padding-bottom: 160px;
    padding-top: 80px;
}
.offer_index .title_container {
    position: relative;
    height: 100%;
    padding-bottom: 100px;
    padding-top: 40px;
    z-index: 1;
}

.offer_index h1, .title_h1{
      color: #FFF;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    line-height: 140%;
    font-size: 45px;
    margin-bottom: 10px;
}
.home .offer_index h1{
        font-size: 50px;
    margin-bottom: 35px;
}

.offer_index p:nth-child(1){
     color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 110%;
    font-size: 14px;
}

.offer_index p{
      color: #FFF;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    font-size: 16px;
}

.offer_index .form_block {
       margin-top: 40px;
    display: flex;
    gap: 40px;
    align-items: center;
}

.offer_index .f1 {
    padding: 18.9px 27px;
    color: #fff;
    border: 1px solid #f7d118;
    background: #ffffff00;
}
.offer_index input::-webkit-input-placeholder{color:#fff!important; opacity:1; }
.offer_index input::-moz-placeholder {color:#fff; opacity:1; }
.offer_index input:focus::-webkit-input-placeholder{ opacity:0; }
.offer_index input:focus::-moz-placeholder { opacity:0; }

.pilsing {
    position: relative;
    z-index: 100;
    width: 40px;
    height: 40px;
    left: 0%;
    top: 0%;
    margin: 0px 0 0 0px;
}
.pilsing:before {
 position: absolute;
    content: '\f3f2';
    font-family: Material Design Icons;
    font-size: 15px;
    left: 7px;
    top: 7px;
    color: #de3920;
    background: #fff;
    border-radius: 100px;
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
}
.pilsing div:nth-child(1) {

    animation: pulses 2s infinite;
    -webkit-animation: pulses 2s infinite;
    -moz-animation: pulses 2s infinite;
    -o-animation: pulses 2s infinite;
}
.pilsing div:nth-child(2) {

    animation: pulses 2s infinite .3s;
    -webkit-animation: pulses 2s infinite .3s;
    -moz-animation: pulses 2s infinite .3s;
    -o-animation: pulses 2s infinite .3s;
}
.pilsing div {
    border-radius: 50%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;

}@keyframes pulses{
    0%{
        transform:scale(.1);
        -moz-transform:scale(.1);
        -webkit-transform:scale(.1);
        -o-transform:scale(.1);
        -ms-transform:scale(.1);
        opacity:0
    }
    50%{
        opacity:.4
    }
    100%{
        transform:scale(1.6);
        -moz-transform:scale(1.6);
        -webkit-transform:scale(1.6);
        -o-transform:scale(1.6);
        -ms-transform:scale(1.6);
        opacity:0
    }
}
@-webkit-keyframes pulses{
    0%{
        transform:scale(.1);
        -moz-transform:scale(.1);
        -webkit-transform:scale(.1);
        -o-transform:scale(.1);
        -ms-transform:scale(.1);
        opacity:0
    }
    50%{
        opacity:.4
    }
    100%{
        transform:scale(1.6);
        -moz-transform:scale(1.6);
        -webkit-transform:scale(1.6);
        -o-transform:scale(1.6);
        -ms-transform:scale(1.6);
        opacity:0
    }
}
@-moz-keyframes pulses{
    0%{
        transform:scale(.1);
        -moz-transform:scale(.1);
        -webkit-transform:scale(.1);
        -o-transform:scale(.1);
        -ms-transform:scale(.1);
        opacity:0
    }
    50%{
        opacity:.4
    }
    100%{
        transform:scale(1.6);
        -moz-transform:scale(1.6);
        -webkit-transform:scale(1.6);
        -o-transform:scale(1.6);
        -ms-transform:scale(1.6);
        opacity:0
    }
}
@-o-keyframes pulses{
    0%{
        transform:scale(.1);
        -moz-transform:scale(.1);
        -webkit-transform:scale(.1);
        -o-transform:scale(.1);
        -ms-transform:scale(.1);
        opacity:0
    }
    50%{
        opacity:.4
    }
    100%{
        transform:scale(1.6);
        -moz-transform:scale(1.6);
        -webkit-transform:scale(1.6);
        -o-transform:scale(1.6);
        -ms-transform:scale(1.6);
        opacity:0
    }
}

.form_wrapper{
      display: flex;
    gap: 20px;
}
.about_text{
  height: 100%;
}

.about_text2
{
  padding-top: 40px;
   height: 100%;
}
.about_text h6,
.about_text2 h6
{
   color: #de3920;
}
.about_text p,
.about_text2 p
{
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0px;
}
.about_text2 img
{
  margin-bottom: 30px;
  border-radius: 6px;
}


.about_text ul li,
.about_text2 ul li
{
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0px;
    padding: 0px 0px 10px 20px;
  position: relative;
}

.about_text ul li:before,
.about_text2 ul li:before
{
       content: "";
    position: absolute;
    left: 5px;
    top: 7px;
    background: #de3920;
    width: 6px;
    height: 6px;
    border-radius: 20px;
}

.about_text2 img{

  filter: grayscale(0.6);
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
    min-height: 450px;
}
.about_text img{
 filter: grayscale(0.6);
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
    min-height: 450px;
}


.number_block{
  margin-top: 0px;
  margin-bottom: 0px;
}
.home .number_block{
  margin-top: 40px;
  margin-bottom: 40px;
}

.number {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.number .item {
       display: flex;
    align-items: center;
    gap: 10px;
    width: 25%;
    flex-direction: column;
    flex-wrap: wrap;
}

.number .item .num{
  width: 120px;
    height: 120px;
    border: 2px dashed #de3920;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
    font-size: 30px;
    font-weight: 700;
}
.number .item .title{
      font-size: 25px;
    color: #de3920;
    font-weight: 500;
}
.number .item .text{
      font-size: 16px;
    color: #ccc;
}

.about_num{
 background: #1e1e1e;
    padding: 60px;
    margin: 60px 0px;
}

section.bg_fon{
    position: relative;
  padding: 80px 0px;
  margin: 60px 0px;
}
.bg_fon .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(39 39 40 / 58%);
    z-index: 1;
}
section.bg_fon .container{
 position: relative;
 z-index: 2;
}

section.bg_dark{
      background: #2c2c2c;
  position: relative;
      background-size: cover!important;
    background-position: top center!important;
      background-attachment: fixed!important;
}
section.bg_dark .overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(34 34 34 / 91%);
    z-index: 1;
}
section.bg_dark .container{

    z-index: 2;
}
p.prefix_title{
   font-weight: 700;
    font-style: normal;
    color: #de3920;
    font-size: 22px;
    line-height: 2.2;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.bg_fon{
  background-size: cover!important;
  background-attachment: fixed!important;
}

#feature{
     position: relative;
    margin-top: -130px;
    z-index: 1;
}

#feature .feature_wrap{
 display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;

}
#feature .feature_wrap .item{
        width: calc(100% / 3 - 5px);
    margin-bottom: 0px;
    background: #2c2d2e;
    padding: 40px;
   transition: all 0.3s;
}
#feature .feature_wrap .item a{
     
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  transition: all 0.3s;
}

#feature .feature_wrap .item .icon{
 display: flex;
    height: 50px;
    width: 50px;
    background: #de3920;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
   transition: all 0.3s;
}
#feature .feature_wrap .item p.title{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
  color:#fff;
}
#feature .feature_wrap .item p{
margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}
 #feature .feature_wrap .item p.more {
    font-weight: 300;
   transition: all 0.3s;
}

 #feature .feature_wrap .item p.more span{
    color: #de3920;
   transition: all 0.3s;
}

#feature .feature_wrap .item:hover{
  background: #de3920;
  transition: all 0.3s;
  cursor: pointer;
}
#feature .feature_wrap .item:hover .icon{
  background: #fff;
  transition: all 0.3s;
  color: #de3920;
}

#feature .feature_wrap .item:hover p{
 color: #fff;
  transition: all 0.3s;
}


#feature .feature_wrap .item:hover p.more span{
     transform: rotate(180deg);
     transition: all 0.3s;
  color: #fff;
}

/*category*/

.product_container{
      display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  gap: 30px 0px;
   margin-top: 60px;
}

.category_description{
  margin-top: 60px;
}

.category_description p,
.category_description ul li,
.category_description ol li
{
color: #c3c3c3;
}

.product_item{
 padding: 0px;
    transition: all 0.3s;
      border: 1px solid #cccccc0f;
      border-radius: 0px 0px 0px 0px;
}

.product_item .img{
     margin-bottom: 0px;
    width: 100%;
    height: 270px;
    background: #ccc;
    position: relative;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_item .img img{
    height: 100%;
    max-height: 270px;
}
.product_item h2, .product_item h3{
font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
  margin-bottom: 20px;
}
.product_item p{
     font-weight: 300;
    font-style: normal;
    color: #a1a0a0;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0px;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.product_item .price_block{
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}
.product_item .price_block .cost{
   font-size: 20px;
   font-weight: 300;
  color: #fff;
}
.product_item .price_block .cost span{
 color: #ccc;
}
.product_item .price_block .add_to_cart{
    width: 40%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_item .content{
padding: 30px;
}

.catalog_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
}
.home .catalog_block{
  margin-top: 30px;
}

.catalog_block .product_item{
width: calc(100% / 3 - 30px);
    margin-bottom: 0px;
    background-color: #2e2e2e;
}
.catalog_block .product_item h2{
    font-size: 18px;
      font-weight: 400;
}
.catalog_block .product_item h2 span.count{
    font-weight: 300;
    font-size: 15px;
      color: #de3920;
}

.product_item .img{
  position: relative;
}
.product_item .img .more_icon{
 width: 50px;
    height: 50px;
       color: #ffffff;
    background: #de3920;
    font-size: 24px;
    display: flex;
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 1;
    border-radius: 0px 0px 0px 10px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 1px 1px 20px #68636326;
  opacity: 0;
}

.product_item:hover .more_icon{
  opacity: 1;
    transition: all 0.3s;
}

.product_item .img .overlay{
 position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s;
    background: linear-gradient(to bottom, #060606b8 1%, #0c0c0ca6 81%);
    z-index: 1;
    opacity: 0;
}
.product_item:hover .img .overlay{
  opacity: 1;
    transition: all 0.3s;
}

a.more_block{
     border-bottom: 1px #999999 dotted;
    font-size: 14px;
    color: #787878;
}
.product_item .sale{
  position: absolute;
    top: 5%;
    left: 0%;
    width: 80px;
    height: 26px;
    color: white;
    font-size: 14px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    background-color: #de3920;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-content-cart-catalog__page .sale{
  height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #de3920;
}

.product_item .bage_sale {
   position: absolute;
    top: 15px;
    right: 0;
    border-radius: 20px 0px 0px 20px;
    padding: 0px 5px 0px 15px;
    color: white;
    height: 26px;
    font-size: 14px;
    background-color: #61606e;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*project*/

.fg-project-container {
    margin-top: 0px;
    margin-bottom: 0px;
}
.home .fg-project-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.fg-project-container{
display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
}

.fg-single-project {
    width: calc(100% / 3 - 40px);
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.fg-project-image {
     height: 100%;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    width: 100%;
}
.fg-single-project:hover .fg-project-image {
    transform: scale(1.01);
}

.fg-single-project-overlay-container {
  height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 0%;
    display: flex;
    justify-content: center;
    align-items: end;
    background-color: #080808ba;
    padding-bottom: 30px;
    transition: 0.4s ease-in-out;
    opacity: 0;
}
.fg-single-project-overlay {
   height: 124px;
    width: 310px;
    background-color: #de3920;
    border-radius: 5px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.position-relative {
    position: relative!important;
}
.fg-project-overlay-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fg-project-overlay-icon i {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: white;
    color: #ff4a17;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(0% - 25px);
}
.fg-single-project-overlay p {
  font-size: 22px;
    font-weight: 400;
    padding-top: 30px;
    margin-bottom: 0;
}
.fg-single-project-overlay span {
    font-size: 17px;
}
.fg-single-project:hover .fg-single-project-overlay-container {
    opacity: 1;
}

.bg_abstract {
  position: relative;
}

.abstract_1:before{
 position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    border-radius: 200px;
    background: #32323221;
    z-index: -1;
    left: -100px;
    top: -100px;
}
.abstract_1:after{
position: absolute;
    content: '';
    width: 260px;
    height: 260px;
    border-radius: 280px;
    background: #32323252;
     z-index: -1;
    left: -80px;
    top: -80px;
}

.abstract_2:before{
 position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    border-radius: 200px;
    background: #32323221;
    z-index: 0;
    right: -100px;
   bottom: -100px;
}
.abstract_2:after{
 position: absolute;
    content: '';
    width: 280px;
    height: 280px;
    border-radius: 280px;
   background: #32323252;
    z-index: 0;
    right: -100px;
   bottom: -100px;
}

/*services*/

.services_item .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.child_category .services_item .img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}


    p.more span{
     transition: all 0.3s;
    color: #de3920;
}
 p.more{
     transition: all 0.3s;

}
.services_item .icon {
    display: flex;
    height: 50px;
    width: 50px;
    background: #de3920;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transition: all 0.3s;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
.services_item:hover .icon {
   transition: all 0.3s;
   background: #222;
  color:#fff;
}
.services_item:hover p.more {
   transition: all 0.3s;
 color: #de3920;;
}

/*blog*/

.news_block{
padding-bottom: 90px!important;
}
.news_container {
      margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
      gap: 30px;
}
.home .news_container {
      margin-top: 30px;
}
.news_container .news_item{
width: calc(100% / 3 - 20px);
}
.news_item h3, .news_item h2{
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-bottom: 10px;
  padding: 0;
}
.news_item .img{
  width: 100%;
  height: 270px;
  margin-bottom: 0px;
  overflow: hidden;
    position: relative;
}
.news_item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.news_itemr .item:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.6s;
}
.news_item .content{
  margin: -60px 2% 0px 2%;
    padding: 30px;
      background: #2e2e2e;
    max-width: 96%;
    z-index: 1;
    position: relative;
    box-shadow: -5px 20px 20px #222222, 15px 20px 20px #222222;
    transition: 0.6s ease-in-out;
}
.news_item:hover .img img{
    transform: scale(1.1);
    transition: 0.6s ease-in-out;
}
.news_item .data {
    color: #9d9d9d;
    font-size: 13px;
    margin: 0px 0px 12px 0px;
}
.data{
    font-weight: 400;
    font-style: normal;
    color: #959595;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0px;
    margin: 20px 0px 20px 0px;
}
.news_item .excerpt {
    font-weight: 400;
    font-style: normal;
    color: #959595;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0px;
  margin-top: 20px;
}
.fg-blog-image-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
       background-color: rgb(222 57 32 / 75%);
    transition: 0.5s ease-in-out;
    opacity: 0;
}
.news_item:hover .fg-blog-image-overlay {
    opacity: 1;
}
.abstract_3:before{
 position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    border-radius: 200px;
    background: #32323221;
    z-index: -1;
    right: -120px;
    top: -120px;
}
.abstract_3:after{
position: absolute;
    content: '';
    width: 260px;
    height: 260px;
    border-radius: 280px;
    background: #32323252;
     z-index: -1;
    right: -100px;
    top: -100px;
}
.abstract_4:before{
 position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    border-radius: 200px;
    background: #32323221;
    z-index: 0;
    left: -100px;
   bottom: -100px;
}
.abstract_4:after{
 position: absolute;
    content: '';
    width: 260px;
    height: 260px;
    border-radius: 280px;
   background: #32323252;
    z-index: 0;
      left: -80px;
    bottom: -80px;
}

/*form footer*/

.form-footer{
 padding: 60px 0px 120px 0px!important;
    background: #2e2e2e;
    position: relative;
    margin-top: 0px;
}
.form-footer .form_wrap{
 background: #2e2e2e;
    position: relative;
    margin-top: 20px;
    padding: 60px 70px;
    box-shadow: 20px -20px 20px #0c0c0c30, -20px 20px 20px #1c1c1c4a;
  overflow: hidden;
}
.form-footer .form_wrap:before{
position: absolute;
    content: '';
    padding-right: 0;
    height: 190px;
    width: 190px;
    background-color: #de3920;
    bottom: 0%;
    right: calc(0% - 49px);
    border-top-left-radius: 200px;
}
.form-footer .policy {
    margin-top: 15px;
}
.form-footer .form-block {
 max-width: 600px;
}
.form-footer .content {
}
.form-footer .content p.title{
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 30px;
}
.form-footer .content p.text
 {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #292929;
}
.form-footer .content img
 {
     filter: grayscale(0.9);
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
    min-height: 400px;
}
.form-footer .btn, .modal .btn{
    border-radius: 40px;
    padding: 14px;
    width: 100%;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #de3920;
    border-color: #de3920;
}

/*single*/

.thumb_single_news{
    object-fit: cover;
    margin-bottom: 40px;
    margin-top: 30px;
    border-radius: 10px;
    max-height: 600px;
    width: 100%;
}
#related p.related_title{
     margin-bottom: 50px;
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 120%;
    color: #ffffff;
}
#related {
    padding-bottom: 80px;
}

 .all_catalog{
   margin-top: 40px;
}

.content-cart-catalog__page {
    display: flex;
}
.content-cart-catalog__page {
    
}
.left-content-cart-catalog__page {
     width: 50%;
    padding: 0px 0px;
}
.right-content-cart-catalog__page {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 40px;
    border-left: 0;
  background: #202020;
}
.right-content-cart-catalog__page h1{
      margin-bottom: 20px;
    font-size: 30px;
}
.right-content-cart-catalog__page .cost {
   font-size: 26px;
    font-weight: 400;
    color: #de3920;
    transition: all 0.3s;
   
}
.right-content-cart-catalog__page .cost_block {
    display: flex;
    margin-bottom: 20px;
    gap: 20px;
    align-items: center;
}
.right-content-cart-catalog__page .cost_old {
     font-size: 20px;
    font-weight: 300;
    color: #767575c2;
    transition: all 0.3s;
    margin-bottom: 0px;
}


.right-content-cart-catalog__page .excerpt {
    font-size: 15px;
    margin-bottom: 40px;
}
.text-info-cart-catalog__page {
    width: 100%;
    padding: 48px 0px;
    border: 0px solid #3B4C64;
    border-top: 0;
}

.slick-slider-vertical.slick-slider-vertical_sm {
      max-width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 0;
    line-height: 0;
}
.slick-slider-vertical .carousel-parent {
      width: calc(100% - 0px);
    padding: 40px;
    background-color: #2e2e2e;
}
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider-vertical .carousel-child {
      width: 100%;
    margin: 0 auto;
      position: relative;
    overflow: hidden;
  margin-top: 15px;
}
  .slick-slider-vertical .carousel-child .slick-prev {
      left: 25px;
    z-index: 1;
}
 .slick-slider-vertical .carousel-child .slick-next {
      right: 25px;
    z-index: 1;
}

.slick-slider-vertical .carousel-child .slick-next, .slick-slider-vertical .carousel-child .slick-prev {
       top: 29px;
    transform: none;
}
.slick-slider-vertical .carousel-child .slick-prev, .slick-slider-vertical .carousel-child .slick-next {
   font-size: 24px;
    width: 40px;
    border-radius: 100px;
    height: 40px;
    min-height: 30px;
    color: #fff;
    min-width: 20px;
    display: flex;
    padding: 2px;
    text-align: center;
    transition: .33s;
    background: rgb(222 57 32);
    justify-content: center;
    align-items: center;
}
.slick-slider-vertical .carousel-child .slick-prev:hover, .slick-slider-vertical .carousel-child .slick-next:hover {
  
    transition: .33s;
    background: #222;
}
.slick-prev {
    left: 0;
}
.slick-prev:before, .slick-next:before {
   color: #fff!important;
}
.slick-prev:hover::before, .slick-next:hover::before {
   color: #fff!important;
}

.slick-slider-vertical .carousel-child .slick-list {
 top: 0;
    min-height: auto;
    width: 100%;
}
.carousel-child .product-preview {
        position: relative;
    background: #ffffff;
    text-align: center;
    padding: 0px;
    border: 1px solid #767676;
    margin-bottom: 0px;
    transition: all 0.3s;
    height: 90px;
}
.carousel-child .product-preview img{
     width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-child  .slick-track {
   
    display: flex;
    gap: 10px;
}

.carousel-child .slick-slide.slick-current .product-preview {
   
       border: 1px solid #de3920;
}
.carousel-child .slick-slide .product-preview:hover {
   transition: all 0.3s;
  cursor: pointer;
       border: 1px solid #de3920;
}
.carousel-parent .product-preview {
    position: relative;
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
    transition: all 0.3s;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-parent .product-preview .mdi{
width: 50px;
    height: 50px;
    color: #de3920;
    background: #222222;
    font-size: 30px;
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 1px 1px 20px #68636326;
}
.thumb_product_wrap .mdi{
width: 50px;
    height: 50px;
    color: #de3920;
    background: #222222;
    font-size: 30px;
    display: flex;
    position: absolute;
    right: 35px;
    top: 50px;
    z-index: 1;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 1px 1px 20px #68636326;
}
.carousel-parent .product-preview .mdi:hover, .thumb_product_wrap .mdi:hover{
    color: #222;
    background: #fff;
    transition: all 0.3s!important;
    box-shadow: 1px 1px 20px #68636326;
}
.carousel-parent .product-preview .mdi{
opacity: 0;
}
.carousel-parent .slick-current .product-preview .mdi{
    transition: all 2s;
opacity: 1;
}
.thumb_product_wrap{
  position: relative;
      display: flex;
    justify-content: center;
    align-items: flex-start;
  padding: 50px 37px;
  background-color: #2e2e2e;
}
.thumb_product_wrap .mdi{
opacity: 1;
}
.carousel-parent .slick-slide img {
        display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-parent .slick-slide a {
    height: 100%;
}


/*contact-page*/

.contact_block .item{
      position: relative;
    padding-bottom: 15px;
    padding-top: 15x;
}

.contact_block .item a{
     color: #fff;
    display: block;
    font-size: 18px;
}
.contact_block .item p{
 margin-bottom: 10px;
}
.contact_block .item p.name{
 margin-bottom: 0px;
}

.map_block{
  width: 100%;
  height: 400px;
}
.linkovka  {
  margin-top: 30px;
  border-top: 1px solid #cccccc26;
  padding-top: 30px;
}

.linkovka a {
  color: #9d9d9d;
}