 *,
 ::before,
 ::after {
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   padding: 0;
   margin: 0;
 }
 
 html,
 body {
   width: 100%;
   min-height: 100%;
   margin: 0 auto;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   /* overflow-x: hidden; */
   font-family: "playregular", sans-serif;
   background-color: #1c1c1c;
   overflow-anchor: none;
   font-size: 16px;
 }
 
 html.lock {
   overflow: hidden;
 }
 
 .wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   min-height: 100vh;
 }
 
 .container {
   width: 100%;
   max-width: 1210px;
   margin: 0 auto;
   padding: 0 15px;
 }
 
 img,
 svg {
   max-width: 100%;
   display: block;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
 }
 
 .section-seo h3,
 .section-seo ul li {
 	color: var(--gray);
 }
 
 
 .section-seo h1,
 .page h1,
 .single h1,
 h2 {
   font-weight: 700;
   font-size: calc(22px + 14 * (100vw / 1210));
   text-transform: uppercase;
   color: var(--white);
   margin-bottom: 25px;
 }

 h2{
   margin: 25px 0;
 }

 h2:first-child {
   margin: 0 0 25px 0;
 }
 
 .single-output h1 {
   color: var(--dark);
 }
 
 h3 {
   font-weight: 700;
   font-size: calc(17px + 3 * (100vw / 1210));
   color: var(--yellow);
   margin-bottom: 20px;
   text-transform: uppercase;
 }

 .single h3 {
   color: var(--white);
 }

 h3 {
   margin: 20px 0;
 }

 h3:first-child {
   margin: 0 0 20px 0;
 }
 
 h4 {
   font-weight: 700;
   font-size: 20px;
   color: var(--white);
   margin-bottom: 10px;
 }
 
 a {
   text-decoration: none;
 }
 
 p {
   margin: 0;
   padding: 7px 0;
   font-weight: 400;
   font-size: 16px;
   line-height: 131%;
   color: var(--gray);
 }
 
 ul,
 li,
 ol {
   list-style: none;
   padding: 0;
   margin: 0;
 }

 main ul li {
   position: relative;
   padding: 3px 0 3px 20px;
 }
 // .single main ol li,
 // .single main ul li {
 // color: var(--gray);
 // }

 main ul li:after {
   content: "";
   position: absolute;
   top: 6px;
   left: 0;
   width: 15px;
   height: 15px;
   background: url("../img/svg/check.svg") no-repeat center top/cover;
 }
 ol {
   margin-left: 20px;
 }

 main ol li {
   list-style-type: decimal;
   position: relative;
   padding: 3px 0 3px 0;
 }
 
 input,
 button,
 textarea {
   font: inherit;
   border: none;
   outline: none;
   margin: 0;
   padding: 0;
   background: none;
   min-width: 10px;
 }
 
 textarea {
   width: 100%;
   resize: none;
 }
 
 label {
   margin: 0;
   padding: 0;
   font-size: 12px;
 }
 
 select {
   outline: none;
   border: none;
   background: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
 }
 
 iframe {
   width: 100%;
   height: 100%;
 }
 
 .main {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   -webkit-box-flex: 1;
       -ms-flex: 1 1 auto;
           flex: 1 1 auto;
 }
 
 :root {
   --white: #fff;
   --yellow: #ffcc00;
   --dark: #1c1c1c;
   --gray: #c3c3c3;
   --black: #000;
 }
 
 /* Chrome, Edge, and Safari */
 
 ::-webkit-scrollbar {
   width: 8px;
 }
 
 ::-webkit-scrollbar-track {
   background: var(--dark);
 }
 
 ::-webkit-scrollbar-thumb {
   background: var(--yellow);
   border: 1px solid var(--yellow);
   width: 8px;
 }
 
 .pt {
   padding-top: 75px;
 }
 
 .pb {
   padding-bottom: 75px;
 }

.page-error {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	padding: 50px 0;
}

.error .main-btn {
	display: flex;
    justify-content: center;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 10px 0 0 0;
    border: none;
}
 
 .header {
   background-color: var(--dark);
   border-bottom: 1px solid var(--gray);
 }

 .home .header {
   position: fixed;
   z-index: 10;
   top: 0;
   left: 0;
   width: 100%;
   background-color: transparent;
 }
 
 .header-content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   width: 100%;
   padding: 25px 0;
 }
 
 .header-content__navigation .social {
   margin-left: 30px;
 }
 
 .header-fixed {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   -webkit-animation-name: header_fixed;
           animation-name: header_fixed;
   -webkit-animation-duration: 0.5s;
           animation-duration: 0.5s;
   background-color: var(--dark);
   -webkit-box-shadow: 0px 0px 10px var(--yellow);
           box-shadow: 0px 0px 10px var(--yellow);
   z-index: 5;
   border: 0px solid transparent;
 }

 .home .header-fixed {
   background-color: var(--dark);
 }
 
 @-webkit-keyframes header_fixed {
   0% {
     top: -100%;
   }
 
   100% {
     top: 0;
   }
 }
 
 @keyframes header_fixed {
   0% {
     top: -100%;
   }
 
   100% {
     top: 0;
   }
 }
 
 .header-fixed .header-content {
   padding: 5px 0;
 }

