

/* Start:/local/templates/neosfera/css/style.css?178196160562502*/
/* ==========================
   Fonts
========================== */
@font-face {
    font-family: 'Intro-Book';
    src: url('/local/templates/neosfera/css/../fonts/intro-book.woff2') format('woff2'),
         url('/local/templates/neosfera/css/../fonts/intro-book.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Intro-Bold';
    src: url('/local/templates/neosfera/css/../fonts/intro-bold.woff2') format('woff2'),
         url('/local/templates/neosfera/css/../fonts/intro-bold.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

/* ==========================
   Root Variables
========================== */
:root {
    --dark: #1A1A45;
    --blue: #0077FF;
    --white: #FFFFFF;
    --grey: #F5F5F5;
    --b-grey: #F7F8FF;
    --pink: #6D87F5;
    --dark-grey: #D9D9D9;
    --gradient-blue: linear-gradient(28deg, #0077FF, #357EFA 50%, #6D87F5 100%);
}
/* ==========================
   Base Styles
========================== */
body {
    font: 16px/19px "Intro-Book";
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    cursor: context-menu;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    transition: 0.5s;
}
input, button {
    font: 16px/20px 'Intro-Book', sans-serif;
}
h1, h2 {
    font: 50px/1 'Intro-Bold';
    margin: 20px 0 10px;
}
h1 span, h2 span {
    color: var(--blue);
}
section h2 {
    margin: 0 0 30px;
}
figure {
    margin: 0;
    padding: 0;
}

/* ==========================
   Utility Classes
========================== */
.flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.white { color: var(--white); }
.blue { color: var(--blue); }
.space-between { justify-content: space-between; }
.center-item { align-items: center; }
.just-centr { justify-content: center; }
.baseline { align-items: baseline; }
.column { flex-direction: column; }
.start { align-items: flex-start; }
.center_block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.container {
    box-sizing: border-box;
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

/* ==========================
   Buttons
========================== */
.btn a,
.header--btn a {
    border-radius: 50px;
    background: var(--gradient-blue);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    box-sizing: border-box;
}
.btn a { padding: 16px 20px; }

.btn a:hover,
.header--btn a:hover,
.grey-btn a:hover,
button[type="submit"]:hover {
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.5),
                0 15px 50px rgba(109, 135, 245, 1);
    background: linear-gradient(171.28deg, #0077FF, #357EFA 50%, #6D87F5 100%);
    color: var(--white);
}

/* ==========================
   Spacing & Shapes
========================== */
.pad30 { padding: 30px; box-sizing: border-box; }
.pad60 { padding: 60px; box-sizing: border-box; }
.pad100 { padding: 100px 0; }
.pb100 { padding-bottom: 100px; }
.mb10 { margin-bottom: 10px; }
.mt20 { margin-top: 20px; }
.rad30 { border-radius: 30px; }
.rad50 { border-radius: 50px; }
.bold { font-family: 'Intro-Bold'; }

/* ==========================
   Backgrounds
========================== */
.bg-b-grey { background: var(--b-grey); }
.bg-grey { background: var(--grey); }

/* ==========================
   Grid Columns
========================== */
.column-2, .column-3, .column-4 {
    display: grid;
    grid-gap: 20px;
}
.column-2 { grid-template-columns: repeat(2, 1fr); }
.column-3 { grid-template-columns: repeat(3, 1fr); }
.column-4 { grid-template-columns: repeat(4, 1fr); }
.h100 { height: 100%; }

/* ==========================
   Slick Slider Dots
========================== */
.slick-dots li button:before {
    color: var(--dark-grey) !important;
    font-size: 11px !important;
}
.slick-dots li.slick-active button:before {
    color: var(--blue) !important;
}

/* ==========================
   Header
========================== */
.menu-burger__header { display: none; }

header {
    position: relative;
    z-index: 3;
}
header::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 166px;
    z-index: 1;
    background: linear-gradient(180deg, #FFF, rgba(255, 255, 255, 0) 100%);
}
.header--wrapper { padding: 10px 0; }
.header--logo { width: 158px; }
.header--logo a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header--menu { width: 463px; }
.header--menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header--menu ul li a {
    color: var(--dark);
}
.header--menu ul li img {
    margin-right: 5px;
}
.header--phone a {
    color: var(--dark);
    font-family: 'Intro-Bold';
}
.header--main__block {
    padding: 100px 0;
    max-width: 630px;
}
.main__screen-mb{
    justify-content: space-between;
    align-items: center;
}
.h1--desc {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.header--menu .icon-fire {
    color: #EF3E3D;
}
@media (min-width: 991px) and (max-width: 1199px){
    .container{
        max-width: 980px;
    }
    .column-4{
        grid-template-columns: repeat(2, 1fr);
    }
}
/*Services--Main*/
.servise__main--item{
    width: 118px;
}
.servise__main--item a{
    color: var(--dark);
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    top: 0px;
    position: relative;
}
.servise__main--item a:hover{
    position: relative;
    top:-10px;
}
.servise__main--item i {
    font-size: 90px;
}
.servise__main--item--img {
    display: block;
    height: 88px;
}
/*Main screen*/
#main--screen{
    position: relative;
    background-size: cover;
}
.main--screen__images{
    /*text-align: center;*/
    position: absolute;
    width: 100%;
    height: calc(100% + 62px);
    top: -63px;
    background: url(/local/templates/neosfera/css/../img/main.webp) no-repeat top center;
    background-size: cover;
}
.main--screen__images picture {
    display: block;
    max-width: 100%;
    height: 100%;
}
.main--screen__images picture img {
    height: 100%;
    object-fit: cover;
}
#main--screen:after,#main--screen:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 166px;
}
#main--screen:before{
    bottom: 0px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
.main--screen__desc {
    font-size: 20px;
    line-height: 1.3;
    margin: 10px 0px 20px;
}
/*Banner*/
.js-slider-control{
    padding-left: 0px;
}
.js-slider-control .slick-track{
    transform: none !important;
    width: 100% !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.js-slider-control .slick-slide a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10;
    padding: 16px 24px 16px 24px;
    border-radius: 50px;
    background: var(--grey);
    color: var(--dark);
}
.js-slider-control .slick-slide.slick-current a{
    background: var(--pink);
    color: var(--white);
}
.slider--desc__text--title {
    font: 20px/1.2 'Intro-Bold';
    margin-bottom: 10px;
}
.js-event-slider--slide{
    display: flex;
}
.slider--desc, .slider--img{
    width: 50%;
}
#banner .slider--img img{
    border-radius: 30px;
}
.slider--desc{
    padding: 30px;
    box-sizing:border-box;
    border-radius: 30px;
    background: var(--b-grey);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px;
}
/*Recomend Service*/
.recomend--service__wrap{
    gap: 19px;
    justify-content: space-between;
}
.recomend--service__item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    background: var(--b-grey);
    width: calc(33% - 10px);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.recomend--service__item.first-row{
    width: calc(50% - 10px);
}
.recomend--service__item--desc {
    padding: 30px 30px 0;
    position: relative;
    z-index: 1;
}
.recomend--service__item--img{
    position: relative;
    display: flex;
}
.grey-btn{
    position: absolute;
}
.recomend--service__item.first-row .recomend--service__item--img img {
    margin-top: -75px;
}
.recomend--service__item .recomend--service__item--img img{
    margin-top: -20px;
}
.service__item--desc-title {
    font: 20px/1.2 'Intro-Bold';
    margin-bottom: 10px;
}
.grey-btn {
    bottom: 30px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.grey-btn a{
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px 16px 24px;
    border-radius: 50px;
    background: var(--white);
    color: var(--dark);
}

/*About*/
#about h2{
    margin: 0px;
}
.about__wrapper{
    gap:20px;
}
.about--text {
    width: 54.35%;
    padding-right: 9px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about--image{
    width: calc(100% - 54.35% - 30px);
}
.about--image img, .ikon-what__left img{
    border-radius: 30px;
}

/*Form*/
#form h2{
    margin-top: 0px;
}
.form__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    padding: 70px 67px 70px 67px;
    background: var(--grey);
    border-radius: 30px;
}
#form .form--text{
    width: 51.2%;
}
#form .form{
    width: calc(100% - 51.2% - 30px);
}
.form--text ul{
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0px;
}
.form--text ul li{
    padding-left: 20px;
    position: relative;
}
.form--text ul li:after{
    content: '';
    position: absolute;
    left: 2px;
    display: inline-block;
    transform: rotate(45deg);
    height: 7px;
    width: 4px;
    border-bottom: 2px solid var(--blue);
    border-right: 2px solid var(--blue);
    top:3px;
}
input[type="text"], input[type="tel"] {
    padding: 17px 25px 17px 25px;
    box-sizing: border-box;
    border-radius: 30px;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    border: 0px;
}
button[type="submit"]{
    border-radius: 50px;
    background: -webkit-linear-gradient(298deg, rgba(0, 119, 255, 1), rgba(53.9759635925293, 126.92308044433594, 250.04808044433594, 1) 50%, rgba(109, 135, 245, 1) 100%);
    background: -o-linear-gradient(298deg, rgba(0, 119, 255, 1), rgba(53.9759635925293, 126.92308044433594, 250.04808044433594, 1) 50%, rgba(109, 135, 245, 1) 100%);
    background: linear-gradient(28deg, rgba(0, 119, 255, 1), rgba(53.9759635925293, 126.92308044433594, 250.04808044433594, 1) 50%, rgba(109, 135, 245, 1) 100%);
    color: var(--white);
    padding: 16px 20px;
    display: block;
    border: 0px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition:0.5s;
}
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox+label {
    display: inline-flex;
    align-items: flex-start;
    user-select: none;
    cursor: pointer;
    position: relative;
}
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 5px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background: var(--white);
    transition:0.5s;
}
.custom-checkbox:checked+label::before{
    background: var(--pink);
}
.custom-checkbox:checked+label::after{
    content: '';
    display: inline-block;
    transform: rotate(45deg);
    height: 9px;
    width: 5px;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    flex-shrink: 0;
    flex-grow: 0;
    background-position: center center;
    position: absolute;
    left: 7px;
    top: 3px;
    transition:0.5s;
}
.label_form, #quest_form, #send_form{
    display: flex;
    flex-direction:column;
    gap:14px;
}
/*Sales*/
.sales--wrapper{
    gap:30px;
    flex-wrap: wrap;
}
.sales--item{
    background: var(--grey);
    padding: 40px;
    box-sizing: border-box;
    min-height: 375px;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    justify-content: space-between;
    width: calc(50% - 15px);
    position: relative;
    overflow: hidden;
}
.sales--item:nth-child(1), .sales--item:nth-child(4n), .sales--item:nth-child(5n){
    background: var(--pink);
    color: var(--white);
}
.sales--item:nth-child(1) .btn a, .sales--item:nth-child(4n) .btn a, .sales--item:nth-child(5n) .btn a{
    background: var(--white);
    color: var(--dark);
}
.sales-item__img{
    position: absolute;
    width: 380px;
    height: 380px;
    right: -30%;
    top:10%;
    background: var(--dark-grey);
    border-radius: 50%;
}
.sales-item__img img {
    max-width: 88%;
    margin-top: 25px;
    margin-left: -10px;
}
.sales--item__desc {
    max-width: 315px;
    position: relative;
    z-index: 1;
}
.sales--item__title{
    font: 30px / 1.2 'Intro-Bold';
    margin-bottom: 10px;
}

