body {
    font-family: sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.centered{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.d-cell-s i {
    display: block;
    margin: -65px auto 1.5em;
    width: 90px;
    height: 90px;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 3px solid #ff4800;
    border-radius: 100%;
    background-color: #fff;
}

.d-cell {
	font-size: 1em;
    vertical-align: top;
    color: #333;
    text-decoration: none;
    display: block;
    max-width: 1200px;
    padding-top: 45px;

}

.headline{
    text-align: center;
}

.d-cell-b{
    max-width: 80%;
    margin:  auto;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
}


.d-cell-b a:link{
    text-decoration: none;
    color: #000;
}


.d-cell-b a:visited{
    text-decoration: none;
    color: #000;
}
.d-cell-b a:hover{
    text-decoration: none;
    color: #ff4800;
}

.d-cell-m{
    margin-bottom: 65px;
}

.d-cell-s{
	padding: 20px 15px 20px 15px;
    min-height: 235px;
    margin: auto;
}



i.icon-1 {
    background-image: url('../images/crm.svg');
    background-size: 70%;
}
/*i.icon-1:hover {
    background: #ff4800;
    background-image: url('../images/crm_1.svg');
    background-position: 50%;
    background-size: 70%;  
    background-repeat: no-repeat;
}*/

i.icon-2 {
    background-image: url('../images/voip.svg');
	background-size: 70%;

}
/*i.icon-2:hover {
    background: #ff4800;
    background-image: url(../images/voip_1.svg);
    background-position: 50%;
    background-size: 70%;  
    background-repeat: no-repeat;
}*/

i.icon-3 {
    background-image: url(../images/web.svg);
    background-size: 85%;
}
/*i.icon-3:hover {
    background: #ff4800;
    !*transition: 200ms ease-in-out;*!
    background-image: url(../images/web_1.svg);
    background-position: 50%;
    background-size: 85%;  
    background-repeat: no-repeat;
}*/

i.icon-4 {
    background-image: url(../images/it.svg);
    background-size: 70%;
}
/*i.icon-4:hover {
    background: #ff4800;
    !*transition: 200ms ease-in-out;*!
    background-image: url(../images/it_1.svg);
    background-position: 50%;
    background-size: 70%;  
    background-repeat: no-repeat;
}*/

i.icon-5 {
    background-image: url(../images/SMS.svg);
    background-size: 70%;
}

/*i.icon-5:hover {
    background: #ff4800;
    !*transition: 200ms ease-in-out;*!
    background-image: url(../images/SMS_1.svg);
    background-position: 50%;
    background-size: 70%;  
    background-repeat: no-repeat;
}*/

i.icon-6 {
    background-image: url(../images/modules.svg);
    background-size: 70%;
}
/*i.icon-6:hover {
    background: #ff4800;
    !*transition: 200ms ease-in-out;*!
    background-image: url(../images/modules_1.svg);
    background-position: 50%;
    background-size: 70%;  
    background-repeat: no-repeat;
}*/
i.icon-7 {
    background-image: url(../images/svg/1c_logo.svg);
    background-size: 70%;
}
i.icon-8 {
    background-image: url(../images/svg/gd-logo.svg);
    background-size: 70%;
}
i.icon-9 {
    background-image: url(../images/svg/phone.svg);
    background-size: 70%;
}
i.icon-10 {
    background-image: url(../images/svg/yclients.svg);
    background-size: 175%;
}
i.icon-11 {
    background-image: url(../images/svg/cb_hunter.svg);
    background-size: 70%;
}



.service-img {
	/*height: inherit;*/
    width: 50vw;
    min-height: 480px;
    background-image: url(../images/3.png);
    background-position: 30% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-img.service-img2 {
    background-image: url(../images/4.png);
    background-position: 100% 50%;
}

.service-img.service-img3 {
    background-image: url(../images/1.png);
}

.service-img.service-img4 {
    background-image: url(../images/55.png);
    background-position: 100% 90%;
}

.service-desc {
    position: relative;
    display: flex;
    width: 50vw;
    flex: 0 auto;
    /*background-image: url(1.png);*/
    /*background-image: url(1.svg);*/
    background-position: 100% 100%;
    background-size: 170px 350px;
    background-repeat: no-repeat;
}

.service-desc-core {
    display: flex;
    max-width: 590px;
    padding: 80px 40px 100px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    color: #000;
    font-size: 19px;
    line-height: 27px;
    letter-spacing: -0.5px;
}
.sd-core-l{
    padding-right: 80px;
    padding-left:40px;
    margin-left: auto;
}


.service-desc-core a{
    margin: 15px auto;
    background: #ff4800;
    /*border: 1px solid #666666;*/
    border-radius: 10px;
    padding: 8px 35px 8px 35px;
    font-family: 'Circe', sans-serif;
    /*margin-top: 15px;*/
    font-size: 19px;
    text-decoration: none !important;
    color: #fff !important;
}

/*.service-desc-core a:hover{
    margin: 0px auto;
    background: #ff4800;
    border-radius: 10px;
    padding: 8px 35px 8px 35px;
    font-family: 'Circe', sans-serif;
    margin-top: 15px;
    font-size: 19px;
    text-decoration: none !important;
    color: #fff !important;
}*/

.service-line {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex: 0 auto;
    background-color: #fff;
}

.service-num {
    position: relative;
    margin-bottom: 20px;
    font-family: sans-serif;
    color: hsla(0, 0%, 100%, .5);
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0;
}

.service-h {
    text-align: left;
    margin-bottom: 30px;
    color: #000;
    /*font-size: 34px;*/
    line-height: 1.3em;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.we-help {

    padding-top: 60px;
}

.we-help-sec {
    width: 96%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
}

.we-help-line {
    display: flex;
    width: 100%;
    margin-top: 25px;
    flex-wrap: wrap;
    align-items: stretch;
}

.we-help-card {
    display: flex;
    min-width: 30%;
    /*flex: 1;*/
    margin: 0 auto;
}


.we-help-card-st {
    position: relative;
    display: flex;
    overflow: hidden;
    max-width: 380px;
    min-width: 30%;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3);
    transition: box-shadow 300ms ease;
}

.whc-div {
    display: flex;
    max-width: 380px;
    padding: 30px;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    letter-spacing: -0.5px;
}

.whc-icon {
    height: 75px;
    margin: 0 auto;
}

.whc-h {
    margin-bottom: 20px;
    color: #000;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: -0.5px;
}

.whc-div-info {
    margin-top: 30px;
    margin-bottom: auto;
    color: #000;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.bx-wrapper .bx-prev {
    left: 0;
    background: url(../images/controls.png)
    no-repeat 0 -74px;
}

.bx-wrapper .bx-next {
    right: 0;
    background: url(../images/controls.png)
    no-repeat -40px -74px;
}

.mod-ext{
    padding-top:50px;
}

.mod-ext a{
    text-decoration: none;
    line-height: 22px;
    letter-spacing: 0.8px;
}
.mod-ext a:hover{
    text-decoration: none;
}
                        /*elaboram module*/
.module-slider{
    max-width: 1200px;
    margin: -40px auto;
    padding-bottom: 60px;
}

.mod-slider-row {
    max-width: 1200px ;
    max-height: 440px;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.25);
    border-radius: 10px;

}

.mod-slider-inf{
    text-align:center;
    padding-top: 35px;
    padding-left: 45px;
    /*height: 380px;*/
}

.mod-slider-sl{
    height:440px;
}

.mod-slider-img{
    padding-left: 0;
    padding-right: 0;
    border-bottom-left-radius: 10px;
}

.modules-h {
    margin-top: 0;
    font-family: 'Circe', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3em;
    text-align: center;
    text-transform: uppercase;
}

.modules-t{
    text-align: left;
    font-family: 'Circe', sans-serif;
    color: #707070;
    font-size: 15px;
    letter-spacing: -0.2px;
    line-height: 1.3em;
    padding-bottom: 10px;
}

.modules-btn{
    background: #ff4800d4;
    border-radius: 5px;
    padding: 6px 35px;
    font-family: 'Circe', sans-serif;
    margin-top: 15px;
    font-size: 19px;
    text-decoration: none !important;
    color: #fff !important;
}

.mod-slider-inf a:hover {
    background: #ff4800;
}

.modules-nav{
    height: 60px;
    border-bottom-right-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: auto ;
    width: 41.66666%;
    z-index: 1020;
}

.img1{
    background-size: cover;
    background-image: url(../images/ms/widget_sms2.png);
    border-top-left-radius: 10px;
    height:440px;
}

.img2{
    background-size: cover;
    background-image: url(../images/ms/kanban.png);
    background-position: center;
    border-top-left-radius: 10px;
    height:440px;
}

.img3{
    background-size: cover;
    background-image: url(../images/ms/ms-3.png);
    background-position: center;
    border-top-left-radius: 10px;
    height:440px;
}
.img4{
    background-size: cover;
    background-image: url(../images/ms/ms-4.png);
    background-position: center;
    border-top-left-radius: 10px;
    height:440px;
}

.modules-nav-pag{
    text-align:center;
    height: 60px !important;
    border: 1px solid #c0c0c05e;
}

.modules-nav-l{
    padding-top:16px;
    padding-left: 16px;
    height: 100%;
    border: 1px solid #c0c0c05e;
}
.modules-nav-r{
    padding-top:16px;
    padding-left: 17px;
    height: 100%;
    border: 1px solid #c0c0c05e;
    border-bottom-right-radius: 10px;
}


.mod-slider-row {
    position: relative;
}

.mod-slider-row .bx-wrapper{
    border: 0;
    border-radius: 10px;
}

.mod-slider-row .bx-pager-item .bx-pager-link{
    background: #6666668f;
    text-indent: -9999px;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}

.mod-slider-row .bx-pager-link.active{
    background: #222;
    text-indent: -9999px;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}

.mod-slider-row .bx-wrapper .bx-viewport{
    /*max-height: 440px;*/
    margin-right: 0;
    margin-left: 0;
}


.mod-slider-row .bx-wrapper .bx-controls-direction a{
    position: relative !important;
    float: right;
}



.mod-slider-row .bx-pager {
    position: relative !important;
    bottom: 0;
    padding-top: 25px; 
    display: inline-flex !important;
}

                                /*Pagina CRM*/

.crm-table{
    max-width: 860px;
    margin:auto;
    text-align: center;
    
}
.crm-table-st{
    border: 2px solid #666666;
    border-radius: 10px;
}

.crm-table-h{
    background: #ff4800;
    padding-top: 15px;
    font-size: 18px;
    margin-right: 0 ;
    margin-left: 0 ;
}

.crm-table td, th{
    border: 1px solid #666666
}




                                /*pagina WEB*/
.head-web { 
    background-color: #1a2530;
    /*height: initial;*/
    max-height: 42%;
    margin-bottom:160px;
}
.head-web .row{
        margin-right: 0;
        margin-left: 0;
    }
.web-content .row{
    margin-right: 0;
    margin-left: 0;
}

.head-web-t{
    color: #fff;
    background-color: #1a2530;
    padding: 20% 0 0 15%;
    font: normal 6em 'Circe';
}

.head-web-img img{
    max-width: 90%;
    padding-top: 30px;
}

.web-content{
    text-align: left;
}
.web-content-h{
    margin: 20px 0 20px 0;
    padding-top: 20px;
}

.web-cont-p{
    border-left: 2px solid #ff4800;
    border-radius: 10px;
    box-shadow: 0 7px 50px 8px rgba(0, 0, 0, 0.09), 0 10px 10px rgba(0, 0, 0, 0.01);
    margin:30px 80px 30px 10px;
    /*padding: 10px;*/
    transition: width 2s linear 1s;
    
}
.web-cont-p p{
    height: 47px;
    padding: 15px;
    margin: 0;
}

.web-cont-p .panel-heading{
    padding: 0;
}

.web-cont-p .collapsed{
    margin:0;
}

.web-cont-p .collapse.in {
    display: inline-block;
}

.web-cont-p i{
    background-image: url(../images/web/plus2.svg);
    background-repeat: no-repeat;
    float: right;
    border:none;
    width: 10px;
    height: 10px;
    margin-top: 3px;
    margin-bottom:0;
    background-position:top;
}



.web-bg-1 .panel{
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #ffffff82;
    border: 1px solid transparent;
}

.web-bg-1 a{
    text-decoration:none;
}
.web-bg-1 .panel:hover{
    box-shadow: 0 7px 50px 8px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.03);
}

.web-cont1-img{
    float: right;
    margin-right: 20%;
    padding: 20px;
}

.web-cont-t2{
    width: 80%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.web-card-flip {
    min-height: 210px;
    border:0 solid #fff;
    border-radius: 15px;
    padding: 15px 0 20px 15px;
    text-align: justify;
    margin-bottom:70px;
    line-height: 16px;
    cursor: default;
    -webkit-box-shadow: 0 7px 50px 8px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.01);
    box-shadow: 0 7px 50px 8px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.01);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1000ms ease 0s;
    transition: -webkit-transform 1000ms ease 0s;
    -o-transition: transform 1000ms ease 0s;
    transition: transform 1000ms ease 0s;
    transition: transform 1000ms ease 0s, -webkit-transform 1000ms ease 0s;
}
.web-card-f  {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 20px 20px;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.web-card-b {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 20px 20px;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.web-card-f {
    z-index: 2;
    border-radius: 15px;
    -webkit-transform: translate3d(0px, 0px, 40px);
    transform: translate3d(0px, 0px, 40px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.web-card-f h4{
    -webkit-transform: translate3d(0px, 0px, 60px);
    transform: translate3d(0px, 0px, 60px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.web-card-b {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.web-cont-t2:hover .web-card-flip{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.web-cont-img{
    width: 100px;
    margin-left:30%;
    -webkit-transform: translate3d(0px, 0px, 40px);
    transform: translate3d(0px, 0px, 40px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.web-cont-t2 h4{
    text-transform: uppercase;
    text-align: center;
}

.web-cont-st{
    margin-top:80px;
}

.web-bg-2{
    background-repeat: no-repeat;
    background-position: 50% 69%;
    background-size: 40%;
    background-opacity:50%;
}

.web-bg-2-cimg {
    max-width: 100%;
    padding-top: 15%;
}

._1 {
    float: right;
}

._2 {
    float: left;
}

.web-bg-2{

}

.web-cont3{
     
}

.web-cont-t3{
    text-indent: 21px;
    min-height: 615px;
    text-align: justify;
    font-size:14px;
    line-height: 18px;
    margin: 50px 20px 0 20px;
    padding: 15px 25px 15px 25px;
    border-radius: 15px;
    box-shadow: 0 7px 50px 8px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.01);
}
.web-cont-img2{
    max-height: 220px;
    display: flex;
    margin: auto;
    max-width: 100%;
}

.web-cont-t3 h3{
    text-align:center;
}

.web-cont-t3 button{
    padding: 15px 42%;
    margin-top: 15px;
    background: #ff4800;
}

.web-cont-t3 ul {
    margin-left: 20px;
}


        /*crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen
         crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen
          crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen crm-gen
         */

.cg-top-circle{
    display: block;
    max-width: 38%;
    position: relative;
    left: 27%;
    top: 445px;
    height: 400px;
    border-radius: 50%;
    margin-top: -400px;
    border: 1px solid #03a9f4cc;
}
.cg-top-circle h1{
    text-align: center;
    position: relative;
    top: 39%;
}
.cg-top-min{
    border: 1px solid #aad3e5;
    border-radius: 100px;
    text-align: center;
    background-color: #ffffff;
    padding: 25px 30px;
}
.cg-trans{
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
.cg-top-min-1{
    border: 1px solid #03a9f4cc;
    z-index: 1;
    border-radius: 100px;
    text-align: center;
    background: #ffffff;
    padding: 25px 30px;
    position: relative;

}

.cg-top-circle-1{
    visibility: hidden;
    display: block;
    opacity: 0;
    z-index: 2;

    height: 400px;
    border-radius: 50%;

    min-width: 420px;
    border: 1px solid #fff;
    background: #03a9f4;
}
.cg-top-circle-1 h1{
    text-align: center;
    position: relative;
    top: 39%;
}
.cg-top-sh-1:hover .cg-top-circle-1{
    visibility: visible;
    opacity: 1;
    box-shadow: 0 0 0 1px #fff;
}
.cg-top-sh-1:hover .cg-top-min-1{
    border: 1px solid #FFFFFF;
    background: #03a9f4;
    z-index: 3;
    box-shadow: 0 0 0 1px #fff;
    cursor: pointer;
}
.cg-top-item1{
    position: relative;
    left: 5%;
    top: 470px;
    margin-top: -522px;
}
.cg-top-item2{
    position: relative;
    left: -267px;
    top: 470px;
    margin-top: -522px;
}
.cg-top-item3{
    position: relative;
    left: 65%;
    top: 349px;
    margin-top: -522px;
}
.cg-top-item4{
    position: relative;
    left: -359px;
    top: 349px;
    margin-top: -522px;
}
.cg-top-item5{
    position: relative;
    left: 65%;
    top: 228px;
    margin-top: -522px;
}
.cg-top-item6{
    position: relative;
    left: -359px;
    top: 228px;
    margin-top: -522px;
}
.cg-top-item7{
    position: relative;
    left: 5%;
    top: 107px;
    margin-top: -522px;
}
.cg-top-item8{
    position: relative;
    left: -267px;
    top: 107px;
    margin-top: -522px;
}

.cg-trans2{
    text-align: center;
    max-width: 1200px;
    position: relative;
    margin: 60px auto;
    display: flex;
}
.cg-trans2 a:hover{
    background-color: #00aeefc2;
}

.cg-trans-bl{
    border: 1px solid #00aeef;
    padding: 11px 25px 8px;
    border-radius: 140px;
    background: #00aeef;
    cursor: pointer;
}

.cg-trans-h h4{
    top: -2px;
    position: inherit;
    font-family: 'Circe', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: bold;
    border-left: 1px solid #ffffff;
    padding: 20px 0 17px;
}

.cg-trans-h img{
    position: relative;
    top: 22px;
}
.cg-tl-decorative{
    display: flex;
}
.cg-tl-decorative-l{
    height: 2px;
    background: #ff4800;
    margin-bottom: 15px;
    width: 99%;

}
.cg-tl-decoration-p-right{
    height: 25px;
    width: 26px;
    background: #ff4800;
    border-radius: 50%;
    position: relative;
    top: -11px;
    right: -13px;
}
.cg-tl-decoration-p-left{
    height: 25px;
    width: 26px;
    background: #ff4800;
    border-radius: 50%;
    position: relative;
    top: -11px;
    left:-12px;
}
.cg-tl-decoration-p1-right{
    height: 30px;
    width: 30px;
    background: #ff480048;
    border-radius: 50%;
    position: relative;
    top: -14px;
}
.cg-tl-block-position{
    position: relative;
    top: -35px;
}
.cg-tl-block-position2{
    position: relative;
    top: -70px;
}
.cg-tl-block-position3{
    position: relative;
    top: -105px;
}
.cg-tl-block-position4{
    position: relative;
    top: -140px;
}
.cg-tl-decorative-l-bottom{
    height: 1px;
    background: #ff4800;
    margin-top: 20px;
    width: 100%;
}
.cg-tl-p{
    font-family: 'Circe', sans-serif;
    letter-spacing: 0.5px;
}
.non-pr{
    padding-right: 0;
}
.non-pl{
    padding-left: 0;
}


.cg-mid{
    margin-right:0;
    margin-left:0;
    margin-bottom: 60px;
}


.cg-stat {
    margin-bottom:60px;
    /*background: #1b2530;*/
}
.cg-stat-cont{
    max-width: 1200px;
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    padding:30px;
}
.cg-stat-cell{
    margin: 20px;
    width: 245px;
    text-align:center;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 1);
    border-radius: 10px;
    padding:10px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.cg-faq{
    max-width: 800px;
    margin:auto;
}




        /*bitrix24bitrix24bitrix24bitrix24bitrix24bitrix24bitrix24bitrix24bitrix24bitrix24bitrix24
        bitrix24bitrix24bitrix24bitrix24bitrix24bitrix24bitrix24bitrix24bitrix24bitrix24bitrix24
        bitrix24bitrix24bitrix24bitrix24bitrix24bitrix24bitrix24bitrix24bitrix24bitrix24bitrix24*/
.bit-nav{
    background-color: #FFFFFF;
    margin-top: 70px;
}
#navbit24 {
    overflow: hidden;
    background-color: #ffffff;
    z-index: 99;
    border-bottom: 1px solid #04c2fd;
    
}
#navbit24 a {
    font-family: 'Circe', sans-serif;
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    min-width: 300px;
}
#navbit24 a:hover {
    background-color: rgba(4, 194, 253, 0.62);
    color: black;
}
#navbit24 li.active {
    background-color: #04c2fd;
    color: #000;
}
.navbar-nav {
    float: initial;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.sticky + .content {
    padding-top: 60px;
}

.bit .row{
    margin-left:0;
    margin-right:0;
}



.bit-content-top {
    max-height: 645px;
    margin-bottom: -59px;
}

.bit-content {
    padding-top: 60px;
}

.bit-cont-top{
    margin-left: 25px;
    max-width: 560px;
    line-height: 1.5;
    letter-spacing: 1px;
}


.bit-cont-top span{
    font-size:0.8em;
    color: #98acb4;
}

.bit-cont-top-img1 {
    max-width: 100%;
}
.bit-cont-top-img2 {
    max-width: 100%;
}
.bit-cont-t1 p{
    max-width: 200px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
}

.pad {
    padding-left:0;
    padding-right:0;
}

.bit-cont-st1{
    margin-top: 25px;
    margin-left: 15px;
    height: 170px;
}

.bit-cont-t1 i{
    display: block;
    background-repeat: no-repeat;
    height: 30px;
    width: 35px;
}
.bit-icon1{
    background-image: url(../images/Bitrix24/icon-crm-couns.svg);
}
.bit-icon2{
    background-image: url(../images/Bitrix24/icon-crm-graph.svg);
}
.bit-icon3{
    background-image: url(../images/Bitrix24/icon-crm-laptop.svg);
}
.bit-icon4{
    background-image: url(../images/Bitrix24/icon-crm-target.svg);
    
}

.bit-cont-lt{
    background: url(../images/Bitrix24/bg-2.png) no-repeat;
    background-position-x: center;
    background-size: contain;
    margin-top:120px;
}
.bit-cont-lt h3{
    font-size: 32px;
}
.bit-cont-rt{
    background: url(../images/Bitrix24/bg-1.png) no-repeat;
    background-position-x: center;
    background-size: contain;
    margin-top:120px;
}
.bit-cont-rt h3{
    font-size: 32px;
}

.bit-cont-img1{
    max-width: 90%;
    float: right;
}
.bit-cont-img2{
    max-width: 90%;
    float: left;
}
.bit-cont-t2{
    padding-top: 30%;
    padding-left: 16%;
    max-width: 420px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
}

.bit-cont-t2-1{
    padding-top: 6%;
    padding-left: 16%;
    max-width: 420px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px; 
}
.bit-cont-t3{
    padding-top: 30%;
    padding-left: 16%;
    max-width: 420px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
}
.bit-cont-t4{
    padding-top: 5%;
    max-width: 420px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    /*float: right;*/
}
.bit-btn-dow{
    max-width: 48%;
}

                /*sms -sms -sms -sms -sms -sms -sms -sms -sms -sms -sms -sms -sms */
                /*sms -sms -sms -sms -sms -sms -sms -sms -sms -sms -sms -sms -sms */
                /*sms -sms -sms -sms -sms -sms -sms -sms -sms -sms -sms -sms -sms */
.sms-content-top{
    max-height: 645px;
    padding-top: 60px;
    background-color: #1b2530;
}
.sms-content-top h1{
    color: #ffffff;
    text-transform: none;
    font-size: 48px;
}
.sms-content-top img{
}
.sms-content-top p{
    color: #FFFFFF;
}
.sms-cont{
    max-width: 1200px;
    margin: 30px auto 60px;
}
.sms-prc{
    text-align: center;
    /*padding: 30px;*/
    height: 380px;
    /*overflow: hidden;*/
}
.sms-prc img {
    max-height: 90%;
    max-width: 100%;
    position: relative;
}
.sms-prc-img{
    height: 100%;
    padding-top: 60px;
}
.sms-prc-t{
    text-align: center;
    height: 100%;
    /*background-color: #1b2530;*/
    /*color: #ffffff;*/
}
.sms-prc-t h2{
    padding-top: 100px;
    /*color: #ffffff;*/
}
.sms-cont-split{
    background: #1b2530;
    height: 380px;
    display: block;
}
.sms-cont-split h2{
    color: #ffffff;
    padding-top: 100px;
}
.sms-cont-split p{
    color: #ffffff;
    text-align: center;
    padding: 15px;
}
.sms-cont-2{
    max-width: 900px;
    margin: 30px auto;
}
.sms-cont-2 p{
    text-align: center;
    font: normal 16px "Circe";
    padding: 10px 40px;
}
.sms-cont-2 img{
    max-width: 40%;
    position: relative;
    left: 30%;
    padding-top: 10px;
}
.sms-cont-cell-1 {
    display: block;
}
.sms-cont-cell-1-2 {
    display: block;
    border: 1px dashed #1b253070;
    border-top: none;
    border-bottom: none;
}
.sms-cont-cell-2 {
    display: block;
    border-top: 1px dashed #1b253070;
}
.sms-cont-cell-2-2 {
    display: block;
    border: 1px dashed #1b253070;
    border-bottom: none;
}
.sms-cont-pr {
    padding: 60px 0 30px;
}
.sms-price {
    color: #ff4800;
    font-size: 15rem;
    line-height: 12rem;
    text-align: center;
    padding-top: 15px;
}

.sms-currency {
    font-size: 3rem;
    text-align: center;
}
ul.sms-advantages {
    color: #5d6978;
    font: normal 1.2em 'Geometria';
    line-height: 1.5;
    font-weight: 300;
    margin: 0 0 40px;
    padding: 0;
}

ul.sms-advantages li {
    list-style: none;
    margin-bottom: 10px;
}

ul.sms-advantages i {
    font-size: 1.5em;
    line-height: 1.3;
    vertical-align: top;
}

ul.sms-advantages .sms-advantages-check {
    float: left;
}

ul.sms-advantages .sms-advantages-text {
    margin-left: 3.5rem;
    text-align: justify;
}
.sms-split-btn{
    width: 125px;
    margin: 0 auto;
}
.sms-split-btn-det{
    background: #1b2530;
    border-radius: 5px;
    padding: 6px 35px;
    font-family: 'Circe', sans-serif;
    margin-top: 15px;
    font-size: 19px;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.sms-split-btn .sms-split-btn-det:hover{
    background: #ff4800;
    border-radius: 5px;
    padding: 7px 36px;
    font-family: 'Circe', sans-serif;
    margin-top: 15px;
    font-size: 19px;
    text-decoration: none ;
    color: #ffffff;
    border: none;
}

                /*modules-modules-modules-modules-modules-modules-*/
                /*modules-modules-modules-modules-modules-modules-*/
                /*modules-modules-modules-modules-modules-modules-*/
.mod-cont-st{
    margin: 80px auto;
    max-width: 900px;
}

.mgp-cont-img {
    height: 100%;
    margin: 0 auto;
    display: block;
    -webkit-transform: translate3d(0px, 0px, 40px);
    transform: translate3d(0px, 0px, 40px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mgp-btn{
    background: #ff4e00;
    border-radius: 4px;
    padding: 8px 26px;
    font-family: 'Circe', sans-serif;
    font-size: 17px;
    text-decoration: none !important;
    color: #fff !important;
    position: absolute;
    bottom: 15px;
}

.mod-card-f, .mod-card-b {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 20px 20px;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mod-card-b {
    display: none;
    padding: 15px;
}
.mod-card-f {
    z-index: 2;
    border-radius: 15px;
    -webkit-transform: translate3d(0px, 0px, 40px);
    transform: translate3d(0px, 0px, 40px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mod-card-f h4{
    -webkit-transform: translate3d(0px, 0px, 60px);
    transform: translate3d(0px, 0px, 60px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mod-card-b {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.mod-cont-t2 {
    /*width: 80%;*/
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0 auto;
}
/*.mod-cont-t2:hover .mod-card-flip{*/
    /*-webkit-transform: rotateY(180deg);*/
    /*transform: rotateY(180deg);*/
/*}*/
.mod-card-flip {
    min-height: 220px;
    border:0 solid #fff;
    border-radius: 15px;
    padding: 15px 0 20px 15px;
    /*text-align: justify;*/
    margin-bottom:30px;
    line-height: 16px;
    cursor: default;
    -webkit-box-shadow: 0 7px 50px 8px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.01);
    box-shadow: 0 7px 50px 8px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.01);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1000ms ease 0s;
    transition: -webkit-transform 1000ms ease 0s;
    -o-transition: transform 1000ms ease 0s;
    transition: transform 1000ms ease 0s;
    transition: transform 1000ms ease 0s, -webkit-transform 1000ms ease 0s;
}
.mod-card-flip p {
    font-family: 'Circe', sans-serif;
}
.mod-t{
    font-family: 'Circe', sans-serif;
    margin: 70px auto;
    max-width: 1200px;
}
.mod-t .row{
    margin-left: 0;
    margin-right: 0;
}
.mdls-top{
    padding: 30px 0 60px;
}
.modules-img .carousel-inner{
    max-height: 290px;
    margin-top: 40px;
}
.modules-img .carousel-control.right{
    background-image: none;
    margin-right: -50px;
}
.modules-img .carousel-control.left{
    background-image: none;
    margin-left: -50px;
}
.modules-img img{
    height: 340px;
}
.modules-t-txt{
    margin: 20px 0 0;
}
.modules-txt{
    margin-top: 40px;
    margin-bottom: 40px;
    color: #707070;
    font: normal 22px 'Circe';
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.modules-tt{
    text-align: center;
    padding-top: 70px;
}
.modules-tt a:hover {
    background: #ff4800;
    /*font-size: 22px;*/
    /*transition: 0.2s linear;*/
    /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.25);*/
    /*padding: 15px 55px 15px 55px;*/
}
.mdls-form{
    margin-top: 30px;
    display: block;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 20px 35px;
    /*margin-bottom: 240px;*/
}
.mdls-fo h1, h4{
    text-align: center;
}
.mdls-form label{
    padding-top:20px;
    padding-bottom: 5px;
    font-size: 18px;
}
.mdls-form input{
    height: 50px;
    border: 1px solid #e0e0e0;
}
.mdls-form button{
    background: #ff4800cf;
    color: #fff;
    font-size: 18px;
    padding:10px;
    float: right;
}
.mdls-form button:hover{
    background: #ff4800;
    color: #fff;
}
.modules-tt button{
    background: #ff4800cf;
    color: #fff;
    font-size: 18px;
    padding:10px 40px;

}
.modules-tt button:hover{
    background: #ff4800;
    color: #fff;
}



.mdls-form textarea{
    border: 1px solid #e0e0e0;
    max-width: 100%;
    min-width: 100%;
    min-height: 90px;
    max-height: 90px;
    margin:auto;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
    color: #ff4800;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
    color: #ff4800;
}









            /*amocrm amocrm amocrm amocrm amocrm amocrm amocrm amocrm amocrm */
.amo-content-top {
    max-height: 645px;
    padding-top: 60px;
    background-color: #1b2530;

}
.amo-content-top h2{
    color: #FFFFFF;
    text-transform: none;
    font-size: 48px;
}
.amo-content-top p{
    color: #FFFFFF;
    font-size: 15px;
    margin-left: 25px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.amo-cont-top-img1 {
    margin-top: 80%;
}
.amo-cont-top-img2 {
    margin-top: 11%;
    max-width: 100%;
    margin-bottom: 60px;
}
.amo-cont{
    max-width: 1200px;
    margin: 0 auto;
    background-color: #1b2530;
}
.amo-cont-b1{
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    margin-bottom: 60px;
    /*border-radius: 10px;*/
    background-color: #FFFFFF;
}
.amo-bg-bit1{
    /*background-image: url(../img/Bitrix24/bg-1.png);*/
}
.amo-bg-bit2{
    /*background-image: url(../img/Bitrix24/bg-2.png);*/
}
.amo-cont-b2{
    position: relative;
    /*box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, .3);*/
    margin-bottom:20px;
    /*border-radius: 10px;*/
}
.amo-cont-img2{
    width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}
.amo-cont-t1 h2{
    padding: 75px 0 0 25px;
    font-size: 45px;
    line-height: 52px;
}
.amo-cont-t1 p{
    margin: 50px 0 80px 50px;
    letter-spacing: 1px;
    color: #1b2530;
    line-height: 25px;
}
.amo-cont-t2 h2{
    margin: auto;
    font-size: 45px;
    line-height: 52px;
    color: #FFFFFF;
}
.amo-cont-t2 p{
    margin: 35px 0 20px 50px;
    letter-spacing: 1px;
    color: #FFFFFF;
    line-height: 25px;
}
.amo-cont-b2.amo767-dis h2 {
    color: #FFFFFF;
}
.amo-cont-b2.amo767-dis p {
    color: #FFFFFF;
}

.amo-cont-img1{
    background-image: url('../images/amocrm/clients-bg-ru.png');
    position: absolute;
    top: -45px;
    right: 0;
    bottom: 0;
    left: -22px;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 640px;
}
.amo-cont-img3{
    background-image: url('../images/amocrm/voip-bg-ru.png');
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 585px;
}
.amo-cont-img4{
    background-image: url('../images/amocrm/increase-bg-ru2.png');
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 585px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.amo-cont-img5{
    background-image: url('../images/amocrm/analytics2.png');
    position: absolute;
    top: -30px;
    right: 0;
    bottom: 0;
    left: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 610px;
}
.amo-cont-img6{
    background-image: url('../images/amocrm/calendar-ru.png');
    position: absolute;
    top: -35px;
    right: 0;
    bottom: 0;
    left: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 590px;
}
.amo-cont-img7{
    background-image: url('../images/amocrm/interfaceX2-ru.png');
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 590px;
}

.amo-cont-img8{
    background-image: url('../images/amocrm/log-retina-ru.png');
    position: absolute;
    top: -15px;
    right: -120px;
    bottom: 0;
    left: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 590px;
}
.amo-cont-img9 {
    background-image: url('../images/amocrm/pipeline_ipad-retina-ru.png');
    position: absolute;
    top: -45px;
    right: -50px;
    bottom: 0;
    left: -19px;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 590px;
}
.amo-cont-img10 {
    /*background-image: url('../images/amocrm/analytics-bg-ru2.png');*/
    position: absolute;
    top: -45px;
    right: 0;
    bottom: 0;
    left: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    max-height: 590px;
}
.amo-cont-img {
    max-width: 100%;
    max-height: 560px;
}
.amo414-o{
    display:none;
    padding-left: 15px;
}
.amo-414-nd{
    display: block;
}
.amo-991-pled{
    position: relative;
    left: -45px;
}

.voip-top {
    max-height: 645px;
    padding-top: 60px;
    background-color: #1b2530;
    margin-left: 0;
    margin-right: 0;
}
.voip-top h1{
    color: #FFFFFF;
}
.voip-top p{
    color: #FFFFFF;
}
.voip-cont-top-img{
    margin-top: 11%;
    max-width: 80%;
    margin-bottom: 10px;
    max-height: 450px;
}

.voip-cont{
    max-width: 1200px;
    margin: 50px auto 0;
}
.voip-cont-top-img2 img{
    max-width: 80%;
    margin: auto;
    display: block;
}
.voip-cont p{ 
    font-size: 16px;
    font-family: 'Circe', sans-serif;
    letter-spacing: 0.8px;
    line-height: 25px;
}
.voip-cont-top{
    padding: 40px;
}
.voip-cont-func{
    border: 1px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    min-height: 420px;
    margin-top: 20px;
}
.voip-cont-func-1{
    border: 1px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    min-height: 315px;
    margin-top: 20px;
}
.voip-cont-func-1e{
    border: 1px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    min-height: 315px;
    margin-top: 20px;
}
.voip-cFunc-h{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
}
.voip-cont-f img{
    max-height: 90px;
}




.voip-cont-p{
    border-left: 2px solid #ff4800;
    border-radius: 10px;
    box-shadow: 0 7px 50px 8px rgba(0, 0, 0, 0.09), 0 10px 10px rgba(0, 0, 0, 0.01);
    margin:30px 80px 30px 10px;
    /*padding: 10px;*/
    transition: width 2s linear 1s;

}
.voip-cont-p p{
    height: 47px;
    padding: 15px;
    margin: 0;
}

.voip-cont-p .panel-heading{
    padding: 0;
}

.voip-cont-p .collapsed{
    margin:0;
}

.voip-cont-p .collapse.in {
    display: inline-block;
}

.voip-cont-p i{
    background-image: url(../images/web/plus2.svg);
    background-repeat: no-repeat;
    float: right;
    border:none;
    width: 10px;
    height: 10px;
    margin-top: 3px;
    margin-bottom:0;
    background-position:top;
}

.voip-cont-ben h4{
    text-align: left;
}



.it-out-cont{
    max-width: 1200px;
    margin: 60px auto;
}
.it-out-cont-mot {
    border: 1px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    min-height: 210px;
    margin-top: 20px;
}


@media (max-width: 1116px){
    .voip-cont-func{
        border: 1px solid #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
        min-height: 470px;
        margin-top: 20px;
    }
    .voip-cont-func-1{
        border: 1px solid #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
        min-height: 360px;
        margin-top: 20px;
    }
    .voip-cont-func-1e{
        border: 1px solid #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
        min-height: 360px;
        margin-top: 20px;
    }
    .voip-cont .row {
        margin-left: 0;
        margin-right: 0;
    }
    .web-cont-t3{
        min-height: 652px;
    }
}



@media (max-width: 991px){
    .service-img {
        /*min-height: 400px;*/
    }
    .service-desc-core {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 40px;
    }

    .service-h {
        margin-bottom: 20px;
        font-size: 20px;
    }


    .centered{
        margin-bottom: 20px;
        /*font-size: 25px;*/
    }
    .we-help-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        
    }
    .we-help-card{
        /*max-width: 48%;*/
        min-width: 40%;
        margin: 0 auto;
        text-align: center; 
    }
    
    .mod-slider-row{
        margin: auto;
        max-width: 600px;
        min-height: 640px !important;
    }

    .mod-slider-sl{
        max-width: 600px;
        margin-bottom: 70px;
        height: 640px !important;
    }
    
    .mod-slider-row .bx-wrapper .bx-viewport{
        height: 640px !important;
    }

    .mod-slider-img{
        width: 100%;
        height: 300px;
        border-bottom-left-radius:0;
        border-top-right-radius: 10px;
    }

    .mod-slider-inf{
        width: 100%;
        padding:25px 10px 15px 25px;
    }

    .mod-slider{
        height: 640px !important;
    }
    
    .modules-nav{
        width: 100%;
    }

    .modules-nav-pag{
        text-align:center;
        border-bottom-left-radius: 10px;
    }
    .modules-nav-l{
        padding-top: 16px;
        padding-left: 24px;
    }
    .modules-nav-r{
        padding-top: 16px;
        padding-left: 25px;
    }

    .bit-cont-top-img2{
        display: none;
    }

    .amo-cont-top-img2 {
        margin-top: 15%;
    }
    .bit-cont-t3{
        max-width: 100%;
        padding-top: 5%;
        padding-left: 5%;
    }
    .bit-cont-t2{
        padding-top: 5%;
    }
    .bit-cont-img2{
        min-width: 100%;
    }
    .bit-cont-img1{
        min-width: 100%;
    }
    .bit-btn-dow{
        max-width: 48%;
    }
    .web-bg-2-cimg{
        display: none;
    }
    .web-cont1-img{
        float: unset;
    }
    .web-cont-img2{
        max-width: 100%;
    }
    .amo-cont {
        margin: 0 15px;
    }
    .amo-cont-t1 h2 {
        padding: 50px 0 0 25px;
        font-size: 33px;
        line-height: 35px;
    }
    .amo-cont-t2 h2 {
        margin: auto;
        font-size: 33px;
        line-height: 35px;
    }
    .amo-cont-t1 p {
        margin: 35px 0 50px 35px;
        letter-spacing: 1px;
        color: #1b2530;
        line-height: 25px;
    }
    .amo-cont-b1 {
        margin-bottom: 90px;
    }
    .amo-991-pled{
        position: relative;
        left: 0;
    }
    .amo-cont-img5 {
        min-height: 499px;
    }
    .amo-cont-img3 {
        min-height: 545px;
    }
    .bit-nav-li-1{
        width: 23%;
    }
    .bit-nav-li-2{
        width: 48%;
    }
    .bit-nav-li-3{
        width: 29%;
    }
    #navbit24 a {
        font-family: 'Circe', sans-serif;
        float: left;
        display: block;
        color: #000000;
        text-align: center;
        padding: 8px 0px;
        text-decoration: none;
        font-size: 17px;
        min-width: 100%;
    }
    #navbit24 {
        overflow: hidden;
        background-color: #ffffffe6;
        z-index: 99;
        border-bottom: 0px solid #04c2fd;
    }
    .voip-cont-func-1e{
        border: 1px solid #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
        min-height: 430px;
        margin-top: 20px;
    }
    .voip-cont-func{
        border: 1px solid #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
        min-height: 430px;
        margin-top: 20px;
    }
    .voip-cont-func-1{
        border: 1px solid #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
        min-height: 315px;
        margin-top: 20px;
    }
    .web-cont-t3{
        min-height: 575px;
    }
    ul.sms-advantages {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .service-line {
        flex-direction: column;
    }
    .service-img {
        width: 100vw;
        min-height: 200px;
    }
    .service-img.service-img2 {
        order: -1;
    }
    .service-img.service-img4 {
        order: -1;
    }
    .service-desc {
        width: 100vw;
    }

    .service-desc-core {
        margin-right: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .service-desc-core {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 40px;
    }
    .service-h {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .centered{
        margin-bottom: 20px;
        /*font-size: 25px;*/
    }
    .we-help-line {
        flex-direction: column;
    }
    .we-help-card {
        margin: 0 auto;
        text-align: center; 
    }
    
    .web-content .row{
        margin-left: 0;
    }
    .web-cont1-img{
        display: none;
    }
    .web-bg-1 .panel{
        margin:auto;
    }
    .bit-cont-rt{
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    .web-cont-img{
        margin-left: 41%;
    }
    .pad {
        order:1;
    }
    .bit-cont-lt{
        margin-top:30px;
    }
    .bit-content{
        padding-top: 35px;
    }
    .bit-cont-t2{
        padding-left:5%;
        max-width: 90%;
    }
    .bit-cont-t3{
        padding-left:5%;
        max-width: 90%;
    }
    .bit-cont-t4{
        padding-left:5%;
        max-width: 90%;
    }
    .bit-btn-dow{
        max-width: 49%;
    }
    .bit-cont-st1{
        margin-left:0;
        height: auto;
    }
    .bit-cont-top-img1{
        display: none;
    }
    .bit-content{
        background-image: url('../images/Bitrix24/left-flower.png');
        background-repeat: no-repeat;
    }
    ._1{
        float: unset;
        margin: auto;
    }
    ._2{
        float: unset;
        margin: auto;
    }
    .cg-tl-l{
    max-width: 100%;
    }
    .cg-tl-r{
    max-width: 100%;
    }
    .amo-cont {
        margin: 0 15px;
    }
    .amo-cont-top-img2{
        display: none;
    }
    .amo-cont-t1 h2 {
        padding: 20px 0 0 15px;
        font-size: 20px;
        line-height: 25px;
    }
    .amo-cont-t2 h2 {
        margin: auto;
        font-size: 20px;
        line-height: 25px;
    }
    .amo-cont-t1 p {
        margin: 0 0 25px 10px;
        letter-spacing: 0.3px;
        color: #1b2530;
        line-height: 20px;
    }
    .amo-cont-t2 p {
        margin: 20px 0 25px 10px;
        letter-spacing: 0.4px;
        color: #1b2530;
        line-height: 20px;
    }
    .amo-cont-b1 {
        margin-bottom: 35px;
        display: flex;
    }
    .amo-cont-b2{
        margin-bottom:20px;
    }
    .amo-cont-img1 {
        position: relative;
        top: 0;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 310px;
    }
    .amo-cont-img3 {
        position: relative;
        top: 0;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 310px;
    }
    .amo-cont-img6{
        position: relative;
        top: 0;
        left: 0;
        background-size: contain;
        min-height: 300px;
        background-position: 50%;
    }
    .amo-cont-img4 {
        position: relative;
        top: 0;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
        min-height: 310px;
        background-position: 50%;
    }
    .amo-cont-img5 {
        position: relative;
        top: 0;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
        min-height: 260px;
        background-position: 50%;
    }
    .amo-cont-img7 {
        position: relative;
        top: 0;
        background-size: contain;
        min-height: 245px;

    }
    .amo-cont-img8 {
        position: relative;
        top: 0;
        background-size: contain;
        min-height: 285px;
    }
    .amo767{
        width: 50%;
        padding-right: 0;
    }
    .amo767-dis{
        display:flex;
    }
    .cg-trans2-all {
        display: none;
    }

    .mdls-form button {
        float: initial;
    }
    .cg-trans2 {
        display: block;
    }
    .cg-trans-bl {
        margin-top: 15px;
    }
    .cg-trans2-a{
        margin-top: -130px;
    }
    .navbar-toggle .icon-bar {
        background: #00aeef;
    }
    .bit-nav-li-1{
        width: 23%;
    }
    .bit-nav-li-2{
        width: 48%;
    }
    .bit-nav-li-3{
        width: 29%;
    }
    #navbit24 a {
        font-family: 'Circe', sans-serif;
        float: left;
        display: block;
        color: #000000;
        text-align: center;
        padding: 8px 0px;
        text-decoration: none;
        font-size: 17px;
        min-width: 100%;
    }
    #navbit24 {
        overflow: hidden;
        background-color: #ffffffe6;
        z-index: 99;
        border-bottom: 0px solid #04c2fd;
    }
    .voip-cont-top-img {
        display: none;
    }

}


@media (max-width: 414px){
    body{
        /*min-width: 375px !important;*/
    }
    .amo-cont {
        max-width: 100%;
        margin: 0;
    }
    .d-cell{
        padding: 20px;
        display: contents;
    }
    .amo-cont-top-img2{
        display: block;
    }
    .d-cell-b{
        margin: 15px auto;
    }
    .d-cell-s span{
        /*display: none;*/
    }
    .d-cell-m{
        padding:0;
        margin:auto;
        display: block;
    }
    .service-img{
        height: 200px !important;
    }
    h3{
        /*display: none;*/
    }
    .service-h{
        font-size:16px;
    }
    .service-desc-core div, a{
        font-size:13px;
    }
    .service-desc-core{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .d-cell-s{
    padding: 5px;   
    min-height: auto;
    }
    .d-cell-s  i{
        margin-bottom: 0;
        margin-left: 3px;
        margin: auto;
    }
    .mod-slider-inf{
        padding: 10px;
    }
    .modules-h{
        font-size:18px;
    }
    .modules-t{
        font-size:14px;
        padding-bottom: 0;
    }
    .modules-btn{
        font-size: 14px;
    }
    .modules-nav{
        height: 35px;
    }
    .modules-nav-pag{
        text-align:center;
        height: 35px !important;
        padding-top: 4px;
    }
    .modules-nav-l{
        height: 35px !important;
        padding-top: 4px;
        padding-left: 7px;
    }
    .modules-nav-r{
        height: 35px !important;
        padding-top: 4px;
        padding-left: 10px;
    }

    .mod-slider-row .bx-pager{
        padding-top: 10px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .web-cont1-img {
        display: none;
    }
    .head-web-img img{
        max-height: 215px;
        margin-bottom: -75px;
    }
    .head-web-t{
        display: initial;
        font: normal 4em 'Circe';
        padding: initial;
    }
    .head-web {
        margin-bottom: 45px;

    }
    .web-cont-img{
        margin-left:33%;
    }


    .web-cont-p{
        margin: 30px 10px 30px 10px;
    }

    .web-bg-2 {
        background-size: 0;
    }
    .web-cont-t2{
        width: 100%;
    }
    .web-cont-st{
        margin:5px;
    }
    .web-card-flip{
        margin-bottom: 15px;        
    }
    .bit-cont-top-img1 {
        display: none;
    }
    .bit-cont-top-img2 {
        display: none;
    }
    .bit-content{
        background-image: url(../images/Bitrix24/left-flower.png);
    }
    .bit-cont-top span{
        color: #263840;
    }
    .bit-cont-t2{
        padding: 15px;
    }
    ._o{
        order:-1;
    }
    .bit-cont-rt{
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    .bit-cont-lt{
        margin-top:15px;
    }
    .pad {
        order:1;
    }

    .bit-cont-top h1{
        font-size: 32px;
    }
     .bit-cont-top {
        margin-left: 12px;
        padding-bottom: 10px;
    }
    .bit-cont-st1{
        height: auto;
    }
    .bit-cont-img1{
        max-width: 100%;
    }
    .bit-cont-img2{
        max-width: 100%;
    }
    .cg-tl-l{
        max-width: 295px;
    }
    .cg-tl-r{
        max-width: 295px;
    }
    .cg-icon-1{
    /*margin: -20px -55px 1.5em;*/
    }
    .cg-icon-5{
        margin: 50px -45px 0;
    }
    .amo-cont-t1 h2{
        padding: 15px 0 0 0 ;
        font-size: 20px;
        margin-bottom: 0;
        line-height: 25px;
    }
    .amo-cont-t2 h2{
        padding: 15px 0 0 0;
        font-size: 20px;
        margin-bottom: 0;
        line-height: 25px;
    }
    .amo-cont-t1 p {
        margin: 20px 0 10px 10px;
        letter-spacing: 1px;
        color: #1b2530;
        line-height: 20px;
    }
    .amo-cont-t2 p {
        margin: 20px 0 10px 10px;
        letter-spacing: 1px;
        color: #1b2530;
        line-height: 20px;
    }
    .amo-cont-img1, .amo-cont-img3{
        position: relative;
        top: 0;
        left: 0;
        background-size: contain;
        min-height: 240px;
        background-position: 50%;
    }
    .amo-cont-img6{
        position: relative;
        top: 0;
        left: 0;
        background-size: contain;
        min-height: 300px;
        background-position: 50%;
    }
    .amo-cont-img5 {
        position: relative;
        top: 0;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
        min-height: 440px;
        background-position: 50%;
    }
    .amo-cont-img7 {
        position: relative;
        top: 0;
        background-size: contain;
        min-height: 245px;

    }
    .amo-cont-img8 {
        position: relative;
        top: 0;
        background-size: contain;
        min-height: 285px;
    }
    .amo-cont-b1 {
        position: relative;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
        margin-bottom: 20px;
        /*border-radius: 10px;*/
        display: block;
    }
    .amo-cont-b2 {
        display: block;
        position: relative;
        margin-bottom: 20px;
    }
    .amo414-o{
        display:block;
        padding-left: 15px;
    }
    .amo-414-nd{
        display: none;
    }
    .amo-cont-img4{
        background-image: url('../images/amocrm/addons-bg-ru.png');
        position: relative;
        background-size: contain;
        background-repeat: no-repeat;
        min-height: 245px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 10px;
        background-position: 30%;
    }
    .amo-cont-img10 {
         /* background-image: url(../images/amocrm/analytics-bg-ru2.png); */
         position: relative;
         top: 0;
         right: 0;
         bottom: 0;
         left: 0;
         background-size: contain;
         background-repeat: no-repeat;
         max-height: 414px;
    }
    .amo-cont-img {
        max-width: 370px;
    }
    .amo767{
        width: 100%;
        padding-right: 15px;
    }
    .module-slider{
        margin: 20px auto;
    }
    .mod-slider-img {
        height: 37%;
    }
    .img1{
        background-size: contain;
    }
    .bit-nav {
        margin-top: 60px;
    }
    .bit-nav span{

    }
    .cg-tl-mob-size{
        max-width: 375px;
        margin: 0 auto;
    }
    .bit-nav-li-1{
        width: 23%;
    }
    .bit-nav-li-2{
        width: 48%;
    }
    .bit-nav-li-3{
        width: 29%;
    }
    #navbit24 a {
        font-family: 'Circe', sans-serif;
        float: left;
        display: block;
        color: #000000;
        text-align: center;
        padding: 8px 0;
        text-decoration: none;
        font-size: 17px;
        min-width: 100%;
    }
    #navbit24 {
        overflow: hidden;
        background-color: #ffffffe6;
        z-index: 99;
        border-bottom: 0 solid #04c2fd;
    }
    .bit-cont-st1 {
        padding-left: 0;
        padding-right: 12px;
    }
    .amo-cont-top-img2 {
        margin-top: 0;
        max-width: 100%;
        margin-bottom: 0;
    }
    .sms-content-top h1 {
        color: #ffffff;
        text-transform: none;
        font-size: 28px;
    }
    .sms-prc{
        text-align: center;
        /*padding: 30px;*/
        height: 100%;
        /*overflow: hidden;*/
        display: flex;
        flex-direction: column;
    }
    .sms-prc-t h2{
        padding-top: 20px;
        /*color: #ffffff;*/
    }
    .sms-414-o{
        order: 1;
    }
    .sms-prc-img {
        height: 100%;
        padding-top: 10px;
    }
    .sms-cont-pr {
        padding: 0;
    }
    ul.sms-advantages {
        margin: 0;
    }
    .voip-cont{
        margin: 0 auto 0;
    }

}

@media (max-width: 375px){
    .amo-cont-img {
        max-width: 335px;
    }
    .amo-cont-top-img2 {
        margin-top: 0;
        max-width: 100%;
        margin-bottom: 0;
    }
    .voip-top h1 {
        color: #FFFFFF;
        font-size: 30px;
    }
}
@media (max-width: 320px){
    .amo-cont-img {
        max-width: 310px;
    }
    .amo-cont-top-img2 {
        margin-top: 0;
        max-width: 100%;
        margin-bottom: 0;
    }
    .voip-cont-func{
        min-height: 425px;
    }
    .voip-cont-func-1{
        min-height: 300px;
    }
    .voip-cont-func-1e{
        min-height: 255px;
    }
    .head-web h1{
        font-size: 26px;
    }
}