:root {
   --w-color-1: #6B6B6B;
   --w-color-2: #1C7BC8;
   --w-color-3: #1B0C2F;
   --w-color-4: #1C7BC8;
   --w-color-5: #BE2525;
   --w-color-6: #9D9C9C;
   --w-color-7: #0F2C4F;
   --w-color-8: #e6e6e6;
   --w-color-9: #E3005B;
   --g-color-1: #00955B;
   --g-color-2: #FCDE02;
}

/* feedback */
.feedback {
   background-color: var(--w-color-4);
   padding: 20px;
   color: white;
   width: 360px;
}
.feedback__row {
   margin-bottom: 15px;
}
.feedback__row:last-child {
   margin-bottom: unset;
}
.feedback__header {
   font-size: 24px;
   font-family: RobotoCondensed-Bold;
   text-align: left;
}
.feedback__txt {
   font-size: 16px;
   margin-top: 10px;
   text-align: left;
}
.feedback input {
   width: 100%;
   height: 42px;
   color: gray;
   padding-left: 10px;
   background-color: white;
   border: none;
}
.feedback__btn {
   width: 100%;
   height: 42px;
   border: none;
   font-size: 18px;
   background-color: var(--w-color-5);
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
   letter-spacing: .5px;
}
.genius-copyright {
   margin-top: 10px;
   text-align: right;
   font-size: 13px;
   color: rgb(230, 226, 215)
}
/* genius-service */
.genius-service {
   max-width: 630px;
   height: 290px;
   padding: 20px;
   border: 1px solid var(--w-color-6);
   border-radius: 20px;
}
.genius-service:last-child {
   max-width: 100%;
}
.genius-service:last-child {
   width: 1260px;
}
.genius-service__inner {
   display: flex;
}
.genius-service:last-child {
   width: 1260px;
}
.genius-service:last-child .genius-service__inner {
   width: 630px;
   margin: auto;
}
.genius-service__col-1 {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   flex-grow: 1;
   padding-right: 10px;
}
.genius-service__col-1 .genius-service__btn {
   align-self: center;
}
.genius-service__col-2 img {
   width: 260px;
   height: 250px;
   object-fit: cover;
   border-radius: 10px;
}
.genius-service__header {
   font-size: 22px;
}
.genius-service__desc {
   font-size: 14px;
}
.genius-btn-a {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   min-width: 130px;
   height: 40px;
   color: white;
   background-color: var(--w-color-7);
   border: none;
   border-radius: 4px;
   font-size: 14px;
}
.genius-service .genius-btn-a {
   padding: 0 20px;
   margin-top: 20px;
}

/* genius-services */

.genius-services {
   max-width: 100%;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}

/* genius-card*/

.div-genius-card {
   width: 190px;
   margin: 0 10px 20px 10px;
}

.genius-card {
   display: inline-flex;
   justify-content: center;
   width: 100%;
   border-radius: 20px;
   border: 1px solid var(--w-color-6);
   background-color: var(--w-color-8);
}
.genius-card__inner {
   display: flex;
   padding: 15px;
   flex-direction: column;
   justify-content: space-between;
   align-items: center;
}
.genius-card__row-1 {
   width: 150px;
   height: 150px;
   border-radius: 25px;
   background-color: white;
}
.genius-card__row-2 {
   width: 100%;
}
.genius-card img {
   width: 100%;
   height: 150px;
   overflow: hidden;
   object-fit: contain;
   border-radius: 25px;
}
.genius-card__artikul {
   margin-top: 10px;
   overflow: hidden;
   word-break: break-all;
   text-align: center;
}
.genius-card__header {
   font-size: 14px;
   height: 85px;
   overflow: hidden;
   margin-bottom: 15px;
   word-break: break-all;
}
.genius-card__header:hover {
   color: var(--w-color-7);
}
.genius-card__price {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   width: 120px;
   padding: 5px 0
   /* background-color: white; */
   /* border: 10px solid var(--w-color-8); */
   /* border-radius: 31px; */
   /* transform: translateY(0px); */
}
.genius-card__price span {
   font-family: Roboto-Bold;
   padding-right: 5px;
   font-size: 18px;
}
.genius-card__price-no {
   padding: 5px 0;
}

/* genius-cards */