/*Useful*/
#useful h2{
    margin-top: 0px;
}
.useful--wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 60px;
    background: var(--grey);
    border-radius: 30px;
}
.social{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    gap:20px;
}
.social li a {
    transition: 0.5s;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.social li a i{
    font-size: 21px;
}
.social li a.vk{
    background: #0077FF;
}
.social li a.tg, a.ico.ico_tg{
    background: #27A6E8;
}
.social li a.vc{
    background: #FCC7D1;
    color: #363D44;
}
.social li a.rutube{
    background: #071628;
}
.social li a.ten{
    background: #FF3232;    
    border-radius: 10px;
}
.social li a.ten i{
    font-size: 32px;
}
.social li a:hover{
    opacity: 0.6;
}
.useful__text{
    width: calc(100% - 500px);
}
.useful__video{
    width: 480px;
}
video {
    max-width: 100%;
    max-height: 100%;
}

/*Block text*/
.text-block__text{
    width: calc(50% - 15px);
}
.text-wrapper{
    gap:30px;
    flex-wrap:wrap;
}
.text-wrapper h2{
    width: 100%;
}

/*Footer*/
footer{
    background: var(--grey);
    padding: 50px 0;
}
.footer--logo{
    max-width: 178px;
    margin-bottom: 30px;
}
.footer--menu__title{
    font: 16px / 1.2 'Intro-Bold';
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer--menu {
    width: 25%;
}
.footer--menu ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.footer--menu ul li a, .footer--contact__block a{
    color: var(--dark);
    transition: 0.5s;
}
.footer--menu ul li a:hover, .footer--contact__block a:hover{
    text-decoration: underline;
}
.footer--contact {
    margin: 30px 0;
    border-top: 1px solid var(--dark-grey);
    padding: 20px 0;
    border-bottom: 1px solid var(--dark-grey);
}
.footer--contact__wrap {
    gap: 30px;
}
.footer--contact__small_text {
    font-size: 14px;
    line-height: 17px;
    opacity: 0.5;
    margin-bottom: 6px;
}
footer .social {
    margin-top: 20px;
}
footer .social li{
    width: 40px;
}
.cookie, .copyright{
    opacity: 0.5
}
.politic__wrap{
    display: flex;
    gap:30px;
    margin: 20px 0;
}
.politic__wrap a{
    color: var(--dark);
    text-decoration: underline;
    transition: 0.5s;
}
.politic__wrap a:hover{
    text-decoration: none;
}

/*Page Tarif*/
#tarif {
    z-index: 3;
    position: relative;
}
#tarif h2{
    margin-top: 30px;
}
#tarif .tabs-nav{
    display:none
}
.tabs-nav{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#tabs a{
    transition:0s;
}
.tabs-nav li a{
    display: flex;
    padding: 16px 24px 16px 24px;
    background: var(--grey);
    border-radius: 50px;
    opacity: 0.5;
    color: var(--dark);
    
}
.tabs-nav li a.active{
    background: var(--pink);
    color: var(--white);
    opacity: 1;
}
.tab-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    background: var(--b-grey);
    border-radius: 30px;
    box-sizing: border-box;
}
.tab-item--title{
    font: 30px/1.2 'Intro-Bold';
}
ul.lister{
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0px;
}
ul.lister li{
    padding-left: 20px;
    position: relative;
}
ul.lister li:after{
    content: '';
    position: absolute;
    left: 2px;
    display: inline-block;
    transform: rotate(45deg);
    height: 7px;
    width: 4px;
    border-bottom: 2px solid var(--blue);
    border-right: 2px solid var(--blue);
    top:3px;
}
.tab-item ul.lister{
    gap: 10px;
    opacity: 0.5;
}
.receive--item{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px;
    background: var(--b-grey);
    border-radius: 30px;
    box-sizing: border-box;
    align-items: flex-start;
}
.receive--item.about__last-item {
    background: var(--grey);
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
}

/*Promo page*/
#promo-item{
    padding-top: 20px;
}
.promo__text{
    flex-direction: column;
    gap:20px
}
.promo__text h1{
    margin: 0px;
}
.promo__img{
    background: var(--pink);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    max-height: 350px;
    text-align: center;
}
.promo__img img {
    border-radius: 0%;
    max-width: 61%;
    margin: 0 auto;
    position: relative;
    bottom: 0px;
    right: 0px;
}
.promo__img  img.detail_picture{
    border-radius: 0%;
}

