@media (max-width: 555px) {
    html {
        font-size: 12px!important;
    }
}
body {
    overflow-x: hidden;
}
#section-nav{
    position: fixed;
    top:0;
    left:0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.801);
    border-bottom: 5px solid #363636a8;
    z-index: 999;
}
#section-sale{
    border: 3px solid red;
}
#section-contact{
    background-image: url("../assets/img/back/main.jpg");
    background-size: cover;
    background-position: center bottom;
}

/* Fix bootstrap */
@media (min-width: 1600px){
    .container {
        max-width: 1520px;
    }
}

/* Reset */
a{
    color: inherit;
    cursor: pointer;
}
a:hover{
    color: red;
    text-decoration: none;
}

/* Custom */
.text-red{color: red;}

.c__section{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.c__gradient{
    background-image: linear-gradient(0deg, #131313, #363636);
}
.c__bg--white60{
    background-color: rgba(255,255,255,0.6);
}
.ul__fa--green i{
    color: green;
}

header{
    text-align: center;
    margin-bottom: 3rem;
    padding: 1rem;
    font-size: 2rem;
    font-weight: bold;
}
@media (min-width: 768px) {
    header{
        font-size: 3rem;
    }
}

.countdown-week{
    font-size: 1rem;
}
@media (min-width: 1000px) {
    .countdown-week{
        font-size: 1.8rem;
    }
}

.nav__top{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav__logo{
    border-radius: 1rem;
    overflow: hidden;
}
.nav__phones{
    display: flex;
}
.nav__phone{
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-left: 1rem;
}
.nav__bottom{
    position: relative;
    height: 18px;
}
.nav__bottom__wrapper{
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    border-radius: 1rem;
}
.nav__link{
    color: white;
    font-weight: bold;
    text-align: center;
    flex: 1;
    padding: 0.5rem 1rem;
}
@media (max-width: 767px) {
    .nav__phone--hidden{display: none}
}

.advantages__card{
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: white;
    border: 2px solid silver;
}

.equipment__card{
    margin-bottom: 1rem;
}
.equipment__price{
    font-size: 1.5rem;
}
.equipment__text{
    font-weight: bold;
}

.contact__phone{
    padding: 1rem;
    border-radius: 1rem;
    background-color: #33ff66;
    font-weight: bold;
}

.transition--slide {
    position: relative;
    overflow: hidden;
}
.transition--slide::before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #ffffff80;
    -webkit-animation-delay: .05s;
            animation-delay: .05s;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    transition: all .1s;
    -webkit-animation-name: slideme;
            animation-name: slideme;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    transform: rotate(45deg);
}
@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}
@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}

.hero-hexagons{
    background-image: url("../assets/img/bg-grey.jpg");
}

