/*
 *
 *
 *
 *
 *                 _____                    _____                    _____                   _______                   _____          
 *                /\    \                  /\    \                  /\    \                 /::\    \                 /\    \         
 *               /::\    \                /::\    \                /::\    \               /::::\    \               /::\____\        
 *              /::::\    \              /::::\    \              /::::\    \             /::::::\    \             /::::|   |        
 *             /::::::\    \            /::::::\    \            /::::::\    \           /::::::::\    \           /:::::|   |        
 *            /:::/\:::\    \          /:::/\:::\    \          /:::/\:::\    \         /:::/~~\:::\    \         /::::::|   |        
 *           /:::/  \:::\    \        /:::/__\:::\    \        /:::/__\:::\    \       /:::/    \:::\    \       /:::/|::|   |        
 *          /:::/    \:::\    \      /::::\   \:::\    \      /::::\   \:::\    \     /:::/    / \:::\    \     /:::/ |::|   |        
 *         /:::/    / \:::\    \    /::::::\   \:::\    \    /::::::\   \:::\    \   /:::/____/   \:::\____\   /:::/  |::|   | _____  
 *        /:::/    /   \:::\    \  /:::/\:::\   \:::\    \  /:::/\:::\   \:::\____\ |:::|    |     |:::|    | /:::/   |::|   |/\    \ 
 *       /:::/____/     \:::\____\/:::/__\:::\   \:::\____\/:::/  \:::\   \:::|    ||:::|____|     |:::|    |/:: /    |::|   /::\____\
 *       \:::\    \      \::/    /\:::\   \:::\   \::/    /\::/   |::::\  /:::|____| \:::\    \   /:::/    / \::/    /|::|  /:::/    /
 *        \:::\    \      \/____/  \:::\   \:::\   \/____/  \/____|:::::\/:::/    /   \:::\    \ /:::/    /   \/____/ |::| /:::/    / 
 *         \:::\    \               \:::\   \:::\    \            |:::::::::/    /     \:::\    /:::/    /            |::|/:::/    /  
 *          \:::\    \               \:::\   \:::\____\           |::|\::::/    /       \:::\__/:::/    /             |::::::/    /   
 *           \:::\    \               \:::\   \::/    /           |::| \::/____/         \::::::::/    /              |:::::/    /    
 *            \:::\    \               \:::\   \/____/            |::|  ~|                \::::::/    /               |::::/    /     
 *             \:::\    \               \:::\    \                |::|   |                 \::::/    /                /:::/    /      
 *              \:::\____\               \:::\____\               \::|   |                  \::/____/                /:::/    /       
 *               \::/    /                \::/    /                \:|   |                   ~~                      \::/    /        
 *                \/____/                  \/____/                  \|___|                                            \/____/         
 *                                                                                                                                    
 *
 *
 *
 *
 *
 *                              Ceron v2.52     Copyright (c) 2019 Ceron, Inc.     Website: https://ceron.pw
 *
 *
 *
 *                                                _______ ______ _   _ _______ _____ ____  _   _ 
 *                                             /\|__   __|  ____| \ | |__   __|_   _/ __ \| \ | |
 *                                            /  \  | |  | |__  |  \| |  | |    | || |  | |  \| |
 *                                           / /\ \ | |  |  __| | . ` |  | |    | || |  | | . ` |
 *                                          / ____ \| |  | |____| |\  |  | |   _| || |__| | |\  |
 *                                         /_/    \_\_|  |______|_| \_|  |_|  |_____\____/|_| \_|
 *                                                                                                
 *
 *                             Этот файл сгенерирован программой Ceron, все дальнейшие изменения файла будут утеряны!
 *                Вносить изменения в файл можно если Вы на 100% уверены, что верстка полностью готова и больше не будет не каких изменений!
 *                       Если же вам нужно что-то поменять, то пожалуйста создайте дополнительный файл и там вносите изменения
 *
 */





@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i');

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body{
	line-height: 1.2;
    font-size: 16px;
    color: #000;
    position: relative;
    font-family: "Arial", sans-serif;
    background: #fff;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: inherit;
}