/*2 Gis Page*/
#give2gis .receive--item{
    background:var(--b-grey);
}
.adv__numb{
    font: 50px/1.2 Intro-Bold;
    color: var(--blue);
}
.adv__numb span{
    font: 30px/1.2 Intro-Bold;
}
.opacity{
    opacity: 0.5;
}
.geo__slider--title, .nav__slider--title{
    max-width: 600px;
}
.slider--title{
    font: 50px / 1.2 Intro-Bold;
    margin-bottom: 20px;
}
.slider--title span{
    color: var(--blue);
}
.slider--text{
    margin-bottom: 30px;
}
.geo__slider--right{
    max-width: calc(100% - 660px);
}
.nav__slider--right {
    max-width: calc(100% - 609px);
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}
.banner--geo__slider, .banner--nav__slider{
    padding: 60px 60px 80px;
    box-sizing: border-box;
}
.geo__slider--wrapper, .nav__slider--wrapper {
    gap: 60px;
}
.nav__slider--wrapper{
    justify-content: space-around;
}
.geo__slider--right ul,.nav__slider--right ul{
    padding: 0px;
    margin: 20px 0 0;
    list-style: none;
    counter-reset: counter;
    list-style: none;
}
.nav__slider--right ul{
    margin-top: 0px;
}
.slider.single-item .slick-dots{
    bottom: 30px;
}
.geo__slider--left .text-center{
    margin-top: 20px;
}
.geo__slider--right ul li {
    position: relative;
    padding-left: 45px;
    top: 30px;
}
.nav__slider--right ul li{
    position: relative;
    padding-left: 45px;
}
.geo__slider--right ul li:before, .nav__slider--right ul li:before {
    counter-increment: counter;
    content: counters(counter, ".") " ";
    background: var(--blue);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
    font-family: Intro-Bold;
    position: absolute;
    left: 0px;
    top:3px;
}
.geo__slider--right ul li:after{
    position: absolute;
    content: '';
    border-top: 2px dashed var(--blue);
    width: 130px;
    left: -132px;
    top: 17px;
}
.nav__slider--right ul li:nth-child(1):after{
    position: absolute;
    content: '';
    border-top: 2px dashed var(--blue);
    width: 206px;
    left: -197px;
    top: 74px;
    transform: rotate(-28deg);
}
.geo__slider1 .geo__slider--right ul li:nth-child(1):after {
    transform: rotate(-38deg);
    top: 71px;
    width: 158px;
}
.geo__slider1 .geo__slider--right ul li:nth-child(2){
    top:60px
}
.geo__slider1 .geo__slider--right ul li:nth-child(2):after {
    transform: rotate(-32deg);
    top: 56px;
    width: 112px;
    left: -104px;
}
.geo__slider1 .geo__slider--right ul li:nth-child(3){
    top:130px
}
.geo__slider1 .geo__slider--right ul li:nth-child(3):after {
    transform: rotate(11deg);
    top: 1px;
    width: 142px;
    left: -136px;
}
.geo__slider1 .geo__slider--right ul li:nth-child(4){
    top:160px
}
.geo__slider1 .geo__slider--right ul li:nth-child(4):after {
    transform: rotate(28deg);
    top: -47px;
    width: 260px;
    left: -239px;
}
.geo__slider2 .geo__slider--right ul li{
    top:160px
}
.geo__slider2 .geo__slider--right ul li:nth-child(2){
    top:200px
}
.geo__slider2 .geo__slider--right ul li:nth-child(1):after {
    transform: rotate(-12deg);
    top: 45px;
    width: 259px;
    left: -254px;
}
.geo__slider2 .geo__slider--right ul li:nth-child(2):after {
    transform: rotate(5deg);
    top: 11px;
    width: 121px;
    left: -122px;
}
.geo__slider3 .geo__slider--right ul li:nth-child(1):after {
    transform: rotate(-13deg);
    top: 51px;
    width: 265px;
    left: -267px;
}
.geo__slider3 .geo__slider--right ul li:nth-child(2){
    top:80px
}
.geo__slider3 .geo__slider--right ul li:nth-child(2):after {
    transform: rotate(23deg);
    top: -10px;
    width: 137px;
    left: -126px;
}
.geo__slider3 .geo__slider--right ul li:nth-child(3){
    top:130px
}
.geo__slider3 .geo__slider--right ul li:nth-child(3):after {
    transform: rotate(19deg);
    top: -10px;
    width: 142px;
    left: -140px;
}
.geo__slider3 .geo__slider--right ul li:nth-child(4){
    top:180px
}
.geo__slider3 .geo__slider--right ul li:nth-child(4):after {
    transform: rotate(10deg);
    top: 2px;
    width: 173px;
    left: -167px;
}
.geo__slider4 .geo__slider--right ul li:nth-child(1){
    top: 241px;
}
.geo__slider4 .geo__slider--right ul li:nth-child(1):after {
    transform: rotate(47deg);
    top: -52px;
    width: 166px;
    left: -133px;
}
.banner--geo__slider .btn, .banner--nav__slider .btn, #adv-result .btn{
    margin-top: 30px;
}
.icon.big{
    color: var(--blue);
    font-size: 40px;
}
.arrow {
    border: solid var(--blue);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 9px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 15px);
    cursor: pointer;
}
.arrow-right {
    transform: rotate(-45deg);
    right: 25px;
}
.arrow-left {
    transform: rotate(-225deg);
    left: 25px;
}
.geo__slider--left .no, .geo__slider--left .with {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0px 0px 10px;
}
.geo__slider--left .no .icon, .geo__slider--left .with .icon {
    font-size: 28px;
}
.geo__slider--left .no .icon{
    color: var(--dark-grey);
}
.geo__slider--left .with .icon{
    color: var(--blue);
}

/*Adv Platform*/
.platform-item--text{
    display: none;
}
span.platform-item--link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border-radius: 50px;
    background: var(--b-grey);
    color: var(--dark);
    margin-bottom: 30px;
}
.platform-item--image {
    position: relative;
    display: block;
    text-align: center;
}
a.platform-item.active .platform-item--text{
    display: block;
    position: absolute;
    width: 375px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 30px;
    border-radius: 0px 30px 30px 30px;
    box-shadow: 0px 4px 50px 0px rgba(0, 140, 255, 0.2);
    background: var(--white);
    color: var(--dark);
    top: 0px;
    left: 285px;
    z-index: 1;
    box-sizing: border-box;
}
.platform-item:nth-child(3).active .platform-item--text, .platform-item:nth-child(4).active .platform-item--text {
    right: 285px;
    left: auto;
    border-radius: 30px 0px 30px 30px;
}
a.platform-item.active .platform-item--text:after{
    position: absolute;
    right: 20px;
    content: "\e91c";
    font-family: Neo;
    top: 20px;

}
a.platform-item.active .platform-item--text:hover:after{
    transform: rotate(45deg);
    transition: 0.5s;
}
a.platform-item.active .platform-item--link{
    background: var(--blue);
    color: var(--white);
}
.platform-item.no-active .platform-item--image{
    opacity: 0.3;
}
/*Faq*/
.faq-wrapper {
    padding: 0px 40px;
}
.faq_block ol {
    padding-left: 17px;
}
.faq_block--title{
    font: 20px/1.2 Intro-Bold;
}
.faq_block {
    cursor: pointer;
    padding: 30px 0;
    border-bottom: 2px solid #ccc;
}
.faq_block:nth-child(1){
    padding-top: 0px;
}
.faq_block .a{
    display: none;
}
.faq_block .a, .faq_block .faq_block--title{
    width: 90%;
    position: relative;
}
.faq_block .q{
    position: relative;
}
.faq_block .q:after{
    position: absolute;
    content: "\e917";
    right: 0px;
    top: 3px;
    font-family: Neo;
    color: var(--blue);
    font-size: 28px;
    transition: 0.5s;
}
.faq_block .q.active_q:after{
    content: "\e91c";
    background: var(--blue);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    border-radius: 50%;
    top: -2px;
}
.icon-icon .path1:before {
    content: "\e91f";
    color: #1a1a45;
}
.icon-icon .path2:before {
    content: "\e920";
    color: #fff;
    margin-left: -1em;
}
/* Окно */
.overlay_popup {
    display:none;
    position:fixed;
    z-index: 999;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.5;
}
.popup {
    display: none;
    background: #fff;
    max-width: 100%;
    max-height: 100%;
    border: 0px;
    overflow-y: auto;
    left: 50%;
    border-radius: 20px;
    padding: 10px;
    position: fixed;
    text-align: left;
    top: 50%;
    max-width: 644px;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    box-sizing:border-box;
}
.popup input[type="text"], .popup input[type="tel"]{
    background: var(--grey)
}
.popup .object {
    padding: 40px 40px 60px;
    box-sizing: border-box;
    position: relative;
}
.popup .object .close {
    color: var(--dark);
    position: absolute;
    right: 40px;
    top: 40px;
    transition:1s;
}
.popup .object .close:hover{
    transform: rotate(90deg);
}
.popup .object h2, .know__left--desc{
    font-size: 40px;
    line-height: 1;
}
.popup .object .custom-checkbox+label::before{
        background: var(--grey);
}
.popup .object .custom-checkbox:checked+label::before {
    background: var(--pink);
}