.custom-logo-link {
    display: flex;
}

.custom-logo-link img {
	height: 100%;
}
 
 .navigation {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .nav__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .nav li {
   margin-left: 15px;
   position: relative;
 }
 
 .nav li:first-child {
   margin-left: 0;
 }
 
 .nav li a {
   font-weight: 700;
   font-size: 16px;
   color: var(--white);
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   text-transform: uppercase;
 }

 .nav .current-menu-item a {
   color: var(--yellow);
 }
 
 .social {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .social__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   width: 24px;
   height: 24px;
   margin-left: 15px;
   padding: 0;
 }
 
 .social__item:first-child {
   margin-left: 0;
 }
 
 .social__link {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 24px;
   height: 24px;
   border-radius: 100px;
   -webkit-transition: all 0.5s ease 0s;
   transition: all 0.5s ease 0s;
 }
 
 .social__link:hover .social__svg {
   -webkit-transform: scale(1.1);
       -ms-transform: scale(1.1);
           transform: scale(1.1);
 }
 
 .social__svg {
   height: 100%;
   color: var(--yellow);
   -webkit-transform: scale(1);
       -ms-transform: scale(1);
           transform: scale(1);
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
 }

 .social li:after {
   display: none;    
}
 
 .phone {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   max-width: -webkit-fit-content;
   max-width: -moz-fit-content;
   max-width: fit-content;
 }

 .phone:hover a {
   color: var(--yellow);
 }
 
 .phone__img {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   min-width: 18px;
   max-width: 18px;
   height: 18px;
   margin-right: 15px;
 }
 
 .phone__svg {
   width: 100%;
   height: 100%;
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   color: var(--yellow);
 }
 
 .phone__content {
   font-weight: 700;
   font-size: 17px;
   line-height: 100%;
   color: var(--white);
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
 }
 
 .phone:hover a {
   color: var(--yellow);
 }
 
 .burger {
   display: none;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .burger__menu {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
       -ms-flex-pack: start;
           justify-content: flex-start;
   width: 32px;
   height: 20px;
   position: relative;
 }
 
 .burger__menu span {
   position: absolute;
   left: 0px;
   top: 50%;
   width: 50%;
   height: 2px;
   border-radius: 5px;
   background-color: var(--yellow);
   -webkit-transform: translate(0, -50%);
       -ms-transform: translate(0, -50%);
           transform: translate(0, -50%);
   -webkit-transition: -webkit-transform 0.3s ease-in-out;
   transition: -webkit-transform 0.3s ease-in-out;
   transition: transform 0.3s ease-in-out;
   transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
 }
 
 .burger__menu::before,
 .burger__menu::after {
   display: block;
   content: "";
   height: 2px;
   background-color: var(--yellow);
   border-radius: 5px;
   position: absolute;
   left: 0;
   -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
   transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
   transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
   transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
 }
 
 .burger__menu::before {
   top: 0;
   width: 100%;
 }
 
 .burger__menu::after {
   bottom: 0;
   width: 75%;
 }
 
 .section-hero {
   height: 100vh;
   min-height: 700px;
   position: relative;
 }
 
 .section-hero__bg {
   height: 100%;
   min-height: 650px;
   position: absolute;
   width: 100%;
   height: 100%;
 }
 
 .section-hero__bg img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
      object-fit: cover;
 }
 
 .section-hero__bg:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(3, 3, 3, 0.6);
 }
 
 .hero {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   height: 100vh;
   min-height: 700px;
   position: relative;
   z-index: 2;
   width: 100%;
 }
 
 .hero__untitle {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 }
 
 .hero__title {
   font-family: "playbold", sans-serif;
   font-weight: 700;
   font-size: calc(26px + 26 * (100vw / 1210))!important;
   text-transform: uppercase;
   color: var(--white);
 }
 
 .hero__subtitle {
   font-weight: 400;
   font-size: 15px;
   line-height: 140%;
   color: var(--white);
   width: 100%;
   max-width: 750px;
 }
 
 .hero__btn {
   margin-top: 30px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .hero__btn .secondary-btn {
   margin-left: 25px;
 }
 
 .main-btn {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 }
 
 .main-btn__link {
   font-weight: 700;
   font-size: 15px;
   line-height: 120%;
   text-transform: uppercase;
   text-align: center;
   color: var(--black);
   background-color: var(--yellow);
   padding: 15px 35px;
   white-space: nowrap;
   cursor: pointer;
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   border: 1px solid var(--yellow);
 }
 
 .main-btn__link:hover {
   background-color: var(--yellow);
   -webkit-box-shadow: 0px 0px 10px var(--yellow);
           box-shadow: 0px 0px 10px var(--yellow);
   color: var(--white);
   border: 1px solid var(--white);
 }
 
 .main-btn__link:active {
   -webkit-box-shadow: inset 0px 2px 5px #463a0a;
           box-shadow: inset 0px 2px 5px #463a0a;
 }
 
 .secondary-btn {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 }
 
 .secondary-btn__link {
   font-weight: 700;
   font-size: 15px;
   line-height: 107%;
   text-transform: uppercase;
   text-align: center;
   color: var(--black);
   padding: 15px 35px;
   background-color: var(--white);
   white-space: nowrap;
   cursor: pointer;
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   border: 1px solid var(--white);
 }
 
 .secondary-btn__link:hover {
   background-color: var(--yellow);
   -webkit-box-shadow: 0px 0px 10px var(--yellow);
           box-shadow: 0px 0px 10px var(--yellow);
   color: var(--white);
 }
 
 .secondary-btn__link:hover:active {
   -webkit-box-shadow: inset 0px 2px 5px #463a0a;
           box-shadow: inset 0px 2px 5px #463a0a;
 }
 
 .untitle {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   max-width: -webkit-fit-content;
   max-width: -moz-fit-content;
   max-width: fit-content;
   font-weight: 700;
   font-size: 15px;
   text-transform: uppercase;
   color: var(--yellow);
   margin-bottom: 12px;
   position: relative;
 }
 
 .untitle:after {
   content: "";
   position: absolute;
   top: auto;
   bottom: -5px;
   left: 0;
   width: 100%;
   height: 1px;
   background: var(--yellow);
 }
 
 .section-about {
   position: relative;
   z-index: 2;
   background: var(--dark);
   overflow-x: hidden;
 }
 
 .section-about:after {
   content: "";
   position: absolute;
   top: auto;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 50px;
   background: var(--yellow);
 }

 .single-post .section-about:after {
   background: var(--white);
 }
 
 .section-about .section {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
       -ms-flex-direction: row-reverse;
           flex-direction: row-reverse;
 }
 
 .section-about .section__container {
   -webkit-box-pack: end;
       -ms-flex-pack: end;
           justify-content: flex-end;
 }
 
 .section-about .section__img {
   margin-right: 100px;
 }
 
 .section__content {
   -webkit-box-flex: 0;
       -ms-flex: 0 0 100%;
           flex: 0 0 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 }
 
 .section__container {
   width: 100%;
   max-width: 1210px;
   margin: 0 auto;
   padding: 0 15px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .section__body {
   padding-bottom: 100px;
 }
 
 .section__btn {
   margin-top: 35px;
 }
 
 .section__img {
   position: relative;
   z-index: 2;
   margin-left: 100px;
 }
 
//  .section__img-image {
//     display: flex;
//     justify-content: center;
//     align-items: center;
//     aspect-ratio: 16 / 9;
//     overflow: hidden;
// }
 
 .section-products {
   background-color: var(--yellow);
   position: relative;
   z-index: 2;
 }
 
 .section-products:after {
   content: "";
   position: absolute;
   top: auto;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 166.5px;
   background: var(--dark);
 }
 
 .section-products .secondary-btn__link:hover {
   background-color: var(--yellow);
   -webkit-box-shadow: 0px 0px 10px var(--white);
           box-shadow: 0px 0px 10px var(--white);
 }
 
 .section-products .secondary-btn__link:hover:active {
   -webkit-box-shadow: inset 0px 0px 10px var(--dark);
           box-shadow: inset 0px 0px 10px var(--dark);
 }
 
 .section-products .untitle {
   font-weight: 700;
   font-size: 15px;
   text-transform: uppercase;
   color: var(--white);
 }
 
 .section-products .untitle:after {
   background: var(--white);
 }
 
 .section-products .section-title__title {
   color: var(--dark);
 }
 
 .sections-header {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   margin-bottom: 20px;
 }
 
 .products-button {
   position: relative;
   z-index: 3;
 }
 
 .products-content {
   margin: -10px;
   position: relative;
 }
 
 .products-slider {
   padding: 10px;
   position: relative;
   overflow: hidden;
 }
 
 .products-slider__slide {
   width: auto !important;
   max-width: 100%;
 }
 
 .products-slider__content {
   height: 100%;
   width: 100%;
   max-width: 280px;
 }
 
 .products-slider__content:hover .products-slider__img img {
   -webkit-transform: scale(1.05);
       -ms-transform: scale(1.05);
           transform: scale(1.05);
 }
 
 .products-slider__content:hover .products-slider__title {
   color: var(--yellow);
 }
 
 .products-slider__img {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   aspect-ratio: 10/10;
   position: relative;
   overflow: hidden;
 }
 
 .products-slider__img img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
      object-fit: cover;
   -webkit-transform: scale(1);
       -ms-transform: scale(1);
           transform: scale(1);
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
 }
 
 .products-slider__popular {
   position: absolute;
   top: auto;
   bottom: 0;
   left: 0;
   background-color: var(--dark);
   padding: 10px 15px;
   font-weight: 700;
   font-size: 13px;
   text-transform: uppercase;
   color: var(--yellow);
 }
 
 .products-slider__body {
   padding: 25px 0;
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   background-color: var(--dark);
 }
 
 .products-slider__untitle {
   font-weight: 400;
   font-size: 15px;
   color: var(--gray);
   margin-bottom: 15px;
 }
 
 .products-slider__title {
   font-weight: 700;
   font-size: 16px;
   text-transform: uppercase;
   color: var(--white);
   margin: 0!important;
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
 }
 
 .products-slider__btn {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   margin-top: 20px;
 }
 
 .products-slider__btn-link {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: relative;
   font-weight: 700;
   font-size: 15px;
   color: var(--yellow);
   padding: 0 50px 5px 0;
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   cursor: pointer;
 }
 
 .products-slider__btn-link:after {
   content: "";
   position: absolute;
   top: 50%;
   -webkit-transform: translate(0, -50%);
       -ms-transform: translate(0, -50%);
           transform: translate(0, -50%);
   left: auto;
   right: 0;
   width: 25px;
   height: 12px;
   background: url("../img/svg/arrow.svg") no-repeat center top/cover;
 }
 
 .products-slider__btn-link:before {
   content: "";
   position: absolute;
   top: auto;
   left: 0;
   right: auto;
   bottom: 0px;
   width: 100%;
   height: 1px;
   background-color: var(--yellow);
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
 }
 
 .products-slider__btn-link:hover {
   padding-right: 60px;
 }
 
 .products-slider__btn-link:hover:before {
   opacity: 0;
   visibility: hidden;
 }
 
 .swiper-slide {
   height: auto;
 }
 
 .swiper-button-prev,
 .swiper-button-next {
   display: none;
 }
 
 .swiper-pagination {
   position: relative;
   padding-top: 45px;
 }
 
 .swiper-pagination-bullets {
   bottom: 0 !important;
 }
 
 .swiper-pagination-bullet {
   width: 35px;
   height: 2px;
   background: var(--gray);
   opacity: 1;
   border-radius: 0;
 }
 
 .swiper-pagination-bullet-active {
   background: var(--yellow);
 }
 
 .services-slider {
   position: relative;
   overflow: hidden;
 }
 
 .services-slider__slide {
   position: relative;
   padding-left: 35px;
   height: auto!important;
 }
 
 .services-slider__content {
   display: flex;
   align-items: center;
   border: 1px solid var(--gray);
   height: 100%;
 }
 
 .services-slider__img {
   position: absolute;
   top: 50%;
   -webkit-transform: translate(0, -50%);
       -ms-transform: translate(0, -50%);
           transform: translate(0, -50%);
   left: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   width: 70px;
   height: 70px;
   background-color: var(--yellow);
 }
 
 .services-slider__img-body {
   width: 34px;
   height: 34px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .services-slider__text {
   padding: 35px 35px 35px 70px;
 }
 
 .services-slider__text-body {
   font-weight: 400;
   font-size: 15px;
   line-height: 140%;
   color: var(--gray);
 }
 
 .single-services main ol li,
 .single-services main ul li {
 	color: var(--gray);
 }
 

 .section-contacts {
   background-color: var(--white);
   position: relative;
   overflow-x: hidden;
 }
 
 .section-contacts:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 50px;
   background: var(--dark);
 }
 
 .section-contacts h2 {
   color: var(--dark);
   margin-bottom: 0;
 }
 
 .section-contacts p {
   color: var(--dark);
   width: 100%;
   height: 100%;
 }
 
 .section-contacts .social {
   margin-top: 10px;
 }
 
 .contacts-body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-top: 35px;
 }
 
 .contacts-body__block-wrapper {
   padding-left: 30px;
 }
 
 .contacts-body__block-wrapper:first-child {
   padding-left: 0;
 }
 
 .contacts-body__block {
   margin-bottom: 20px;
 }
 
 .contacts-body__block:last-child {
   margin-bottom: 0;
 }
 
 .contacts-body__title {
   font-weight: 700;
   font-size: 20px;
   color: var(--yellow);
 }
 
 .contacts-body__phone {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
 }
 
 .contacts-body .phone__content {
   color: var(--dark);
 }
 
 .contacts-body__item {
   margin-bottom: 10px;
 }
 
 .contacts-body__item:last-child {
   margin-bottom: 0;
 }
 
 .section-contacts .section__body {
   padding: 100px 0 0 0;
 }
 
 .contacts .section-contacts {
   background-color: var(--dark);
 }
 
 .contacts h2,
 .contacts p {
   color: var(--white) !important;
 }
 
 .contacts .phone__content {
   color: var(--white) !important;
 }
 
 .section-blog {
   background-color: var(--white);
   position: relative;
 }
 
 .section-blog:after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 260px;
   background: var(--dark);
 }
 
 .section-blog h2 {
   color: var(--dark);
 }
 
 .section-form {
   position: relative;
   z-index: 2;
 }
 
 .section-form:after {
   content: "";
   position: absolute;
   top: auto;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 60px;
   background: var(--black);
   z-index: -1;
 }
 
 .form-section {
   padding: 60px 80px;
   background-color: var(--yellow);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
 }
 
 .form-section__left {
   width: 100%;
   max-width: 400px;
 }
 
 .form-section__left .untitle {
   color: var(--white);
 }
 
 .form-section__left .section-title__title {
   color: var(---dark);
 }
 
 .form-section__left .section-title__subtitle {
   color: var(--white);
 }
 
 .form-section__right {
   width: 100%;
   max-width: 540px;
 }
 
 .form-section .social {
   margin-top: 25px;
 }
 
 .form-section .social__svg {
   color: var(--dark);
 }
 
 .form__block-wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
 }
 
 .form__block-input {
   width: 100%;
 }
 
 .form__block-input:nth-child(1),
 .form__block-input:nth-child(2) {
   width: 50%;
 }
 
 .form__block-input:nth-child(1) {
   padding-right: 20px;
 }
 
 .form__block-input:nth-child(2) {
   padding-left: 20px;
 }
 
 .form__input {
   width: 100%;
   border-bottom: 1px solid var(--white);
   padding: 10px 0;
 }
 
 .form__input::-webkit-input-placeholder {
   font-weight: 400;
   font-size: 16px;
   color: var(--white);
 }
 
 .form__input::-moz-placeholder {
   font-weight: 400;
   font-size: 16px;
   color: var(--white);
 }
 
 .form__input:-ms-input-placeholder {
   font-weight: 400;
   font-size: 16px;
   color: var(--white);
 }
 
 .form__input::-ms-input-placeholder {
   font-weight: 400;
   font-size: 16px;
   color: var(--white);
 }
 
 .form__input::placeholder {
   font-weight: 400;
   font-size: 16px;
   color: var(--white);
 }
 
 .form__button {
   margin-top: 40px;
 }
 
 .section-bottom {
   position: relative;
   background-color: var(--yellow);
   overflow-x: hidden;
 }
 
 .section-bottom:after {
   content: "";
   position: absolute;
   top: auto;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 50px;
   background: var(--dark);
 }
 
 .section-bottom .section-title__title {
   color: var(--dark);
 }
 
 .section-bottom .untitle {
   color: var(--white);
 }
 
 .section-bottom .untitle:after {
   background: var(--white);
 }
 
 .section-bottom p {
   color: var(--dark);
 }
 
 .blocks-slider {
   position: relative;
   overflow: hidden;
 }
 
 .blocks-slider__content {
   padding: 35px 30px;
   border: 1px solid var(--gray);
   height: 100%;
 }
 
 .blocks-slider__img {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 85px;
   height: 85px;
   margin-bottom: 25px;
 }

 .blocks-slider__img img {
   max-width: 100%;
   height: 100%;
 }
 
 .blocks-slider__title {
   font-weight: 700;
   font-size: 27px;
   line-height: 167%;
   color: var(--white);
   margin-bottom: 20px;
 }
 
 .blocks-slider__body {
   font-weight: 400;
   font-size: 16px;
   line-height: 175%;
   color: var(--gray);
 }
 
 .service {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -webkit-box-align: start;
       -ms-flex-align: start;
           align-items: flex-start;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
 }
 
 .service__wrapper {
   width: 100%;
   max-width: 61%;
   padding-right: 20px;
 }
 
 .service__img {
   aspect-ratio: 16/9;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   overflow: hidden;
   margin-bottom: 40px;
 }
 
 .service__img img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
      object-fit: cover;
 }
 
 .service__sidebar {
   width: 100%;
   max-width: 34%;
   position: sticky;
   top: 75px;
 }

 .service__sidebar ul li:after {
   display: none;
 }
 
 .services-sidebar {
   border: 1px solid var(--gray);
   position: relative;
   padding-top: 35px;
   margin-top: 35px;
 }
 
 .services-sidebar__img {
   width: 70px;
   height: 70px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   background-color: var(--yellow);
   margin: 0 auto;
   position: absolute;
   top: -35px;
   left: 50%;
   -webkit-transform: translate(-50%, 0);
       -ms-transform: translate(-50%, 0);
           transform: translate(-50%, 0);
 }
 
 .services-sidebar__item {
   padding: 20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   border-top: 1px solid var(--gray);
 }
 
 .services-sidebar__item:first-child {
   border-top: 0px solid transparent;
 }
 
 .services-sidebar__link {
   text-align: center;
   font-weight: 700;
   font-size: 15px;
   text-align: center;
   color: var(--white);
 }
 
 .services-sidebar__link:hover {
   color: var(--yellow);
 }
 
 .services-sidebar__services-sidebar {
   display: none;
 }
 
 .archive-blog {
   margin: -10px;
 }
 
 .archive-blog__wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding: 10px;
 }
 
 .archive-blog__img {
   width: 100%;
   aspect-ratio: 16/8;
 }
 
 .archive-blog__img img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
      object-fit: cover;
 }
 
 .archive-blog__body {
   width: 100%;
   padding: 0 0 0 20px;
 }
 
 .archive-blog__btn {
   margin-top: 25px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 }
 
 .single-blog .section-about:after,
 .single-blog .section-form {
   background: var(--white);
 }
 
 .section-content {
   background-color: var(--white);
 }
 
 .section-content p,
 .section-content h1,
 .section-content h2,
 .section-content h3 {
   color: var(--dark);
 }
 
 .page-template-partners .section-about ul li {
 	color: var(--gray);
 }
 .page-template-partners .section-about:after {
   background: var(--white);
 }
 
 .archive-product {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   margin: -20px -10px;
 }
 
 .archive-product__wrapper {
   width: 33.333%;
   padding: 20px 10px;
 }

 .archive-product__wrapper:hover .products-slider__title {
   color: var(--yellow);
 }

 .archive-product__img {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   aspect-ratio: 10 / 10;
   overflow: hidden;
}

