@font-face {
		font-family: "bebasneueregular";
        src: url("../fonts/BebasNeueRegular.eot");
		src: url("../fonts/BebasNeueRegular.eot?#iefix")format("embedded-opentype"),
        url("../fonts/BebasNeueRegular.ttf") format("truetype"), 
        url("../fonts/bebasneueregular.otf") format("opentype"),
		url("../fonts/BebasNeueRegular.woff") format("woff"),
		url("../fonts/BebasNeueRegular.woff2") format("woff2"),
        url("../fonts/BebasNeueRegular.svg#svgFontName") format("svg");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "robotocondensed";
		src: url("../fonts/");
		src: url("../fonts/")format("embedded-opentype"), 
        url("../fonts/") format("opentype"),
        url("../fonts/Robotocondensed.ttf") format("truetype"),
		url("../fonts/Robotocondensed.woff") format("woff"),
		url("../fonts/Robotocondensed.woff2") format("woff2"),
        url("../fonts/") format("svg");
		font-style: normal;
		font-weight: normal;
}


:root{
    --roboto-font-family: robotocondensed, calibri, arial;
    --bebas-font-family: bebasneueregular, calibri, arial;
    
    --body-font-size: 18px;
    --medium-font-size: 20.09px;
    --small-font-size: 17.05px;
    --button-font-size: 17.78px;
}

body{
    line-height: normal;
    background: url(/assets/img/bg-first-screen.jpg) no-repeat center -450px;
    transition:all 1s ease;
}

body.active{
    background: url(/assets/img/bg-first-screen.jpg) no-repeat center 0;
}

body *{
    font-size: var(--body-font-size);
    font-family: var(--roboto-font-family);
    line-height:normal;
    color:#414040;
}


/*class*/

html *{
    max-height: 9999px;
}

section{
    min-width:1200px;
}


div.center-block{
    max-width:1200px;
    min-width:1200px;
    width:100%;
    margin:0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position:relative;
}

div.inline_bl{
    display:inline-block;
    vertical-align:top;
}

div.left{
    float:left;
}

div.clear{
    clear:both;
}

div.flex-block{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

a{
    color:#000;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

input[type='text'],
input[type='tel'],
select,
textarea{
    outline: none;
    background: #3CC0BF;
    padding: 6px 25px;
    box-sizing: border-box;
    color: rgba(14, 14, 14, 0.58);
    border: none;
    margin-bottom: 10px;
    margin-right: 10px;
    font-family: var(--roboto-font-family);
    border-radius: 20px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

input[type='text']:focus,
input[type='tel']:focus,
select:focus,
textarea:focus{
    background:#fff;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder{
    color:rgba(14, 14, 14, 0.58);
}
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
textarea::-moz-input-placeholder,
select::-moz-input-placeholder{
    color:rgba(14, 14, 14, 0.58);
}/* Firefox 19+ */
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
textarea:-moz-input-placeholder,
select:-moz-input-placeholder{
    color:rgba(14, 14, 14, 0.58);
}/* Firefox 18- */
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder{
    color:rgba(14, 14, 14, 0.58);
}


input[type="submit"],
input[type="button"],
#call-form-modal{
    
    background: #00E4E2;
    outline: none;
    color: #fff;
    font-size: var(--body-font-size);
    font-family: var(--roboto-font-family);
    padding: 6px 25px;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

input[type="submit"]:hover,
input[type="button"]:hover,
#call-form-modal:hover{
    background: #00A3AD;
}


img {
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    -webkit-user-drag: none;
}

/*blocks*/



/*overheader*/

div.fixed_header{
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 100;
    right: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    background: url(/assets/img/bg-first-screen.jpg) no-repeat center top;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

div.fixed_header.active{
    top:0;
}

div.fixed_header p.desc_head{
    margin-right: 40%;
    padding: 0;
}

/*overheader--end*/

/*header*/

header *{
    color: #fff;
}

header div.center-block{
    padding: 17px 0;
}

.desc_head{
    padding: 0 0 0 40px;
    font-family: var(--bebas-font-family);
    color: #fff;
    letter-spacing: 1px;
}

a.logo{
    line-height: 0;
}


a.logo img{
    max-height: 45px;
}

p.descriptor{
    white-space: pre-line;
    text-align: center;
    font-family: var(--bebas-font-family);
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-right: 250px;
}

.mail{
    letter-spacing: 1px;
    font-size: 24px;
    text-decoration: none;
    font-family: var(--bebas-font-family);
    margin-bottom: 31px;
    position: relative;
    min-width:200px;
}

.mail:before {
    content: url(/assets/img/message.jpg);
    top: -1px;
    left: -35px;
    position: absolute;
}

.mail a{
    font-size: 24px;
    text-decoration: none;
    font-family: var(--bebas-font-family);
}

.phones{
    position: relative;
    min-width: 230px;
    text-align: right;
}

.phones:before{
    content:url(/assets/img/messege.jpg);
    top:0;
    left:-30px;
    position:absolute;
}

.phones:before {
    content: url(/assets/img/phone.jpg);
    top: 4px;
    left: -6px;
    position: relative;
    margin-left: -18px;
}

.phones a{
    text-decoration: none;
    font-family: var(--bebas-font-family);
    margin-bottom: 5px;
    font-size: 28px;
    letter-spacing: 2px;
}

.phones a:first-child{
    
}

.phones a:last-child{
    margin-bottom:0;
}

.phones a.call_back{
    background: #FFC100;
    font-size: 15.66px;
    font-family: robotomedium, calibri, arial;
    padding: 10px 0;
    width: 204px;
    box-sizing: border-box;
    border-bottom: 4px solid #E19E00;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-bottom: -17px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.phones a.call_back:hover{
    background: #E00011;
    border-bottom: 4px solid #a70511;
    color: #fff;
}

.fixed_header  .phones a {
    font-size: 24px;
    letter-spacing: 1px;
    color: #fff;
}
 
/*header--end*/

/*first_screen*/

#first_screen{
}


h1{
    font-size: 34.12px;
    font-weight: normal;
    color: #fff;
    font-family: var(--bebas-font-family);
    padding-top: 118px;
    margin-left: 45px;
    opacity: 0;
    transition:all 2s ease 1s;
}

h1.active{
    opacity:1;
}

ul.circle-list{
    padding-left: 45px;
    padding-top: 15px;
}

ul.circle-list li{
    font-size: var(--medium-font-size);
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

ul.circle-list li:before{
    content: ".";
    background: #00F9F0;
    line-height: 0;
    color: rgba(255,255,255,0.8);
    font-size: 10px;
    width: 4px;
    height: 8px;
    padding: 0 2px;
    position: absolute;
    margin: auto 0;
    left: 0;
    top: 10px;
    border-radius: 20px;
}

p.medium-size-text{
    padding-left: 45px;
    color: #fff;
    font-size: var(--medium-font-size);
}

p.medium-size-text span{
    color: #02fbf1;
    font-size: 26.79px;
    font-family: var(--bebas-font-family);
    display: block;
    max-width: 540px;
    text-align: right;
}

.first-screen__circle-list{
    opacity: 0;
    transition:all 2s ease 1.4s;
}

.first-screen__circle-list.active{
    opacity:1;
}

.first-block__medium-size-text{
    opacity: 0;
    transition:all 2s ease 1.8s;
}

.first-block__medium-size-text.active{
    opacity:1;
}

img.gadgets-with-programm-interface{
    position: absolute;
    top: 0;
    right: -200px;
    opacity:0.8;
    transition:all 2s ease 1s;
}

img.gadgets-with-programm-interface.active{
    right: -20px;
    opacity: 1;
}

#first-screen .center-block{
    min-height:570px;
}

#first-screen{
    width:100%;
    overflow:  hidden;
}

/*first_screen--end*/





/*monitoring*/



h3{
    font-size: 26px;
    color: #303030;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--bebas-font-family);
    padding-top: 45px;
    padding-bottom: 30px;
}

div.form_block input[type='text'],
div.form_block input[type='tel'],
div.form_block select,
div.form_block textarea,
div.form_block input[type="submit"]{
    width: 48%;
}

.list-advantage__monitoring{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    min-height: 180px;
    justify-content: center;
    -webkit-justify-content: center;
}

.point_list-advantage__monitoring {
    width: 20%;
    display: flex;
    display: -webkit-flex;
    position: relative;
}

.point_list-advantage__monitoring:nth-child(5n+1){
    max-width:240px;
    width:100%;
}

.point_list-advantage__monitoring:nth-child(5n+2){
    max-width:264px;
    width:100%;
}

.point_list-advantage__monitoring:nth-child(5n+3){
    max-width: 245px;
    width: 100%;
}

.point_list-advantage__monitoring:nth-child(5n+4){
    max-width:185px;
    width:100%;
}

.point_list-advantage__monitoring:nth-child(5n+5){
    max-width:215px;
    width:100%;
}

.point_list-advantage__monitoring:before{
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    height: 25px;
    border-right: 1px dashed #D5D5D5;
    transform: scaleY(1.5);
}

.point_list-advantage__monitoring:nth-child(5n+5):before{
    display:none;
}

p.right-text_point_list-advantage__monitoring{
    white-space: pre-line;
    margin-left: 10px;
    line-height: 18px;
}

.left-img_point_list-advantage__monitoring {
    margin-left: 15px;
}

a.see-more-button{
    color: #42a4ac;
    transition:all 0.5s ease;
}

a.see-more-button:hover{
    color: #303030;
}

/*monitoring--end*/


/*how-it-work*/


#how-it-work{
    background: url(/assets/img/bg-steps.jpg) no-repeat center top;
    min-height: 560px;
    text-align:center;
}