/*Ikon Page*/
.ikon-what__left h2{
    margin-bottom: 10px;
}
.ikon-what__wrapper{
    gap:35px;
}
.ikon-what__left{
    width: 472px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ikon-what__image{
    width: calc(100% - 492px);
}
.ikon-job__left{
    width: 566px;
}
.ikon-job__image{
    width: calc(100% - 586px);
}
.ikon-job__left {
    width: 566px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.desc-cost__wrapper{
    margin-top: 20px;
}
.desc-cost__item {
    display: flex;
    flex-direction:column;
    gap:20px;
}
.desc-cost__item .opacity{
    font-size: 14px;
    min-height: 38px;
}
.desc-cost__item:nth-child(1){
    width: 217px;
}
.desc-cost__item:nth-child(2){
    width: 275px;
}
.desc-cost__item:nth-child(3){
    width: 180px;
}
.desc-cost__item:nth-child(4){
    width: 229px;
}
.desc-cost__item:nth-child(5){
    width: 137px;
}
.ikon-click__left {
    width: 472px;
}
.ikon-click__image{
    width: 572px;
}
.ikon-adv__image {
    width: 275px;
}
.ikon-adv__slider{
    gap:20px;
}
.ikon-adv__left{
    width: calc(100% - 295px);
}
.ikon-adv__slider .slider--item{
    width: calc((100% / 3) - 14px);
}
.ikon-adv__slider .slider--item:last-child{
    width: 100%;
}
.ikon-adv__slider .slider--item .icon{
    font-size: 42px;
    margin-bottom: 17px;
}
.about-sign__wrapper {
    padding: 30px 60px;
    border: 1px solid var(--blue);
    border-radius: 30px;
    align-items: center;
}
.about-sign__text {
    width: 460px;
    font-size: 20px;
    line-height: 1.3;
}
.contact-item{
    border-radius: 30px;
    padding: 30px;
    box-sizing:border-box;
    position: absolute;
    width: 436px;
    margin-top: 60px;
    background: var(--white)
}
.contact-item .tabs-nav{
    justify-content: flex-start;
}
.contact-item .tabs-nav li a {
    padding: 14px 24px 14px 24px;
    font-size: 14px;
}
.contact-item .tabs-nav li a.active{
    background: var(--blue)
}
.contact-item .tabs-item, .contact-item{
    display: flex;
    flex-direction:column;
    gap:20px;
}
.contact-item .contact__hour{
    line-height: 1.8
}
.contact-item .contact__title, .contact-item .contact__mail a, .contact-item .contact__phone a{
    font:21px/1.3 'Intro-Bold';
    color: var(--dark);
}
#target .receive--item ul {
    margin: 0px;
    padding-left: 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1.3;
}
#target .receive--item:last-child{
    background: var(--grey);
    justify-content: space-around;
}
#target .receive--item:last-child ul{
    opacity: 0.5;
    list-style:none;
}
.nav-cost__row {
    background: var(--grey);
    padding: 22px 30px;
    border-radius: 60px;
}
.nav-cost__name {
    width: 70%;
}
.nav-cost__price {
    width: 10%;
    color: var(--blue);
    font: 20px / 1 'Intro-Bold';
        font-weight: 700;
}
.nav-cost__count {
    width: 15%;
}
.nav-cost__wrapper{
    gap:5px;
}
#nav-job .platform-item{
    max-width: 275px;
    margin: 0 auto;
}
#nav-job .platform-item:nth-child(2), #nav-job .platform-item:nth-child(5){
    margin: 0 auto;
}
.seo-sait__wrapper{
    gap:20px;
}
.sait__numb {
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.seo-sait__one{
    width: 373px;
}
.seo-sait__block{
    width: calc(100% - 393px);
}
.seo-sait__bottom{
    border-radius: 30px;
    background: var(--grey);
    gap:20px;
}
.seo-cost__price{
    font-size: 20px;
}
.direct-item--title{
    font: 23px / 1.2 'Intro-Bold';
}
.liner{
    border: 1px solid var(--dark-grey);
}
ul.direct-lister {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 0px;
}
ul.direct-lister li{
    position: relative;
    padding-left: 20px;
}
ul.direct-lister li:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0px;
    top:4.5px;
    background: var(--blue);
    border-radius: 50%;
}
#direct-know .icon-icon{
    font-size: 40px;
}
#direct-know .icon-icon .path1:before{
    color: #fc3f1d;
}
.yandex__count {
    gap: 15px;
    align-items: center;
    font-size: 30px;
    margin: 35px 0 15px;
}
.know__left {
    background: var(--grey);
    padding: 70px;
    width: calc(100% - 471px);
}
.know__images{
    width:471px;
    position: relative;
}
.know__images.flex > img {
    border-radius: 30px;
}
.know__images--desc{
    position: absolute;
    width: 100%;
    height: 100%;
}
.know__images--desc img{
    position: absolute;
}
.know__images--desc img:nth-child(1){
    top:14px;
    left: -100px;
    width: 249px;
}
.know__images--desc img:nth-child(2){
    bottom:27px;
    left: -94px;
    width: 255px;
}
.know__images--desc img:nth-child(3){
    bottom:103px;
    right: 28px;
    width: 189px;
}
#direct-whith .receive--item{
    text-align: center;
    align-items: center;
}
#direct-whith .direct-item--title{
    font-size: 20px;
}

#main-container .column-4 {
    position: relative;
    overflow: hidden;
}

#bx24-tarif .bx-item-punkt__rem {
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#bx24-tarif .bx-item{
     background: var(--b-grey);
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 23px;
    border-radius: 30px;
}

#bx24-tarif .hover__item {
    position: absolute;
    display: none;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    border: 2px solid #19aef9;
    border-radius: 12px;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 2;
     width: 100%;
    height: 100%; /* Добавляем начальную высоту */
    transition: transform 0.3s ease, opacity 0.3s ease;
}


#bx24-tarif .column-4:hover .hover__item {
    display: block;
    opacity: 0.8;
}
#bx24-tarif .bx-item-punkt {
    z-index: 3;
    position: relative;
    min-height: 39px;
}
.bx-item__title{
    font: 23px/1 'Intro-Bold';
}
span.bx-item__desc {
    display: block;
    margin-top: 5px;
    font: 14px/1.3 "Intro-Book"
}
span.bx-item__desc a{
    color: #45C2BC;
    text-decoration: underline;
}
span.bx-item__desc a:hover, .price_old a:hover{
    text-decoration: none;
}
.price_old a{
    color: var(--dark);
    text-decoration: underline;
}
.bx-point{
    width: 49px;
    padding: 4px;
    box-sizing: border-box;
    border: 1px solid var(--blue);
    border-radius: 30px;
    position: relative;
}
.bx-mes-1, .bx-mes-2, .bx-mes-3 {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--blue);
    left: 4px;
    top: 4px;
}
.bx-mes-2:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--blue);
    left: 15px;
}
.bx-mes-3:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--blue);
    left: 15px;
}
.bx-mes-3:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--blue);
    left: 30px;
}
.bx-item-punkt ul{
    margin: 10px 0px;
    display: flex;
    flex-direction:column;
    gap:10px;
    opacity: 0.5;
    list-style: none;
    padding-left: 18px;
}
.bx-item__count {
    font: 20px / 1 'Intro-Bold';
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bx-item__price{
    min-height: 74px;
}
.bx-item .price_new span, .bx-item .bx-item__count span{
    font: 30px/1 'Intro-Bold';  
}
.bx-item .bx-item__count span {
    display: block;
}
.price_new{
    color: var(--blue);
}
.bx-item .price_new span {
    color: var(--blue);
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 28px;
    margin: 4px 0 0;
    font-weight: 700;
    justify-content: center;
}
.bx-item .price_old span{
    opacity: 0.5;
    text-decoration: line-through;
}
.bx-item .price_new span.price_sales {
    font-size: 16px;
    background: #F11241;
    color: var(--white);
    padding: 6px;
    border-radius: 6px;
}
#main-container .bx-item:nth-child(1){
    background: var(--grey);
}
#main-container .bx-item:nth-child(1) .btn a{
    background: var(--blue);
}
/*Table CMS*/
.price-table_limited {
    max-width: 1360px;
    margin: 0 auto
}

.price-table__header_sticky {
    position: relative;
    top: 0;
    z-index: 100
}

@media all and (min-width: 992px) {
    .price-table__header_sticky {
        position:sticky;
        top: 56px
    }
}

@media all and (min-width: 1200px) {
    .price-table__header_sticky {
        position:sticky;
        top: 0px
    }
}

@media all and (min-width: 768px) {
    .price-table__header_sticky .price-table__row_head,.price-table__header_sticky .price-table__row_price,.price-table__header_sticky .price-table__row_buy,.price-table__header_sticky .price-table__row_order {
        display:flex
    }
}

@media all and (min-width: 992px) {
    .price-table__bg_fix {
        background:#fff !important;
        box-shadow: 0 5px 10px 0 rgba(0,0,0,.08)
    }
}

