@font-face
{
   font-family: 'Gilroy ExtraBold';
   src: url('../fonts/GilroySB.eot');
   src: url('../fonts/GilroySB.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GilroySB.svg#Gilroy-SemiBold') format('svg'),
        url('../fonts/GilroySB.ttf') format('truetype'),
        url('../fonts/GilroySB.woff') format('woff');
}
@font-face
{
   font-family: 'Roboto Light';
   src: url('../fonts/Roboto-Light.eot');
   src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.woff') format('woff');
}
@font-face
{
   font-family: 'Gilroy SemiBold';
   src: url('../fonts/Gilroy-ExtraBold.eot');
   src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg'),
        url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff');
}

/* ------ Specification ------ */

body {
    font-family: 'Roboto Light', sans-serif;
    padding: 0;
    color: #000000;
    letter-spacing: 0.02em;
    margin: 0;
    font-size: 17px;
  }

div, p, form, input, a, span, button {
    box-sizing: border-box;
}

p {
    margin: 0;
    font-size: 17px;
    line-height: 1.28em;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {  
    font-family: 'Gilroy SemiBold', sans-serif;
    line-height: 1.2em;
    color: #1d1d1d;
}

h1 {
    font-size: 75px;
}

h2 {
    font-size: 55px;
    text-align: center;
    color: #061D2F;
    letter-spacing: 0.07px;
    text-transform: uppercase;   
    text-align: left;
}

h3 {
    font-size: 35px;
    margin-top: 45px;
}

h4 {
    font-size: 25px;    
}

h5 {
    font-size: 20px;    
}

a, a:hover, a:active {
    text-decoration: none;
}

a, button, input {
    transition: all 0.5s ease;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active {
    outline: none;
}

section {
  
}

.btn { 
    font-family: "Encode Sans", sans-serif;
    font-size: 16px;
    color: #fff;  
    background-color: #f7542b;;
    display: block;
    padding: 10px;   
    border-radius: 10px;
}

.btn:hover {
    background: #e6e3f6;
    border: 1px solid #f7542b;
    color: #f7542b;
}

.btn:active, .btn:focus {
    box-shadow: 0 0 25px rgba(0,0,0,0.2) inset;
}

.button-red {
    color: #fff;
    font-weight: 400;
    width: 100%;
    border-radius: 0px;
}

.button-red:hover {
    color: #f7542b;
}

.button-more {
    border-radius: 0;
}


.button-tik {
   padding: 10px 25px;
   width: 100%;
}

.button-transparent {
    width: 170px;
    background-color: transparent;
    border-radius: 30px;
    border: 2px #c42a36 solid;
    color:#102B40;
    font-family:'Gilroy ExtraBold';
    font-size:13px;
    padding: 10px 0;
}

.button-transparent:hover {
    background: #e6e3f6;
    border: 2px solid #c42a36;
    color: #c42a36;
}

.text-center {
    text-align: center;
    margin: 0 auto;
}

/* ------ Hero screen ------ */

.header {
   padding-bottom: 50px;
 
   /*background-color: rgba(29,29,29,0.85);
   background-image: linear-gradient(to top, rgba(8, 8, 8, 0.46), rgba(4, 4, 4, 0.13)), url(../img/headerbg2.jpg);*/
   background-size: cover;
   /*height: 731px;*/
   background-color: #fff;
}

/* Top panel */
.top_panel {
    position:relative;
    /*z-index:10000;*/
    background-position: center;
    background-repeat: repeat;
    padding:1px 0;
}

.top_panel:before {
    content:' ';
    position:absolute;
   /* z-index:1;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.3);
}

/*---------*/

.navigation {
    padding-top: 12px;
    padding-bottom: 7px;
	 background-color: rgba(29,29,29);
    /* background: rgba(142,149,155,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(142,149,155,1) 0%, rgba(18,18,20,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(142,149,155,1)), color-stop(100%, rgba(18,18,20,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(142,149,155,1) 0%, rgba(18,18,20,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(142,149,155,1) 0%, rgba(18,18,20,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(142,149,155,1) 0%, rgba(18,18,20,1) 100%);
    background: radial-gradient(ellipse at center, rgba(142,149,155,1) 0%, rgba(18,18,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e959b', endColorstr='#121214', GradientType=1 ); */
}

nav {
    position: absolute;
    z-index: 999;
    width: 100%;
    transition: all 0.5s ease;
}

nav.sticky {
    background: #000;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    position: fixed;
}

.logo-text {
    text-transform: uppercase;
    color: #f7542b;
    font-family: "Encode Sans", sans-serif;
    font-size: 25px;
    letter-spacing: 2.07px;
    line-height: 32px;
    font-weight: 400;
}

.logo_slogan {
   font-size: 13px;
   line-height: 22px;
   color: #fff;
   text-transform: none;
   width:auto;
}

.menu {
    margin-top: 13px;
/*    width: 560px;*/
}

.menu__item {
    color:#fff;
    font-family: "Quattrocento Sans", sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing:1.07px;
    padding-bottom: 2px;
	 text-transform: uppercase;
}

.menu-link {
   
    color: #fff;
}

.menu-link2 {
   
	color: #f7542b;
}


.menu-link2:hover{
	text-decoration: none;
	color: #fff;
}

.menu-link:hover{
    text-decoration: underline;
    color: #f7542b;
}


.menu-link:focus{
    text-decoration: underline;
    color: #f7542b;
}

.menu__link:active {
    color: #f7542b;
}

.menu-bars {
    font-size: 26px;
    color: #fff;
    display: none;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}

.fordesc {
        display: block;
    }

    .formob {
       display: none;
    }

.ordercall {
   /*margin-left: 44px;*/
}

.order {
    margin: 35px auto;
    display: table;
    width: 250px;
}


.header-order {
   padding-top: 20px;
   padding-bottom: 50px;
   background-color: #fff;

}

/*Block White, Black, Grey*/

.blockwhite {
    background-color: #fff;    
    padding-top: 90px; 
    padding-bottom: 90px; 
}

.blockblack {
    background-color: #1A191F;   
    padding-top: 90px; 
    padding-bottom: 90px;
    color: #fff;
}

.blockgrey {
    padding-top: 90px; 
    padding-bottom: 90px;
    background-color: #E3DFF6;  
}

.block-title { 
    font-size: 37px;
    margin-bottom: 50px;
}

.blockblack-title { 
    font-size: 37px;
    margin-bottom: 50px;
    color: #fff;
}

.block-text { 
    margin-top: 25px;
}

.textnomargin { 
    margin-top: 0;
}

.block-img {
    display: table;
    margin: 25px auto;
    width: 100%;
}

.block-imglist {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    display: table;  
}

.block-list {
    margin-top: 25px;
    margin-left: 25px;
}
.block-list__item {     
    list-style-image: url(../img/bullet-green.png);
    display: list-item;
    text-align: left;    
}

.img-link {

}

/* ------ Footer ------ */

.footer {
    background-color: #1A191F;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.feedback-title {
    margin-bottom: 35px;
}

.logo-footer {
    width: 50px;
}

.credits {
    padding-top: 10px;
}


/* ------ Pop-up window ------ */

.box-modal {
    position: fixed;
    z-index: 200000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    padding: 50px;
}

.box-modal:before {
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    transition: opacity 0.6s;
    background-color: #1d1d1d;
}

.popup_bg {
/*    background-color: rgb(119, 119, 119)!important;*/
    opacity: 0.5!important;
    cursor: pointer;
    background:rgba(0,0,0,0.4)!important;
    position:absolute;
    z-index:1;
    height:100%;
    width:100%;
}

.box-modal_close {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 30px;
    line-height: 15px;
    color: #fff;
    cursor: pointer;
}

.box-modal_close:before {
    content: "X";
    position: relative;
    top: 0;
    left: -.5vw;
    width: 65px;
    height: 80px; 
    color: #fff;
    font-weight: 200;
    text-align: center;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2;
    color: #fff;

}

.popup_img {
    position: relative;
    margin:0 auto;
    z-index:2;
    max-height:94%;
    max-width:94%;
    margin:5% 0 0 0;
    pointer-events: none;
}


.modal-title {
    text-transform: uppercase;
    color: #f7542b;
    font-family: "Encode Sans", sans-serif;
    line-height: 1em;
    font-size: 45px;
    margin-bottom: 1em;
}

.modal-description {

}

/* Счетчик */
.timedesc {
    display: block;
}

.timemob {
    display: none;
}