#how-it-work h3{
    font-family: var(--bebas-font-family);
    color: #fff;
    padding-top: 80px;
}

.steps__how-it-work{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 300px;
    position:relative;
}


.area-for-img_step_steps__how-it-work{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 135px;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 20px;
    position:relative;
}

.steps__how-it-work:nth-child(2) .area-for-img_step_steps__how-it-work{
    background: url(/assets/img/how-it-work-1-bg.png) no-repeat center 12px;
}

.steps__how-it-work:nth-child(2) .area-for-img_step_steps__how-it-work img{
    position:relative;
    left:0;
    animation-name: first-pic;
    -webkit-animation-name: first-pic;
    animation-duration:12s;
    -webkit-animation-duration:12s;
    animation-delay: 0;
    -webkit-animation-delay: 0;
    animation-timing-function:linear;
    -webkit-animation-timing-function:linear;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    animation-direction: forward;
    -webkit-animation-direction: forward;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    animation-fill-mode: farwards;
    -webkit-animation-fill-mode: farwards;
}



.steps__how-it-work .area-for-img_step_steps__how-it-work:before{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #399CB0;
    border-radius: 100px;
    animation-duration:12s;
    -webkit-animation-duration:12s;
    animation-delay: 0;
    -webkit-animation-delay: 0;
    animation-timing-function:linear;
    -webkit-animation-timing-function:linear;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    animation-direction: forward;
    -webkit-animation-direction: forward;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    animation-fill-mode: farwards;
    -webkit-animation-fill-mode: farwards;
}

.steps__how-it-work .area-for-img_step_steps__how-it-work:after{
    content: '';
    position: absolute;
    height: 31px;
    width: 31px;
    background: #399CB0;
    border-radius: 100px;
    animation-duration:12s;
    -webkit-animation-duration:12s;
    animation-delay: 0;
    -webkit-animation-delay: 0;
    animation-timing-function:linear;
    -webkit-animation-timing-function:linear;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    animation-direction: forward;
    -webkit-animation-direction: forward;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    animation-fill-mode: farwards;
    -webkit-animation-fill-mode: farwards;
}

.steps__how-it-work:nth-child(2) .area-for-img_step_steps__how-it-work:before{
    top: 32px;
    right: 27px;
    animation-name: b-circle-11;
    -webkit-animation-name: b-circle-11;
}

.steps__how-it-work:nth-child(2) .area-for-img_step_steps__how-it-work:after{
    top: 28px;
    right: 56px;
    animation-name: b-circle-12;
    -webkit-animation-name: b-circle-12;
}

.steps__how-it-work:nth-child(4) .area-for-img_step_steps__how-it-work:before{
    top: 60px;
    right: 38px;
    animation-name: b-circle-21;
    -webkit-animation-name: b-circle-21;
}

.steps__how-it-work:nth-child(4) .area-for-img_step_steps__how-it-work:after {
    top: 11px;
    left: 86px;
    animation-name: b-circle-22;
    -webkit-animation-name: b-circle-22;
}


.steps__how-it-work:nth-child(6) .area-for-img_step_steps__how-it-work:before{
    top: 46%;
    left: 19px;
    animation-name: b-circle-31;
    -webkit-animation-name: b-circle-31;
}

.steps__how-it-work:nth-child(6) .area-for-img_step_steps__how-it-work:after{
    top: 70%;
    left: 48px;
    animation-name: b-circle-32;
    -webkit-animation-name: b-circle-32;
}

.step_steps__how-it-work{
    position:relative;
}

.steps__how-it-work:nth-child(4) .step_steps__how-it-work:before{
    content: '';
    position: absolute;
    height: 26px;
    width: 26px;
    top: 89px;
    left: 126px;
    background: transparent;
    border-radius: 0 0 0 100px;
    border-bottom: 7px solid #FFC253;
    border-left: 7px solid #FFC253;
    z-index: 10;
}

.steps__how-it-work:nth-child(4) .step_steps__how-it-work:after{
    content: '';
    position: absolute;
    height: 11px;
    width: 11px;
    top: 90px;
    left: 141px;
    background: transparent;
    border-radius: 0 0 0 100px;
    border-bottom: 7px solid #FFC253;
    border-left: 7px solid #FFC253;
    z-index: 10;
}