/* section-main */
.section-main{
    background: url("../assets/img/back/bg-grace.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    font-family: 'Roboto', sans-serif;
    position: relative;
    overflow-x: hidden;
}
.section-main a.prise-btn:hover{
    color: #fff;
}
.main-wrap{
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.main-wrap__title{
    font-size: 56px;
    font-weight: 500;
    color: #131a0f;
    line-height: 1.2;
}
@media (max-width: 555px) {
    .main-wrap__title {
        font-size: 28px;
    }
}


.main-wrap__subtitle{
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 23px;
    line-height: 1.2;
    color: #358d36;
}
@media (max-width: 555px) {
    .main-wrap__subtitle {
        font-size: 28px;
    }
}
.main-wrap__text{
    font-size: 18px;
    margin-bottom: 43px;
    max-width: 548px;
}
.main-wrap__prise{
    margin-bottom: 42px;
    min-height: 75px;
}
.main-wrap__prise__discount {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #f98922;
    position: relative;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    margin-right: 1rem;
    margin-left: 10px;
}
.main-wrap__prise__discount:before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: -1;
    background: transparent;
    box-shadow: 0 0 8px rgba(49,43,39,.25);
}
.main-wrap__prise-current {
    font-weight: 700;
    font-size: 28px;
    color: #f98922;
    margin-right: 10px;
    text-transform: uppercase;
}
.main-wrap__prise-old {
    font-weight: 500;
    font-size: 18px;
    color: #8c8c8c;
    text-transform: uppercase;
}
.prise-btn{
    background: linear-gradient(180deg,#ff0000,#c22020);
    border-radius: 5px;
    color: rgb(253, 253, 253);
    font-weight: 700;
    font-size: 35px;
    padding: 15px 30px;
}
@media (max-width: 555px) {
    .prise-btn {
        font-size: 15px;
        }

}

.prise-btn:after {
    content: url("../assets/img/icon/lineright.svg");
    display: inline-block;
    vertical-align: middle;
    margin-left: 23px;
}
.main-right{
    background: url("../assets/img/icon/product.png") no-repeat center center;
    background-size: 80%;
    padding-top: 7rem;
}
.promo__gift-info {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 70px 10px 17px;
    background: #fff;
    box-shadow: 0 0 8px hsla(25,27%,54%,.25);
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    max-width: 430px;
    margin-bottom: 10px;
    text-align: right;
}
.promo__gift-info:hover{
    color: rgb(33, 37, 41);
}
.promo__gift-info_bright {
    color: #f98922;
}
.promo__gift-ico-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 8px hsla(25,27%,54%,.25);
    width: 62px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 100%;
    transform: translate(45%);
}
.promo__gift-icon {
    height: 100%;
    width: auto;
}
@media(max-width: 768px){
    .main-wrap{
        padding-top: 7rem;
    }
    .main-right{
        padding-top: 0rem;
    }
    .main-right{
        background: none;
    }
    .section-main:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("../assets/img/icon/product.png") no-repeat right center;
        background-size: 50%;
        pointer-events: none;
        z-index: -1;
    }
    .main-wrap__prise{
        margin-bottom: 0;
    }
    .section-main{
        background-size: auto;
    }
}

/* pluses */
.section-pluses {
    margin-top: -21px;
    padding-bottom: 50px;
    font-family: 'Roboto', sans-serif;
}
.pluses__card {
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 14px hsla(25,27%,54%,.25);
    border-radius: 5px;
}
.pluses__card-thumb {
    width: 77px;
    height: 77px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px hsla(0,0%,45%,.13);
    margin-bottom: 24px;
}
.pluses__card-title {
    font-size: 18px;
    margin-bottom: 13px;
    font-weight: 600;
}
.pluses__card-thumb:before {
    content: "";
    position: absolute;
    width: 66px;
    height: 66px;
    top: 5.5px;
    left: 5.5px;
    border-radius: 100%;
    background: #f98922;
}
.pluses__card-thumb>svg {
    position: relative;
}
@media(max-width: 768px){
    .section-pluses {
        margin-top: -10px;
        padding-bottom: 50px;
    }
}
.pluses-sale__card{
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #eef;
    border: 5px solid red;
    border-radius: 1rem;
}

.pluses-sale__card-title {
    font-size: 1.45rem;
}

.pluses-sale__card::before {
    content: '';
    position: absolute;
    border: 30px solid transparent;
    border-top-color: red;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}
@media (min-width: 768px){
    .pluses-sale__card {
        margin: 1rem;
        padding: 2rem;
    }
    .pluses-sale__card::before {
        border-top-color: transparent;
        border-right-color: red;
        bottom: 50%;
        left: 0;
        transform: translate(-100%, 50%);
    }
}



