/*
Theme Name: gemini
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
.rc-anchor.rc-anchor-normal.rc-anchor-light {
   max-width: 260px;
   width: 100%;
}

.preloader {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #f0f0f0;
   z-index: 1000;
}

.preloader-wrap {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%) rotate(-180deg);
   width: 100px;
   height: 100px;
}

.preloader-wrap .icon-logo {
   position: absolute;
   width: 70px;
   height: 90px;
   opacity: 0;
   transform: rotate(225deg);
   animation-iteration-count: infinite;
   animation-name: orbit;
   animation-duration: 5.5s;
   color: #DB143C;
}

.preloader-wrap .icon-logo:nth-child(2) {
   animation-delay: 240ms;
}

.preloader-wrap .icon-logo:nth-child(3) {
   animation-delay: 480ms;
}

.preloader-wrap .icon-logo:nth-child(4) {
   animation-delay: 720ms;
}

.preloader-wrap .icon-logo:nth-child(5) {
   animation-delay: 960ms;
}

.preloader-wrap .icon-logo:nth-child(6) {
   animation-delay: 1200ms;
}

.preloader-wrap .icon-logo:nth-child(7) {
   animation-delay: 1440ms;
}

.preloader-wrap .icon-logo:nth-child(8) {
   animation-delay: 1680ms;
}

@keyframes orbit {
   0% {
      transform: rotate(225deg);
      opacity: 1;
      animation-timing-function: ease-out;
   }

   7% {
      transform: rotate(345deg);
      animation-timing-function: linear;
   }

   30% {
      transform: rotate(455deg);
      animation-timing-function: ease-in-out;
   }

   39% {
      transform: rotate(690deg);
      animation-timing-function: linear;
   }

   70% {
      transform: rotate(815deg);
      opacity: 1;
      animation-timing-function: ease-out;
   }

   75% {
      transform: rotate(945deg);
      animation-timing-function: ease-out;
   }

   76% {
      transform: rotate(945deg);
      opacity: 0;
   }

   100% {
      transform: rotate(945deg);
      opacity: 0;
   }
}

.grecaptcha-badge {
   visibility: collapse !important;
}

.pagination_nav {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   width: 100%;
}

.pagination_nav span,
.pagination_nav a {
   width: 30px;
   height: 30px;
   border: 1px solid #b3b3b3;
   margin: 0 5px;
   display: flex;
   align-items: center;
   text-align: center;
   justify-content: center;
   color: #3f3531;
   border-radius: 3px;
}

.pagination_nav .page-numbers.current {
   opacity: 0.5;
}

.pagination_nav a:hover {
   opacity: 0.75;
}

.product-name h1 {
   padding-bottom: 10px;
}

.breadcrumbs {
   padding-bottom: 10px;
   text-align: center;
}

.product-name-wrap .breadcrumbs {
   text-align: left;
}

.breadcrumbs span {
   color: #989390;
}

.breadcrumbs span a {
   opacity: 1;
   font-size: 14px;
}

.breadcrumbs a span {
   color: #3f3531;
}

.section_h1 {
   font-size: 58px;
   line-height: 1.1;
   letter-spacing: 2px;
   font-weight: 900;
}

.content_h1 {
   font-size: 26px;
   font-weight: 700;
   margin-bottom: 18px;
   letter-spacing: 1px;
}

.block_h2 {
   font-size: 35px;
   text-align: center;
   margin: 30px 0 75px;
   letter-spacing: 2px;
   font-weight: 900;
}

.news-section .block_h2 {
   margin: 30px 0 50px;
}

.post_h3 {
   font-size: 20px;
   margin-bottom: 5px;
}

.form_h2 {
   margin-bottom: 20px;
   font-weight: 700;
   font-size: 16px;
   text-align: center;
}

.subcategories-item .block_t {
   padding-bottom: 12px;
   margin-bottom: 12px;
   position: relative;
   font-size: 20px;
}

.header-news .h-title {
   letter-spacing: 3px;
   max-width: 500px;
   margin: 0 auto 15px;
   line-height: 1.2;
   font-size: 58px;
   text-transform: uppercase;
   font-weight: 900;
}

.news-post .postss_h1 {
   font-size: 35px;
   max-width: 25ch;
   letter-spacing: 2px;
   margin-bottom: 20px;
   font-weight: 900;
}

body .products-block .product-item p {
   padding-top: 10px;
}

.primaryCat {
   padding-top: 57px;
   text-align: center;
   font-size: 18px;
}

.content-wrap:before {
   z-index: -1;
}

.elementor h1,
.elementor h2,
.elementor h3,
.elementor h4 {
   font-weight: 700;
}

.elementor blockquote {
   display: block;
   margin-block-start: 1em;
   margin-block-end: 1em;
   margin-inline-start: 40px;
   margin-inline-end: 40px;
}

.elementor h1 {
   font-size: 1.6em;
   margin-bottom: 10px;
   margin-top: 10px;
}

.elementor h2 {
   font-size: 1.4em;
   margin-top: 5px;
   margin-bottom: 5px;
}

.elementor h3 {
   font-size: 1.2em;
}

.elementor h4 {
   font-size: 1em;
}

.elementor em {
   font-style: italic;
}

.elementor b,
.elementor strong {
   font-weight: 700;
}

.elementor .wpcf7-form-control-wrap {
   max-width: none;
}

.elementor input {
   border: none;

}

.franch_page {
   font-family: 'Trebuchet MS', Raleway, sans-serif;
   color: #000;
   line-height: 1.3;
   max-width: 1260px;
}

.subjectss {
   font-size: 36px;
   margin-bottom: 35px;
   text-align: center;
   font-weight: 700;
}

.subjectss-mini {
   font-size: 33px;
}

.subjectss span {
   position: relative;
   z-index: 1;
}

.subjectss span:before {
   content: '';
   width: 99%;
   height: 24px;
   background: #ff6a11;
   bottom: -1px;
   left: 10px;
   position: absolute;
   z-index: -1;
}

.s1__img {
   max-width: 100%;
}

.s9,
.s6,
.s5__wrap,
.s2_content,
.s3,
.s4 {
   background-color: #e4e4e4;
}

.s2 {
   padding-top: 140px;
   position: relative;
}

.s_content {
   font-size: 25px;
   padding-top: 65px;
   padding-bottom: 200px;
   text-align: center;
   line-height: 1.45;
}

.s_content span.red {
   position: relative;
}

.s_content span.red:before {
   content: '';
   width: 100%;
   height: 24px;
   background: #ff0000;
   bottom: -6px;
   left: 12px;
   position: absolute;
   z-index: 0;
}

.s_content strong {
   font-weight: 700;
   position: relative;
   z-index: 1;
}

.s2_icon {
   position: absolute;
   left: -50px;
   bottom: 150px;
   width: 100px;
   height: 125px;
   transform: translate(-100%);
   background:  no-repeat center / contain;
}

.redLine {
   position: absolute;
   right: -83px;
}

.s2__redLine {
   width: 137px;
   height: 353px;
   background-image: url('assets/img/s2-red-line.png');
   bottom: -122px;
}

.s3 {
   padding-top: 100px;
   position: relative;
}

.s3_iframe iframe {
   height: 690px;
}

.s3_icon {
   position: absolute;
   width: 97px;
   height: 97px;
   transform: translate(-100%);
   background: url('assets/img/s3_play.png') no-repeat center / contain;
   left: -50px;
   bottom: 0;
}

.s3__redLine {
   width: 6px;
   height: 770px;
   background-image: url('assets/img/s3-red-line.png');
   top: 120px;
}

.s4 {
   padding-top: 128px;
   position: relative;
   margin-bottom: 65px;
}

.s4__content {
   max-width: 970px;
   margin: 0 auto;
}

.s4__redLine {
   background-image: url(assets/img/s4-red-line.png);
   background-position: bottom;
   width: 368px;
   height: 240px;
   top: 0;
}

.sCircle {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
}

.sCircle__item {
   border: 18px solid #e4e4e4;
   border-radius: 50%;
   width: 250px;
   height: 250px;
   position: relative;
   overflow: hidden;
}
.sCircle__img {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   max-width: 100%;
}


.s5 {
   /* margin-top: 80px; */
   margin-top: 65px;
   position: relative;
}