.steps__how-it-work:nth-child(6) .step_steps__how-it-work:before{
    content: url(/assets/img/how-it-work-3-shest.png);
    position: absolute;
    top: 22px;
    right: 142px;
    height: auto;
    width: auto;
    z-index: 2;
    line-height: 0;
    animation-name: shest-1;
    -webkit-animation-name: shest-1;
}

.steps__how-it-work:nth-child(4):before{
    content: '';
    position: absolute;
    height: 26px;
    width: 26px;
    top: 7px;
    right: 58px;
    background: transparent;
    border-radius: 0 100px 0 0;
    border-top: 7px solid #FFB31B;
    border-right: 7px solid #FFB31B;
    z-index: 10;
    
}

.steps__how-it-work:nth-child(4):after{
    content: '';
    position: absolute;
    height: 11px;
    width: 11px;
    top: 21px;
    right: 72px;
    background: transparent;
    border-radius: 0 100px 0 0;
    border-top: 7px solid #FFB31B;
    border-right: 7px solid #FFB31B;
    z-index: 10;
}

.steps__how-it-work:nth-child(4):before,
.steps__how-it-work:nth-child(4):after,
.steps__how-it-work:nth-child(4) .step_steps__how-it-work:after,
.steps__how-it-work:nth-child(4) .step_steps__how-it-work:before,
.steps__how-it-work:nth-child(6) .step_steps__how-it-work:before{
    animation-duration:12s;
    -webkit-animation-duration:12s;
    animation-delay: 0;
    -webkit-animation-delay: 0;
    animation-timing-function:linear;
    -webkit-animation-timing-function:linear;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    animation-direction: forward;
    -webkit-animation-direction: forward;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    animation-fill-mode: farwards;
    -webkit-animation-fill-mode: farwards;
}

.steps__how-it-work:nth-child(4):before{
    animation-name:sput-11;
    -webkit-animation-name:sput-11;
}

.steps__how-it-work:nth-child(4):after{
    animation-name:sput-12;
    -webkit-animation-name:sput-12;
}

.steps__how-it-work:nth-child(4) .step_steps__how-it-work:after{
    animation-name:sput-21;
    -webkit-animation-name:sput-21;
}

.steps__how-it-work:nth-child(4) .step_steps__how-it-work:before{
    animation-name:sput-22;
    -webkit-animation-name:sput-22;
}

.area-for-img_step_steps__how-it-work img{
    position:relative;
    z-index:1;
}

.steps__how-it-work p{
    color: #fff;
    white-space: pre-line;
    font-size: var(--medium-font-size);
    line-height: 24px;
}

div.inline-block-circles{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 87px;   
}


div.inline-block-circles:nth-child(3) div:nth-child(1){
    animation-name: circles-1;
    -webkit-animation-name:circles-1;
}

div.inline-block-circles:nth-child(3) div:nth-child(2){
    animation-name: circles-2;
    -webkit-animation-name:circles-2;
}

div.inline-block-circles:nth-child(3) div:nth-child(3){
    animation-name: circles-3;
    -webkit-animation-name:circles-3;
}

div.inline-block-circles:nth-child(5) div:nth-child(1){
    animation-name: circles-4;
    -webkit-animation-name:circles-4;
}

div.inline-block-circles:nth-child(5) div:nth-child(2){
    animation-name: circles-5;
    -webkit-animation-name:circles-5;
}

div.inline-block-circles:nth-child(5) div:nth-child(3){
    animation-name: circles-6;
    -webkit-animation-name:circles-6;
}

div.inline-block-circles div{
    animation-duration:12s;
    -webkit-animation-duration:12s;
    animation-delay: 0;
    -webkit-animation-delay: 0;
    animation-timing-function:linear;
    -webkit-animation-timing-function:linear;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    animation-direction: forward;
    -webkit-animation-direction: forward;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    animation-fill-mode: farwards;
    -webkit-animation-fill-mode: farwards;
    transform: scale(1);
}

/**/

@keyframes shest-1 {
    0% {transform:rotate(0);}
    70% {transform: rotate(0);}
    100% {transform: rotate(360deg);}
}


/**/

@keyframes sput-11 {
    0% {opacity:1;top:7px;right: 58px;}
    35.5% {opacity:1;top:7px;right: 58px;}
    36% {opacity: 0.5;top:7px;right: 58px;}
    41.5% {opacity:1;top:1px;right: 49px;}
    43.5% {opacity:0.5;top:7px;right: 58px;}
    49.5% {opacity:1;top:1px;right: 49px;}
    50% {opacity:0.5;top:7px;right: 58px;}
    56.5% {opacity:1;top:1px;right: 49px;}
    58.5% {opacity:0.5;top:7px;right: 58px;}
    62.5% {opacity:1;top:1px;right: 49px;}
    64% {opacity:1;top:7px;right: 58px;}
    100% {opacity:1;top:7px;right: 58px;}
}

@-webkit-keyframes sput-11{
    0% {opacity:1;top:7px;right: 58px;}
    35.5% {opacity:1;top:7px;right: 58px;}
    36% {opacity: 0.5;top:7px;right: 58px;}
    41.5% {opacity:1;top:1px;right: 49px;}
    43.5% {opacity:0.5;top:7px;right: 58px;}
    49.5% {opacity:1;top:1px;right: 49px;}
    50% {opacity:0.5;top:7px;right: 58px;}
    56.5% {opacity:1;top:1px;right: 49px;}
    58.5% {opacity:0.5;top:7px;right: 58px;}
    62.5% {opacity:1;top:1px;right: 49px;}
    64% {opacity:1;top:7px;right: 58px;}
    100% {opacity:1;top:7px;right: 58px;}
}



@keyframes sput-12 {
    0% {opacity:1;top:21px;right: 72px;}
    34.5% {opacity:1;top:21px;right: 72px;}
    35% {opacity: 0.5;top:21px;right: 72px;}
    41.5% {opacity:1;top:15px;right: 64px;}
    42.5% {opacity:0.5;top:21px;right: 72px;}
    49% {opacity:1;top:15px;right: 64px;}
    50% {opacity:0.5;top:21px;right: 72px;}
    56.5% {opacity:1;top:15px;right: 64px;}
    57.5% {opacity:0.5;top:21px;right: 72px;}
    62.5% {opacity:1;top:15px;right: 64px;}
    64% {opacity:1;top:21px;right: 72px;}
    100% {opacity:1;top:21px;right: 72px;}
}

@-webkit-keyframes sput-12{
    0% {opacity:1;top:21px;right: 72px;}
    34.5% {opacity:1;top:21px;right: 72px;}
    35% {opacity: 0.5;top:21px;right: 72px;}
    41.5% {opacity:1;top:15px;right: 64px;}
    42.5% {opacity:0.5;top:21px;right: 72px;}
    49% {opacity:1;top:15px;right: 64px;}
    50% {opacity:0.5;top:21px;right: 72px;}
    56.5% {opacity:1;top:15px;right: 64px;}
    57.5% {opacity:0.5;top:21px;right: 72px;}
    62.5% {opacity:1;top:15px;right: 64px;}
    64% {opacity:1;top:21px;right: 72px;}
    100% {opacity:1;top:21px;right: 72px;}
}