/* --------------------#section-catalog-------------- */
.catalog__header{
    position: relative;
    color: white;
    background-image: linear-gradient(0deg, #131313, #363636);
}
.catalog__header:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 15px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolyline fill='blak' stroke='none' points='25,0 75,0 50,100 25,0' /%3E%3C/svg%3E");
}
  .catalog-card{
    position: relative;
    margin-top: 1rem;
    padding: 0.5rem;
    border-radius: 0%;
    background-color: rgba(247, 240, 240, 0.76);
    text-align: center;
    box-shadow: 2rem 2rem 2rem rgba(0,0,0,0.6) !important;
  }
  @media (min-width: 768px) {
    .catalog-card{
        margin-top: 0;
    }
  }
  .catalog-card__title{
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    color: white;
    border-radius: 8px;
    font-size: 2rem;
    font-weight: bold;
  }
  .catalog-card__table{
    text-align: left;
  }
  .catalog-card__table th{
    color: rgba(8, 8, 8, 0.726);
  }
  @media (min-width: 768px) {
    .catalog-card__table{
        margin:0;
    }
  }
  form.catalog-card .btn_catalog,
  .btn_catalog{
    background-color: transparent;
    border: 2px solid #0a0a0a;
    border-radius: 30px;
    font-weight: 500;
    font-size: 1.4rem;
    color:rgb(255, 0, 0);
  }
  form.catalog-card .btn_catalog:hover,
  .btn_catalog:hover{
    background-color: rgba(5, 126, 31, 0.726);
    color:#fff;
  }
  .castom_input .c__input input:checked + label {
    color: white;
    background: linear-gradient(#fd0404,#333333);
    border-top: 2px solid #3d3c3c;
    box-shadow: 0 0 1px #ff0000;
  }
  .castom_input .c__input label {
    padding: 0.2rem 1rem;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    line-height: 1.6em;
    border-radius: 8px;
    color: #000;
    border-top: 2px solid #F2F5F8;
    background: #F2F5F8;
    cursor: pointer;
    margin: 0.2rem;
  }
  .castom_input .c__input label:hover {
    background: #d1dce6;
    border-top: 2px solid #b0c2d4;
    box-shadow: 0 0 1px #b0c2d4;
  }
  .castom_input .c__input input {
    display: none;
  }
  .catalog__label {
    position: absolute;
    top: 0;
    right: 1rem;
    z-index: 10;
    font-size: 1.5rem;
    transform: translate(-10%,-50%);
  }

  .catalog-card__price--old {
    display: inline-block;
    font-weight: bold;
    color: rgb(0, 0, 0);
    font-size: 20px;
}
  .catalog-card__price {
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 0.5rem;
    color: rgb(252, 0, 0);
    font-size: 35px;
    font-weight: bold;
}

  .animated-pulse{
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
            animation-name: pulse;
  }
  @-webkit-keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }

/* ----------------------------------------------------- */

/* modal-prise */
.modal-prise__title {
    font-size: 30px;
    color: #313644;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.form__input {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    padding: 14px 40px 14px 25px;
    background: #fff;
    border: 1px solid #c4c4c4;
    background-image: url("../assets/img/icon/checkbox1.svg");
    background-repeat: no-repeat;
    background-position: center right 20px;
    border-radius: 30px;
    outline: 0;
}
.modal-prise-btn{
    background: linear-gradient(180deg,#41961e,#5fc435);
    border-radius: 5px;
    color: #fff;
}
.modal-prise-btn:hover{
    color: #fff;
}
.form__valid.form__input:invalid {
    background: #fff;
    border: 1px solid red;
}
.form__valid.form__input:valid{
    border: 1px solid #08b688;
    background-color: rgba(8,182,136,.13);
}
.form__gifts-promo {
    font-weight: 500;
    font-size: 15px;
    color: #131a0f;
    margin-bottom: 20px;
}
.form__gifts {
    display: flex;
    overflow: auto;
    padding: 15px;
    margin: -15px -15px 5px;
}
.form__gift-checkbox {
    display: none;
}
.form__gift-card {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 172px;
    flex-shrink: 0;
    background: #fff;
    box-shadow: 0 0 14px hsla(25,27%,54%,.25);
    border-radius: 5px;
    padding: 12px 5px 17px;
    margin: .5rem auto;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .3s;
}
.form__gift-card:before {
    content: url("../assets/img/icon/checkBox0.svg");
    position: absolute;
    top: 0;
    right: 0;
}
.form__gift-thumb {
    margin-bottom: 8px;
}
.form__gift-title {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    max-width: 100%;
    margin-bottom: 7px;
    text-align: center;
}
.form__gift-new-price {
    font-weight: 700;
    font-size: 18px;
    color: #f98922;
    margin-right: 11px;
}
.form__gift-old-price {
    font-weight: 500;
    font-size: 12px;
    color: #8c8c8c;
}
.form__gift-checkbox:checked+.form__gift-card:before {
    content: url("../assets/img/icon/checkBox1.svg");
}
.form__gift-checkbox:checked+.form__gift-card {
    border-color: #41961e;
}
/* select */
.select {
    position: relative;
    display: block;
    min-width: 220px;
    width: 100%;
    margin-bottom: 20px;
}
.select__head {
    width: 100%;
    max-width: 100%;
    border: 1px solid #08b688;
    background-color: rgba(8,182,136,.13);
    border-radius: 30px;
    padding: 14px 15px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(66, 67, 72, 0.8);
    cursor: pointer;
}
.select__head::after {
    width: 10px;
    height: 6px;
    background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%23ED266A'/%3E%3C/svg%3E%0A") no-repeat center / cover;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    content: '';
    display: block;
    transition: .2s ease-in;
}
.select__head.open::after {
    transform: translateY(50%) rotate(180deg);
}
.select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
}
.select__list::-webkit-scrollbar {
    width: 7px;
    background-color: #F8F9FA;
    padding: 5px;
}
.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}
.select__list .select__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}
.select__list .select__item:hover {
    background-color: rgba(224, 229, 231, 0.5);
}