.s5_icon {
   position: absolute;
   width: 101px;
   height: 101px;
   background:  no-repeat center / contain;
   right: -170px;
   top: 60px;
}

.s5__redLine {
   width: 103px;
   height: 216px;
   background-image: url(assets/img/s5-red-line.png);
   bottom: -182px;
}

.s5__wrap {
   padding-top: 85px;
   margin-bottom: 45px;
}

.s5_title {
   margin-bottom: 50px;
}

.s5__item {
   font-size: 35px;
   color: #fff;
   padding: 27px 180px 27px 50px;
   background-color: #e3032b;
   margin-bottom: 70px;
   position: relative;
}

.s5__item:last-child {
   margin-bottom: 0;
}

.s5__item[data-text]:after {
   content: attr(data-text);
   position: absolute;
   right: 45px;
   top: 50%;
   transform: translateY(-50%);
   width: 130px;
   height: 130px;
   border-radius: 50%;
   border: 10px solid #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: #e3032b;
   box-sizing: border-box;
}

.s5__item:nth-child(2):after,
.s5__item:nth-child(2) {
   background-color: #eb6608;
}

.s5__item:nth-child(3):after,
.s5__item:nth-child(3) {
   background-color: #54ad31;
}

.s5__item:nth-child(4):after,
.s5__item:nth-child(4) {
   background-color: #b80e7e;
}