@keyframes sput-21 {
    0% {opacity:1;top:90px;left: 141px;}
    35.5% {opacity:1;top:90px;left: 141px;}
    36% {opacity: 0.5;top:90px;left: 141px;}
    41.5% {opacity:1;top:96px;left: 135px;}
    43.5% {opacity:0.5;top:90px;left: 141px;}
    49.5% {opacity:1;top:96px;left: 135px;}
    50% {opacity:0.5;top:90px;left: 141px;}
    56.5% {opacity:1;top:96px;left: 135px;}
    58.5% {opacity:0.5;top:90px;left: 141px;}
    62.5% {opacity:1;top:96px;left: 135px;}
    64% {opacity:1;top:90px;left: 141px;}
    100% {opacity:1;top:90px;left: 141px;}
}

@-webkit-keyframes sput-21{
    0% {opacity:1;top:90px;left: 141px;}
    34.5% {opacity:1;top:90px;left: 141px;}
    35% {opacity: 0.5;top:90px;left: 141px;}
    41.5% {opacity:1;top:96px;left: 135px;}
    42.5% {opacity:0.5;top:90px;left: 141px;}
    49% {opacity:1;top:96px;left: 135px;}
    50% {opacity:0.5;top:90px;left: 141px;}
    56.5% {opacity:1;top:96px;left: 135px;}
    57.5% {opacity:0.5;top:90px;left: 141px;}
    62.5% {opacity:1;top:96px;left: 135px;}
    64% {opacity:1;top:90px;left: 141px;}
    100% {opacity:1;top:90px;left: 141px;}
}

@keyframes sput-22 {
    0% {opacity:1;top:89px;left: 126px;}
    34.5% {opacity:1;top:89px;left: 126px;}
    35% {opacity: 0.5;top:89px;left: 126px;}
    41.5% {opacity:1;top:95px;left: 120px;}
    42.5% {opacity:0.5;top:89px;left: 126px;}
    49% {opacity:1;top:95px;left: 120px;}
    50% {opacity:0.5;top:89px;left: 126px;}
    56.5% {opacity:1;top:95px;left: 120px;}
    57.5% {opacity:0.5;top:89px;left: 126px;}
    62.5% {opacity:1;top:95px;left: 120px;}
    64% {opacity:1;top:89px;left: 126px;}
    100% {opacity:1;top:89px;left: 126px;}
}

@-webkit-keyframes sput-22{
    0% {opacity:1;top:89px;left: 126px;}
    34.5% {opacity:1;top:89px;left: 126px;}
    35% {opacity: 0.5;top:89px;left: 126px;}
    41.5% {opacity:1;top:95px;left: 120px;}
    42.5% {opacity:0.5;top:89px;left: 126px;}
    49% {opacity:1;top:95px;left: 120px;}
    50% {opacity:0.5;top:89px;left: 126px;}
    56.5% {opacity:1;top:95px;left: 120px;}
    57.5% {opacity:0.5;top:89px;left: 126px;}
    62.5% {opacity:1;top:95px;left: 120px;}
    64% {opacity:1;top:89px;left: 126px;}
    100% {opacity:1;top:89px;left: 126px;}
}


/**/



@keyframes first-pic {
    0% {left:0;}
    4% {left:30px;}
    6% {left:0;}
    8% {left:50px;}
    10% {left:0;}
    15% {left:45px;}
    20% {left:0;}
    24% {left:38px;}
    29% {left:0;}
    100% {left:0;}
}

@-webkit-keyframes first-pic{
    0% {left:0;}
    4% {left:30px;}
    6% {left:0;}
    8% {left:50px;}
    10% {left:0;}
    15% {left:45px;}
    20% {left:0;}
    24% {left:38px;}
    29% {left:0;}
    100% {left:0;}
}

/**/


@keyframes b-circle-11 {
    0% {transform: scale(1);}
    4% {transform: scale(0.8);}
    6% {transform: scale(0.6);}
    8% {transform: scale(0.4);}
    10% {transform: scale(0.2);}
    15% {transform: scale(0.4);}
    20% {transform: scale(0.6);}
    28% {transform: scale(0.8);}
    29% {transform: scale(1);}
    100% {transform: scale(1);}
}

@-webkit-keyframes b-circle-11{
    0% {transform: scale(1);}
    4% {transform: scale(0.8);}
    6% {transform: scale(0.6);}
    8% {transform: scale(0.4);}
    10% {transform: scale(0.2);}
    15% {transform: scale(0.4);}
    20% {transform: scale(0.6);}
    28% {transform: scale(0.8);}
    29% {transform: scale(1);}
    100% {transform: scale(1);}
}

@keyframes b-circle-12 {
    0% {transform: scale(1);}
    4% {transform: scale(0.9);}
    6% {transform: scale(0.2);}
    8% {transform: scale(0.7);}
    10% {transform: scale(0.4);}
    15% {transform: scale(0.9);}
    20% {transform: scale(0.5);}
    28% {transform: scale(0.6);}
    29% {transform: scale(1);}
    100% {transform: scale(1);}
}

@-webkit-keyframes b-circle-12{
    0% {transform: scale(1);}
    4% {transform: scale(0.9);}
    6% {transform: scale(0.2);}
    8% {transform: scale(0.7);}
    10% {transform: scale(0.4);}
    15% {transform: scale(0.9);}
    20% {transform: scale(0.5);}
    28% {transform: scale(0.6);}
    29% {transform: scale(1);}
    100% {transform: scale(1);}
}


@keyframes b-circle-21 {
    35% {transform: scale(1);}
    39% {transform: scale(0.8);}
    41% {transform: scale(0.6);}
    43% {transform: scale(0.4);}
    45% {transform: scale(0.2);}
    50% {transform: scale(0.4);}
    55% {transform: scale(0.6);}
    63% {transform: scale(0.8);}
    64% {transform: scale(1);}
    100% {transform: scale(1);}
}

@-webkit-keyframes b-circle-21{
    35% {transform: scale(1);}
    39% {transform: scale(0.8);}
    41% {transform: scale(0.6);}
    43% {transform: scale(0.4);}
    45% {transform: scale(0.2);}
    50% {transform: scale(0.4);}
    55% {transform: scale(0.6);}
    63% {transform: scale(0.8);}
    64% {transform: scale(1);}
    100% {transform: scale(1);}
}

@keyframes b-circle-22 {
    35% {transform: scale(1);}
    39% {transform: scale(0.9);}
    41% {transform: scale(0.2);}
    43% {transform: scale(0.7);}
    45% {transform: scale(0.4);}
    50% {transform: scale(0.9);}
    55% {transform: scale(0.5);}
    63% {transform: scale(0.6);}
    64% {transform: scale(1);}
    100% {transform: scale(1);}
}

