@charset "UTF-8";

/*fonts*/
@font-face {
    font-family: 'Neuron';
    src: url('../fonts/NeuronExtraLight.eot');
    src: local('Neuron ExtraLight'), local('NeuronExtraLight'),
        url('../fonts/NeuronExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeuronExtraLight.woff2') format('woff2'),
        url('../fonts/NeuronExtraLight.woff') format('woff'),
        url('../fonts/NeuronExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Neuron';
    src: url('../fonts/NeuronBold.eot');
    src: local('Neuron Bold'), local('NeuronBold'),
        url('../fonts/NeuronBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeuronBold.woff2') format('woff2'),
        url('../fonts/NeuronBold.woff') format('woff'),
        url('../fonts/NeuronBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Neuron';
    src: url('../fonts/NeuronExtraBold.eot');
    src: local('Neuron ExtraBold'), local('NeuronExtraBold'),
        url('../fonts/NeuronExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeuronExtraBold.woff2') format('woff2'),
        url('../fonts/NeuronExtraBold.woff') format('woff'),
        url('../fonts/NeuronExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Neuron';
    src: url('../fonts/NeuronBlack.eot');
    src: local('Neuron Black'), local('NeuronBlack'),
        url('../fonts/NeuronBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeuronBlack.woff2') format('woff2'),
        url('../fonts/NeuronBlack.woff') format('woff'),
        url('../fonts/NeuronBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Neuron';
    src: url('../fonts/Neuron.eot');
    src: local('Neuron'),
        url('../fonts/Neuron.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Neuron.woff2') format('woff2'),
        url('../fonts/Neuron.woff') format('woff'),
        url('../fonts/Neuron.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neuron';
    src: url('../fonts/NeuronLight.eot');
    src: local('Neuron Light'), local('NeuronLight'),
        url('../fonts/NeuronLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeuronLight.woff2') format('woff2'),
        url('../fonts/NeuronLight.woff') format('woff'),
        url('../fonts/NeuronLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Neuron';
    src: url('../fonts/NeuronHeavy.eot');
    src: local('Neuron Heavy'), local('NeuronHeavy'),
        url('../fonts/NeuronHeavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeuronHeavy.woff2') format('woff2'),
        url('../fonts/NeuronHeavy.woff') format('woff'),
        url('../fonts/NeuronHeavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Neuron';
    src: url('../fonts/NeuronDemiBold.eot');
    src: local('Neuron DemiBold'), local('NeuronDemiBold'),
        url('../fonts/NeuronDemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeuronDemiBold.woff2') format('woff2'),
        url('../fonts/NeuronDemiBold.woff') format('woff'),
        url('../fonts/NeuronDemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
	font-family: 'Bicubik';
	src: url('../fonts/Bicubik.eot');
	src: local('Bicubik'),
		url('../fonts/Bicubik.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Bicubik.woff') format('woff'),
		url('../fonts/Bicubik.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*font-family: 'Bicubik';*/


/*baisic*/
html{
  -webkit-locale: "ru-RU";
  direction: ltr;
  unicode-bidi: isolate;
  min-height: 100%;
}
html, body{
  min-height: 100%;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
body{
  font: 400 16px/1.2 'Neuron', sans-serif;
  color: #4E5054;
  background: #fff;
  min-width: 310px; 
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  opacity: 1;
  -moz-font-feature-settings: 'kern';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
.no-scroll{
  height: 100%;
  overflow: hidden;
}

/*box-sizing*/
*, *:before, *:after, input[type="search"]{
  box-sizing: border-box;
}

/*buttons*/
.btn{
  display: block;
  padding: 0;
  outline: 0!important;
  outline-color: transparent!important;
  outline-width: 0!important;
  outline-style: none!important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  border: none;
  background: none;
  box-shadow: none;
  transition: .25s ease;  
  cursor: pointer;
  border-radius: 0;
  white-space: nowrap;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btn::-moz-focus-inner {border: 0;}
.btn:disabled {
  cursor: default;
  opacity: 1;
  user-select: none;	
}



/*layout*/
.wrapper{
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100vh;
  background-color: rgba(78, 80, 84, .03);

}
.container{
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.main{padding-top: 122px;}

.sec{
  position: relative;
  padding: 80px 0;
}
.sec-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 74px;
}
.sec-title{
  position: relative;  
  padding-bottom: 8px;
  width: calc(50% - 20px);
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  text-align: right;
  color: #999;
}
.sec-title::after{
  content: '';
  display: block;
  width: 50vw;
  height: 3px;
  background-color: #E4190A;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec-more{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 26px 0 52px;
  height: 40px;
  border: 1px solid rgba(78, 80, 84, .8);
  border-radius: 3px;
  font-family: 'Bicubik';
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  letter-spacing: .05em;
  color: rgba(78, 80, 84, .8);
}
.sec-more svg{
  flex-shrink: 0;
  stroke: rgba(78, 80, 84, .8);
  transition: stroke .25s linear;
}
.sec-more:hover{
  color: #E4190A;
  border-color: #969395;
}
.sec-more:hover svg{stroke: #E4190A;}
.list{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
.list--4 > *{
  width: calc((100% - 120px) / 4);
  margin: 0;
}
.list--3 > *{
  width: calc((100% - 80px) / 3);
  margin: 0;
}
@media only screen and (max-width : 1199px){
  .list--3{gap: 20px;}
  .list--3 > *{width: calc(50% - 10px);}
}
@media only screen and (max-width : 1023px){
  .sec{padding: 60px 0;}
  .sec-header{
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
  .sec-title{
    margin-bottom: 20px;
    padding-bottom: 3px;
    width: 100%;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: #4E5054;
  }
  .sec-title::after{
    width: 100%;
    height: 2px;
  }
  .list{gap: 20px;}
  .list--4 > *{width: calc(50% - 10px);}  
}
@media only screen and (max-width : 890px){
  .list--3 > *{
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width : 767px){
  .main{padding: 0 0 80px;}  
  .list--4 > *{
    width: 100%;
    margin: 0;
  }
}


/*typographyc*/
ol,ul,li,h1,h2,h3,h4,h5,h6,p,q,figure,figcaption,blockquote,cite,fieldset,hr{    
  margin:0;
  padding: 0;    
  border: none;
}
ul li, ol li{list-style: none;}
a{text-decoration: none;outline: none;color:#4E5054;transition: .25s ease;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a:-moz-any-link:focus ,
a:-moz-focusring,
a::-moz-focus-inner,
a::-moz-focus-outer{
  outline: 0!important;
  outline: none;
}
a:active {outline: none;}
a[href^="tel:"],
a[href^="mailto:"]{white-space: nowrap;}
img{
  display: block;
  height: auto;
}
svg{
  display: block;
}



@media only screen and (max-width : 767px){
  .mob-hide{display: none !important;}
}
@media only screen and (min-width : 768px){
  .desc-hide{display: none !important;}
}

.user-logged-in .main{padding-top:120px}