.s5__itemNum {
   position: absolute;
   left: -120px;
   width: 73px;
   height: 88px;
   width: 73px;
   height: 95px;
   background-repeat: no-repeat;
   top: 50%;
   transform: translateY(-50%);
}

.s6 {
   position: relative;
   padding-top: 125px;
   padding-bottom: 65px;
}

.s6__title {
   margin-bottom: 50px;
}

.s6__wrap {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}

.s6__wImg {
   width: 50%;
}

.s6__img {
   margin-left: -50%;
}

.s6__content {
   width: 50%;
   line-height: 2;
   font-size: 28px;
}

.s6__number {
   margin: 0 75px 0 auto;
}

.s6__redLine {
   width: 6px;
   height: 948px;
   background-image: url(assets/img/s3-red-line.png);
   top: 135px;
}

.s6__redLineTwo {
   width: 792px;
   height: 31px;
   background-image: url(assets/img/s6-red-line2.png);
   bottom: 286px;
}
.s6_block3 .s6__redLine {
   height: 810px;
   top: -20px;
}
.s7__number {
   margin: 0 auto 0 3vw;
}

.s7__content {
   padding-left: 3vw;
}

.s7__img {
   transform: translateX(3vw);
}

.s7__wImg {
   width: calc(50% - 3vw);
}

.s7__content {
   width: calc(50% + 3vw);
}

.s7__redLine {
   width: 31px;
   height: 186px;
   background-image: url(assets/img/s7-red-line.png);
   top: 7px;
   right: -96px;
   background-position: bottom;
}
.s7__redLineTwo {
   width: 6px;
   height: 235px;
   background-image: url(assets/img/s3-red-line.png);
   bottom: 0;
   background-position: bottom;
}
.s8 {
   padding: 130px 0;
   position: relative;
}
.s8 img {
   max-width: 100%;
}
.s8_icon {
   position: absolute;
   width: 116px;
   height: 115px;
   background: no-repeat center / contain;
   right: -170px;
   top: 60px;
}
.s8__title {
   margin-bottom: 60px;
}
.s9 {
   position: relative;
   padding: 100px 0;
}
.s10__title,
.s9__title {
   margin-bottom: 60px;
}
.s9__icon {
   position: absolute;
   width: 114px;
   height: 86px;
   background: no-repeat center / contain;
   right: -170px;
   bottom: 100px;
}
.s10 {
   position: relative;
   padding: 100px 0 80px;
   margin-bottom: 50px;
}
.s10__content {
   padding-bottom: 50px;
   text-align: left;
}