@-webkit-keyframes b-circle-22{
    35% {transform: scale(1);}
    39% {transform: scale(0.9);}
    41% {transform: scale(0.2);}
    43% {transform: scale(0.7);}
    45% {transform: scale(0.4);}
    50% {transform: scale(0.9);}
    55% {transform: scale(0.5);}
    63% {transform: scale(0.6);}
    64% {transform: scale(1);}
    100% {transform: scale(1);}
}

@keyframes b-circle-31 {
    70% {transform: scale(1);}
    74% {transform: scale(0.8);}
    76% {transform: scale(0.6);}
    78% {transform: scale(0.4);}
    80% {transform: scale(0.2);}
    85% {transform: scale(0.4);}
    90% {transform: scale(0.6);}
    98% {transform: scale(0.8);}
    99% {transform: scale(1);}
    100% {transform: scale(1);}
}

@-webkit-keyframes b-circle-31{
    70% {transform: scale(1);}
    74% {transform: scale(0.8);}
    76% {transform: scale(0.6);}
    78% {transform: scale(0.4);}
    80% {transform: scale(0.2);}
    85% {transform: scale(0.4);}
    90% {transform: scale(0.6);}
    98% {transform: scale(0.8);}
    99% {transform: scale(1);}
    100% {transform: scale(1);}
}

@keyframes b-circle-32 {
    70% {transform: scale(1);}
    74% {transform: scale(0.9);}
    76% {transform: scale(0.2);}
    78% {transform: scale(0.7);}
    80% {transform: scale(0.4);}
    85% {transform: scale(0.9);}
    90% {transform: scale(0.5);}
    98% {transform: scale(0.6);}
    99% {transform: scale(1);}
    100% {transform: scale(1);}
}

@-webkit-keyframes b-circle-32{
    70% {transform: scale(1);}
    74% {transform: scale(0.9);}
    76% {transform: scale(0.2);}
    78% {transform: scale(0.7);}
    80% {transform: scale(0.4);}
    85% {transform: scale(0.9);}
    90% {transform: scale(0.5);}
    98% {transform: scale(0.6);}
    99% {transform: scale(1);}
    100% {transform: scale(1);}
}


/**/
@keyframes circles-1 {
    0% {transform: scale(1);}
    28% {transform: scale(1);}
    29% {transform: scale(1.6);}
    31% {transform: scale(1);}
    100% {transform: scale(1);}
}

@-webkit-keyframes circles-1{
    0% {transform: scale(1);}
    28% {transform: scale(1);}
    29% {transform: scale(1.6);}
    31% {transform: scale(1); }
    100% {transform: scale(1);}
}

@keyframes circles-2 {
    0% {transform: scale(1);}
    30% {transform: scale(1);}
    31% {transform: scale(1.6);}
    33% {transform: scale(1);}
    100% {transform: scale(1);}
}

@-webkit-keyframes circles-2{
    0% {transform: scale(1);}
    30% {transform: scale(1);}
    31% {transform: scale(1.6);}
    33% {transform: scale(1);}
    100% {transform: scale(1);}
}

@keyframes circles-3 {
    0% {transform: scale(1);}
    32% {transform: scale(1);}
    33% {transform: scale(1.6);}
    35% {transform: scale(1);}
    100% {transform: scale(1);}
}

@-webkit-keyframes circles-3{
    0% {transform: scale(1);}
    32% {transform: scale(1);}
    33% {transform: scale(1.6);}
    35% {transform: scale(1);}
    100% {transform: scale(1);}
}

/**/

@keyframes circles-4 {
    0% {transform: scale(1);}
    63% {transform: scale(1);}
    64% {transform: scale(1.6);}
    66% {transform: scale(1);}
    100% {transform: scale(1);}
}

@-webkit-keyframes circles-4{
    0% {transform: scale(1);}
    63% {transform: scale(1);}
    64% {transform: scale(1.6);}
    66% {transform: scale(1);}
    100% {transform: scale(1);}
}

@keyframes circles-5 {
    0% {transform: scale(1);}
    65% {transform: scale(1);}
    66% {transform: scale(1.6);}
    68% {transform: scale(1);}
    100% {transform: scale(1);}
}

@-webkit-keyframes circles-5{
    0% {transform: scale(1);}
    65% {transform: scale(1);}
    66% {transform: scale(1.6);}
    68% {transform: scale(1);}
    100% {transform: scale(1);}
}

@keyframes circles-6 {
    0% {transform: scale(1);}
    67% {transform: scale(1);}
    68% {transform: scale(1.6);}
    70% {transform: scale(1);}
    100% {transform: scale(1);}
}

@-webkit-keyframes circles-6{
    0% {transform: scale(1);}
    67% {transform: scale(1);}
    68% {transform: scale(1.6);}
    70% {transform: scale(1);}
    100% {transform: scale(1);}
}
/**/


div.inline-block-circles div{
    background: #44889F;
    width: 9px;
    height: 9px;
    margin: 0 2.5px;
    border-radius: 100px;
    display: inline-block;
}

/*how-it-work--end*/

/*adout-us-in-figures*/

#adout-us-in-figures h3{
     padding-top: 0;
}

#adout-us-in-figures{
        padding-bottom: 0;
}

#adout-us-in-figures .center-block{
    padding-bottom:50px;
}

#adout-us-in-figures .center-block:after {
    max-width: 835px;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: 0 auto;
    border-bottom: 1px solid #EBEBEB;
}

.prei-in-figures__about-us-in-figures{    
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 32%;
    text-align: center;
    margin-top: 30px;
}

.center-img_point_center-block__adout-us-in-figures{
    margin-bottom:20px;
    line-height:0;
    min-height:67px;
}

.prei-in-figures__about-us-in-figures p{
    white-space: pre-line;
    font-size: var(--medium-font-size);
}


/*adout-us-in-figures--end*/

/*interface-block*/


#interface-block{
    position:relative;
    background: url(/assets/img/cercles_1_l.png) no-repeat left 20%;
    text-align:center;
}

#interface-block:before{
    z-index: -1;
    content: url(/assets/img/cercles_1_r.png);
    position: absolute;
    right:0;
    bottom:0;
    
}

.click-fragments_parts-of-the-interface__interface-block{
    max-width: 610px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position:relative;
}

.click-fragments_parts-of-the-interface__interface-block:before{
    content: '';
    position: absolute;
    left: 29px;
    border-left: 1px dashed #E9E9E9;
    top: 0;
    bottom: 20%;
}

.four-part_click-fragments_parts-of-the-interface__interface-block{
    display: flex;
    display: -webkit-flex;
    align-items: start;
    -webkit-align-items: start;
    justify-content: start;
    -webkit-justify-content: start;
    cursor: pointer;
    margin-bottom: 15px;
    position:relative;
}

.four-part_click-fragments_parts-of-the-interface__interface-block .circle-border{
    border-radius:100px;
    width:60px;
    height:60px;
    background-color:#E9E9E9;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right:40px;
    
}

.four-part_click-fragments_parts-of-the-interface__interface-block:hover .circle-border,
.four-part_click-fragments_parts-of-the-interface__interface-block.active .circle-border{
    background-color:#00A3AD;
    
}