p{
	margin: 0;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

img{
	vertical-align: middle;
}

a{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #4e98f4;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

a:hover,
a:focus{
	text-decoration: none;
}

button{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

input,
textarea,
button,
.swiper-button{
	outline: none;
	border: 0;
}

table{
	border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}

.swiper-container-fade .swiper-slide:not(.swiper-slide-active){
	opacity: 0 !important;
}

@media (min-width: 1200px){
	.container {
	    max-width: 1090px;
	}
}

@media (max-width: 575px){
	.container {
	    max-width: 320px;
	}
}

/* Bootstrap */

.img-fluid{
    max-width: 100%
}
.text-center{
    text-align: center
}
.wrap{
    overflow: hidden
}
.nice-select{
    float: none;
    line-height: 1.2;
    height: auto
}

/* Modal */

.blocker{
    z-index: 10
}

/* Section */

.section{
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
    background-color: #175F89;
    background-image: url(../img/background/background.svg);
    background-position: 50% 0;
    background-attachment: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px
}

/* Mobile */

.mobile{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh
}
.mobile-over{
    display: none
}
.mobile-head{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background-color: #dddddd;
    min-height: 100px
}
.mobile-body{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
}

/* Color */

.b-main--cover {
    display: flex;
    justify-content: center;
    align-items: center;
}

.color--black{
    color:#000000
}
.color--white{
    color:#ffffff
}
.color--eternity{
    color:#fff
}
.color--coffee-bean{
    color:#ffffff
}

/* Size */

.size--14{
    font-size:0.88em
}
.size--18{
    font-size:1.13em
}
.size--43{
    font-size:2.69em
}
.size--26{
    font-size:1.63em
}
.size--20{
    font-size:1.25em
}
.size--32{
    font-size:2.00em
}
.size--23{
    font-size:1.44em
}
.size--21{
    font-size:1.31em
}
.size--30{
    font-size:1.88em
}
.size--48{
    font-size:3.00em
}
.size--16{
    font-size:1.00em
}
.size--12{
    font-size:0.75em
}

/* Weight */

.weight--400{
    font-weight:400
}
.weight--700{
    font-weight:700
}

/* Font */

.font--roboto{
    font-family:Roboto
}
.font--arial-boldmt{
    font-family:Arial BoldMT
}
.font--arialmt{
    font-family:ArialMT
}

/* Style */

.style--uppercase{
    text-transform:uppercase
}

/* Line-height */

.line-height--12{
    line-height: 1.2
}
.line-height--14{
    line-height: 1.4
}
.line-height--16{
    line-height: 1.6
}
.line-height--18{
    line-height: 1.8
}
.line-height--20{
    line-height: 2
}

/* Btn */

.btn{
    cursor: pointer;
    display: inline-block;
    padding-left: 0.80em;
    padding-right: 0.80em;
    padding-top: 0.50em;
    padding-bottom: 0.50em;
    border: 0px none #ddd;
    background-color: transparent;
    text-align: center
}
.btn-primary{

    background: #00C752;
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 7.9872px;
            border-radius: 7.9872px;
    font-family: Arial;
    color: #ffffff;
    font-size: 1.80em;
    display: none;
    padding-top: 0.89em;
    padding-bottom: 0.89em
}
.btn-block{
    display: block;
    width: 100%
}

/* Form */

.form-control{
    border: 1px solid #dddddd;
    padding-left: 0.60em;
    padding-right: 0.60em;
    padding-top: 0.70em;
    padding-bottom: 0.70em;
    width: 100%
}
.form-group{
    margin-bottom: 0.60em
}
.form-label{
    display: block;
    font-weight: 400
}

/* Swiper */

.swiper-outside{
    position: relative
}

/* B-main */

.b-main{
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1056px
}
.b-main--maintenance{
    width: 477px
}
.b-main--item{
    font-size: 2.06em;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: 400;
    display: none
}

/* B-text */

.b-text{

    margin-bottom: 1.20em
}
.b-text--label{
    color:#fff;
       font-size: 2.50em;
    font-weight: 600;
    margin-bottom: 0.70em
}
h1,.b-text--caption{
    color:#fff;
    font-size:2.6em;
    font-weight:700;
    margin-bottom: 0.12em
}
.b-text--floor{
    color:#fff;
    letter-spacing:-0.00em
}

/* B-app */

.b-app{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.50em
}
.b-app--idem{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1.60em
}
.b-app--idem .b-app--piece + .b-app--piece{
    margin-top: 0.80em
}

/* E-code */

.e-code--subject{
    background-color:rgba(255,255,255,1.00);
    -webkit-border-radius:0.38em;
            border-radius:0.38em;
    -webkit-box-shadow:0px 0px 12.211625099182px rgba(0,0,0,0.3);
            box-shadow:0px 0px 12.211625099182px rgba(0,0,0,0.3);
    padding-left: 0.66em;
    padding-right: 0.66em;
    padding-top: 0.66em;
    padding-bottom: 0.66em
}

/* B-icons */

.b-icons{
    padding-left: 1.10em;
    padding-right: 1.10em;
    padding-top: 0.80em;
    padding-bottom: 0.80em;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.12);
    position: relative;
    overflow: hidden
}
.b-icons--inner{
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(105px, 1fr) );
    grid-row-gap: 2.40em;
    position: relative;
    z-index: 1
}
.b-icons--slider{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column
}
.b-icons--one{
    display: block
}
.b-icons--two{
    display: none
}
.b-icons:before{
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    bottom: -5px;
    right: -5px;
    top: -5px;
    background-image: url(../img/background/background.svg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
    -webkit-filter: blur(8px);
            filter: blur(8px);
    opacity: 1
}
.b-icons:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.1)
}

/* E-icon */

.e-icon--word{
    color:#ffffff;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase
}
.e-icon--station{
    min-height: 2.80em
}

/* B-phone */

.b-phone{
    width: 27em;
    height: 39.50em;
    position: relative;
    padding-top: 1.04em;
    margin-right: -1.20em;
    margin-top: -5px;
}
.b-phone--inner{
    -webkit-border-radius: 15px;
            border-radius: 15px;
    overflow: hidden;
    background-color: #ffffff;
    margin-left: 4.96em;
    margin-right: 4.8em
}
.b-phone--overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    z-index: 10
}
.b-phone--img{
    max-width: 100%
}
/*
 * CASCADE
 */

