/* portfolio page */

header.light{
    color: #f5f5f5;
}
header.light .menu-btn-item{
    background: #f5f5f5;
}
header.light .header-callback {
    border-color: #fff;
}
header.light .header-callback:hover {
    border-color: #1C93F9;
}
.page-header-section {
    height: 100vh;
    color: #f5f5f5;
    display: flex;
    align-items: center;
    margin-top: 0;
}
.page-header-section-text {
    margin-top: 20px;
    font-size: 16px;
}
.page-header-section .page-nav,
.page-header-section .page-nav a {
    color: #fff;
}
.page-header-section-btn {
    margin-top: 10px;
}

.section-block.mt-custom{
    padding-top: 80px;
}


.page-content-section + .about {
    margin-top: 0;
}
.page-header-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.page-header-overlay:before {
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
 }
.page-header-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    /*display: flex;*/
    /*align-items: center;*/
}
.page-header-video video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 0;
}
.test-section.type2 .page-header-video {
    box-shadow: 0 0 8px #000000bf inset;
    filter: brightness(0.4);
}
.test-section.type2 .page-header-video video {
    transform: translateY(-30%);
}
.page-header-video:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(31, 26, 23, 0.6);
    z-index: 1;
}
.place{
    background: url(img/place-icon.svg) no-repeat;
}
.place:hover {
    color: #1a1a1a;
    transition: 0.4s;
}
.phone span{
    color: #333;
}
.phone:hover {
    color: #1a1a1a;
    transition: 0.4s;
}
.header-btn{
    color: #1a1a1a;
}
.header-btn:hover{
    color: #1a1a1a;
}
.menu-btn-text{
    color: #1a1a1a;
}