.archive-product__img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
 
 .archive-product__body {
   padding: 20px 0 0 0;
 }
 
 .archive-product__untitle {
   font-weight: 400;
   font-size: 15px;
   color: var(--white);
   margin-bottom: 15px;
 }

 .archive-product__title {
   color: var(--white);
   transition: all .3s ease 0s;
 }
 
 .archive-product__btn {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-top: 25px;
 }

 
 .section-product {
   background-color: var(--white);
 }
 
 .product-body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 }
 
 .product-body__left {
   padding-right: 100px;
   width: 45%;
 }
 
 .product-body__right {
   width: 55%;
 }

 .products-slider__link {
   -webkit-line-clamp: 2;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   overflow: hidden;
 }

 
 .products-slider__product-code {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   font-weight: 400;
   font-size: 18px;
   color: var(--gray);
   margin-bottom: 10px;
 }
 
 .products-slider__product-code-title {
   margin-right: 10px;
 }
 
 .product-body__description-body {
   margin-bottom: 20px;
 }

 .products-slider__excerpt {
   margin-top: 20px;
 }
 
 .product-body__description-btn {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-weight: 400;
   font-size: 16px;
   text-decoration: underline;
   -webkit-text-decoration-skip-ink: none;
           text-decoration-skip-ink: none;
   color: var(--gray);
 }
 
 .product-body__description-btn-link {
   cursor: pointer;
 }

 .product-body__description * {
   font-weight: 400;
   font-size: 16px;
   line-height: 131%;
   color: var(--black);
 }

 .product-body__description {
   max-height: 150px;
   overflow: hidden;
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   margin-bottom: 10px;
 }
 
 .product-body__price {
   font-weight: 700;
   font-size: 30px;
   text-transform: uppercase;
   color: var(--black);
   margin-bottom: 25px;
 }
 
 .product-body__thumb {
   margin: 20px 0 0 0;
   position: relative;
 }
 
 .product-main-slider {
   overflow: hidden;
 }
 
 .product-main-slider__content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   aspect-ratio: 10/10;
   overflow: hidden;
 }
 
 .product-main-slider__content img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
      object-fit: cover;
 }
 
 .product-thumb-slider {
   position: relative;
   overflow: hidden;
 }
 
 .product-thumb-slider__slide {
   cursor: pointer;
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   border-radius: 2px;
   border: 2px solid transparent;
 }

 .product-thumb-slider__content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: center;
      -ms-flex-pack: center;
         justify-content: center;
   aspect-ratio: 10/10;
   overflow: hidden;
 }

 .product-thumb-slider__content img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .product-thumb-slider__slide {
	width: 100.25px;
	height: 100.25px;
	margin-right: 10px;
 }
 
 .product-thumb-slider__slide:hover {
   border: 2px solid var(--yellow);
 }
 
 .swiper-slide-thumb-active {
   border: 2px solid var(--yellow);
   border-radius: 2px;
 }
 
 .product-thumb-prev,
 .product-thumb-next {
   display: -webkit-box !important;
   display: -ms-flexbox !important;
   display: flex !important;
   width: 10px !important;
   height: 18px !important;
   top: 50% !important;
   -webkit-transform: translate(0, -50%) !important;
       -ms-transform: translate(0, -50%) !important;
           transform: translate(0, -50%) !important;
   margin-top: auto !important;
   border: none !important;
 }
 
 .product-thumb-prev:after,
 .product-thumb-next:after {
   content: "" !important;
   position: absolute !important;
   top: 0 !important;
   left: 0 !important;
   width: 10px !important;
   height: 18px !important;
   background: url("../img/svg/arrow-gray.svg") no-repeat center top/cover;
   z-index: 10 !important;
 }
 
 .product-thumb-prev {
   left: 0 !important;
 }
 
 .product-thumb-next {
   right: 0 !important;
 }
 
 .product-thumb-next:after {
   -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
           transform: rotate(180deg);
 }
 
 .section-interest {
   background-color: var(--white);
   position: relative;
 }
 
 .section-interest:after {
   content: "";
   position: absolute;
   top: auto;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 163.5px;
   background: var(--dark);
 }
 
 .single-output .section-interest:after {
   height: 285px;
 }