@media (max-width: 1450px) {
   .franch_page {
      width: 1200px;
   }
   .s3_icon,
   .s2_icon {
      left: -20px;
   }
   .s9__icon,
   .s8_icon,
   .s5_icon {
      right: -120px;
   }
   .s5__itemNum {
      left: -90px;
   }
   .subjectss-mini {
      font-size: 31px;
   }
   .s6__content {
      font-size: 28px;
   }
   .s6__redLineTwo {
      width: 658px;
   }
   .s7__wImg,
   .s6__wImg {
      position: relative;
   }
   .s6__img {
      margin-left: 0;
      position: absolute;
      right: 50px;
      height: 100%;
   }
   .s6__content {
      padding: 120px 0;
   }
   .s6__wrap {
      align-items: inherit;
   }
   .s7__content {
      padding-left: 3vw;
   }
   .s7__img {
      transform: none;
      position: absolute;
      left: 20px;
      height: 100%;
   }
}
@media (max-width: 1380px) {
   .s_content {
      padding-bottom: 80px;
      font-size: 28px;
      padding: 50px 5px;
   }
   .s2__redLine {
      height: 219px;
      bottom: -188px;
   }
   .s2_icon {
      width: 60px;
      height: 74px;
   }
   .s3__redLine {
      top: 167px;
      height: 729px;
   }
   .s4__redLine {
      height: 170px;
   }
   .s3_icon {
      width: 68px;
      height: 68px;
   }
   .sCircle__item {
      width: 200px;
      height: 200px;
      border-width: 15px;
   }
   .s5_icon {
      width: 75px;
      height: 75px;
      right: -87px;
   }
   .s5__itemNum {
      width: 60px;
      height: 80px;
      background-size: contain;
      left: -80px;
   }
   .s8_icon{ 
      width: 90px;
      height: 89px;
      right: -85px;
   }
   .s9__icon {
      width: 80px;
      height: 60px; 

   }
   .s10__content {
      padding-bottom: 30px;
   }
}
@media (max-width: 1300px) { 
   .franch_page {
      width: 1100px;
   }
   .subjectss {
      font-size: 30px;
   }
   .s_content {
      font-size: 24px;
   }
   .s4__redLine {
      height: 185px;
   }
   .s4 {
      padding-top: 95px;
   }
   .s2_content {
      padding-bottom: 0;
   }
   .s5__item {
      padding: 20px 150px 20px 30px;
      margin-bottom: 50px;
      font-size: 30px;
   }
   .s5__item[data-text]:after {
      width: 110px;
      height: 110px;
   }
   .s5__itemNum {
      height: 100%;
      width: 55px;
   }
   .subjectss {
      font-size: 26px;
   }
   .s6 {
      padding-top: 70px;
      padding-bottom: 30px;
   }
   .s6__content {
      font-size: 26px;
      line-height: 1.7;
   }
   .s6__redLineTwo {
      width: 616px;
      bottom: 229px;
   }
   .s7__number,
   .s6__number {
      height: 100px;
   }
   .s6__redLine {
      height: 582px;
   }
   .s7__redLine {
      top: -43px;
   }
   .s7__redLineTwo {
      display: none;
   }
   .s6__wrap {
      padding-bottom: 130px;
   }
   .s6_block3 .s6__redLine {
      height: 688px;
      top: auto;
      bottom: 240px;
   }
   .s6__wrap {
      padding-bottom: 40px;
   }
   .s9__icon {
      right: -90px;
   }
}
@media (max-width: 1200px) {
   .franch_page {
      width: 100%;
   }
   .s4__redLine,
   .s5__redLine,
   .s6__redLineTwo,
   .s6__redLineTwo,
   .s5_icon,
   .s8_icon,
   .s2__redLine {
      display: none;
   }
   .subjectss span:before {
      height: 18px;
   }
}
@media (max-width: 980px) {
   .s3_iframe iframe {
      height: 415px;
  }
  .sCircle__item {
      width: 150px;
      height: 150px;
      border-width: 10px;
   }
   .s7__wImg,
   .s6__content,
   .s6__wImg { 
      width: 100%;
   }
   .s6__content {
      text-align: center;
      padding-top: 40px;
   }
   .s7__img,
   .s6__img {
      position: static;
      width: 90%;
      height: auto;
      display: block;
      margin: 0 auto;
   }
   .s7__wImg {
      order: 1;
   }
   .s7__content {
      order: 2;
   }
   .s7__number {
      order: 3;
      margin: 0 3vw 0 auto;
   }
   
}