.four-part_click-fragments_parts-of-the-interface__interface-block:nth-child(1) .circle-border{
    background-image:url(/assets/img/interf-1.png);
}

.four-part_click-fragments_parts-of-the-interface__interface-block:nth-child(2) .circle-border{
    background-image:url(/assets/img/interf-2.png);
}

.four-part_click-fragments_parts-of-the-interface__interface-block:nth-child(3) .circle-border{
    background-image:url(/assets/img/interf-3.png);
}

.four-part_click-fragments_parts-of-the-interface__interface-block:nth-child(4) .circle-border{
    background-image:url(/assets/img/interf-4.png);
}

.four-part_click-fragments_parts-of-the-interface__interface-block:nth-child(1):hover .circle-border,
.four-part_click-fragments_parts-of-the-interface__interface-block:nth-child(1).active .circle-border{
    background-image:url(/assets/img/interf-1-hov.png);
}
.four-part_click-fragments_parts-of-the-interface__interface-block:nth-child(2):hover .circle-border,
.four-part_click-fragments_parts-of-the-interface__interface-block:nth-child(2).active .circle-border{
    background-image:url(/assets/img/interf-2-hov.png);
}

.four-part_click-fragments_parts-of-the-interface__interface-block:nth-child(3):hover .circle-border,
.four-part_click-fragments_parts-of-the-interface__interface-block:nth-child(3).active .circle-border{
    background-image:url(/assets/img/interf-3-hov.png);
}

.four-part_click-fragments_parts-of-the-interface__interface-block:nth-child(4):hover .circle-border,
.four-part_click-fragments_parts-of-the-interface__interface-block:nth-child(4).active .circle-border{
    background-image:url(/assets/img/interf-4-hov.png);
}

.four-part_click-fragments_parts-of-the-interface__interface-block p{
    max-width: 512px;
    color: #0e0e0e;
    padding-bottom: 7px;
    position:relative;
}

.four-part_click-fragments_parts-of-the-interface__interface-block p:before{
    content: '';
    position: absolute;
    border-bottom: 1px solid #CECECB;
    left: 5px;
    right: 50px;
    bottom: 0;
}

.four-part_click-fragments_parts-of-the-interface__interface-block:last-child p:before{
    display:none;
}

.four-part_click-fragments_parts-of-the-interface__interface-block p span{
    font-size: var(--medium-font-size);
    text-transform: uppercase;
    color:#0e0e0e;
    display:block;
    margin-bottom:10px;
}

.show-interface_parts-of-the-interface__interface-block{
    max-width: 550px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.interface-img_show-interface{
    display:none;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    min-height: 340px;
    max-height:340px;
}

div.interface-img_show-interface img{
    max-height:340px;
}

.interface-img_show-interface.active{
    display: flex!important;
    display: -webkit-flex!important;
    
}

.mobile-inteface{
    width:100%;
}


.mobile-inteface,
.pc-interface{
    display:none;
}

.mobile-inteface.active,
.pc-interface.active{
    display:block;
}


.change-pc-mobile{
    vertical-align: top;
    border-radius: 50px;
    background: #EBEBEB;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: start;
    -webkit-justify-content: start;
    position: relative;
    overflow: hidden;
    max-width: 240px;
    margin: 30px auto 0;
}

.change-pc-mobile span{
    content:'';
    background:#00A3AD;
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    width:50%;
    border-radius:50px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    transition: all 0.5s ease;
    
}

.change-pc-mobile div{
    width:50%;
    position:relative;
    z-index:1;
    padding:5px 0;
    cursor:pointer;
}


.change-pc-mobile div.active{
    color:#fff;
}

.change-pc-mobile div:nth-child(1).active ~ span{
    right:50%;
} 

.change-pc-mobile div:nth-child(2).active ~ span{
    right:0;
} 

.change-pc-mobile div:nth-child(1):hover ~ span{
    right:50%;
}

.change-pc-mobile div:nth-child(2):hover ~ span{
    right:0;
}





/*interface-block--end*/

/*form-call-me*/

h4{
    font-size: 25px;
    color: #303030;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--bebas-font-family);
    letter-spacing:1px;
}

#form-call-me{
    background: url(/assets/img/bg-form.jpg) no-repeat center top;
}

#form-call-me .center-block{
    min-height:318px;
}

#form-call-me h4{
    color: #fff;
    padding-top: 100px;
}


.form-block{
    text-align: center;
    margin-top: 25px;
}




/*form-call-me--end*/



/*equipment-installation*/


#equipment-installation{
    
}


#equipment-installation h3{
    padding-top: 0;
    padding-bottom: 0;
    letter-spacing: 1px;
}

p.text-over-h{
    text-align: center;
    margin-bottom: 20px;
    font-size: var(--button-font-size);
}


.tabs-about-installation__equipment-installation{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: space-around;
    background: #ECECEC;
    max-width: 1065px;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.tabs-about-installation__equipment-installation p{
    font-size: var(--medium-font-size);
    padding: 15px 36px;
    color:#0e0e0e;
    transition: all 0.5s ease;
    cursor:pointer;
    position:relative;
}

.tabs-about-installation__equipment-installation p:before{
    content:'';
    position: absolute;
    right:-2px;
    top:10px;
    bottom:10px;
    border-right: 1px solid #BAC6CB;
}

.tabs-about-installation__equipment-installation p:last-child:before{
    display:none;
}

.tabs-about-installation__equipment-installation p:hover,
.tabs-about-installation__equipment-installation p.active-inst{
    color:#fff;
    background:#00A3AD;
    border-radius:10px;
}

.text-about-installation__equipment-installation{
    max-width: 1065px;
    margin: -10px auto 0;
    padding-top: 30px;
    padding-bottom: 50px;
    padding: 30px 30px 30px;
    background: #F7F7F7;
    box-sizing: border-box;
}

.text-tab{
    display: none;
    font-size: var(--medium-font-size);
}

.text-tab.active-inst{
    display:block;
}

.inst-param,
.text-or-list{
    max-width:865px;
    margin: 0 auto;
}

.inst-param{
    margin: 15px auto;
}

.text-tab p,
.text-tab p *{
    font-size: var(--medium-font-size);
    position:relative;
}

.text-tab:first-child p{
    display:inline-block;
    vertical-align: top;
}

.text-tab:first-child p:nth-child(1){
    margin-right:50px;
}

.text-tab:first-child p:before{
    display:inline-block;
    vertical-align:middle;
    margin-right: 10px;
}

.text-tab:first-child p:nth-child(1):before{
    content:url(/assets/img/price-tag.png);
}

.text-tab:first-child p:nth-child(2):before{
    content:url(/assets/img/clock.png);
}

.text-tab p span{
    color: #36a4ad;
}


.text-or-list ul.circle-list {
    padding-left: 0;
}

.text-or-list ul.circle-list li{
    color:#353535;
}

/*equipment-installation--end*/

/*about-center*/

.left-part__about-center{
    max-width: 745px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.right-part__about-center{
    display: inline-block;
    vertical-align: top;
    width: 37%;
    position:relative;
}

.dashed-border-block__about-center{
    border: 2px dashed silver;
    border-radius: 10px;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
}

.dashed-border-block__about-center p{
    margin:0;
    text-align:left;
}

.dashed-border-block__about-center p:last-child{
        color: #359e9e;
    text-transform: uppercase;
    margin-top: 10px;
}

.sphere{
    display: inline-block;
    vertical-align: top;
    width: 32%;
}

.instal-center__about-center h4{
    margin: 15px 0 20px;
}


.opis-block__about-center{
    border-radius: 15px;
    max-width: 316px;
    width: 100%;
    background: #F7F7F7;
    text-align: center;
    position: absolute;
    top: 315px;
    right: 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.opis-block__about-center p.name{
    background: #00A3AD;
    padding: 15px 0;
    font-size: var(--medium-font-size);
    color: #fff;
    border-radius:15px;
}

.opis-block__about-center p.spec{
    text-align: left;
    padding: 15px 16px;
}

.opis-block__about-center p.spec span{
    display: block;
    margin-top: 10px;
    color: #40a2ab;
}

.sphere p{
    font-size: var(--medium-font-size);
    white-space: pre-line;
}

#about-center .center-block{
        padding-bottom: 77px;
}

#about-center{
    position:relative;
}

#about-center:before{
    z-index: -1;
    content: url(/assets/img/cercles_2_r.png);
    position: absolute;
    right:0;
    bottom:20%; 
}