.section-contacts .section__img {
	margin-left: 0!important;
	padding: 0 15px;
}

 .popup-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   z-index: 10;
   opacity: 0;
   visibility: hidden;
 }
 
 .popup-wrapper:after {
   content: "";
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: var(--black);
   opacity: 0.7;
   z-index: -1;
 }
 
 .popup-wrapper.open {
   opacity: 1;
   visibility: visible;
 }
 
 .popup-wrapper.open .menu-mobile {
   left: 0;
 }
 
 .popup-wrapper.open .menu-mobile__header {
   left: 0;
 }
 
 .menu-mobile {
   position: fixed;
   width: 100%;
   max-width: 520px;
   height: 100%;
   top: 0;
   left: -100%;
   background-color: var(--yellow);
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   z-index: 5;
   overflow-y: auto;
 }
 
 .menu-mobile__body {
   padding: 130px 0px 50px;
 }
 
 .menu-mobile__block-menu {
   margin-top: 20px;
 }
 
 .menu-mobile__block-menu:first-child {
   margin-top: 0;
 }
 
 .menu-mobile__header {
   position: fixed;
   top: 0;
   left: -100%;
   width: 100%;
   max-width: 520px;
   background-color: var(--dark);
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   padding: 20px;
   z-index: 2;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
 }
 
 .menu-mobile__upper {
   padding: 0 20px 30px 20px;
   border-bottom: 1px solid var(--white);
 }
 
 .menu-mobile__title {
   margin-bottom: 20px;
   font-weight: 700;
   font-size: 19px;
   color: var(--black);
 }
 
 .menu-mobile__item {
   margin-bottom: 12px;
 }
 
 .menu-mobile__item:last-child {
   margin-bottom: 0;
 }
 
 .menu-mobile__bottom {
   padding: 30px 20px 0 20px;
 }
 
 .menu-mobile .phone:hover .phone__content {
   color: var(--dark);
 }
 
 .menu-mobile .phone__svg {
   color: var(--white);
 }
 
 .menu-mobile .phone__content {
   color: var(--dark);
   font-weight: 700;
   font-size: 15px;
   line-height: 107%;
   text-transform: uppercase;
   color: var(--black);
 }
 
 .menu-mobile .social {
   margin-top: 25px;
 }
 
 .menu-mobile .social__svg {
   color: var(--white);
 }
 
 .menu-mobile .popup__close {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   width: 25px;
   height: 25px;
 }
 
 .menu-mobile .popup__close-link {
   width: 25px;
   height: 25px;
   position: relative;
 }
 
 .menu-mobile .popup__close-link:after {
   content: "";
   position: absolute;
   top: 50%;
   left: 0;
   width: 100%;
   height: 1px;
   background: var(--yellow);
   -webkit-transform: translate(0, -50%) rotate(-45deg);
       -ms-transform: translate(0, -50%) rotate(-45deg);
           transform: translate(0, -50%) rotate(-45deg);
 }
 
 .menu-mobile .popup__close-link:before {
   content: "";
   position: absolute;
   top: 50%;
   left: 0;
   width: 100%;
   height: 1px;
   background: var(--yellow);
   -webkit-transform: translate(0, -50%) rotate(45deg);
       -ms-transform: translate(0, -50%) rotate(45deg);
           transform: translate(0, -50%) rotate(45deg);
 }
 
 .popup-form__container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   width: 100%;
   min-height: 100%;
 }
 
 .popup-form__body {
   width: 100%;
   max-width: 640px;
   background-color: var(--yellow);
   padding: 45px 50px;
 }

 .popup-form__title {
   text-align: center;
   color: var(--dark);
   margin-bottom: 15px!important;
 }

 .popup-form__subtitle {
   text-align: center;
   color: var(--dark);
   margin-bottom: 30px!important;
 }
 
 .footer {
   padding: 60px 0 25px;
   background-color: var(--black);
 }
 
 .footer-content {
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
 }
 
 .footer-content__column {
   width: 33.333%;
   max-width: -webkit-fit-content;
   max-width: -moz-fit-content;
   max-width: fit-content;
 }
 
 .footer-content__column_logo {
   padding-right: 20px;
 }
 
 .footer-content__column_contacts {
   padding-left: 20px;
 }
 
 .footer-content__logo {
   margin-bottom: 20px;
 }
 
 .footer-content__subtitle {
   margin-bottom: 20px;
   font-weight: 400;
   font-size: 15px;
   line-height: 140%;
   color: var(--gray);
 }
 
 .footer-content__title {
   font-weight: 700;
   font-size: 17px;
   color: var(--white);
   margin-bottom: 25px;
 }
 
 .footer-content__menu-list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
 }
 
 .footer-content__menu-list li {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 50%;
   margin-bottom: 15px;
 }
 
 .footer-content__menu-list li:last-child {
   margin-bottom: 0;
 }
 
 .footer-content__menu-list li a {
   font-weight: 400;
   font-size: 15px;
   color: var(--white);
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
 }
 
 .footer-content__menu-list li a:hover {
   color: var(--yellow);
 }
 
 .footer-content__menu-item {
   margin-bottom: 15px;
 }
 
 .footer-content__menu-item:last-child {
   margin-bottom: 0;
 }
 
 .footer-bottom {
   margin-top: 60px;
 }
 
 .footer-bottom__wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: end;
       -ms-flex-pack: end;
           justify-content: flex-end;
   font-weight: 400;
   font-size: 12px;
   text-align: right;
   color: var(--white);
 }
 
 .footer-bottom__wrapper a {
   font-weight: 400;
   font-size: 12px;
   text-align: right;
   color: var(--white);
   margin-left: 10px;
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
 }
 
 .footer-bottom__wrapper a:hover {
   color: var(--yellow);
 }
 
 /* @media (min-width: 960px) */
 
 @-webkit-keyframes hover_left {
   0% {
     width: 0;
     left: -50%;
   }
 
   100% {
     width: 50%;
     left: 0;
   }
 }
 
 @keyframes hover_left {
   0% {
     width: 0;
     left: -50%;
   }
 
   100% {
     width: 50%;
     left: 0;
   }
 }