.price-table__row {
    display: flex;
    align-items: stretch;
    flex: 1 0 100%
}

@media all and (min-width: 0px) {
    .price-table__row {
        justify-content:center;
        flex-direction: column
    }
}

@media all and (min-width: 1200px) {
    .price-table__row {
        justify-content:space-between;
        flex-direction: row;
    }
}
.price-table__header_sticky .price-table__row{
    border-radius: 20px;
    background: var(--b-grey);  
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);  
}
       

.price-table__sidebar {
    display: flex
}

@media all and (min-width: 0px) {
    .price-table__sidebar {
        flex:1 0 auto;
        margin-right: 0
    }
}

@media all and (min-width: 1200px) {
    .price-table__sidebar {
        flex:1 0 270px;
        max-width: 270px;
        margin-right: 10px
    }
}

@media all and (min-width: 0px) {
    .price-table__sidebar-inner {
        padding:15px 10px
    }
}

@media all and (min-width: 768px) {
    .price-table__sidebar-inner {
        padding:15px 20px
    }
}

.price-table__sidebar-description {
    color: #777;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5
}

.price-table__body {
    display: flex;
    flex-direction: row
}

@media all and (min-width: 0px) {
    .price-table__body {
        flex:1 0 auto
    }
}

@media all and (min-width: 1200px) {
    .price-table__body {
        flex:1 0 calc(100% - 280px);
    }
}

.price-table__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    border-style: solid;
    border-color: rgba(0,0,0,0)
}

@media all and (min-width: 0px) {
    .price-table__item {
        margin-left:0;
        margin-right: 0;
        border-width: 0
    }
}

@media all and (min-width: 1200px) {
    .price-table__item {
        margin-left:1px;
        margin-right: 1px;
        border-left-width: 1px;
        border-right-width: 1px
    }
}
.price-table__category-item {
    background: var(--b-grey);
    border-radius: 20px;
    padding: 20px 0;
}

.price-table__item-content {
    flex: 1 0 auto
}


.price-table__product-title-popular {
    position: absolute;
    width: calc(100% + 2px);
    bottom: 100%;
    left: 50%;
    padding: 10px 5px;
    background-color: #9f7ee6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    transform: translateX(-50%)
}

.price-table__product-title-content {
    text-align: center;
    font: 23px/1 'Intro-Bold';
}

.price-table__product-title-link {
    color: inherit;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1
}

.price-table__product-title-link:hover {
    color: inherit
}

@media all and (max-width: 768px) {
    .price-table__product-title-link br {
        display:none
    }
}

.price-table__price-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.price-table__price-value_general {
    font: 30px/1 'Intro-Bold';
    font-weight: 700;
    color: var(--blue)
}

.price-table__item_popular .price-table__price-value_general {
    font-size: 1.625rem;
    font-weight: 800
}

.price-table__price-value_discount {
    color: #777;
    text-decoration: line-through
}

.price-table__price-discount {
    display: inline-block;
    padding: 2px 5px;
    background-color: #ff9037;
    color: #fff
}

.price-table__price-value_discount,.price-table__price-discount {
    margin-top: 5px;
    font-size: .875rem
}

.price-table__price-value_general,.price-table__price-value_discount,.price-table__price-discount {
    font-weight: 400;
    line-height: 1;
    white-space: nowrap
}

.price-table__order-content,.price-table__more-content {
    text-align: center
}
.price-table__item-content{
    display: flex;
    flex-direction:column;
    gap:20px;
}
.price-table__item-content .btn a{
    width: 100%;
    justify-content: center;
}
@media all and (min-width: 0px) {
    .price-table__more-content {
        padding:10px 0 20px
    }
}

@media all and (min-width: 768px) {
    .price-table__more-content {
        padding:10px 0 30px
    }
}

.price-table__order-link,.price-table__more-link {
    color: var(--blue);
    font-weight: 600;
    line-height: 1.5;
    text-decoration: underline;
    cursor: pointer
}

.price-table__order-link:hover,.price-table__more-link:hover{
    text-decoration: none;
}

.price-table__more-link {
    font-size: .75rem
}

.price-table__sidebar_section {
    flex: 1 0 auto;
    max-width: none;
    margin: 0;
    background-color: var(--blue);
    cursor: pointer;
    border-radius: 20px;

    margin-top: 10px;
}

.price-table__sidebar_section .price-table__sidebar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 0 auto;
    max-width: 100%;
}

.price-table__sidebar_section .price-table__sidebar-title {
    color: #fff;
    line-height: 1.5
}

@media all and (min-width: 0px) {
    .price-table__sidebar_section .price-table__sidebar-title {
        font-size:.875rem
    }
}

@media all and (min-width: 1200px) {
    .price-table__sidebar_section .price-table__sidebar-title {
        font-size:1rem
    }
}

.price-table__sidebar_section .price-table__sidebar-title {
    flex: 0 0 270px;
    font-weight: 600
}

.price-table__sidebar-switch-inner {
    flex: 0 0 auto
}

.price-table__sidebar-switch {
    display: block;
    width: 18px;
    height: 18px;
    
}

.price-table__sidebar-switch svg {
    width: 100%;
    height: 100%;
    fill: var(--white);
}
.price-table__category-item .price-table__item{
    border-right: 1px solid var(--dark-grey);
}
.price-table__category-item .price-table__row {
    border-top: 1px solid var(--dark-grey);
}
.price-table__row:last-child{
    border-bottom: 1px solid var(--dark-grey);
}
.price-table__category-item .price-table__sidebar{
    border-right: 1px solid var(--dark-grey);
    border-left: 1px solid var(--dark-grey);
}

.price-table__row_feature.section-hidden .price-table__sidebar-switch {
    transform: rotate(0deg)
}
.price-table__row_feature.section-hidden.active .price-table__sidebar-switch, .price-table__row_feature.active .price-table__sidebar-switch{
    transform: rotate(-180deg)
}

.price-table__category-item.subsection-hidden {
    display: none
}

.price-table__feature-content {
    text-align: center
}

@media all and (min-width: 0px) {
    .price-table__feature-content {
        padding:10px 5px
    }
}

@media all and (min-width: 1200px) {
    .price-table__feature-content {
        padding:0
    }
}

.price-table__feature-icon_text {
    font-weight: 400;
    line-height: 1
}

@media all and (min-width: 0px) {
    .price-table__feature-icon_text {
        font-size:.875rem
    }
}

@media all and (min-width: 1200px) {
    .price-table__feature-icon_text {
        font-size:1rem
    }
}

.price-table__feature-icon_checked,.price-table__feature-icon_none {
    width: 16px;
    height: 16px;
    margin: auto;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.price-table__feature-icon_checked {
    font-family: 'neo' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
}
.price-table__feature-icon_checked:before {
    content: "\e924";
}

@media all and (min-width: 0px) {
    .price-table__row_head,.price-table__row_price,.price-table__row_buy,.price-table__row_order,.price-table__row_more {
        display:none
    }
}

.price-table__row_head .price-table__item_popular {
    position: relative
}

@media all and (min-width: 768px) {
    .price-table__row_more {
        display:flex
    }
}

@media all and (min-width: 768px) {
    .price-table__row_mobile-head {
        display:none
    }
}

.price-table__row_mobile-head .price-table__sidebar {
    display: none
}

.price-table__row_mobile-head .price-table__body,.price-table__row_mobile-head .price-table__item {
    flex: 1 0 auto
}

.price-table__row_mobile-head .price-table__body {
    flex-direction: column
}

.price-table__row_mobile-head .price-table__item {
    margin-bottom: 30px
}

.price-table__row_mobile-head .price-table__product-title-popular {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    left: auto;
    bottom: auto;
    transform: none
}

.price-table__row_mobile-head .price-table__product-title-content {
    font-size: 1.5rem
}

.price-table__row_mobile-head .price-table__item_popular .price-table__product-title {
    padding-top: 0
}

.price-table__row_more .price-table__sidebar,.price-table__row_more .price-table__item {
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0)
}

.price-table.price-table\:dev {
    padding-top: 20px
}

.price-table.price-table\:dev .price-table__header_sticky.price-table__bg_fix {
    box-shadow: none !important
}

.price-table.price-table\:dev .price-table__sidebar-switch svg {
    fill: #525c69
}

.price-table.price-table\:dev .price-table__row_feature[data-bx-feature-list-section],.price-table.price-table\:dev .price-table__row_feature[data-bx-feature-list-section] * {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35em;
    background-color: #a7e0dc;
    color: #525c69
}

