/*!
Theme Name: Brothers profit Theme
Author: Brothers profit Theme
Version: 1.0.0
*/

/* manrope-300 - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/manrope-v15-cyrillic_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
/* manrope-regular - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/manrope-v15-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* manrope-500 - cyrillic_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/manrope-v15-cyrillic_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* manrope-700 - cyrillic_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/manrope-v15-cyrillic_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* manrope-800 - cyrillic_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/manrope-v15-cyrillic_latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul,
li {
    list-style: none;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 0;
}

.container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    position: relative;
}

p {
    margin-bottom: 30px;
}
 
 

.btn {
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #616DFF url(img/btn.png) 10% 50% no-repeat; 
    height: 68px;
    display: inline-flex;
    padding: 0 40px;
    font-family: 'Manrope';
    cursor: pointer;
    font-size: 22px;
    transition: all .3s;
    border: 0;
    font-weight: 500;
}

.btn:hover {
    background-position: 110% 50%;
}

html {
    scroll-behavior: smooth;
}

.wrapper {
    background-image: url(img/bg-left.png), url(img/bg-left.png), url(img/bg-left2.png), url(img/bg-right.png), url(img/bg-right.png);
    background-repeat: no-repeat;
    background-position: 0 18%, 0 65%, 0 100%, 100% 35%, 100% 75%, 100% 65%;
}

body {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    color: #fff;
    background: linear-gradient(299.29deg, #05011D 32.96%, #071D57 100%);
    overflow-x: hidden; 
}

header {
    margin-bottom: 100px;
}

.header-row {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding: 30px 0;
    display: flex;
    align-items: center; 
    column-gap: 40px;
}

.header__nav {
    display: flex;
    align-items: center;
    column-gap: 40px;
    margin-left: auto;
}

.header__phone {
    display: flex;
    align-items: center;
    column-gap: 10px;
    border: 0.4px solid #fff;
    padding: 22px 30px;
    line-height: 1;
    font-weight: 500;
}

.main-row {
    display: grid;
    grid-template-columns: auto 520px;
    gap: 60px;
}

h1 {
    font-size: 70px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 30px;
}

.main__text {
    font-size: 22px; 
}

.main__text ul li {
    padding-left: 46px;
    position: relative; 
    margin-bottom: 10px;
}

.main__text ul li::before {
    content: '';
    position: absolute; 
    width: 26px;
    height: 27px;
    background: url(img/checked.png) no-repeat;
    left: 0;
    top: 2px;
}

.main {
    padding-bottom: 150px;
    position: relative;
}

.main-bg {
    position: absolute;
    right: 20px;
    top: -10px;
}

.main-btns {
    padding-top: 40px;
    display: flex;
    column-gap: 10px;
}

.btn-play {
    display: inline-flex;
    width: 68px;
    height: 68px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.btn-play img {
    transition: all .3s;
}

.btn-play:hover img {
    transform: scale(1.5);
}

h2 {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 30px;
}

.about-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}


.about .about-row:first-child {
    margin-bottom: 60px;
} 
.about-item {
    backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 10%);
    padding: 30px;
    font-weight: 400;
}

.about-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.about-item-num {
    font-weight: 700;
    font-size: 50px; 
    line-height: 1.5;
}

.about-left {
    font-size: 22px;
}

.about-right p {
    font-size: 22px;
}

.about-right p:last-child {
    margin: 0;
}

.about, .spec {
    margin-bottom: 150px;
}

.spec-item {
    backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 10%);
    padding: 30px;
    font-weight: 400; 
    display: flex; 
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 20px;
}

.spec-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.spec-item-name {
    font-size: 22px;
    font-weight: 500;
}

.spec h2 {
    text-align: center;
}

.spec p {
    margin-bottom: 60px;
    text-align: center;
}

.faq__item {
    backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 10%); 
}

.faq__item-question {
    padding: 30px;
    font-weight: 500;
    cursor: pointer;
    font-size: 22px;
    transition: all .3s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq__item-question.active {
    border-bottom: 1px solid rgb(255 255 255 / 20%); 
}

.faq__item-answer {
    padding: 30px;
    font-size: 18px;
    font-weight: 400; 
    display: none;
}

.faq__item-answer p:last-child {
    margin-bottom: 0;
}

.carret {
    background: #616DFF;
    width: 40px;
    height: 40px;
    position: relative;
    transition: all .3s;
    min-width: 40px;
}

.carret::before, .carret::after {
    content: '';
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.carret::before {
    width: 1px;
    height: 20px;
}

.carret::after {
    width: 20px;
    height: 1px;
}

.faq__item-question.active .carret { 
    transform: rotate(90deg);
}

.faq__item-question.active .carret::after { 
    height: 0px;
}

.faq {
    padding-bottom: 150px;
}

.product {
    padding-bottom: 150px;
}

.product h2{
    text-align: center;
}

.product p {
    font-size: 22px;
    text-align: center;
    margin-bottom: 80px;
}

.swiper-button-next, .swiper-button-prev {
    right: auto;
    left: auto;
    top:auto;
    margin-top: 0;
    background: #616DFF;
    width: 63px;
    height: 63px;
    position: relative;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: none;
}

.product-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.product-nav {
    display: flex;
    column-gap: 10px;
}

 

.filter-select {
    backdrop-filter: blur(20px); 
    border: 1px solid rgb(255 255 255 / 10%);
    color: #fff;
    height: 63px;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    padding: 0 48px 0 30px;
    appearance: none;
    background: rgb(255 255 255 / 5%) url(img/down.svg) no-repeat 90% !important;
    cursor: pointer;
}

.filter-select option {
    color: #000;
}

.product-item {
    backdrop-filter: blur(20px);
    border: 1px solid rgb(255 255 255 / 10%);
    background: rgb(255 255 255 / 5%);
    height: auto;
    display: flex;
    flex-direction: column;
    transition: all .3s;
}

.product-item:hover { 
    background: rgb(255 255 255 / 10%);  
}

.product-cript {
    display: flex;
    column-gap: 10px;
}

.product-cript span {
    background: rgb(255 255 255 / 5%);
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.poduct-item-desc h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: auto;
}

.poduct-item-desc {
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    flex-grow: 1;
}

.product-label {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    opacity: .5;
}

.product-price {
    font-size: 32px;
    font-weight: 700;
}

.product-item-img {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.product-item-attr {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.attr-item {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between; 
    line-height: 1;
}

.attr-item .line { 
    flex-grow: 1;
    border-bottom: 1px dashed rgb(255 255 255 / 10%); 
}

.attr-item span:last-child  {
    display: block;
    padding-left: 10px;
    font-weight: 400;
}

.attr-item span:first-child  { 
    padding-right: 10px;
    font-size: 14px;
    opacity: .5;
}

.footer-row {
    border-top: 1px solid rgb(255 255 255 / 20%);
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.footer__text {
    display: flex;
    align-items: center;
    column-gap: 40px;
    opacity: .5;
}

.contact-form {
    backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 10%);
    padding: 40px;
}

.contact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.contact-map {
    display: flex;
    flex-direction: column;
}

.contact-map-box {
    margin-top: auto;
}

.form-title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px; 
}

.contact-item {
    font-size: 22px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 30px;
}

.contact h2 { 
    margin-bottom: 50px;
}

.contact  { 
    padding-bottom: 100px;
}

.form-note {
    font-size: 18px;
    font-weight: 400;
    opacity: .8;
    text-align: center;
}

.video-play {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #616DFF;
    z-index: 1;
    background: #616DFF;
    cursor: pointer;
    transition: all 0.2s ease; 
}

 

.video-play:hover { 
    transform: scale(1.1);
}

.video-over {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.video-box video {
    width: 100%;
    display: block; 
}

.video-box {
    position: relative; 
}

.video-box.video-is-playing .video-play {
    opacity: 0;
    visibility: hidden;
}

.video-box.video-is-playing .video-over {
    display: block;
}

.video {
    padding-bottom: 150px;
}

.form__field {
    font-size: 22px;
    line-height: 1;
    height: 73px;
    width: 100%;
    font-weight: 500;
    padding: 0 30px;
    color: #fff;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 10%); 
    font-family: 'Manrope', sans-serif;
}

::-webkit-input-placeholder {color: rgb(255 255 255 / 30%);}
::-moz-placeholder          {color: rgb(255 255 255 / 30%);}
:-moz-placeholder           {color: rgb(255 255 255 / 30%);}
:-ms-input-placeholder      {color: rgb(255 255 255 / 30%);}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-btn .btn {
    width: 100%;
}

.modal:not(.fancybox-content) {
    display: none;
}

#callback, #thanks {
    background: linear-gradient(299.29deg, #05011D 32.96%, #071D57 100%);
    max-width: 510px;
}

.thanks-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}