#about-center:after{
    z-index: -1;
    content: url(/assets/img/cercles_2_l.png);
    position: absolute;
    left:0;
    bottom:30%; 
}


/*about-center--end--*/

/*consult_block*/

#equipment-selection {
    background: url(/assets/img/bg-tabs.jpg) no-repeat center top, url(/assets/img/cercles_2-5_r.png) no-repeat right bottom;
}

#equipment-selection h3{
    padding-top: 94px;
    padding-bottom: 15px;
    color: #fff;
}

#equipment-selection .text-over-h{
    text-align: justify;
    color: #fff;
    padding: 0 70px;
}

#equipment-selection .tabs-about-installation__equipment-installation {
    margin-top: 45px;
}

#equipment-selection .tabs-about-installation__equipment-installation p:hover,
#equipment-selection .tabs-about-installation__equipment-installation p.active-inst{
    background: #00E4E2;
    color: #303030;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}

#equipment-selection .tabs-about-installation__equipment-installation p{
    padding: 15px 0;
    width: 24.7%;
    text-align:center;
}

#equipment-selection .tabs-about-installation__equipment-installation,
#equipment-selection .text-about-installation__equipment-installation{
       text-align: center;
    
}

#equipment-selection .text-about-installation__equipment-installation{
    padding: 30px 5px 10px;   
}

.text-tab div.inline-block{
    display:inline-block;
    vertical-align:top;
    margin-bottom:10px;
    width:24%;
    line-height:0;
}

#equipment-selection div.inline-block img{
    max-width: 247px;
    max-height: 247px;
    width: 100%;
}

.stars-and-but{
    max-width: 1065px;
    margin: 0 auto;
    padding: 0 30px 15px;
    box-sizing: border-box;
    background: #F7F7F7;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
}

.stars p,
.stars p *{
    font-size:17px;
}

.stars p span{
    color:red;
}


.buts{
    width:100%;
    max-width: 240px;
    text-align: center;
}

.buts input[type="button"],
.buts #call-form-modal{
    display: block;
    width: 100%;
    padding: 8px 0;
}

.buts #call-form-modal{
    margin-bottom: 5px;
    text-decoration:none;
}

.buts input[type="button"]:nth-child(2){
    background:#008796;
}

.buts input[type="button"]:nth-child(2):hover{
    background:#00E4E2;
}

.colored-center-text__equipment-selection{
    color: #37afb3;
    text-align: center;
    margin: 15px 0 30px;
    font-size: var(--medium-font-size);
}
/*consult_block--end*/


/*form-consult-you*/

#form-consult-you{
    background: url(/assets/img/bg-big-form.jpg) no-repeat center top;
    min-height: 392px;
    text-align: center;
}

#form-consult-you h4{
    color: #fff;
    padding-top: 60px;
    padding-bottom: 18px;
}

#form-consult-you ul.circle-list{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-right: 130px;
    padding-top: 30px;
}

#form-consult-you ul.circle-list li {
    color: #fff;
    margin-bottom: 7px;
}

.form-block.form-block__form-consult-you{
    display: inline-block;
    vertical-align: top;
    max-width: 230px;
    text-align: center;
}

#consult-you-form input{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

#consult-you-form input[type="text"],
#consult-you-form input[type="tel"]{
    background:#A5E1E2;
}

#consult-you-form input[type="submit"]{
    background:#008796;
}

#consult-you-form input[type="submit"]:hover{
    background:#00E4E2;
}

#consult-you-form p{
    line-height: 16px;
    font-size:17px;
    max-width: 87%;
    margin: 15px auto 0;
    color:#353535;
}



/*form-consult-you--end*/



/*price*/

#price h3{
    padding-top: 0;
    padding-bottom: 0;
}

#price .stars{
        padding-left: 65px;
    margin-top: -5px;
}

#price .center-block{
    padding-bottom:35px;
}

#price .center-block:after{
    max-width:835px;
    content:'';
    left:0;
    right:0;
    bottom:0;
    position: absolute;
    margin:0 auto;
    border-bottom:1px solid #EBEBEB;
}

#price{
    position:relative;
}

#price .list-page.circle-list li{
    color:#414040;
}

#price:before{
    z-index: -1;
    content: url(/assets/img/cercles_3_r.png);
    position: absolute;
    right:0;
    top:15%; 
}

#price:after{
    z-index: -1;
    content: url(/assets/img/cercles_3_l.png);
    position: absolute;
    left:0;
    top:60%; 
}

/*price--end*/

/*vacation-packages*/

#vacation-packages{
}

#vacation-packages h3{
    padding-top: 22px;
    padding-bottom: 30px;
}

.flex-block__vacation-packages {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: normal;
    -webkit-justify-content: center;
    width: 100%;
}

.pack{
    max-width: 270px;
    text-align: center;
    background: #F7F7F7;
    width: 100%;
    border-radius: 10px;
    min-height: 270px;
    padding-top: 10px;
    margin: 0 10px;
    position: relative;
}

.name-pack{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background: url(/assets/img/bg-pack.png) no-repeat center top;
    min-height: 76px;
    padding-bottom: 3px;
    color: #fff;
    font-size: var(--medium-font-size);
    margin-bottom: 10px;
}

.con-pack{
    display: flex;
    display: -webkit-flex;
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 0 20px;
    
}

.con-pack:nth-child(2){
    border-bottom:1px solid #DDDDDD;
}

.con-pack span{
    font-size: 27px;
    color: #303030;
    font-weight: bold;
}

.colored-text_pack{
    font-size: 15.39px;
    color: #26b1a8;
    position: absolute;
    top: 191px;
    left: 15px;
    right: 15px;
    line-height: 15px;
    white-space: pre-line;
}