.not-found span{
    background-color: #dddddd;
    width: 24px;
    height: 3px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    display: block
}
.nice-select .current{
    line-height: 1.2;
    height: auto
}
.nice-select .option{
    height: auto;
    min-height: auto;
    line-height: 1.2;
    padding-top: 0.51em;
    padding-bottom: 0.51em;
    padding-left: 0.73em;
    padding-right: 0.73em
}
/*
 * MEDIA
 */

 footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 62px;
    padding: 10px;
    text-align: center;
    display: flex;
    background: rgb(0 0 0 / 0.10);
    justify-content: space-around;
}
footer .container {
  display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
footer p {
    color: #fff;
    font-size: 12px;
    margin-right: auto;
    opacity: 0.5;
    margin: 10px 0px;
}

footer .links{   }
footer .links a {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}
footer .links a:hover{text-decoration: underline;}


@media all and (max-width: 1400px){
    
    /* Section */

    .section{
        -webkit-background-size: cover;
                background-size: cover
    }
    
    /* B-icons */

    .b-icons:before{
        -webkit-background-size: cover;
                background-size: cover
    }
}
@media all and (max-width: 1366px){
    
    /* B-phone */

    .b-phone{
        font-size: 0.84em;
        margin-right: 1.10em
    }
}
@media screen and (max-width: 1199px){
    
    /* B-main */

    .b-main{
        width: 1024px
    }
}
@media screen and (max-width: 1024px){
    
    /* B-main */

    .b-main{
        width: 859px
    }
    
    /* B-phone */

    .b-phone{
        margin-right: -28px
    }
}
@media screen and (max-width: 991px){
    
    /* Section */

    .section{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start
    }
    
    /* B-main */

    .b-main{
        width: 768px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 2.80em
    }
    
    /* B-text */

    .b-text{
        margin-bottom: 1.62em
    }
    .b-text--label{
           margin-bottom: 0.22em;
    letter-spacing: -0.3px;

    }
    
    /* B-app */

    .b-app{
        margin-bottom: 2.34em
    }
    
    /* B-phone */

    .b-phone{
        font-size: 1.32em;
        margin-right: 0px;
        margin-top: 2.40em
    }
}
@media screen and (max-width: 767px){
    
    /* Section */

    .section{
        -webkit-background-size: 79.00em 79.00em;
                background-size: 79.00em;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start
    }
    
    /* Btn */

    .btn-primary{
        display: block
    }
    
    /* B-main */

    .b-main{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start
    }
    .b-main--maintenance{
        font-size: 0.66em;
        width: auto;
        padding-right: 0em
    }
    .b-main--cover{
        padding-top: 2.12em
    }
    
    /* E-logo */

    .e-logo{
           max-width: 17.8em;
    }
    
    /* B-text */

    .b-text{
        margin-bottom: 4.87em
    }
    .b-text--caption{
        margin-bottom: 0em
    }
    .b-text--floor{
        display: none
    }
    
    /* B-app */

    .b-app{
        display: none
    }
    
    /* B-icons */

    .b-icons{
        display: none
    }
    
    /* B-phone */

    .b-phone{
        font-size: 0.62em
    }
}
@media screen and (max-width: 567px){

    footer {
    z-index: 999;
    left: 0;
    background: #0b212d;
    height: auto;
}
footer .container {
   flex-direction: column;
    text-align: center;
    align-items: center;
}
    footer .links {
    flex-direction: column;
    display: flex;
}

footer .links a {
    margin: 0;
    padding: 5px;
}
footer p {
    margin: 0;
    padding: 5px;
}


    
    /* Modal */

    .blocker{
        padding-left: 0em;
        padding-right: 0em
    }
    
    /* Section */

    .section{
        -webkit-background-size: 67.00em 67.00em;
                background-size: 67.00em;
        display: block
    }
       .b-text{
        margin-bottom: 1.87em
    }
    /* Btn */
.b-main{    padding-bottom: 90px;}
    .btn-primary{
        position: fixed;
        bottom: 105px;
        z-index: 12;
        width: 300px;
        left: 50%;
        margin-left: -150px
    }
    
    /* B-main */

    .b-main{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 0.20em
    }
    .b-main--cover{
        padding-top: 0em
    }
    .b-main--item{
        display: block;   font-size: 1.9em; color: #fff;
    letter-spacing: -0.2px;
    text-transform: lowercase;
    }
    
    /* B-phone */

    .b-phone{
        font-size: 0.75em;
        margin-top: 0.96em
    }
     .b-phone--inner{    margin-right: 4.8em;}
}
 /* iphone 6+, 6s+, 7+, 8+ */
    @media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) { 
.b-phone {
    font-size: 0.65em;
  
}
    }
@media all and (min-width: 1024px) and (max-width: 1366px){
    
    /* B-icons */

    .b-icons--slider{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row
    }
    .b-icons--one{
        display: none
    }
    .b-icons--two{
        display: block
    }
}