/*-------------------#section-callback-----------------------------*/
.callback-wrapper {
    position: relative;
    border-radius: 10px;
    background-color: #daf2ff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
  }
  
  .callback-person {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    font-size: 1rem;
    font-weight: bold;
  }
  
  .rectangle,
  .rectangle {
    display: none;
    position: absolute;
    transform: rotate(45deg);
    top: 40%;
    width: 50px;
    height: 50px;
    background-color: #daf2ff;
  }
  
  .rectangle_left {
    left: -15px;
  }
  
  .rectangle_right {
    right: -15px;
  }
  
  .rectangle_top {
    position: absolute;
    top: -15px;
    left: 45%;
    transform: rotate(45deg);
    width: 50px;
    height: 50px;
    background-color: #daf2ff;
  }
  
  .callback__btn {
    color: #fff;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 600;
    border-width: 1px;
    border-radius: 30px;
    background-color: #ff1e1e;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  }
  
  .callback__btn:hover {
    background-color: #ff5252;
  }
  
  .callback__input {
    margin: 0;
    font-size: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 1rem;
  }
  
  @media (min-width: 770px) {
    .rectangle_top {
      display: none;
    }
  
    .rectangle {
      display: block;
    }
  }
  @media (max-width: 770px){
    .section-callback>.container>.row:nth-child(3) .rectangle_top,
    .section-callback>.container>.row:nth-child(5) .rectangle_top{
        top: auto;
        bottom: -15px;
    }
  } 

/* ----------------------------------------------------- */

/* section-delivery */
.delivery-left:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border: 1px dashed rgb(28, 161, 10);
    z-index: 1;
    transition: all 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: deliveryBorderUp;
    animation-name: deliveryBorderUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  .delivery-left:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    border: 1px dashed rgb(28, 161, 10);
    z-index: 1;
    transition: all 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: deliveryBorderUp;
    animation-name: deliveryBorderUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  @-webkit-keyframes deliveryBorderUp {
    0% {
      transform: translate(-50%, -50%)scale(1);
    }
  
    100% {
      transform: translate(-50%, -50%)scale(2);
    }
  }
  
  @keyframes deliveryBorderUp {
    0% {
      transform: translate(-50%, -50%)scale(1);
    }
  
    100% {
      transform: translate(-50%, -50%)scale(2);
    }
  }
  
  @media(max-width: 375px) {
    .delivery-left:after {
      width: 12rem;
      height: 12rem;
    }
  
    @-webkit-keyframes deliveryBorderUp {
      0% {
        transform: translate(-50%, -50%)scale(1);
      }
  
      100% {
        transform: translate(-50%, -50%)scale(1.5);
      }
    }
  
    @keyframes deliveryBorderUp {
      0% {
        transform: translate(-50%, -50%)scale(1);
      }
  
      100% {
        transform: translate(-50%, -50%)scale(1.5);
      }
    }
  }
  
  .delivery-left__img {
    width: calc(100% - 8rem);
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 4rem;
    z-index: 2;
    position: relative;
  }
  
  .delivery-form {
    border-radius: 13px;
    padding: 1rem;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 35px 5px rgba(48, 48, 48, 0.2);
    position: relative;
  }
  
  .delivery-form:before {
    content: '';
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: -0.9rem;
    top: 1rem;
    z-index: -1;
    border-radius: 13px;
    background-color: #ffffff;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 35px 5px rgba(48, 48, 48, 0.2);
  }
  
  .delivery-form:after {
    content: '';
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: -1.5rem;
    top: 2rem;
    z-index: -2;
    border-radius: 13px;
    background-color: #ffffff;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 35px 5px rgba(48, 48, 48, 0.2);
  }
  
  .delivery-form input {
    background-color: #e0e0e0;
    border: none;
    padding: 0 20px;
    border-radius: 15px;
  }
  
  /* btm_castom */
  .btm_castom {
    height: 64px;
  }
  
  .btm_castom button {
    color: #ffffff;
    background-color: #26dd3a;
    border-radius: 13px;
    font-weight: 700;
    font-size: 18px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    display: block;
    box-shadow: 0 4px 0 #266d35, 0 25px 15px -10px #86c66e;
    transition: all .4s;
  }
  
  .btm_castom:active button {
    box-shadow: none;
    height: 64px;
  }

/*-------------------CUSTOM FILE UPLOAD-----------------------------*/
.fl_upld {
    width: 300px;
  }
  
  #fl_inp {
    display: none;
  }
  
  .fl_upld label {
    cursor: pointer;
    padding: 10px 25px;
    color: #fff;
    text-align: center;
    background-color: #ff1e1e;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    outline: none;
  }
  
  .fl_upld label:hover {
    cursor: pointer;
  }
  
  #fl_nm {
    margin-top: 20px;
    color: #f00;
  }