.pack:nth-child(3) .con-pack:nth-child(2){
    border: none;
    white-space: pre-line;
    margin-top: 20px;
}

/*vacation-packages--end--*/


/*coop*/

#coop{
    position:relative;
    z-index:1;
}


#coop .center-block{
    background: #F7F7F7;
    max-width: 1065px;
    margin: 40px auto 0;
    padding-bottom: 30px;
}

div.flex-block__coop{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: start;
    -webkit-justify-content: start;
}

div.flex-block__coop div.organ_flex-block__coop{
    width: 25%;
    text-align: center;
    margin: 10px 0;
}

div.flex-block__coop div.organ_flex-block__coop:nth-child(4) ~ div.organ_flex-block__coop{
    width: 30%;
}

div.flex-block__coop div.organ_flex-block__coop:nth-child(4) ~ div.organ_flex-block__coop:nth-child(7){
    width: 38%;
}

div.organ_flex-block__coop div{
    min-height: 67px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.form-block__coop{
    background: #F7F7F7;
    max-width: 337px;
    width: 100%;
    position: absolute;
    right: 25px;
    bottom: -75px;
    padding: 25px 20px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

#coop .center-block h3{
        padding-top: 30px;
    
}

.big-colored-text{
    color: #26b1a8;
    font-size: var(--medium-font-size);
}

.small-text{
        font-size: 15.39px;
    line-height: 15px;
    color: #565656;
    padding: 10px 0 15px;
}

#phone2,
#name5,
#phone5{
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2) inset;
    margin-right: 0;
}


#submit3{
    background: #008796;
    width: 100%;
    max-width: 250px;
    box-sizing: border-box;
}

#submit3:hover{
    background: #00E4E2;
}

/*coop--end--*/

/*feedbacks*/



h2{
    font-size: 27.06px;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--bebas-font-family);
    padding-top: 35px;
    margin-bottom: 35px;
    color:#303030;
    letter-spacing: 1px;
}

h2 *{
    font-size: 27.06px;
    color:#36bfcc;
    font-family: var(--bebas-font-family);
}

.feedback{
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
    margin-bottom: 20px;
    padding: 15px 28px;
    border-radius: 3px;
}

.feedback div.site_block{
    padding:0 20px;
}

.feedback  .img_f,
.feedback .name_f,
.feedback .text_f{
    display:inline-block;
    vertical-align: middle;
}

.feedback  .img_f{
    
}

.feedback .name_f{
    text-align: center;
    margin: 0 2%;
    font-size: 17.78px;
    color: #000;
}

.feedback .name_f span{
    display: block;
    color: #5b5b5b;
    font-size: 17.78px;
}

.feedback .text_f{
    width: 72%;
    font-size: 15.24px;
    color: #000;
}

.feedback .text_f span{
    text-align:right;
    display:block;
    font-size:14.95px;
    font-family:arial;
    color:#5b5b5b;
}

/*feedbacks--end*/

/*footer*/


footer{
    background: url(/assets/img/bg-footer.jpg) no-repeat center bottom;
    padding: 25px 0;
    margin-top: 35px;
    min-height: 566px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position:relative;
}

footer .desc_head{
    color:#fff;
}

footer .phones a,
footer .phones span {
    color:#fff;
}

footer .phones a.call_back{
    background: none!important;
    border: none!important;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: #99040a;
}

footer .phones a.call_back:hover{
    color: #fff;
}

footer .center-text{
    text-align: center;
    padding-top: 120px;
    
}

footer .logo{
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}

footer .mail {
    letter-spacing: 1px;
    font-size: 24px;
    text-decoration: none;
    font-family: var(--bebas-font-family);
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

footer .phones{
    margin: 0 auto;
    max-width: 230px;
}

footer .mail a{
    color:#fff;
}

footer p.discriptor{
    padding: 0 0 0 30px;
    color: #fff;
    white-space: pre-line;
    text-align: center;
    font-family: var(--bebas-font-family);
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: bottom;
}

.effe-line *,
.effe-line{
    text-align: center;
    font-size: 24px;
    color: rgba(246, 246, 246, 0.22);
    font-family: var(--bebas-font-family);
    transition:all 0.5s ease;
}

.effe-line{
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    white-space: pre-line;
    letter-spacing: 1px;
    line-height: 15px;
    
}

.effe-line:hover *,
.effe-line:hover{
    color:#fff;
    
}




/*footer--end*/


/*popup*/

.mfp-auto-cursor .mfp-content {
    cursor: auto;
    max-width: 400px;
    padding: 30px 60px;
    box-sizing: border-box;
    text-align: center;
    background: url(/assets/img/bg-tabs.jpg) no-repeat center -48px;
    opacity: 0.9;
}

.mfp-auto-cursor .mfp-content p{
    padding: 10px 0 20px;
    color: #fff;
    font-family: var(--bebas-font-family);
    letter-spacing: 1px;
    font-size: 20px;
}


.mfp-auto-cursor .mfp-content input {
    width: 100%;
    display: block;

}

.mfp-auto-cursor .mfp-content input[type="submit"] {
        margin: 0;
}



/*up*/


#scroller{
    position: fixed;
    right: 20px;
    bottom: 124px;
    display: block;
    padding: 30px 15px 10px;
    z-index: 100;
    background: rgba(20, 23, 26, 0.67);
    cursor: pointer;
    opacity: 0.6;
    transition:all 0.5s ease;
}

span.b-top-but{
    position: relative;
    display: block;
    font-family: robotolight, calibri, arial;
    color: #fff;
    font-size: 15px;
}


#scroller:hover{
    opacity:0.9;
}

#scroller:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 13px;
    right: 13px;
    border-bottom: 12px solid #fff;
    border-left: 27px solid transparent;
    border-top: 10px solid transparent;
    border-right: 27px solid transparent;
}

@media screen and (max-width:1200px){
   
header div.center-block {
    padding: 17px 20px;
}

div.fixed_header{
    padding:0 20px;
}

div.fixed_header div.center-block{
    min-width:1100px;
}

p.descriptor {
    padding-right: 50px;
}

.phones{
    min-width: 300px;
}

 
}


/*анимация появления*/

section{
    opacity:0;
}

section.active{
    opacity:1;
}

#monitoring{
    transition:all 2s ease 1.8s;
}

#how-it-work{
    transition:all 2s ease 2s;
}

#adout-us-in-figures{
    transition:all 2s ease 2.2s;
}

#interface-block{
    transition:all 2s ease 2.4s;
}

#form-call-me{
    transition:all 2s ease 2.6s;
}

#equipment-installation{
    transition:all 2s ease 2.8s;
}


#about-center{
    transition:all 2s ease 3.0s;
}

#equipment-selection{
    transition:all 2s ease 3.2s;
}

#form-consult-you{
    transition:all 2s ease 3.4s;
}

#price{
    transition:all 2s ease 3.6s;
}

#vacation-packages{
    transition:all 2s ease 3.8s;
}

#coop{
    transition:all 2s ease 4s;
}