.genius-cards {
   display: flex;
   flex-wrap: wrap;
}

/* genius-blk-1 */

.genius-blk-1 {
   background-color: var(--w-color-3);
   height: 130px;
   overflow: hidden;
}
.genius-blk-1__inner {
   max-width: 900px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: auto;
   height: 100%;
}
.genius-blk-1__col {
   padding: 20px;
}
.genius-blk-1__img {
   width: 155px;
   height: 100%;
   object-fit: cover;
}
.genius-blk-1__col-2 {
   overflow: hidden;
}
.genius-blk-1__col-2 p {
   font-size: 16px;
   color: var(--w-color-8);
}

/* genius-about */

.genius-about {
   max-width: 900px;
   padding: 40px 20px;
   margin: auto;
}
.genius-about p::first-letter {
   padding-left: 20px;
}
.genius-about p,
.genius-about li {
   font-size: 15px;
}
.genius-about h3 {
   font-size: 18px;
   margin-top: 20px;;
}

/* genius-slider */

.genius-slider__inner {
   max-width: 1300px;
   max-height: 420px;
   margin: auto;
}
.genius-slider__content {
   position: relative;
}
.genius-slider__slide {
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.genius-slider__txt-bth {
   position: absolute;
   bottom: 20px;
   right: 20px;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   background-color: var(--w-color-9);
   color: white;
   font-size: 16px;
   width: 250px;
   height: 48px;
   border-radius: 4px;
   margin-top: 20px;
   box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
}

/* .main-slider */

.main-slider .owl-dots,
.main-slider .owl-dots.disabled {
   text-align: center;
   margin-top: 10px;
   display: block;
}
.main-slider button.owl-dot,
.main-slider button.owl-active {
   border: 1px solid gray;
   border-radius: 50%;
   width: 10px;
   height: 10px;
   margin: 0 5px;
}
.main-slider button.owl-dot.active {
   background-color: gray;
}

/* owl-carousel-2 */

.owl-carousel-2 .owl-nav.disabled {
   display: block;
}
.owl-carousel-2 .owl-nav.disabled,
.owl-carousel-2 .owl-nav {
   display: flex;
   justify-content: space-between;
   position: absolute;
   left: 0;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   font-size: 40px;
}
.owl-carousel-2 .owl-nav button {
   padding: 0 10px;
   color: gray;
   border: 1px solid gray;
}

/* section-header */
.section-header__inner {
   padding: 20px;
}
.section-header_large {
   font-size: 32px;
}
.section-header_medium {
   font-size: 26px;
}
.section-header_small {
   font-size: 20px;
}
.section-header_center {
   text-align: center;
}

/* not-found */
.not-found {
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 100%;
   margin-top: 20px;
   margin-bottom: 20px;
}
.not-found img {
   width: 50px;
   height: 50px;
   object-fit: cover;
}
.not-found__txt {
   margin-top: 20px;
   font-size: 18px;
}


/* .genius-header */

.genius-header__inner {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding-top: 10px;
   width: 100%;
}
.genius-header__col:first-child {
   font-size: 24px;
   font-family: Inter-Bold;
}

/* genius-phones--addr */

.genius-phones-addr__inner {
   display: inline-flex;
   align-items: center;
}
.genius-phones-addr__values {
   margin-left: 15px;
}
.genius-phones-value {
   font-size: 16px;
}
.genius-phones-addr img {
   width: 22px;
   height: 22px;
}

/* genius-nav */

.genius-nav {
   display: flex;
   justify-content: center;
}
.genius-nav__inner {
   display: flex;
   padding: 10px 0;
}
.genius-nav__item {
   display: block;
   font-size: 20px;
   padding: 5px 10px;
}
.site-popupmenu .genius-nav__inner {
   flex-direction: column;
   text-align: center;
}

/* site-burger */

.site-burger {
   position: absolute;
   top: 20px;
   right: 20px;
   cursor: pointer;
   display: none;
}

/* genius-footer */

.genius-footer__inner {
   display: flex;
   padding-top: 40px;
}
.genius-footer__col {
   display: flex;
   padding: 10px;
   width: 100%;
   align-items: center;
}
.genius-footer__col-2 {
   justify-content: flex-end;
}
.map {
   width: 100%;
   height: 250px;
   background-color: antiquewhite;
}

.cmp-header {
   font-size: 36px;
   margin-bottom: 40px;
   text-align: center;
}

/* genius-cmp-1 */

.genius-cmp-1 {
   position: relative;
   width: 100%;
   padding: 60px 0;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   margin-top: 20px;
}

.genius-cmp-1 img {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   object-fit: cover;
}

.genius-cmp-1__group {
   position: relative;
   z-index: 10;
   color: white;
   max-width: 900px;
   text-align: center;
   padding: 0 20px;
}
.genius-cmp-1__txt1 {
   font-size: 56px;
   font-family: Inter-Bold;
   margin-bottom: 10px;
}
.genius-cmp-1__txt2 {
   font-size: 30px;
   font-family: Inter-Bold;
   margin-bottom: 20px;
}
.genius-cmp-1__txt3 {
   font-size: 20px;
}
.genius-cmp-1__btn {
   margin-top: 40px;
}

/* cmp-2 */

.cmp-2 {
   max-width: 700px;
   margin: auto;
}
.cmp-2__inner {
   padding-top: 40px;
}
.cmp-2__header {
   font-size: 24px;
   margin-bottom: 20px;
}
.cmp-2 p {
   font-size: 16px;
}

/* cmp-3 */

.cmp-3 {
   max-width: 1100px;
   margin: auto;
}
.cmp-3__inner {
   padding-top: 40px;
}
.cmp-3__items {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.cmp-3__item {
   width: 33%;
   padding: 20px;
   min-width: 280px;
}

/* cmp-4 */

.cmp-4 {
   max-width: 1100px;
   margin: auto;
}
.cmp-4__inner {
   display: flex;
   padding-top: 40px;
}
.cmp-4__inner.cmp-4__inner_1 {
   flex-direction: row-reverse;
}
.cmp-4__col {
   width: 50%;
   padding: 0 20px;
}
.cmp-4__col-1 {
   display: flex;
   justify-content: flex-end;
   align-items: flex-start;
}
.cmp-4 img {
   width: 100%;
   max-width: 440px;
   object-fit: contain;
}
.cmp-4__header {
   font-size: 36px;
   margin-bottom: 20px;
}
.cmp-4__header.cmp-4__header_1 {
   font-size: 26px;
}
.cmp-4 .genius-btn {
   margin-top: 40px;
}

/* cmp-7 */

.cmp-7 {
   max-width: 1100px;
   margin: auto;
}
.cmp-7__inner {
   padding-top: 40px;
}
.cmp-7__items {
   display: flex;
   justify-content: center;
   margin-top: -20px;
}
.cmp-7__item {
   margin: 20px;
   padding: 20px;
   border: 1px solid gray;
   border-radius: 10px;
   width: 300px;
   text-align: center;
}
.cmp-7__item-txt {
   font-size: 22px;
   font-family: Inter-Bold;
   margin-bottom: 20px;
}

/* cmp-5 */

.cmp-5 {
   max-width: 1100px;
   margin: auto;
}
.cmp-5__inner {
   padding-top: 40px;
}
.cmp-5__items {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.cmp-5__item {
   width: 33%;
   padding: 20px;
   min-width: 280px;
}
.cmp-5__item-header {
   font-family: Inter-Medium;
   font-size: 20px;
   margin-bottom: 10px;
}

/* cmp-8 */

.cmp-8 {
   background-color: var(--g-color-1);
   margin-top: 40px;
}
.cmp-8__inner {
   max-width: 900px;
   margin: auto;
   padding: 20px 20px 30px 20px;
   text-align: center;
   color: white;
}
.cmp-8__txt-1 {
   font-size: 32px;
}
.cmp-8__txt-2 {
   font-size: 22px;
   margin-bottom: 20px;
}
.cmp-8__group {
   display: flex;
   justify-content: space-around;
}
.cmp-8__col {
   display: inline-flex;
   justify-content: center;
   width: 33%;
}
.cmp-8 input {
   padding-left: 15px;
   width: 250px;
   height: 56px;
   font-size: 16px;
   border: 1px solid var(--g-color-2);
   border-radius: 56px;
   width: 240px;
}
.cmp-8 button {
   display: block;
   width: 250px;
   height: 56px;
   font-size: 16px;
   background-color: var(--g-color-2);
   border-radius: 56px;
   color: white;
   font-size: 18px;
   text-align: center;
   width: 240px;
   padding: unset;
   border: none;
}
.cmp-8__resp {
   margin-top: 10px;
}

/* cmp-9 */

.cmp-9 {
   padding-top: 40px;
}
.cmp-9__inner {
   max-width: 1100px;
   margin: auto;
}
.cmp-9__items {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.cmp-9__item {
   padding: 15px;
}

/* cmp-10 */

.cmp-10 {
   padding-top: 40px;
   max-width: 1100px;
   margin: auto;
   font-size: 16px;
}
.cmp-10__inner {
   padding: 0 20px;
}
.cmp-10 p {
   margin-bottom: 10px;
}
.cmp-10 p:last-child {
   margin-bottom: 0;
}

/* cmp-11 */

.cmp-11 {
   padding-top: 40px;
   max-width: 1100px;
   margin: auto;
}
.cmp-11__item {
   width: 250px;
   height: 350px;
   object-fit: contain;
}

/* cmp-12 */

.cmp-12 {
   padding-top: 40px;
   max-width: 1100px;
   margin: auto;
}
.cmp-12__items {
   display: flex;
   flex-wrap: wrap;
}
.cmp-12__item {
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 300px;
   margin: 20px;
}
.cmp-12__item-header {
   font-size: 22px;
   margin-bottom: 20px;
   text-align: center;
   font-family: Inter-Medium;
}
.cmp-12__item video {
   width: 100%;
   height: 100%;
}
.cmp-12__item-desc {
   margin-top: 20px;
   word-wrap: break-word;
   font-family: Inter-Regular;
   font-size: 16px;
}

/* cmp-13 */

.cmp-13 {
   padding-top: 40px;
   max-width: 800px;
   margin: auto;
}
.cmp-13__txt {
   font-size: 20px;
   margin: 40px;
   text-align: center;
}
.cmp-13__btn {
   display: flex;
   justify-content: center;
   margin-bottom: 100px;
}

/* whatsapp-instagram */

.whatsapp-instagram {
   position: fixed;
   right: 5px;
   bottom: 5px;
}
.whatsapp-instagram__inner {
   display: flex;
   flex-direction: column;
}
.whatsapp img,
.instagram img {
   width: 48px;
   height: 48px;
   cursor: pointer;
}

/* ------- */

.genius-btn {
   display: inline-flex;
   align-items: center;
   background-color: var(--g-color-1);
   height: 68px;
   border-radius: 36px;
   padding: 0 45px;
   color: white;
   font-size: 18px;
}
.genius-btn_button {
   border: none;
}
.genius-btn_not-border {
   border: none;
}
.genius-log {
   text-align: center;
}
footer .genius-log img {
   width: 50%;
   height: 50%;
}
.owl-carousel-genius .owl-dots {
   margin: 5px;
   text-align: center;
}
.owl-carousel-genius button.owl-dot {
   width: 10px;
   height: 10px;
   border: none;
   border-radius: 10px;
   background-color: lightgray;
   margin: 5px;
}
.owl-carousel-genius button.owl-dot.active {
   background-color: gray;
}
.genius-footer__col-1 {
   width: 40%;
   flex-shrink: 0;
}
.genius-footer__col-2 {
   flex-grow: 1;
}
[data-sec="contacts"] .genius-header__col-1,
[data-sec="contacts"] .genius-header__col-3 {
   visibility: hidden;
}

/* contest__inner */

.contest__inner {
   display: flex;
   flex-direction: column;
   align-items: center;
   max-width: 1020px;
   margin: 60px auto 0;
}
.contest__header {
   margin: auto;
   max-width:400px;
   width: 100%;
}
.contest__header img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 50%;
   cursor: pointer;
   border: 3px solid transparent;
}
.contest__header img:hover {
   border: 3px solid var(--g-color-2);
}
.table{
	border: 1px solid #eee;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
   max-width: 700px;
   margin: 40px auto 0;
}
.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.table td {
	padding: 10px;
	border: 1px solid #eee;
}
.table tbody tr:nth-child(odd){
	background: #fff;
}
.table tbody tr:nth-child(even){
	background: #F7F7F7;
}
.table__sale {
   text-align: center;
}