/* ----------------------------------------------------- */

/*-------------------modal-callback-----------------------------*/
.callback {
    background-color: #f2faff;
 }
  
.callback-modal__btn {
    color: #ffffff;
    background-color: #ff1e1e;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-weight: 600;
    height: 60px;
    text-transform: uppercase;
    border: none;
    outline: none;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.8);
}

.callback-modal__btn:hover {
    cursor: pointer;
}

.callback-modal__btn:focus {
    outline: none;
}

/* ----------------------------------------------------- */

.modal-leave-links {
    display: flex;
    justify-content: space-between;
    padding: 0rem 8% 10px 8%;
}
.modal-leave-links a {
    display: block;
    width: 18%;
    cursor: pointer;
}
.modal-leave-links a img {
    display: block;
    width: 100%;
    margin: 0rem auto;
    padding-bottom: 8px;
}
.modal-leave-links a:hover span {
    color: black;
    border-bottom: .1rem solid red;
    transition: border-bottom .11s;
}

.modal-leave-links a span {
    font-weight: bold;
}

@media (max-width: 1000px) {
    .modal-leave-links a {
        width: 23%;
    }
}
@media (max-width: 520px) {
    .modal-leave-links {
        padding: 0rem 0% 8px 0%;
    }
    .modal-leave-links a {
        width: 28%;
    }
    .modal-leave-links a span {
        font-weight: bold;
        font-size: 13px;
    }

}

.video {
    padding: 20px 0px;
}
.video__title {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
.video__item {
    position: relative;
    display: block;
    border-radius: 8px;
    padding-bottom: 4%;
    box-shadow: 0 20px 30px -10px rgb(123 0 0 / 82%);
    margin: 10px 0px;
    cursor: pointer;
}
.video__item-image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.video__item-icon {
    position: absolute;
    height: 20%;
    width: 20%;
    left: 40%;
    top: 40%;
}
.video__item-text {
    position: absolute;
    width: 100%;
    bottom: 10%;
    left: 0%;
    text-align: center;
    color: white;
    font-weight: bold;
}