body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #222222;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    padding-top: 40px;
    background: #fff;
}
div, p, input, button, form, span, a, ul, li {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    color: #222222;
}
.container {
    margin: 0 auto;
    padding: 0;
    width: 1170px;
}
.wraper_line_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn_phone {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 25px;
    background: #FF8300;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.btn_phone:hover {
    transition: all 0.3s ease-in-out;
    background: #FF4C00;
}
h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #222222;
    width: 458px;
}
.opis_h1 {
    width: 445px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin-top: 30px;
}
.wraper_btn {
    display: flex;
    align-items: center;
    margin-top: 60px;
}
.btn_buy {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 53px;
    background: #FF8300;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    margin-right: 35px;
}
.watch_vidio {
    margin: 0;
}
.btn_buy:hover {
    transition: all 0.3s ease-in-out;
    background: #FF4C00;
}
.wraper_ofer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.block_right {
    position: relative;
}
.border_blue, .border_white, .border_yellow {
    position: absolute;
    width: 510px;
    height: 510px;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    left: 15px;
    top: 15px;
    border-radius: 500px;
}
.border_yellow {
    width: 450px;
    height: 450px;
    border: 2px solid #FF8300;
    box-sizing: border-box;
    left: 45px;
    top: 45px;
}
.border_blue {
    width: 600px;
    height: 600px;
    border: 2px solid #8018B2;
    box-sizing: border-box;
    left: -30px;
    top: -30px;
}
.icon_blue {
    background: linear-gradient(262.43deg, #8018B2 0%, #5C0F8B 100%);
    padding: 90px 0;
}
h2 {
    width: 730px;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
    margin-bottom: 90px;
}
.wraper_icon_item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.block_icon {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.opis_icon {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
}
.wraper_about {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    width: 540px;
    margin-bottom: 35px;
}
.opis_h3 {
    width: 540px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 60px;
}
.block_right_about {
    position: relative;
}
.elipce_1 {
    position: absolute;
    width: 350px;
    height: 350px;
    background: linear-gradient(180deg, #FF9E2C 0%, #FF8300 100%);
    z-index: -99;
    border-radius: 500px;
    right: -160px;
    top: 120px;
}
.border_one_white {
    position: absolute;
    width: 290px;
    height: 290px;
    border-radius: 500px;
    border: 2px solid #fff;
    box-sizing: border-box;
    right: -125px;
    top: 150px;
    z-index: -90;
}
.border_one_blue {
    position: absolute;
    width: 410px;
    height: 410px;
    border-radius: 500px;
    border: 2px solid #8018B2;
    box-sizing: border-box;
    right: -195px;
    top: 90px;
    z-index: -90;
}
.accordion {
    background: #fff;
    width: 540px;
    padding: 0;
    margin-top: 80px;
  }
  
  .accordion-item {
    position: relative;
    width: 100%;
    list-style: none;
    background: #fff;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
  }
  
  .accordion-item:last-child {
    border-bottom: none;
  }
  
  .accordion-label {
    padding: 20px 0 20px 30px;
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
  }
  .accordion-label:hover {
    cursor: pointer;
  }
  .accordion-label:before {
    content: url(/img/Right.png);
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-block;
    font-size: 15px;
    transition: all 0.5s ease-in-out;
  }
  input[type=checkbox]:checked ~ .accordion-label:before {
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
.accordion-child {
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    height: 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  input[type=checkbox]:checked ~ .accordion-child {
    
    margin: 0;
    padding: 20px;
    height: auto;
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .hide {
      display: none;
  }
.wraper_section_accardeon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comlecs_h2 {
    color: #000000;
    margin-bottom: 0;
}
.complecs_item {
    padding-top: 150px;
}
.trigers {
    background: linear-gradient(180deg, #8018B2 0%, #5C0F8B 100%);
    position: relative;
    overflow: hidden;
    padding:150px 0 50px 0;
    z-index: 0;
}
.trigers_two {
    padding:100px 0 50px 0;
}
.block_elipse_right {
    border-radius: 1000px;
    position: absolute;
    width: 1146.52px;
    height: 1146.52px;
    background: #FFFFFF;
    opacity: 0.1;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    left: -100px;
    bottom: -300px;
    z-index: -99;
}
.block_elipse_left {
    border-radius: 1000px;
    position: absolute;
    width: 1146.52px;
    height: 1146.52px;
    background: #FFFFFF;
    opacity: 0.1;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    right: -100px;
    top: -200px;
    z-index: -99;
}
.h2_trigers {
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
}
.h3_trigers {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #FF8300;
}
.wraper_trigers {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 70px;
}
.block_one_triger {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 255px;
}
h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
}
.opis_h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
}
.about_work {
    padding-top: 100px;
}
.about_work {
    padding-bottom: 60px;
}
.tabs_tarifs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 73px;
    background: #FFFFFF;
    box-shadow: 1px 10px 40px rgba(77, 77, 77, 0.16);
    width: 100%;
    margin-top: 60px;
}
.tab_item_tarif {
    outline: none;
    width: 33%;
    height: 100%;
    border: none;
    background: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #222222;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.tab_item_tarif__active {
    transition: all 0.3s ease-in-out;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FF9E2C 0%, #FF8300 100%);
}
.wraper_item_tab {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.block_right_tab {
    margin-left: 150px;
}
.tab_h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-top: 20px;
}
.opis_item_tab {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    width: 540px;
}
.tab_content__tarif {
    display: none;
    height: 500px;
    padding-top: 100px;
}
.tab_content__tarif_active_block {
    display: block;
}
.action_h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 50px;
}
.btn_aksia {
    display: block;
    width: 400px;
    margin: 0 auto;
}
._elipse_right {
    width: 725px;
    height: 725px;
    left: 200px;
}
._elipse_left {
    width: 725px;
    height: 725px;
    right: 200px;
}
.wraper_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}
.black_politic {
    background: #222222;
    padding: 15px 0;
}
.wraper_politic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.politic_item {
    font-weight: normal;
    font-size: 12.8px;
    line-height: 19px;
    color: #FFFFFF;
}
.ads_market {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}
.ads_img {
    margin-left: 10px;
}



/* попапы */

#popap_zakaz, #popap_telefon, #popap_video {
    display: none;
    background: #FFFFFF;
    width: 730px;
    height: 460px;
}
#popap_telefon {
    height: 410px;
}
#popap_video {
    width: 830px;
    height: 500px;
}
.form_buy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.btn_buy_popap {
    border: none;
    outline: none;
    cursor: pointer;
}
.title_popap {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    width: 575px;
    margin-bottom: 20px;
}
.input_form {
    width: 286.5px;
    height: 35px;
    border: none;
    border-bottom: 1px solid #757679;
    outline: none;
    margin-bottom: 30px;  
    padding-left: 10px;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #757679;
}
.input_form::placeholder {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #757679;
}
.input_form_margin {
    margin-bottom: 0;
}
.select_item {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #757679;
}
.fancybox-close-small {
    color: #FF8300 !important;
    height: 74px !important;
    width: 76px !important;
}
.opis_p {
    font-weight: normal;
    font-size: 12.8px;
    line-height: 19px;
    color: #757679;
    margin-bottom: 30px;
}
.block_center {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.ofer_img {
    z-index: -99;
}
.border_blue, .border_white, .border_yellow {
    z-index: 99;
}
.video_popap_wraper {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.video_popap {
    width: 90%;
    height: 400px;
    margin-top: 30px;
}


/* эффекты выплываний */

.animate__animated.animate__backInLeft {
    --animate-duration: 3s;
}
.animate__animated.animate__backInRight {
    --animate-duration: 4s;
}
.animate__animated.animate__backInRight.ofer_img {
    --animate-duration: 5s;
}
.animate__animated.animate__backInRight.border_blue {
    --animate-duration: 7s;
}
.animate__animated.animate__backInRight.border_white {
    --animate-duration: 8s;
}
.animate__animated.animate__backInRight.border_yellow {
    --animate-duration: 9s;
}
.animate__animated.animate__backInDown.block_icon {
    --animate-duration: 2s;
}
.animate__animated.animate__backInDown.block_icon_1 {
    --animate-duration: 2.5s;
}
.animate__animated.animate__backInDown.block_icon_2 {
    --animate-duration: 3s;
}
.animate__animated.animate__backInDown.block_icon_3 {
    --animate-duration: 3.5s;
}
.animate__animated.animate__backInDown.block_icon_4 {
    --animate-duration: 4s;
}
.animate__animated.animate__backInDown.animet_h2 {
    --animate-duration: 2s;
}
.animate__animated.animate__backInLeft.animet_h3 {
    --animate-duration: 1.5s;
}
.animate__animated.animate__backInLeft.opis_h3 {
    --animate-duration: 2s;
}
.animate__animated.animate__backInLeft.btn_buy {
    --animate-duration: 2.5s;
}
.animate__animated.animate__backInRight.about_img {
    --animate-duration: 2s;
}
.animate__animated.animate__backInRight.elipce_1 {
    --animate-duration: 2.5s;
}
.animate__animated.animate__backInRight.border_one_white {
    --animate-duration: 3s;
}
.animate__animated.animate__backInRight.border_one_blue {
    --animate-duration: 3.5s;
}
.animate__animated.animate__backInLeft.accordion-item {
    --animate-duration: 1.5s;
}
.animate__animated.animate__backInLeft.accordion-item_1 {
    --animate-duration: 1.8s;
}
.animate__animated.animate__backInLeft.accordion-item_2 {
    --animate-duration: 2s;
}
.animate__animated.animate__backInLeft.accordion-item_3 {
    --animate-duration: 2.3s;
}
.animate__animated.animate__backInLeft.accordion-item_4 {
    --animate-duration: 2.5s;
}
.animate__animated.animate__bounceIn.img_accordeon {
    --animate-duration: 3s;
}
.animate__animated.animate__backInLeft.h3_trigers {
    --animate-duration: 2.5s;
}
.animate__animated.animate__backInUp.block_one_triger {
    --animate-duration: 1s;
}
.animate__animated.animate__backInUp.block_one_triger_2 {
    --animate-duration: 1.3s;
}
.animate__animated.animate__backInUp.block_one_triger_3 {
    --animate-duration: 1.6s;
}
.animate__animated.animate__backInUp.block_one_triger_4 {
    --animate-duration: 1.8s;
}





/* курсор мыши */

header, .complecs_item {	
    cursor: url("../img/white.png"), auto;
    padding-bottom: 100px;
}
.icon_blue, .trigers {	
    cursor: url("../img/blue.png"), auto;
}
.about {	
    cursor: url("../img/white.png"), auto;
    padding-top: 100px;
}
.about_work, .tab_item_tarif {
    cursor: url("../img/white.png"), auto;
}
.btn_buy, .black_politic, .logo_header, .btn_phone, .elipce_1, .tab_item_tarif__active {	
    cursor: url("../img/btn.png"), auto;    
}
footer {
    cursor: url("../img/white.png"), auto;
    padding-top: 70px;
}




/* адаптив */


  /* 992px - 1200px */
  @media screen and (max-width: 1200px) {
	.container {
        width: 960px;
    }
    .ofer_img  {
        width: 400px;
    }
    .border_blue {
        width: 450px;
        height: 450px;
        left: -25px;
        top: -25px;
    }
    .border_white {
        position: absolute;
        width: 380px;
        height: 380px;
        left: 10px;
        top: 10px;
    }
    .border_yellow {
        position: absolute;
        width: 320px;
        height: 320px;
        left: 40px;
        top: 40px;
    }
    h3 {
        font-size: 28px;
        line-height: 38px;
        width: 440px;
    }
    .opis_h3 {
        width: 440px;
    }
    .block_right_about {
        right: 100px;
    }
    .elipce_1 {
        right: -80px;
        top: 150px;
    }
    .border_one_blue {
        right: -105px;
        top: 135px;
        width: 390px;
        height: 390px;
    }
    .border_one_white {
        right: -50px;
        top: 185px;
    }
    .accordion {
        width: 440px;
    }
    .img_accordeon {
        width: 550px;
        margin-left: -50px;
        z-index: -99;
    }
    .opis_item_tab {
        width: 400px;
    }
    .tab_img {
        width: 300px;
    }
}

/* 768px - 992px */
@media screen and (max-width: 992px) {
    .container {
      width: 720px;
    }
    .block_right {
        top: -60px;
    }
    .btn_buy {
        font-size: 18px;
    }
    .opis_h1 {
        width: 345px;
    }
    .wraper_ofer {
        margin-top: 80px;
    }
    .ofer_img {
        width: 300px;
        margin-left: -80px;
    }
    .border_blue {
        width: 350px;
        height: 350px;
        left: -105px;
        top: -25px;
    }
    .border_white {
        position: absolute;
        width: 280px;
        height: 280px;
        left: -70px;
        top: 10px;
    }
    .border_yellow {
        position: absolute;
        width: 220px;
        height: 220px;
        left: -40px;
        top: 40px;
    }
    h2 {
        width: 630px;
        font-size: 30px;
        line-height: 38px;
    }
    .about_img  {
        width: 300px;
    }
    .opis_h3 {
        width: 300px;
        font-size: 15px;
    }
    h3 {
        font-size: 20px;
        line-height: 28px;
        width: 340px;
    }
    .elipce_1 {
        right: -60px;
        width: 300px;
        height: 300px;
    }
    .border_one_white {
        right: -38px;
        top: 178px;
        width: 250px;
        height: 250px;
    }
    .border_one_blue {
        right: -70px;
        top: 140px;
        width: 320px;
        height: 320px;
    }
    .wraper_section_accardeon {
        flex-direction: column;
        align-items: center;
    }
    .accordion {
        width: 100%;
    }
    .h3_trigers {
        width: 100%;
    }
    .triger_img {
        width: 50px;
    }
    h4 {
        font-size: 18px;
    }
    .opis_h4 {
        font-size: 14px;
        line-height: 18px;
        color: #c7c7c7;
    }
    .trigers {
        padding-top: 50px;
    }
    .h2_trigers  {
        margin-bottom: 10px;
    }
    .tab_item_tarif {
        font-size: 16px;
    }
    .wraper_item_tab {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .tab_content__tarif {
        padding-top: 50px;
        height: fit-content;
    }
    .block_right_tab  {
        margin: 0;
    }
    .opis_item_tab {
        width: 100%;
    }
    .action_h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }
}
/* 576px - 768px */
@media screen and (max-width: 768px) {
    .container {
        width: 540px;
    }
    .wraper_ofer {
        margin-top: 80px;
        flex-direction: column;
    }
    .block_right {
        top: 50px;
    }
    .logo_header {
        width: 200px;
    }
    h2 {
        width: 100%;
        font-size: 25px;
        line-height: 28px;
    }
    .icon_img {
        width: 50px;
    }
    .wraper_about {
        align-items: flex-start;
        flex-direction: column;
    }
    .block_right_about {
        right: 0;
        top: 50px;
    }
    .elipce_1 {
        right: -100px;
        top: 50px;
    }
    .border_one_blue {
        right: -145px;
        top: 5px;
        width: 390px;
        height: 390px;
    }
    .border_one_white {
        right: -70px;
        top: 75px;
    }
    .opis_h3 {
        width: 100%;
        font-size: 15px;
    }
    .wraper_trigers {
        align-items: center;
        flex-direction: column;
    }
    .block_one_triger {
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .block_elipse_right {
        width: 646.52px;
        height: 646.52px;
        left: -100px;
        bottom: -100px;
    }
    .block_elipse_left {
        width: 846.52px;
        height: 846.52px;
    }
    .tab_item_tarif {
        font-size: 12px;
        line-height: 20px;
    }
    .tab_h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .tab_content__tarif {
        padding-top: 20px;
    }
    #popap_zakaz, #popap_telefon, #popap_video {
        display: none;
        background: #FFFFFF;
        width: 90%;
        height: fit-content;
    }
    .title_popap {
        font-size: 20px;
        margin-bottom: 20px;
        width: 100%;
    }
    .video_popap {
        width: 100%;
    }
}
/* 320px - 576px */
@media screen and (max-width: 576px) {
	.container {
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
    .wraper_line_ {
        flex-direction: column;
    }
    .logo_header  {
        margin: 0;
        margin-bottom: 10px;
    }
    h1 {
        font-size: 30px;
        line-height: 38px;
        width: 100%;
    }
    .opis_h1 {
        width: 100%;
    }
    .wraper_btn {
        align-items: flex-start;
        margin-top: 30px;
        flex-direction: column;
    }
    .btn_buy {
        margin: 0;
        margin-bottom: 10px;
    }
    .border_blue {
        width: 100%;
        height: 110%;
        left: 0;
        top: -10px;
    }
    .block_right {
        width: 100%;
    }
    .border_white {
        position: absolute;
        width: 70%;
        height: 75%;
        left: 13%;
        top: 13%;
    }
    .border_yellow {
        position: absolute;
        width: 80%;
        height: 85%;
        left: 9%;
        top: 9%;
    }
    .ofer_img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .wraper_icon_item {
        align-items: center;
        flex-direction: column;
    }
    h2 {
        width: 100%;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    h3 {
        width: 100%;
    }
    .elipce_1 {
        width: 250px;
        height: 250px;
        right: 0;
        left: 10%;
        top: 90px;
    }
    .border_one_white {
        right: 30px;
        top: 85px;
        width: 230px;
        height: 230px;
    }
    .border_one_blue {
        right: 0;
        top: 68px;
        width: 300px;
        height: 300px;
    }
    .img_accordeon  {
        width: 100%;
        margin: 0;
    }
    .accordion-label {
        padding: 20px 0 20px 5px;
        font-size: 18px;
        width: 90%;
    }
    .tab_img {
        width: 100%;
    }
    .btn_aksia {
        font-size: 16px;
        padding: 15px 3px;
        width: 100%;
    }
    .wraper_footer {
        flex-direction: column;
    }
    .block_download {
        margin: 20px auto;
    }
    .wraper_politic {
        align-items: flex-start;
        flex-direction: column;
    }
    .politic_item {
        margin: 0;
        margin-bottom: 20px;
    }
    .input_form {
        width: 100%;
    }
    .title_popap {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 20px;
        width: 85%;
    }
    .h3_trigers {
        font-size: 18px;
        line-height: 14px;
    }
    header {
        overflow-x: hidden;
    }
    body {
        padding-top: 20px;
    }
    .wraper_ofer {
        margin-top: 50px;
    }
    
}