/*seo more*/
.main-block_wrap {
    background: #000;
    padding: 50px 0
}

.main-block_desc {
    overflow: hidden;
	text-align:center;
	padding: 0 0 30px;
}

.main-block_desc.opened .main-block_seo:before {
    display: none
}

.main-block_desc.opened .main-block_shw:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.main-block_seo {
    overflow: hidden;
    position: relative;
    margin: 0 0 40px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    text-align: left;
    font-size: 18px;
    line-height: 32px;
    max-height: 475px;
    overflow: hidden;
    transition: max-height 0.9s;
    -webkit-transition: max-height 0.9s;
    -moz-transition: max-height 0.9s;
    -o-transition: max-height 0.9s;
    -ms-transition: max-height 0.9s
}

.main-block_seo p {
    margin: 0 0 20px
}

.main-block_seo ul,.main-block_seo ol {
    list-style: initial;
    padding: 0 0 0 20px;
    margin: 0 0 15px
}

.main-block_seo:before {
    content: '';
    position: absolute;
    bottom: 0;
    opacity: 1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    background: -moz-linear-gradient(0deg, #000 3%, rgba(0,0,0,0.2) 45%);
    background: -webkit-linear-gradient(0deg, #000 3%, rgba(0,0,0,0.2) 45%);
    background: linear-gradient(0deg, #000 3%, rgba(0,0,0,0.2) 45%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000", endColorstr="#000", GradientType=1)
}