.portfolio-content{
    padding: 90px 0;
}
.portfolio-content .container{
    flex-wrap: wrap;
}
.page-nav {
    color: #00CC7E;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
	margin-bottom: 16px;
	display: flex;
    gap: 12px;
}
.page-nav a,
.page-nav .separator {
    color: var(--colors-gray, #A4A4A4);
    text-decoration: none;
}
.page-nav a:hover {
    color: #00CC7E;
}
.page-header{
	width: 100%;
    font-size: 34px;
    font-weight: 700;
    margin: 10px 0 20px 0;
}
.page-header-section-title {
    font-size: 48px;
    line-height: 54px;
}
.page-header-section-subtitle {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 39px;
	font-weight: 500;
}
.page-header-section-subtitle + .page-header-section-subtitle {
    margin-top: 0;
}
.page-header-text{
    color: #4d4d4d;
    margin: 0 0 20px 0;
}
.portfolio-items-content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 58px 0 0 0;
}
.portfolio-item{
    display: block;
	overflow: hidden;
	opacity: 1;
	transition: 0.4s;
}
.advantage-item{
	color: #808080;
	line-height: 24px;
	text-transform: lowercase;
}
.sp-content{
	display: flex;
	flex-wrap: wrap;
	padding: 58px 0;
}
.sp-content h3{
	font-size: 12.8px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.sp-description-text{
	line-height: 24px;
}
.sp-advantages{
	width: 30%;
}
.portfolio-item.hide{
	width: 0%;
	padding: 0;
	opacity: 0;
	transform: rotateY(90deg);
	transition: 0.4s;
}
@media (max-width: 576px) {
    .garanty__container{
        padding-bottom: 50px;
        padding-top: 35px;
    }

    .garanty{
        margin-top: 0;
    }

    .dontWant__row {
        padding: 30px 0 35px !Important;
    }

    .dontWant__price{
        text-align: center;
    }
    .page-header__solials_rank{
        overflow: auto;
    }

    .portfolio-item.hide {
        display: none;
    }

    .section-header-ul > li{
        display: block !Important;
    }

    .supportCalc__priceCard {
        width: 300px !important;
        max-width: 100%;
    }

    .supportCalc__priceCard.avt-price {
        font-size: 38px;
    }
}
.sp-img-content{
	width: 100%;
	margin: 40px 0 0 0;
}
.sp-img-content img{
	width: 100%;
}

.pi-img{
	height: 260px;
    border-radius: 50%;
    overflow: hidden;
}
.pi-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    transition: 0.4s;
}
.pi-header{
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 10px 0;
    transition: 0.4s;
}
.pi-text{
    font-size: 12.8px;
    color: #808080;
    text-transform: lowercase;
}
.portfolio-item:hover .pi-img img{
    filter: brightness(0.75);
    transform: scale(1.1) rotate(8deg);
    transition: 0.4s;
}
.portfolio-item:hover .pi-header{
    color: #1C93F9;
    text-shadow: 0 0 4px #1C93F91a;
    transition: 0.4s;
}
.sp-link{
	width: 100%;
	border-bottom: 1px solid #C4C4C4;
	padding: 0 0 32px 0;
}
.sp-link a{
	color: #005AF5;
	font-weight: 600;
}
.page-our-partners{
    background: #FAFAFB;
    padding: 80px 0 100px 0;
    margin: -40px 0 0 0;
}
.op-form-header{
    color: #1a1a1a;
}
.dontWant{
	position: relative;
    width: 1460px;
    margin: 150px auto;
    background: #F5F5F5;
    max-width: 100%;
	border-radius: 10px;
}
.dontWant__row{
	padding: 70px 0 75px;
}
.dontWant__img{
	position: absolute;
    right: 0;
    bottom: 0;
}
.speed_tariffs__wrapper {
    background: linear-gradient(90.78deg, #008AE6 -2.66%, #00CC80 99.9%), #F5F5F5;
    border-radius: 10px;
    padding: 65px 90px 20px;
	display: flex;
    justify-content: space-between;
	margin-top: 70px;
	align-items: flex-start;
	min-width: 1000px;
    max-width: unset;
}
.speed_tariffs__wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/web.svg);
    background-repeat: no-repeat;
    background-position: 226% 172%;
    z-index: 0;
}
.speed_tariffs__option {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #ffffff36;
    padding-top: 7px;
    margin-bottom: 10px;
	white-space: nowrap;
}
.speed_tariffs__options>*:first-child{
	border-color:transparent
}
.speed_tariffs__tarif_column {
	background: #F5F5F5;
    border-radius: 10px;
    width: 20%;
    padding: 20px;
    text-align: center;
    font-size: 16px;
	margin-top: -100px;
	z-index: 1;
}
.speed_tariffs__tarif_price {
    font-weight: 500;
    font-size: 22px;
}
.speed_tariffs__tarif_days {
	font-size: 14px;
	opacity: 0.5;
}
.speed_tariffs__options {
    width: calc(40% - 90px);
	color: #fff;
	z-index: 1;
}
.speed_tariffs__check {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #E6E9ED;
    padding-top: 7px;
    margin-bottom: 10px;
}
.speed_tariffs__tarif_checks {
    margin-top: 20px;
}
.speed_tariffs__tarif_checks>*:first-child{
	border-color:transparent
}
.speed_tariffs__btn {
margin-top: 40px;
    display: block!important;
    height: auto;
    padding: 14px 0;
}
.sp-thumb {
    border-radius: 10px;
    height: 300px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sp-thumb img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.sp-info h5 {
    margin-bottom: 10px;
    margin-top: 0;
}

.sp-info ul {
    padding-left: 0;
}

.sp-info ul li {
    padding-left: 0;
    margin-top: 0;
}

.sp-info ul li:not(:last-child) {
    margin-bottom: 10px;
}

.sp-info ul li:before {
    display: none;
}

.sp-info ul li a {
    text-decoration: underline;
    text-underline-position: under;
}

.sp-info ul li a:hover {
    text-decoration: none;
}

.sp-info p {
    margin: 0;
}

.sp-controls {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sp-control {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}

.sp-control-prev .sp-arrow {
    transform: rotate(180deg);
    margin-left: auto;
}

.sp-control-next .sp-arrow {
    left: 2px;
}

.sp-control-next {
    margin-left: auto;
}

.sp-arrow {
    margin-top: 15px;
    max-width: 100px;
}

.sp-control:hover .sp-arrow {
    width: calc(100% - 8px);
}

.sp-control:hover .sp-arrow:before {
    background: #1C93F9;
}

.sp-control:hover .sp-arrow:after {
    border-color: #1C93F9;
}

.sp-info-main {
    position: sticky;
    top: 0;
    padding: 30px 0 0;
    margin-top: -30px;
}

ul.sp-info-main li:not(:last-child) {
    margin-bottom: 20px;
}

ul.sp-info-main li {
    font-size: 16px;
    line-height: 22px;
}

ul.sp-info-main li label {
    font-weight: 600;
}

ul.sp-info-main li a {
    text-decoration: underline;
    text-underline-position: under;
}

.sp-description h3 {
    margin: 60px 0 24px;
}

.sp-screen img {
    max-width: 100%;
}
.section-header-ul > li{
    display: flex;
    font-size: 16px;
    align-items: flex-start;
    margin-bottom: 30px;
	padding-left: 25px;
    position: relative;
}
.section-header-ul > li::before{
	content:'';
	width:10px;
	height:10px;
	border-radius:50%;
	background: #00CC7E;
	margin:5px 20px 0 0;
    line-height: 1.5;
	position: absolute;
	left: 0;
}

.section-header-ul > li > mark{
    margin: 0 4px;
}

.page-header__solials_rank{
	display: flex;
    margin-top: 24px;
}
.page-header__solials_item{
	background: #F5F5F5;
	padding: 15px;
    min-width: 182px;
}
.page-header__solials_rank .page-header__solials_item:first-child{
	margin-right:18px
}
.supportCalc__priceCard {
    width: 280px;
	max-width: 100%;
}
.supportCalc__priceCard-wrapper{
    justify-content: end;
    display: flex;
	align-items: end;
}
.webdeftarrifs__item_count>b {
    font-size: 36px;
    font-weight: 600;
}
.webdeftarrifs__item_count {
    font-size: 18px;
}
.supportCalc__tumbler {
    font-weight: 700;
    font-size: 22px;
    display: flex;
    align-items: center;
	margin-bottom: 30px;
}
.supportCalc__tumbler label{
	width: 98px;
    height: 42px;
    background: #00CC7E;
    border-radius: 20px;
    margin: 0 30px;
	display:flex;
	align-items:center;
}
.supportCalc__tumbler label::before{
	content:'';
	width:31px;
	height:31px;
	background: #F5F5F5;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
    margin: 0 7px;
}
.supportCalc__tumbler input:checked+label{
	background: #1C93F9;
	justify-content: flex-end;
}
.supportCalc__afterRange {
    display: flex;
    justify-content: space-between;
}
.supportCalc__hint {
    position: relative;
}
.supportCalc__hintText {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 30px;
}
.supportCalc__hint:hover .supportCalc__hintText {
	display:block
}
.supportCalc__hintText li {
    margin: 3px 0 3px 0!important;
}
.supportCalc__priceCard .avt-month .avt-header,
.supportCalc__priceCard .avt-price-block{
	margin-bottom: 40px;
}
.supportCalc__tumblerPrev {
    width: 162px;
}
.garanty{
	color:#000;
	padding-top:0;
	margin-top:100px;
}
.garanty__container{
	background: #F5F5F5;
	border-radius: 10px;
	padding: 50px 23px;
	position: relative;
}
.garanty__container::before{
	content:'';
	display:block;
	width:230px;
	height:230px;
	position:absolute;
    left: -50px;
    top: -50px;
	background: url(//img/icons/stamp.svg) no-repeat;
	background-size: contain;
}
.garanty__wrapper{
	width: 700px;
    margin: auto;
    max-width: 100%;
    text-align: center;
}
.garanty__title {
    margin-bottom: 20px;
}
.garanty__text-attention {
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #00CC7E;
}
.garanty__wrapper>*:last-child{
	margin-bottom:0
}
.dontWant__price {
    color: #00CC7E;
    font-weight: 600;
    font-size: 52px;
	line-height: normal;
	margin-bottom: 20px;
}
.offer{
    background: linear-gradient(90deg, #008AE6 0%, #00CC80 100%), #F5F5F5;
	border-radius: 10px;
	position:relative;
	overflow: hidden;
	font-weight: 700;
	font-size: 22px;
	color: #F5F5F5;
	margin-top:50px;
}
.offer::before{
    content: "";
    width: 100%;
    height: 475px;
    position: absolute;
    left: 0;
    top: -66px;
    background-image: url(../img/web.svg);
    background-repeat: no-repeat;
    background-position: right 22%;
    background-size: cover;
    transform: rotate(-7deg);
}
.offer_wrapper{
    padding: 40px 30px;
    display: flex;
    align-items: center;
}
.offer__price{
	font-weight: 600;
    font-size: 36px;
}

.speedTariffs__wrapper:hover{
	z-index:100
}
.speedTariffs__card{
background: linear-gradient(90deg, #008AE6 0%, #00CC80 100%);
    border-radius: 10px;
    padding: 30px;
    color: #F5F5F5;
    text-align: center;
    transition: transform .3s;
    width: 385px;
    max-width: 100%;
    margin: auto;
}
.speedTariffs__card:hover {
    transform: scale(1.18);
	background: linear-gradient(90deg, #B472D5 0%, #008AE6 100%);
}
.speedTariffs__card>*:not(.avt-img) {
    z-index: 123;
    position: relative;
}
.speedTariffs__cardTitle{
	height:auto;
}
.speedTariffs__price {
    margin: 20px 0 30px 0;
}
.speedTariffs__list {
    margin: 25px 0 30px 0;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
}
.speedTariffs__list>li {
	margin: 20px 0 0 0;
    display: flex;
    align-items: flex-start;
}
.speedTariffs__list>li::before {
    content: '';
    width: 12px;
    height: 11px;
    background: url(/img/icons/green-checker.svg) no-repeat;
    display: inline-block;
    margin-right: 20px;
    background-size: contain;
    margin-top: 4px;
}
.speedTariffs__card:hover .speedTariffs__list:not(.speedTariffs__presents)>li::before{
	 background-image: url(/img/icons/white-checker.svg)
}
.speedTariffs__list>li>span {
    width: calc(100% - 12px - 20px);
	line-height: 150%;
}
.speedTariffs__presents>li::before {
    width: 25px;
    height: 25px;
    background: url(/img/icons/gift.svg) no-repeat;
    margin-right: 13px;
	margin-top:0
}
.speedTariffs__btn{
  width: calc(100% - 32px);
      max-width: 100%;
      line-height: normal;
      display: flex;
      align-items: center;
      justify-content: center;
}
.speedTariffs__card>ul:nth-child(1){
	height:200px
}
.speedTariffs__img{
	background-position-y: calc(100% + 180px);
    background-position-x: 40%;
}
.speed_projects__img {
    position: relative;
}
.speed_projects__img>img{
  width: 100%
}
.speed_projects__cms {
    position: absolute;
    top: 14px;
    left: 12px;
}
.speed_projects__info{
  background: #fff;
  color: #000;
  padding: 20px 15px 30px;
}
.speed_projects__title {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 35px;
}
.speed_projects__ranks {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}
.speed_projects__rank {
  width: 86px;
  height: 86px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 36px;
}
.speed_projects__rank_name {
    margin-bottom: 20px;
    text-align: center;
}
.speed_projects__rank_item {
    position: relative;
}
.speed_projects__rank_name {
    margin-bottom: 20px;
    text-align: center;
}
.speed_projects__rank>img {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}
.speed_projects__item {
    margin-bottom: 30px;
}
.speed_projects__btn {
    width: 100%;
    height: 52px;
    color: #00CC7E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    max-width: 240px;
    margin: auto;
    transition: .3s;
    border-radius: 72px;
    border: 2px solid #00CC7E;
}
.speed_projects__btn:hover {
  color: #fff;
  background: #00CC7E;
}
.speed_projects__item_wrap {
    border-radius: 24px;
    overflow: hidden;
}
.script_p__cases .case-title{
    height: 52px
}
.antivirus__dops_title{
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 20px;
}
.antivirus__dops>li{
	margin:0
}
.contacts_wrapper {
    padding: 32px 36px;
    border-radius: 27px;
    border: 1px solid #EEE;
}
.contacts__item {
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 24px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.contacts__name {
    display: flex;
    align-items: center;
    color: #A4A4A4;
    font-size: 24px;
    text-transform: lowercase;
    gap: 8px;
    width: 250px;
}
.contacts__field {
    color: #0E0E0E;
    font-size: 28px;
    font-weight: 500;
    width: calc(100% - 275px);
}
.contacts_wrapper>*:last-child{
    margin: 0;
    padding: 0;
    border: none
}
.contacts__field_msgr>a {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    padding: 15px 48px 15px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 72px;
    background: #00D923;
}
.contacts__field_msgr>.contacts__tg{
    background: #309BFD
}
.contacts__field_msgr,
.contacts__field_social {
    display: flex;
    gap: 12px;
}
.antivirus__offer {
    margin-top: 50px;
}
.antivirus__offer input{
	width: 100%;
    background: #F5F5F5;
    border-radius: 5px;
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    border: none;
}
.antivirus__offer a{
	margin:0;
	width: 100%;
}
.banner_green {
    display: flex;
    border-radius: 48px;
    background: #00CC7E;
    overflow: hidden;
}
.banner_green__content {
    width: 680px;
    padding: 64px 0 64px 72px;
    color: var(--colors-white, #FFF);
    font-size: 44px;
    font-weight: 700;
}
.banner_green__text{
    line-height: 140%;
	margin-bottom: 18px;
}
.banner_green__img {
    background: url(/img/icons/offer_green.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: calc(100% - 680px);
    background-size: contain;
}
.banner_green__content span{
    color: #fff;
	display: block;
}
.banner_green__content mark{
    color: #000
}
.banner_green__btn {
    color: #FFF;
    font-size: 18px;
    display: flex;
    padding: 15px 0;
    justify-content: center;
    align-items: center;
    border-radius: 72px;
    background: #0E0E0E;
    line-height: normal;
    width: 176px;
    margin-top: 18px;
}
.banner_green__btn:hover {
    color: #000;
    background-color: #fff
}
.webdeftarrifs__subtitle {
    color: #FFF;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 140%;
}
.webdeftarrifs__item {
    width: calc(25% - 23px);
    padding: 22px 24px;
    border-radius: 24px;
    background: #FFF;
    color: #000;
    min-width: 235px;
    transition: .3s
}
.webdeftarrifs__items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 30px 0;
}
.webdeftarrifs__item_title {
    font-size: 24px;
    font-weight: 600;
    transition: .3s
}
.webdeftarrifs__item>*{
    margin-bottom: 20px;
}
.webdeftarrifs__item>*:last-child{
    margin-bottom: 0;
}
.webdeftarrifs__item_text {
    color: #A4A4A4;
    font-size: 18px;
}
.audit_tarrifs .webdeftarrifs__item_text {
    color: #000;
}
.webdeftarrifs__item_price_num {
    color: #00CC7E;
    font-size: 34px;
    font-weight: 600;
	text-transform: uppercase;
}
.webdeftarrifs__item_time_num {
    color: #0E0E0E;
    font-size: 18px;
    font-weight: 600;
}
.webdeftarrifs__item_btn {
    display: flex;
    height: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 72px;
    background: #00CC7E;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}
.audit_tarrifs .webdeftarrifs__item_btn {
	height: 42px;
}
.webdeftarrifs__item_btn:hover {
    color: #FFF;
    background: #00995E;
}
.webdeftarrifs__item-green {
    color: #fff;
    background: #00CC7E;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.webdeftarrifs__item-green .webdeftarrifs__item_text{
    color: #fff;
}
.webdeftarrifs__item-green .webdeftarrifs__item_btn{
    background: #171A1F;
}
.webdeftarrifs__item-green .webdeftarrifs__item_btn:hover {
    background: #fff;
    color: #000;
}
.webdeftarrifs__item_docs svg{
    margin-left: 12px;
}
.webdeftarrifs__item_docs path{
    fill: #00CC7E;
}
.webdeftarrifs__item_docs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cases-type3 .case {
    box-shadow: none;
    border-radius: 24px;
    padding: 24px 32px;
    color: #000;
    font-size: 18px;
}
.anti__tarifs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.anti__tarifs>*:nth-child(1){
    width: 430px;
}
.antivirus__dops mark{
        margin-left: 15px;
}
.avt6 .avt-price{
    color: #00CC7E;
    line-height: 140%;
}
.avt6 .avt-title{
    color: #A4A4A4;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-top: -6px;
}
.avt6 .avt-price-dubl {
    color: #00CC7E;
}
.avt-quote {
    border-radius: 6px;
    background: #EEE;
    padding: 12px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.avt-gift {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}
.cases-type3 .case-title {
    font-size: 22px;
    color: #0E0E0E;
    font-weight: 600;
        margin-bottom: 24px;
}
.cases-type3 .case_num {
    color:#00CC7E
}
.cases-type3 .case-attrs li:not(:last-child) {
    margin-right: 32px;
}
.cases-type3 .case-content .checklist-title,
.cases-type3 .case-content .checklist-list li {
    font-size: 18px;
    line-height: 22px;
    line-height: 140%;
    margin-bottom: 12px;
}
.cases-type3 .case-content .checklist-title {
    font-weight: 600;
}
.anti__tarifs{
    margin-top: 48px;
    margin-bottom: 140px;
}
.anti__tarifs .aboutNew_new__ul{
    margin-top: 0;
}
.anti__tarifs .avt4,
.avt5{
    height: 364px;
    padding: 22px 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 24px;
    background: #FFF;
    color: #000;
}
.anti__tarifs .avt-body,
.avt5 .avt-body{
    color: #00CC7E;
    margin: 0;
    text-transform: uppercase;
    align-items: start;
}
.avt5 *{
    margin: 0
}
.avt5 .avt-subtitle-b{
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}
.anti__tarifs .avt-sale {
    color: #A4A4A4;
    font-size: 18px;
    line-height: 140%;
    text-align: left;
}
.anti__tarifs .avt-sale mark {
    padding: 2px 8px;
    background: #00CC7E;
    color: #fff;
}
.anti__tarifs .avt-btn,
.avt5 .avt-btn {
    border-radius: 72px;
    box-shadow: none;
}
.avt5 .avt-text {
    color: #A4A4A4;
    text-align: left;
    font-size: 18px;
    line-height: 140%;
}
.avt5 .avt-days {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
}
.anti__tarifs .avt-img{
    display: none;
}
.ysr-antivirus h3{
    font-size: 44px;
    font-weight: 700;
}
.ysr-antivirus{
    padding-top:60px
}
.ysr-antivirus .ysr-item-header {
    margin-bottom: 30px;
}
.ysr-antivirus .ysr-item {
    margin: 0 0 50px 0;
}
.anti_access {
    padding: 64px 72px;
    border-radius: 48px;
    background: #0E0E0E;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.anti_access>*:not(img) {
    position: relative;
    z-index: 1
}
.anti_access .checklist-title{
    font-size: 36px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.anti_access .checklist-list{
    display: flex;
    color: #A4A4A4;
    gap: 20px;
    flex-wrap: wrap;
}
.anti_access .checklist-list li {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    width: calc(50% - 10px);
    line-height: normal;
    padding-left: 42px;
        color: #fff;
}
.anti_access .checklist-list li:before {
    width: 22px;
    height: 22px;
    top: 7px;
}
.anti_access__decor {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.anti_access__decor-2{
    right: 0;
    left: unset;
    top: unset;
    bottom: 0;
}
.banner_green-anti{
    margin-top: 80px
}
.section.crm_achieve {
    padding: 60px 0;
}
.smm_tarifs {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}
.smm_tarif {
    width: calc(50% - 18px);
    padding: 22px 24px;
    border-radius: 24px;
    background: #FFF;
    color: #000;
    font-size: 18px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}
.smm_tarif__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}
.smm_tarif__price_t,
.smm_tarif__text {
    color: #A4A4A4;
}
.smm_tarif__price_n {
    color: #00CC7E;
    font-size: 36px;
    font-weight: 600;
        margin-bottom: 16px;
}
.smm_tarif__btn {
    display: flex;
    padding: 15px 49px;
    justify-content: center;
    border-radius: 72px;
    background: #00CC7E;
    color: #FFF;
    width: 257px;
    font-weight: 600;
    margin-top: 24px;
}
.smm_tarif__btn:hover {
    color: #FFF;
}
#projects-slider{
    margin-bottom: 24px
}
.speed_banner_green{
    padding: 80px 0
}
.table-container {
    color: #000;
    padding: 36px;
    background: #fff;
    border-radius: 24px;
}
.table-container-header h5 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 32px 0;
}
.avt5 .avt-title {
    text-align: left;
    text-transform: uppercase;
}
.avt5 .avt-subtitle {
    text-align: left;
    font-size: 18px;
}
.avt5 .avt-note {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.avt5 p {
    color: #000
}
.avt-body-btn-wrap {
    width: 100%;
}
.translatetarifs .webdeftarrifs__item {
    width: calc(33.3333% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.translatetarifs .webdeftarrifs__item>* {
    margin-bottom: 31px;
}
.translatetarifs .webdeftarrifs__item>*:last-child {
    margin-bottom: 0;
}
.page-header-section.empty {
  color: #0E0E0E;
  height: auto;
  padding: 80px 0;
  margin-top: 80px;
}
.section.page-header-section-2ndpage {
    color: #0E0E0E;
    height: auto;
    padding: 80px 0;
    margin-top: 80px;
    padding-bottom: 0;
}
.cookie__title {
    border-bottom: 1px solid rgb(23 26 31 / 10%);
    padding-bottom: 30px;
    margin: 0 0 30px 0;
    font-size: 32px;
}
.cookie__item {
    margin-bottom: 60px;
}
.cookie__h3 {
    margin-top: 50px;
}
.webdeftarrifs__item:hover .webdeftarrifs__item_title{
    color: #00CC7E;
}
.webdeftarrifs__item-green:hover .webdeftarrifs__item_title{
    color: #fff;
}
.webdeftarrifs__item-green:hover{
    color: #fff;
    background: #00995E
}
.webdeftarrifs__item-green path{
	transition: .3s
}
.webdeftarrifs__item-green:hover path{
	fill:#00CC7E
}
.antivirus__dops li{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.banner__offer-wide_text .banner__content{
    width: 60%;
}
.banner__offer-wide_text .banner__img{
    width: 40%;
}
.webdeftarrifs__item_text-pretitle {
    margin: 0;
    line-height: 130%;
}
.webdeftarrifs__item-green mark {
    color: #000;
}
.webdeftarrifs__item-green .webdeftarrifs__item_price_num {
    color: #fff;
}
.webdeftarrifs__item-green .webdeftarrifs__item_price_sale {
    color: #00CC7E;
    background: #fff;
}
.webdeftarrifs__item-green .webdeftarrifs__item_price_old {
    color: #fff;
}
.webdeftarrifs__item-green .webdeftarrifs__item_price_old::before {
    background: #fff;
}
.webdeftarrifs__item_title-hasafter{
    height: 110px;
}
.cases-type3 .checklist-list li{
    font-weight: 400;
    color: #000
}
.anti_tarrifs_new {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.anti_tarrifs_new .webdeftarrifs__items{
    margin: 0
}
.anti_tarrifs_new .webdeftarrifs__item {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.anti_tarrifs_new .webdeftarrifs__items {
    width: 580px;
}
.anti_tarrifs_new__content {
    width: calc(100% - 580px - 20px);
    border-radius: 24px;
    border: 1px solid var(--colors-white, #FFF);
    background: var(--bgbg-dark, #171A1F);
    padding: 32px;
}
.anti_includes__title {
    color: #0E0E0E;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}
.anti_includes{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 32px;
}
.anti_includes li{
    color: #A4A4A4;
    font-weight: 600;
}
.anti_includes__item {
    width: calc(50% - 12px);
    background: #fff;
    border-radius: 48px;
    padding: 36px 48px;
}
.banner_section{
	padding: 80px 0;
}
.section-pad60{
	padding: 60px 0;
}
.reviews__container>*:last-child{
	margin-bottom:0
}
.single-avt{
    height: auto;
    gap: 50px;
}
.single-avt .avt-header {
    min-height: unset;
}
.single-avt .avt-title {
	font-size: 23px;
	text-transform: unset;
}
.smm_hint{
    padding: 18px;
    border-radius: 49px;
    border: 1px solid #A4A4A4;
    text-align: center;
}
.webdeftarrifs__item_docs-smm {
    margin-top: 30px;
    gap: 18px;
}
.webdeftarrifs__item_docs-smm>* {
	width: calc(33.3333% - 12px);
    display: flex;
	color: #000;
}
.webdeftarrifs__item_docs-smm svg {
    margin-left: auto;
}
.anti_tarrifs_new-speed .webdeftarrifs__items {
    width: 330px;
}
.anti_tarrifs_new-speed .webdeftarrifs__item {
    width: 100%;
}
.anti_tarrifs_new-speed ul>li {
    color: #0E0E0E;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 0 0 4px 0;
}
.anti_tarrifs_new-speed ul>li:before {
    top: 5px;
}
.speed_cart_text {
    color: #0E0E0E;
    font-size: 18px;
    font-weight: 600;
}
.anti_tarrifs_new-speed .avt-gift {
    justify-content: center;
    border-radius: 6px;
    background: #EEE;
    padding: 12px;
    width: 100%;
}
.anti_tarrifs_new__content-speed .antivirus__dops_title {
    color: #FFF;
    font-size: 28px;
    margin-bottom: 16px;
}
.anti_tarrifs_new__content-speed p {
    font-size: 16px;
    margin: 0 0 24px 0;
}
.anti_tarrifs_new__content-speed .checklist-list{
    display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}
.anti_tarrifs_new__content-speed .checklist-list li {
    color: #fff;
    width: calc(50% - 10px);
    font-weight: 500;
}
.anti_tarrifs_new__content-speed .antivirus__dops{
    width: 100%;
padding: 0!important;
}
.anti_tarrifs_new__content-speed {
    width: calc(100% - 330px - 32px);
}
.speed_include {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.speed_include_num {
    color: var(--colors-color, #00CC7E);
    font-size: 32px;
    font-weight: 700;
    width: 40px;
}
.speed_include_title {
    color: var(--colors-black, #0E0E0E);
    font-size: 18px;
    font-weight: 600;
}
.speed_include_content {
    line-height: 140%;
}
.speed_include_content  ul{
    margin-bottom: 16px
}
.speed_include_content ul>li {
    margin: 0 0 8px 0;
}
.speed_include_item {
    width: calc(50% - 10px);
    border-radius: 25px;
    background: var(--bgbg-grey, #F5F5F5);
    padding: 48px;
}
.speed_include_before {
    color: var(--colors-color, #00CC7E);
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    line-height: 140%;
}
.speed_include_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
	margin-bottom: 10px;
}
.speed_include>*:last-child{
    margin-bottom: 0;
}
.avt5 .avt-days {
    text-align: left;
}
.ppc_table__title {
    text-align: center;
    margin: 0 0 24px 0;
    position: relative;
}
.ppc_table__title::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    top:calc(50% - 1.5px);
    left: 0;
    background: #00CC7E
}
.ppc_table__title span{
    z-index: 1;
    position: relative;
    background: #171a1f;
    padding: 0px 8px;
    display: inline-block;
	font-size: 28px;
}
.ppc_mob_title {
    color: #A4A4A4;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.wp_list .checklist-list li {
    margin-bottom: 12px;
}
.wp_list .single-avt {
    gap: 26px;
}
.wp_steps {
    font-size: 28px;
    font-weight: 500;
}
.wp_steps__num {
    Color: #00CC7E;
}
.wp_steps__text {
    font-size: 18px;
    margin-top: 16px;
    font-weight: 400;
}
.wp_steps__item {
    border-radius: 24px;
    background: #FFF;
    padding: 24px;
    margin-bottom: 30px;
	height: 100%;
}
.wp_steps>* {
    margin-bottom: 30px;
}
.count_description{
    font-weight: 400;
    text-align: center;
    margin-bottom: 64px;
}
.anti_access-white {
    background: #fff;
    color: #000;
}
.anti_access-white .checklist-list li {
    color: #000;
}
.reputation__services {
    border-radius: 24px;
    border: 1px solid var(--colors-white, #FFF);
    background: var(--bgbg-dark, #171A1F);
    padding: 40px 17px 25px 55px;
	font-size: 16px;
	line-height: 140%;
}
.reputation__services_ititle{
	font-weight:600
}
.reputation__services_item {
    border-left: 2px solid #00CC7E;
    margin-bottom: 20px;
}
.single-avt-rep{
    max-width: unset;
    height: 100%;
    gap: unset;
}
.single-avt-rep .avt-title,
.single-avt-rep.avt5 .avt-text{
	text-transform: unset;
}
.row-price-rep{
	height:100%
}
.edges-rep .edge {
    border: 1px solid var(--bg-text-light, #EEE);
    background: transparent;
}
.audit_tarifs_toggler__wrap {
    display: flex;
    gap: 16px;
    justify-content: right;
    flex-wrap: wrap;
}
.audit_tarifs_toggler {
    display: flex;
    padding: 6px;
    border-radius: 48px;
    background: var(--colors-white, #FFF);
    color: #000;
    font-size: 12px;
    font-weight: 600;
}
.audit_tarifs_toggler__item {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
	transition: 0.2s;
	cursor:pointer
}
.audit_tarifs_toggler__item.active {
	background: var(--colors-color, #00CC7E);
	color:#fff
}
.header-double .section-header{
	margin:0
}
.header-double{
	margin-bottom: 24px;
}
.audit_tarrifs__item {
    width: calc(33% - 13px);
}
.audit_tarrifs__item .webdeftarrifs__item_title{
	line-height: 22px;
}
.webdeftarrifs__item_title>span{
	font-size: 14px;
}
.audit_tarrifs__item.webdeftarrifs__item-green .webdeftarrifs__item_btn {
    background: #171A1F;
    background: #fff;
    color: #000;
}
.webdeftarrifs__item_more {
    text-align: center;
	    display: block;
}
.audit_tarrifs {
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 36px;
	display:none
}
.audit_tarrifs.active {
	display: flex;
}
.audit_prog_img img{
	margin: 0 auto 16px auto;
}
.audit_prog_title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.audit_prog_title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 28px;
}
.translatetarifs .webdeftarrifs__item_title {
    height: auto;
}
.banner_btn_wrap {
    margin-top: 24px;
}
.support__calc_text_full {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}
.suuport_what_include {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.suuport_what_include__item {
    width: calc(50% - 10px);
    padding: 32px;
    border-radius: 25px;
    border: 1px solid var(--bgbg-grey, #F5F5F5);
}
.suuport_what_include__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.suuport_what_include__text {
    line-height: 140%;
}
.suuport_what_include__b {
    font-weight: 600;
    margin-top: 6px;
}
.suuport_what_include__item-green{
	border-color:#00CC7E;
	background:#00CC7E;
	color:#fff;
	display:flex;
	flex-direction:column;
	justify-content:space-between
}
.suuport_what_include__btn_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.suuport_what_include__price {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}
.suuport_what_include__btn {
    padding: 10px 32px;
    border-radius: 72px;
    background: var(--colors-white, #FFF);
    color: var(--colors-black, #0E0E0E);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}
.webdeftarrifs__item_btn-link {
    border: 2px solid var(--colors-color, #00CC7E);
    background: transparent;
    color: #00cc7e;
}
.webdeftarrifs__item-green .webdeftarrifs__item_btn-seogreen{
	background:#fff;
	color: #000;
	transition:.3s
}
.webdeftarrifs__item-green .webdeftarrifs__item_btn-seogreen:hover{
	background:#000;
	color: #fff;
}
.anti_tarrifs__garanty {
    border-radius: 6px;
    border: 1px solid var(--bg-text-dark-grey, #E6E6E6);
    padding: 14px 16px;
    display: flex;
    gap: 14px;
}
.anti_tarrifs__garanty span {
    font-size: 24px;
    font-weight: 600;
}
.anti_tarrifs__garanty i {
    display: block;
    color: var(--colors-gray, #A4A4A4);
    font-style: normal;
	font-size: 18px;
    font-weight: 400;
}
.anti_tarrifs__note {
    color: var(--colors-gray, #A4A4A4);
    font-size: 14px;
    margin-top: 20px;
    width: 420px;
    max-width: 100%;
}
.ysr-items-anti{
	margin-top:48px
}
.anti_includes__note {
    color: var(--colors-black, #0E0E0E);
    text-align: center;
    font-weight: 600;
    margin-top: 32px;
}
.crm_tarrifs__list>li {
    margin: 0!important;
    width: calc(50% - 10px);
}
.crm_tarrifs__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.crm_tarrifs__section_text{
	margin-bottom:20px
}
.crm_tarrifs__section_content{
	border-radius: 24px;
    border: 1px solid var(--colors-white, #FFF);
    background: var(--bgbg-dark, #171A1F);
    padding: 40px 32px;
}
.smm_edges {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.smm_edges__item {
    width: calc(20% - 20px);
}
.section-abs{
	position: relative;
	    z-index: 123;
}
.section-abs .banner__offer{
    position: absolute;
    margin: 0;
    top: -160px;
	border: 2px solid var(--bg-text-light, #EEE);
	z-index: 153;
	width: calc(100% - 30px);
    left: 15px;
}
.section-abs .banner__img {
    justify-content: right;
}
.bots_tariffs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	align-items: flex-start;
}
.bots_tariffs__avt {
    width: 380px;
    margin: 0;
    max-width: 100%;
	gap: 0;
	height: 265px;
}
.bots_tariffs__text {
    width: calc(100% - 400px);
    border-radius: 24px;
    border: 1px solid var(--colors-white, #FFF);
    background: var(--bgbg-dark, #171A1F);
    padding: 32px;
}
.bots_tariffs__text>p {
    margin-top: 0;
}
.bots_tariffs__text ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
body .bots_tariffs__text .checklist-list li {
    width: calc(50% - 10px);
	margin:0
}
.banner__timer_wrap {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}
.banner__timer_text {
    color: var(--colors-color, #00CC7E);
    font-weight: 700;
    letter-spacing: 1.26px;
    text-transform: uppercase;
	font-size: 18px;
}
.banner__timer_text-mob {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}
.banner__timer {
    color: var(--colors-white, #FFF);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.98px;
    text-transform: uppercase;
    background: var(--colors-color, #00CC7E);
    padding: 0px 6px;
    display: flex;
    gap: 4px;
    align-items: center;
	min-width: 128px;
    justify-content: center;
}
.avt-apps .avt-title {
    text-transform: inherit;
}
.avt-apps {
    width: 100%;
    max-width: 100%;
	gap: 36px;
}
.section-content>p:first-child{
	margin-top:0
}
.integration_tariffs__text {
    width: calc(100% - 270px*2 - 40px);
    border-radius: 24px;
    border: 1px solid var(--colors-white, #FFF);
    background: var(--bgbg-dark, #171A1F);
    padding: 40px 32px;
}
.integration_tariffs {
    display: flex;
    gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 36px;
}
.integration_tariffs__item {
    width: 270px;
    border-radius: 24px;
    background: var(--colors-white, #FFF);
    padding: 22px 24px;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.integration_tariffs__text>p {
    margin: 0 0 24px 0;
}
.integration_tariffs .checklist-list li {
    font-size: 16px;
    margin: 0 0 12px 0;
}
.integration_tariffs__title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 12px;
}
.integration_tariffs__preprice,
.integration_tariffs__pretime {
    color: var(--colors-gray, #A4A4A4);
}
.integration_tariffs__numprice {
    color: var(--colors-color, #00CC7E);
    font-size: 36px;
    font-weight: 600;
}
.integration_tariffs__numtime {
    color: var(--colors-black, #0E0E0E);
    font-weight: 600;
}
.integration_alert {
    text-align: center;
    line-height: 140%;
    border-radius: 24px;
    border: 1px solid var(--colors-gray, #A4A4A4);
    padding: 18px 108px;
}
ul.simple_ul{
	list-style: disc;
    padding-left: 20px;
	line-height: 140%;
}
ul.simple_ul li{
    padding: 0;
}
ul.simple_ul li:before{
	display:none
}
.section-gray-pages{
	padding: 80px 0;
}
.infographic{
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
	margin-bottom: 150px;
}
.infographic .edge {
    width: calc(25% - 24px);
    border-radius: 26px;
    background: var(--colors-white, #FFF);
    padding: 22px 0;
	gap: 0;
}
.infographic .edge-num {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 8px;
	line-height: normal;
}
.infographic .edge-title {
    color: var(--colors-gray, #A4A4A4);
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
}
.webdeftarrifs__item_price {
    height: 64px;
}
.btn_after_1st {
	padding: 10.5px 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
}
.btn_after_1st i{
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: -1px;
	font-style: normal;
}

/*resp*/
@media (max-width: 1320px) {
	.garanty__container::before {
		width: 150px;
		height: 150px;
		left: unset;
		top: unset;
		bottom: -60px;
		right: 25px;
	}
}

@media (max-width: 1199px) {
	.integration_tariffs__item {
		height: 377px;
	}
    .sp-info-main {
        position: static;
    }
    .banner_green__img {
        background-position: left bottom;
        background-size: cover;
    }
    .table-container table td {
        font-size: 16px;
    }
    .table-container table td {
        padding-top: 12px;
        padding-bottom: 12px;
    }
	.support__calc_wrap {
		align-items: flex-start;
	}
}
@media (max-width: 1170px) {
	.supportCalc__tumbler label {
		width: 68px;
		height: 28px;
		margin: 0 15px;
	}
	.supportCalc__tumbler label::before {
		width: 22px;
		height: 22px;
		margin: 0 3px;
	}
	.supportCalc__tumblerPrev {
		width: 130px;
	}
	.supportCalc__tumbler {
		font-size: 18px;
		font-weight: 600;
	}
	.speed_tariffs__wrapper {
		padding: 65px 30px;
	}
		.speed_tariffs__wrapwrapper{
	overflow-x: scroll;
}
}

@media (max-width: 991px) {
	.infographic .edge {
		width: calc(50% - 15px);
	}
	.integration_tariffs__text {
		width: 100%;
	}
	.bots_tariffs__text {
		width: calc(60% - 10px);
	}
	.audit_tarifs_toggler__title{
		width:100%
	}
	.audit_tarifs_toggler__title br{
		display:none
	}
	.audit_tarifs_toggler__wrap {
		justify-content: left;
		margin-top: 36px;
	}
	.audit_tarrifs__item {
		width: calc(50% - 12px);
	}
    .sp-description {
        width: 100%;
    }
    .sp-description h3 {
        margin-top: 0;
    }
	.garanty__container {
		padding-bottom: 24px;
	}
	.garanty__title {
		text-align: center;
		font-weight: 700;
		font-size: 20px;
	}
	.garanty__text {
		font-size: 15px;
	}
	.garanty__text-attention {
		font-size: 20px;
	}
    .edges>*{
        margin-bottom: 18px
    }
    .contacts__field {
        font-size: 24px;
    }
    .contacts__field_msgr>a {
        font-size: 14px;
        padding: 10.385px 33.231px 10.385px 22.154px;
    }
    .anti_tarrifs_new__content,
	.single-avt-rep .avt-footer	{
        width: 100%;
    }
    .anti_includes__item {
        width: calc(50% - 12px);
    }
	.single-avt-rep {
		min-height: 250px;
		margin-top: 30px;
		gap: 24px;
		height: auto;
	}
	.reputation__services {
		padding: 0 15px;
		border: none;
	}
	.section-dark{
		background-image:none
	}
	.anti_tarrifs_new__content {
		border: none;
		padding: 0;
		margin-top: 44px;
	}
}

@media (max-width: 890px) {
    .support__calc_text_col_row {
        width: 100%;
		    border: none;
    padding: 0;
    margin-bottom: 30px;
    }
    .support__calc_wrap {
        flex-wrap: wrap;
    }
}
@media (max-width: 830px) {
    .translatetarifs .webdeftarrifs__item {
        width: 100%;
    }
}
@media (max-width: 768px) {
	.wp_list .checklist-list li {
		margin-top: 0;
	}
	.checklist-item {
		margin-bottom: 24px;
	}
	.checklist-title {
		font-size: 24px;
		line-height: normal;
		margin-bottom: 18px;
	}
	.count_description {
		text-align: left;
		margin-bottom: 0;
	}
	.table-container {
		padding: 24px;
	}
	.table-container table tr>td {
		font-weight: 600;
		padding: 0;
		margin-bottom: 24px;
	}
	.ppc_table__title span{
		font-size: 24px;
		font-weight: 500;
		text-align: left;
		line-height: 130%;
		padding: 0;
	}
	.section-text {
		margin-bottom: 24px;
	}
	.ppc_table__subtitle {
		margin-bottom: 12px;
		font-size: 16px;
		font-weight: 600;
	}
	.ppc_table__item .checklist-list li {
		font-size: 16px;
		margin: 0 0 12px 0;
		font-weight: 400;
	}
	.ppc_table__item .checklist-list li:last-child{
		margin:0
	}
	.ppc_mob_title {
		margin-bottom: 6px;
	}
	.table-container table td {
		border-bottom: 1px solid #A4A4A4;
		margin-bottom: 24px;
	}
	.section-abs .banner__offer {
		width: calc(100% - 48px);
		left: 24px;
	}
	.audit_tarifs_toggler__wrapper{
		overflow-x: scroll;
		padding-bottom: 10px;
	}
	.audit_tarifs_toggler{
		width: 485px;
	}
    .sp-controls {
        display: none;
    }

    header{
        height: auto;
        padding: 0;
    }
    .page-header{
        font-size: 24px;
    }
    .portfolio-content{
        padding: 40px 0;
    }
    .filter-content{
        flex-wrap: wrap;
    }
    .filter-item{
        margin: 0 10px 10px 0;
    }
    .portfolio-items-content{
        margin: 20px 0 0 0;
    }
    .portfolio-item{
        width: 50%;
		margin: 0 0 32px 0;
    }
    .pi-img{
        height: auto;
    }
    .pi-img img{
        width: 100%;
        display: block;
    }
    .page-our-partners{
        padding: 40px 0;
    }
    .brief-form{
        padding: 20px 0 40px 0;
    }

    .portfolio-content .container{
        padding: 0 20px;
    }
    .form-row{
        width: 100%;
        padding: 0;
    }
    .full-row{
        margin: 20px 0 0 0;
    }
    .form-row button{
        width: 100%;
        margin: 10px 0 0 0;
    }

    .sp-info {
        margin-bottom: 30px;
    }

    .sp-info-main {
        padding-bottom: 0;
    }

    /*.sp-info ul,*/
    /*.sp-info p {*/
    /*    max-height: 0;*/
    /*    overflow: hidden;*/
    /*}*/
}

@media (max-width: 767px) {
	.black767{
		color:#000
	}
	.banner__timer_wrap-dif_mob {
		align-items: center;
	}
	.section-abs .banner__timer_text {
		color: var(--colors-black, #0E0E0E);
	}
	.banner__timer_wrap-dif_mob .banner__timer{
		min-width: unset;
		font-size: 11px;
		height: auto;
	}
	.integration_alert {
		padding: 0;
		border: none;
		text-align: left;
	}
	.contacts__field_msgr>a {
		font-size: 12px;
	}
	.op-item {
		margin: 0;
	}
	.integration_tariffs {
		margin-bottom: 30px;
	}
	.wp_steps__item,
	.wp_steps>*{
		margin-bottom: 24px;
	}
	.wp_steps>*:last-child,
	.wp_steps>*:last-child .checklist-item{
		margin-bottom:0
	}
	.integration_tariffs {
		gap: 24px;
	}
	.integration_tariffs__item {
		width: calc(50% - 12px);
	}
	.wp_steps {
		margin-top: 32px;
	}
	.anti_tarrifs_new__content {
		margin: 0;
	}
	.ysr-items-anti {
		margin-top: 6px;
	}
	.edges{
		margin-top:24px
	}
	.speed_include_item {
		width: 100%
	}
	.anti_tarrifs_new__content-speed {
		border-radius: 24px;
		border: 1px solid var(--colors-white, #FFF);
		padding: 22px;
		margin-top: 32px;
	}
	.anti_tarrifs_new__content-speed .antivirus__dops {
		margin:0
	}
	.anti_tarrifs_new__content-speed .antivirus__dops_title {
		margin-bottom: 24px;
	}
	.anti_tarrifs_new-speed ul>li {
		margin: 0 0 12px 0;
	}
	.bots_tariffs__text {
		width: 100%;
		padding: 0;
		border: none;
	}
	.section {
		padding: 48px 0;
	}
	.banner_section{
		padding: 24px 0;
	}
	.smm_edges__item {
		width: calc(50% - 12px);
		margin: 0;
	}
	.crm_tarrifs__section_content {
		padding: 0;
		border: none;
	}
	.crm_tarrifs__list>li {
		width: 100%;
	}
	.suuport_what_include__item {
		width: 100%;
	}
	.suuport_what_include__item-green{
		background: #00CC7E;
	}
	.suuport_what_include__btn_line {
		margin-top: 24px;
	}
	.support__calc_text_full span{
		width: calc(100% - 32px);
		font-size: 18px;
	}
	.smm_hint {
		text-align: left;
		border-radius: 24px;
		line-height: 140%;
	}
	.webdeftarrifs__item_title {
		height: auto;
	}
	.script_p__cases .case-title {
		height: auto;
	}
	.banner__offer-wide_text .banner__content {
		width: 100%;
	}
	.page-header__solials_item {
		min-width: unset;
		padding: 12px;
	}
	.banner__title br{
		display: none;
		
	}
	.reviews__social_item_img {
		width: 24px;
	}
	.page-header__solials_rank .page-header__solials_item:first-child {
		margin-right: 16px;
	}
    .ppc_table__content,
    .ppc_table__item .table-container {
        width: 100%;
    }
    .webdeftarrifs__item_docs-smm>* {
        width: 100%;
        margin: 0;
    }
    .contacts__name,
    .contacts__field {
        width: 100%;
    }
    .contacts_wrapper {
        border-radius: 0;
        padding: 0;
        border: none;
    }
    .anti_access {
        padding: 36px 27px;
    }
    .anti_access .checklist-title {
        margin-bottom: 18px;
		font-size: 23px;
        font-weight: 500;
        line-height: 130%;
        text-transform: none;
    }
    .anti_access .checklist-list li:before {
        width: 18px;
        height: 13px;
        top: calc(50% - 6px);
    }
    .anti_access__decor-1{
        display: none;
    }
    .anti_access .checklist-list li {
        padding-left: 28px;
        font-size: 16px;
        font-weight: 600;
        line-height: 140%;
        width: 100%;
    }
	.dontWant__title{
		font-size: 28px;
		margin-bottom:50px
	}
	.dontWant__mobileText{
		font-size: 20px;
		margin-top: 40px;
	}
	.dontWant__price {
		font-size: 32px;
	}
	.supportCalc__priceCard-wrapper {
		margin-top: 30px;
		justify-content: center;
	}
	.speedTariffs__wrapper{
		margin-bottom:30px
	}
	.garanty__container::before {
		width: 100px;
		height: 100px;
		left: 25px;
		top: unset;
		bottom: -30px;
	}
    .banner_green__content {
        font-size: 36px;
        width: 100%;
        padding: 40px 36px;
    }
    .banner_green__img {
        display: none;
    }
    .webdeftarrifs__item {
        width: calc(50% - 15px);
    }
    .smm_tarif {
        width: 100%;
    }
}
@media (max-width: 576px) {
	.banner__timer {
		height: 25px;
	}
	.autoheight767{
		height: auto;
		padding: 1px 0px;
	}
	.webdeftarrifs__item_docs svg {
		margin-left: 8px;
	}
	.infographic .edge {
		width: 100%;
	}
	.infographic {
		margin-bottom: 96px;
	}
	.section-breadcrumbs {
		padding-top: 116px;
	}
	.integration_tariffs__item {
		width: 100%;
	}
	.integration_tariffs__text {
		padding: 0;
		border: none;
	}
	.anti_includes {
		margin-top: 24px;
	}
	.anti_access {
		margin: 0;
		border-radius: 24px;
	}
	.brief-link {
		margin-bottom: 20px;
		width: 100%;
		justify-content: center;
		padding: 0;
		height: 62px;
	}
	.webdeftarrifs__item_docs-smm .brief-link {
		padding-left: 20px;
		padding-right: 20px;
		margin: 0;
	}
	.faq {
		padding: 16px;
	}
	.page-header-section.empty {
		padding: 48px 0;
		margin-top: 68px;
	}
	.banner__timer_wrap {
		flex-wrap: wrap;
	}
	.support__calc_form_radio_title {
		margin-bottom: 10px;
	}
	.section-dark .support__calc_form_list>li {
		margin: 0 0 10px 0;
	}
	.checklist-list li:before {
		top: calc(50% - 6px);
		left: 0;
	}
	.support__calc_gift {
		font-size: 14px;
	}
	.section-dark .support__calc_form_list>li:last-child{
		margin: 0;
	}
	body .bots_tariffs__text .checklist-list li {
		width: 100%;
	}
    .speed_include_content {
        width: calc(100% - 8px - 12px);
    }
    .speed_include_item {
        gap: 8px;
        margin-bottom: 16px;
    }
	.speed_include_item {
		padding: 24px;
	}
	.section-block {
		margin: 0;
	}
	.edges>*:last-child>*,
	.edges>*:last-child{
		margin-bottom:0
	}
	.table-container-body a{
		width:100%
	}
	.ppc_table__item .table-container {
		width: 100%;
		padding: 24px;
	}
	.ppc_table__title {
		margin: 24px 0;
	}
    .speed_include_num {
        font-size: 16px;
        width: 12px;
    }
    .speed_include_title {
        font-size: 16px;
    }
    .anti_tarrifs_new__content-speed .checklist-list li {
        width: 100%;
    }
    .anti__tarifs {
        margin-bottom: 48px;
    }
    .anti__tarifs .checklist-list li {
        padding-right: 40px;
    }
    .sp-thumb {
        height: 200px;
        border-radius: 0;
        margin: 0 -20px;
    }
    .webdeftarrifs__item {
        width:100%;
    }
    .sp-screen {
        margin-left: -20px;
        margin-right: -20px;
    }

    .antivirus__dops{
        margin-top: 24px;
		padding:0
    }
    .anti_tarrifs_new .webdeftarrifs__item {
		width: 100%;
    }
    .anti_includes__item {
        width: 100%;
		padding: 24px;
		border-radius: 24px;
    }
	.anti_includes__note {
		font-size: 18px;
		margin-top: 24px;
	}
}
@media screen and (max-width: 450px) {
	.suuport_what_include__btn_line {
		margin-top: 24px;
		flex-direction: column;
		gap: 24px;
		align-items: flex-start;
	}
	.suuport_what_include__btn {
		width: 100%;
		text-align: center;
	}
	.smm_edges__item {
		width: 100%;
	}
}

.page-header-section.half {
    height: 60vh;
    min-height: 550px;
}

.page-header-section.half .page-header-video video {
    top: -13vw;
}

@media screen and (max-width: 1200px) {
    .page-header-video video {
        top: auto;
        bottom: 0;
    }
}

@media screen and (max-width: 1199px) {
    .page-header-section-title {
        font-size: 40px;
        line-height: 45px;
    }

}

@media screen and (max-width: 768px) {
    .page-header-section-title {
        font-size: 32px;
        line-height: 42px;
    }
}

@media screen and (max-width: 768px) {
    .page-header-section-subtitle {
        font-size: 22px;
        line-height: 32px;
    }
}
lottie-player{
	position:relative
}
.contacts__link {
    font-weight: 700;
    font-size: 22px;
    border: none;
    transition: .3s;
}
.contacts__map_wrapper {
    margin-top: 70px;
}
.contacts__map_title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
}
.contacts__map_text {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
}
.contacts__tax_wrapper{
	font-size: 16px;
    display: flex;
    margin-top: 50px
}
.contacts__tax_wrapper_item {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    width: 200px;
}
.contacts__tax_wrapper_item>b{
	margin-bottom:5px
}



  .box-anima {
  position: absolute;
  overflow: hidden;
  top: 25%;
  right: -70%;
  width: 1204px;
  height: 838px;
  transform: rotate(25deg);
  background: url('img/contacts-bg-anima.svg');
  background-size: cover;
  border: 3px solid #fff;
  transform: translate(-50%, -50%);
  animation: inimate__one 10s infinite;
  z-index: -1;
}



@keyframes inimate__one {
  0% {
    transform: translate(-50%, -50%) skewY(5deg);
  }
  50% {
    transform: translate(-50%, -50%) skewY(-5deg);
  }
  100% {
    transform: translate(-50%, -50%) skewY(5deg);
  }
}

@keyframes inimate__two {
  0% {
    transform: skew(-20deg) translateX(-200px);
  }
  50% {
    transform: skew(-20deg) translateX(200px);
  }
  100% {
    transform: skew(-20deg) translateX(-200px);
  }
}

@media screen and (max-width:991px){
    .contacts__contacts>* {
        margin-bottom: 15px;
        text-align: center!important;
    }
    .contacts__map_wrapper {
        margin-top: 50px;
    }

    .box-anima {
  right: -70%;
  width: 450px;
  height: 419px;
}
}