.price-table.price-table\:dev .price-table__row_feature.subsection-even,.price-table.price-table\:dev .price-table__row_feature.subsection-even * {
    background-color: #eee
}

.price-table.price-table\:dev .price-table__row_feature .price-table__item {
    border-left: 1px solid #01b8ae
}

.price-table.price-table\:dev .price-table__row_feature .price-table__sidebar_section {
    border-width: 2px
}

.price-table.price-table\:dev .price-table__row_feature.price-table__row_br-top {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    overflow: hidden
}

.price-table.price-table\:dev .price-table__row_feature.price-table__row_br-bottom {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden
}

.price-table.price-table\:dev .price-table__row_feature.price-table__row_br-bottom .price-table__sidebar_section {
    border: none
}

.price-table.price-table\:dev .price-table__product-title-link,.price-table.price-table\:dev .price-table__product-title-content {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35em
}

.price-table.price-table\:dev .price-table__feature-icon_text {
    font-size: 14px;
    font-weight: 400
}

.price-table.price-table\:dev .price-table__feature-icon.price-table__feature-icon_checked {
    background-image: none
}

.price-table.price-table\:dev .price-table__feature-icon.price-table__feature-icon_checked svg {
    fill: #01b8ae
}
.bx-item__packet{
    background: var(--b-grey);
    padding: 30px 20px;
    border-radius: 30px;
    box-sizing:border-box;
}
.bx-item__packet
/*End Price*/
@media (min-width: 991px) and (max-width: 1199px){
    .geo__slider--left {
        width: 455px;
    }
    .geo__slider--right {
        max-width: calc(100% - 515px);
    }
    .geo__slider1 .geo__slider--right ul li:nth-child(3) {
        top: 90px;
    }
    .geo__slider1 .geo__slider--right ul li:nth-child(4) {
        top: 120px;
    }
    .geo__slider1 .geo__slider--right ul li:nth-child(1):after {
        transform: rotate(-29deg);
        top: 54px;
        width: 112px;
        left: -103px;
    }
    .geo__slider1 .geo__slider--right ul li:nth-child(2):after {
        transform: rotate(-2deg);
        top: 19px;
        width: 87px;
        left: -88px;
    }
    .geo__slider1 .geo__slider--right ul li:nth-child(3):after {
        transform: rotate(27deg);
        top: -18px;
        width: 134px;
        left: -127px;
    }
    .geo__slider1 .geo__slider--right ul li:nth-child(4):after {
        transform: rotate(41deg);
        top: -68px;
        width: 257px;
        left: -216px;
    }
    .geo__slider2 .geo__slider--right ul li {
        top: 115px;
    }
    .geo__slider2 .geo__slider--right ul li:nth-child(1):after {
        transform: rotate(-12deg);
        top: 41px;
        width: 201px;
        left: -198px;
    }
    .geo__slider2 .geo__slider--right ul li:nth-child(2) {
        top: 145px;
    }
    .geo__slider3 .geo__slider--right ul li:nth-child(1):after {
        transform: rotate(-11deg);
        top: 40px;
        width: 213px;
        left: -215px;
    }
    .geo__slider3 .geo__slider--right ul li:nth-child(2) {
        top: 50px;
    }
    .geo__slider3 .geo__slider--right ul li:nth-child(2):after {
        transform: rotate(28deg);
        top: -20px;
        width: 137px;
        left: -130px;
    }
    .geo__slider3 .geo__slider--right ul li:nth-child(3) {
        top: 80px;
    }
    .geo__slider3 .geo__slider--right ul li:nth-child(3):after {
        transform: rotate(34deg);
        top: -34px;
        width: 165px;
        left: -148px;
    }
    .geo__slider3 .geo__slider--right ul li:nth-child(4) {
        top: 110px;
    }
    .geo__slider3 .geo__slider--right ul li:nth-child(4):after {
        transform: rotate(34deg);
        top: -38px;
        width: 173px;
        left: -157px;
    }
    .geo__slider4 .geo__slider--right ul li:nth-child(1) {
        top: 212px;
    }
    .nav__slider--right {
        max-width: calc(100% - 396px);
    }
    .nav__slider--right ul li:nth-child(1):after {
        position: absolute;
        content: '';
        border-top: 2px dashed var(--blue);
        width: 128px;
        left: -105px;
        top: 74px;
        transform: rotate(-45deg);
    }
    .header--menu {
        width: 385px;
    }
    .ikon-what__left .form--text{
        padding: 15px 0
    }
    #nav-format .column-4{
        grid-template-columns: repeat(4, 1fr);
    }

}
@media (max-width: 991px){
    header {
        z-index: 4;
        position: sticky;
        top: 0px;
        background: var(--white);
    }
    #nav-format .column-4{
        grid-template-columns: repeat(4, 1fr);
    }
    .column-4{
        grid-template-columns: repeat(2, 1fr);
    }
    .tales__slider.single-item {
        grid-template-columns: repeat(1, 1fr);
    }
    .slick-initialized .tab-item.slick-slide{
        display: flex;
    }
    h1, h2 {
        font: 40px / 1 'Intro-Bold';
    }
    .fixed-page{
        overflow: hidden;
    }
    .menu-burger__header {
        position: relative;
        width: 24px;
        height: 24px;
        display: block;
        z-index: 4
    }
    .menu-burger__header:after, .menu-burger__header:before{
        height: 2px;
        width: 100%;
        position: absolute;
        background: var(--dark);
        margin: 0 auto;
    }
    .menu-burger__header span{
        top: 16px;
    }
    .menu-burger__header:after, .menu-burger__header:before{
        content: '';
    }
    .menu-burger__header:after{
        bottom: 5px;
    }
    .menu-burger__header:before{
        top: 5px;
    }
    .menu-burger__header.open-menu span {
        opacity:0; 
        transition: 0.5s; 
    }
    .menu-burger__header.open-menu:before {
        transform: rotate(38deg);
        top: 16px;
        transition: 0.4s;
    }
    .menu-burger__header.open-menu:after {
        transform: rotate(-38deg);
        bottom: 6px;
        transition: 0.4s;
    }
    .header--menu{
        display: block;
        position: absolute;
        top: 0px;
        left: 0;
        background: var(--b-grey);
        box-shadow: #ccc;
        width: 60%;
        box-shadow: 0 4px 2px -2px rgba(36, 36, 36, 0.37);
        transition: all 0.4s ease;
        left: -100%;
    }
    .header--menu.open-menu {
        left: 0;
    }
    .header--menu ul{
        height: 100vh;
        flex-direction: column;
        justify-content: flex-start;
        gap: 17px;
         padding-top: 50px;
    }
    .sales-item__img {
        width: 260px;
        height: 260px;
        right: -19%;
        top: 47%;
    }
    .useful__video {
        width: 360px;
    }
    .useful__text {
        width: calc(100% - 380px);
    }
    .tab-item{
        width: 100%;
    }
    .geo__slider--wrapper, .nav__slider--wrapper{
            justify-content: center;
    }
    .geo__slider--right, .nav__slider--right, .ikon-adv__image{
        display: none;
    }
    .geo__slider--left{
        display: flex;
        flex-direction: column;
        gap:20px;
    }
    .geo__slider--left .bold{
        order:1;
        margin: 0px;
    }
    .geo__slider--left .column-2{
        order:2;
    }
    .geo__slider--left img{
        order:3;
    }
    .ikon-what__left .form--text{
        padding: 15px 0
    }
    .ikon-what__left, .ikon-what__image, .ikon-job__left, .ikon-job__image {
        width: 50%;
    }
    .desc-cost__wrapper, .know__wrapper{
        flex-wrap:wrap;
        justify-content: center;
        text-align: center;
    }
    .desc-cost__item {
        width: 29% !important;
        text-align: center;
    }
    .ikon-adv__left, .seo-sait__one, .seo-sait__block, .know__left{
        width: 100%
    }
    #about-adv .single-item .slick-slide{
        display: flex;
    }
    #nav-job .platform-item{
        max-width: 100%;
    }
    #nav-job .platform-item--link, #nav-job .platform-item--image{
        max-width: 275px;
        margin: 20px auto;
    }
    .seo-sait__wrapper{
        flex-wrap:wrap;
    }
    .know__images--desc img:nth-child(1), .know__images--desc img:nth-child(2){
        left: 0px;
    }

}
@media (max-width: 767px){
    .pb100 {
        padding-bottom: 30px;
    }
    .pad60, .useful--wrapper, .about-sign__wrapper, .popup .object {
        padding: 30px;
    }
    .pad100 {
        padding: 30px 0;
    }
    #nav-format .column-4{
        grid-template-columns: repeat(2, 1fr);
    }
    .column-4, .column-3, .column-2{
        grid-template-columns: repeat(1, 1fr);
    }
    header:after{
        display: none;
    }
    #form .form--text, #form .form, .text-block__text, .about--text, .about--image, .recomend--service__item.first-row, .recomend--service__item, .slider--desc, .slider--img, .useful__text, .useful__video, .footer--menu, .footer--contact__block:nth-child(2), .politic__wrap a, .ikon-what__left, .ikon-what__image, .ikon-job__left, .ikon-job__image, .ikon-click__left, .ikon-click__image, .about-sign__text{
        width: 100%;
    }
    .desc-cost__item{
        width: 100% !important
    }
    .text-wrapper{
        flex-direction: column;
        gap:0px;
    }
    .about__wrapper, .js-event-slider--slide, .useful--wrapper, .social, .footer--menu__block, .footer--contact__wrap, .politic__wrap, .servise__main--wrap, .ikon-what__wrapper, .ikon-click__wrapper, .about-sign__wrapper, .seo-sait__bottom{
        flex-wrap:wrap;
    }
    .desc-cost__item .opacity{
        min-height: auto;
    }
    .popup{
        width: 98%;
        max-width: 100%;
    }
    .popup .object .close{
        right: 20px;
        top: 20px;
    }
    .popup .object h2 {
        font-size: 28px;
    }
    .recomend--service__item.first-row .recomend--service__item--img img{
        margin: 0px
    }
    .hidden, .js-slider-control, .header--phone{
        display: none;
    }
    .footer--menu__title {
        margin: 20px 0 10px;
    }
    .footer--menu ul, .politic__wrap{
        gap:10px;
    }
    .footer--logo{
        margin-bottom: 0px
    }
    /**/
    .header--btn a{
        padding: 9px 16px;
    }
    .header--main__block {
        padding: 20px 30px 300px;
        max-width: 623px;
    }
    .header--logo {
        width: 127px;
    }
    h1, h2, .adv__numb, .slider--title {
        font: 34px / 1 'Intro-Bold';
    }
    h2, .opacity, .seo-sait__bottom{
        text-align: center;
    }
    #useful h2{
        font-size: 31px;
    }
    .h1--desc{
        font-size: 20px;
    }
    #main--screen:after{
        top: 204px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%);
        z-index: 1;
    }
    /*Akcii*/
    .sales--item{
        width: 100%;
        overflow: visible;
        padding: 30px;
        gap: 30px;
        min-height: auto;
    }
    .sales-item__img {
        width: 80px;
        height: 80px;
        right: -2%;
        top: -8%;
        overflow: hidden;
    }
    .faq-wrapper {
        padding: 0px 10px;
    }
    /**/
    .form__wrapper{
        flex-direction: column;
        padding: 30px;
    }
    .slider--desc{
        gap:20px;
        order:1;
    }
    .slider--img{
        order:0;
    }
    .social li a{
        width: 39px;
        height: 39px;
    }
    .social li a i, .about-sign__text {
        font-size: 16px;
    }
    .social li a.ten i {
        font-size: 27px;
    }
    .tabs-nav li a{
        padding: 12px;
    }
    .servise__main--wrap, .about-sign__wrapper{
        gap:20px;
    }
    .servise__main--item {
        width: calc((100% / 3) - 20px);
    }
    .servise__main--item i {
        font-size: 70px;
    }
    .servise__main--item:last-child{
        display: none;
    }
    .servise__main--item img.preview_picture{
        width: 70px;
        height: 70px;
    }
    .btn a, .btn{
        width: 100%;
        justify-content: center;
    }
    .banner--geo__slider, .banner--nav__slider{
            padding: 40px 30px 80px;
    }
    .geo__slider--left .no .icon, .geo__slider--left .with .icon {
        font-size: 22px;
    }
    #adv-platform .column-4{
        grid-template-columns: repeat(2, 1fr);
    }
    span.platform-item--link {
        padding: 9px 15px;
        font-size: 13px;
        text-align: center;
        height: 56px;
        margin-bottom: 10px;
    }
    a.platform-item.active .platform-item--text, .platform-item:nth-child(3).active .platform-item--text{
        text-align: left;
        left: 0px;
        width: 345px;
        border-radius: 30px;
    }
    .platform-item:nth-child(2).active .platform-item--text, .platform-item:nth-child(4).active .platform-item--text{
        right: 0px;
        left: auto;
        border-radius: 30px;
    }
    .ord-0{
        order:0;
    }
    .ord-1{
        order:1;
    }
    .ikon-click__image{
        margin-top: 30px;
    }
    .contact-item{
        position: relative;
            margin: 20px auto;
        width: 100%;
    }
    .contact-item .btn{
        max-width: 250px;
    }
    .nav-cost__name {
        width: 100%;
        text-align: center;
    }
    .nav-cost__count, .nav-cost__price {
        width: calc((100% / 2) - 10px);
        text-align: center;
    }
    .nav-cost__row .flex{
        gap:10px;
    }
    #nav-job .platform-item {
        max-width: 100%;
    }
    .sales-item__img img {
        max-width: 76%;
        margin-top: 11px;
        margin-left: 13px;
    }
    #main--screen{
        overflow: hidden;
    }
    .main__screen-mb{
        min-height: 640px;
    }
}
#cookie_note {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p {
    margin: 0;
    font-size: 12px;
    text-align: left;
    color: black;
}

#cookie_note .btn-sm {
    display: block;
    margin: 0 auto;
    line-height: 100%;
    color: var(--white);
    height: 48px;
    border-radius: 6px;
    background: var(--blue);
    padding: 0 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    width: 27%;
    border: 0px;
}

#cookie_note.show {
    display: flex;
    justify-content: center;
    align-items: center;
}
#cookie_note a{
      border-bottom: 1px solid var(--blue);
    color: var(--blue);
}
#cookie_note a:hover{
      border-bottom: 0;
}

@media (max-width: 575px) {
    #cookie_note.show {
        flex-direction:column;
        gap:15px;
        width: 100%;
    }
    #cookie_note .btn-sm{
      width: 85%;
    }
}
.page_404{
    background: var(--gradient-blue);
    position: relative;
    z-index: 3;
}
.page_404--desc {
    font-size: 30px;
    line-height: 1.3;
    color: var(--white);
}
a.page_404--btn {
    border-radius: 50px;
    background: var(--white);
    color: var(--blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    box-sizing: border-box;
    margin-top: 20px;
}
.no-after:after{
    display: none;
}
.scroll_tg {
    height: 42px;
    width: 42px;
    top: 63%;
    right: 1px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
}
a.ico.ico_tg i{
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroll_tg a{
    border-radius: 8px;
}
.scroll_max  {
    height: 42px;
    width: 42px;
    top: 70%;
    right: 1px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0px;
    }
.reviews-widget {
    position: relative;
    overflow: hidden;
    max-width: 760px;
    height: 1030px;
    margin: 0 auto;
    padding: 0 0 30px;
}

.reviews-widget__iframe {
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-sizing: border-box;
}

.reviews-widget__link {
    position: absolute;
    left: 0;
    bottom: 8px;
    display: block;
    width: 100%;
    max-height: 14px;
    padding: 0 16px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;

    color: #b3b3b3;
    font-size: 10px;
    font-family: "YS Text", sans-serif;
    text-decoration: none;
}
/* End */


/* Start:/local/templates/neosfera/css/neo.css?17620677815066*/
@font-face {
  font-family: 'neo';
  src:  url('/local/templates/neosfera/css/../fonts/neo.eot?qg4fe1');
  src:  url('/local/templates/neosfera/css/../fonts/neo.eot?qg4fe1#iefix') format('embedded-opentype'),
    url('/local/templates/neosfera/css/../fonts/neo.ttf?qg4fe1') format('truetype'),
    url('/local/templates/neosfera/css/../fonts/neo.woff?qg4fe1') format('woff'),
    url('/local/templates/neosfera/css/../fonts/neo.svg?qg4fe1#neo') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

i {
  font-family: 'neo' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-check:before {
  content: "\e924";
}
.icon-Star:before {
  content: "\e940";
  color: #07f;
}
.icon-rutube:before {
  content: "\e93b";
  color: #fefefe;
}
.icon-ten:before {
  content: "\e93c";
  color: #fff;
}
.icon-tg:before {
  content: "\e93d";
  color: #fff;
}
.icon-vc:before {
  content: "\e93e";
}
.icon-vk:before {
  content: "\e93f";
  color: #fff;
}
.icon-seo .path1:before {
  content: "\e924";
  color: rgb(0, 119, 255);
}
.icon-seo .path2:before {
  content: "\e925";
  margin-left: -1.0107421875em;
  color: rgb(255, 255, 255);
}
.icon-seo .path3:before {
  content: "\e926";
  margin-left: -1.0107421875em;
  color: rgb(255, 255, 255);
}
.icon-seo .path4:before {
  content: "\e927";
  margin-left: -1.0107421875em;
  color: rgb(255, 255, 255);
}
.icon-seo .path5:before {
  content: "\e928";
  margin-left: -1.0107421875em;
  color: none;
}
.icon-seo .path6:before {
  content: "\e929";
  margin-left: -1.0107421875em;
  color: rgb(255, 255, 255);
}
.icon-seo .path7:before {
  content: "\e92a";
  margin-left: -1.0107421875em;
  color: rgb(255, 255, 255);
}
.icon-seo .path8:before {
  content: "\e92b";
  margin-left: -1.0107421875em;
  color: rgb(255, 255, 255);
}
.icon-seo .path9:before {
  content: "\e92c";
  margin-left: -1.0107421875em;
  color: rgb(255, 255, 255);
}
.icon-bitrix:before {
  content: "\e92d";
  color: #d72034;
}
.icon-nav .path1:before {
  content: "\e92e";
  color: rgb(255, 176, 48);
}
.icon-nav .path2:before {
  content: "\e92f";
  margin-left: -1.0107421875em;
  color: rgb(238, 170, 0);
}
.icon-nav .path3:before {
  content: "\e930";
  margin-left: -1.0107421875em;
  color: rgb(255, 221, 0);
}
.icon-nav .path4:before {
  content: "\e931";
  margin-left: -1.0107421875em;
  color: rgb(255, 238, 119);
}
.icon-nav .path5:before {
  content: "\e932";
  margin-left: -1.0107421875em;
  color: rgb(255, 221, 0);
}
.icon-2gix .path1:before {
  content: "\e933";
  color: rgb(25, 169, 29);
}
.icon-2gix .path2:before {
  content: "\e934";
  margin-left: -1em;
  color: rgb(255, 176, 48);
}
.icon-2gix .path3:before {
  content: "\e935";
  margin-left: -1em;
  color: rgb(0, 119, 255);
}
.icon-2gix .path4:before {
  content: "\e936";
  margin-left: -1em;
  color: rgb(129, 215, 20);
}
.icon-2gix .path5:before {
  content: "\e937";
  margin-left: -1em;
  color: rgb(25, 169, 29);
}
.icon-bx-24 .path1:before {
  content: "\e938";
  color: rgb(0, 161, 245);
}
.icon-bx-24 .path2:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-bx-24 .path3:before {
  content: "\e93a";
  margin-left: -1em;
  color: rgb(0, 161, 245);
}
.icon-ya-dir .path1:before {
  content: "\e921";
  color: rgb(255, 221, 0);
}
.icon-ya-dir .path2:before {
  content: "\e922";
  margin-left: -1.0107421875em;
  color: rgb(0, 119, 255);
}
.icon-ya-dir .path3:before {
  content: "\e923";
  margin-left: -1.0107421875em;
  color: rgb(0, 119, 255);
}
.icon-ya-biz .path1:before {
  content: "\e91f";
  color: rgb(26, 26, 69);
}
.icon-ya-biz .path2:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-clock:before {
  content: "\e91e";
}
.icon-click:before {
  content: "\e91d";
}
.icon-x-circle:before {
  content: "\e91c";
}
.icon-table-html:before {
  content: "\e916";
}
.icon-like:before {
  content: "\e90b";
}
.icon-lazy:before {
  content: "\e90e";
}
.icon-cart:before {
  content: "\e903";
}
.icon-bussines:before {
  content: "\e909";
}
.icon-hert:before {
  content: "\e908";
}
.icon-people2:before {
  content: "\e907";
}
.icon-sad:before {
  content: "\e900";
}
.icon-smile:before {
  content: "\e905";
}
.icon-analyze:before {
  content: "\e901";
}
.icon-box:before {
  content: "\e902";
}
.icon-calendar:before {
  content: "\e904";
}
.icon-circle:before {
  content: "\e906";
}
.icon-click-btn:before {
  content: "\e90f";
}
.icon-crm:before {
  content: "\e915";
}
.icon-fire:before {
  content: "\e90a";
}
.icon-html:before {
  content: "\e90c";
}
.icon-info:before {
  content: "\e90d";
}
.icon-microphone:before {
  content: "\e910";
}
.icon-pc:before {
  content: "\e911";
}
.icon-pc-paint:before {
  content: "\e912";
}
.icon-pen:before {
  content: "\e913";
}
.icon-people:before {
  content: "\e914";
}
.icon-plus-circle:before {
  content: "\e917";
}
.icon-property:before {
  content: "\e918";
}
.icon-search-small:before {
  content: "\e919";
}
.icon-sp:before {
  content: "\e91a";
}
.icon-wm:before {
  content: "\e91b";
}

/* End */


/* Start:/local/templates/neosfera/components/intec.regionality/regions.select/neosfera/style.css?17623641745050*/
.ns-intec-regionality.c-regions-select.c-regions-select-default {
  display: none;
  position: relative;
  color: #2d2d2d;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-region {
  display: block;
  cursor: pointer;
  -webkit-transition: color 350ms;
  -moz-transition: color 350ms;
  -ms-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-region:hover {
  color: #868686;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-overlay {
  display: block;
  position: absolute;
  background-color: #000000;
  opacity: 0.3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window {
  display: block;
  position: relative;
  color: #2d2d2d;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: #fff;
  margin: -150px auto 0 auto;
  max-width: 450px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window-header {
  display: block;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window-title {
  display: block;
  padding-right: 60px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window-close {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  font-size: 12px;
  line-height: 1;
  border-bottom: 1px dashed #2d2d2d;
  margin-top: -7px;
  padding-bottom: 1px;
  cursor: pointer;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window-content {
  display: block;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-search {
  display: block;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-search-title {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-search-input {
  display: block;
  width: 100%;
  color: #696969;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  padding: 5px 5px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-regions {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  height: 175px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-region {
  display: block;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  -ms-transition: background-color 350ms;
  -o-transition: background-color 350ms;
  transition: background-color 350ms;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-region:hover {
  background-color: #f7f7f7;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question {
  display: block;
  position: absolute;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  text-align: center;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  min-width: 200px;
  margin-top: 10px;
  padding: 10px;
  z-index: 10;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-text {
  display: block;
  margin-bottom: 10px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-buttons {
  display: block;
  font-size: 0;
  white-space: nowrap;
  margin: -5px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-button {
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 5px 15px;
  background-color: #2d2d2d;
  border: none;
  color: #fff;
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  -ms-transition: background-color 350ms;
  -o-transition: background-color 350ms;
  transition: background-color 350ms;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-button:hover {
  background-color: #868686;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/neosfera/components/bitrix/menu/neosfera/style.min.css?1762066642490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/neosfera/components/bitrix/menu/neosfera/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/neosfera/components/bitrix/menu/footer/style.min.css?1762066642490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/neosfera/components/bitrix/menu/footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1762066656666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/neosfera/components/bitrix/news.list/adress-footer/style.css?1762525022150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/components/custom/form_send/templates/send/style.css?1762066642293*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

/* End */


/* Start:/local/templates/neosfera/styles.css?17620666423*/
﻿
/* End */


/* Start:/local/templates/neosfera/template_styles.css?1762066642198*/
body{
}
*{
	outline: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
} 
.left{
	float: left;
}
.right{
	float: right;
}
.clearfix::after{
	content: '';
	clear: both;
	display: block;
}

/* End */
/* /local/templates/neosfera/css/style.css?178196160562502 */
/* /local/templates/neosfera/css/neo.css?17620677815066 */
/* /local/templates/neosfera/components/intec.regionality/regions.select/neosfera/style.css?17623641745050 */
/* /local/templates/neosfera/components/bitrix/menu/neosfera/style.min.css?1762066642490 */
/* /local/templates/neosfera/components/bitrix/menu/footer/style.min.css?1762066642490 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1762066656666 */
/* /local/templates/neosfera/components/bitrix/news.list/adress-footer/style.css?1762525022150 */
/* /local/components/custom/form_send/templates/send/style.css?1762066642293 */
/* /local/templates/neosfera/styles.css?17620666423 */
/* /local/templates/neosfera/template_styles.css?1762066642198 */
