@font-face {
    font-family: Manrope-L;
    src: url(../fonts/Manropelight.woff2) format("woff2"),url(../fonts/Manropelight.woff) format("woff"),url(../fonts/Manropelight.ttf) format("truetype")
}
@font-face {
    font-family: Manrope-SB;
    src: url(../fonts/Manropesemibold.woff2) format("woff2"),url(../fonts/Manropesemibold.woff) format("woff"),url(../fonts/Manropesemibold.ttf) format("truetype")
}
@font-face {
    font-family: Manrope-B;
    src: url(../fonts/Manropebold.woff2) format("woff2"),url(../fonts/Manropebold.woff) format("woff"),url(../fonts/Manropebold.ttf) format("truetype")
}
@font-face {
    font-family: Manrope-M;
    src: url(../fonts/Manropemedium.woff2) format("woff2"),url(../fonts/Manropemedium.woff) format("woff"),url(../fonts/Manropemedium.ttf) format("truetype")
}
@font-face {
font-family: 'Myriad Pro Regular';
src: url('../fonts/MyriadPro-Regular.eot');
src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/MyriadPro-Regular.woff') format('woff'),
url('../fonts/MyriadPro-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

.compensate-for-scrollbar {
  margin-right: 0!important;
}
* {
  box-sizing: border-box
}

textarea {
 resize:none
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
 color:silver;
 font-size:1em;
}
input::-moz-placeholder,textarea::-moz-placeholder {
 color:silver;
 font-size:1em;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
 color:silver;
 font-size:1em;
}

body,html {
 font-size:16px;
 min-height:100vh;
 min-width:320px;
 overflow-x:hidden;
 font-family:Manrope-L;
 color: #000;
 position:relative;
 word-wrap:break-word;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 -ms-text-size-adjust:100%;
 -moz-text-size-adjust:100%;
 -webkit-text-size-adjust:100%;
 -webkit-tap-highlight-color:transparent;
 -ms-touch-action:manipulation;
 touch-action:manipulation
}
body {
  overflow: hidden;
}

.toggle-menu {
 display:none;
 width:28px;
 height:21px;
 right:0
}
.toggle-menu span:after,.toggle-menu span:before {
 content:"";
 position:absolute;
 left:0;
 top:9px
}
.toggle-menu span:after {
 top:18px
}
.toggle-menu span {
 position:relative;
 display:block
}
.toggle-menu span,.toggle-menu span:after,.toggle-menu span:before {
 width:100%;
 height:4px;
 background-color:#000;
 -webkit-transition:all .3s;
 transition:all .3s;
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden;
 -webkit-border-radius:2px;
 border-radius:2px
}

.toggle-menu.on span {
 background-color:transparent
}
.toggle-menu.on span:before {
 -webkit-transform:rotate(45deg) translate(-1px,0);
 -ms-transform:rotate(45deg) translate(-1px,0);
 transform:rotate(45deg) translate(-1px,0)
}
.toggle-menu.on span:after {
 -webkit-transform:rotate(-45deg) translate(6px,-7px);
 -ms-transform:rotate(-45deg) translate(6px,-7px);
 transform:rotate(-45deg) translate(6px,-7px)
}
.btn {
 -webkit-appearance:none;
  transition:all .5s ease;
}

section, footer, header {
  position: relative;
  width: 100%;
}

a {
  transition:all .5s ease
}
a:hover {
  text-decoration: none;
}
.container {
	max-width: 1174px;
  /*max-width: 1600px;*/
}



.wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
a {
  color:#000;
}
a:hover {
  color:#000;
}
.main {
  flex-grow: 1;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 70px;
}
header {
  padding-top: 30px;
  padding-bottom: 30px;
}
header menu > div {
  text-transform: uppercase;
  font-family: Manrope-M;
  font-size: 15px;
  margin-right: 5px;
  display: block;
  letter-spacing:3px;
}
header menu a {
  padding-left: 5px;
  padding-right: 5px;
  transition:background-color .5s ease, color .5s ease;
}
header menu a:hover {
  color:#fff;
  background-color: #ff483e;

}
header menu > div {
  position: relative;
  display: block;
}
.menu-hidden {
  display: none;
  position: absolute;
  top: 21px;
  left: 0;
  right: auto;
  z-index: 1;
  min-width: 149px;
}
.menu-hidden a {
  font-size: 12px;
  background-color: #f8f8f8;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  display: block;
  border-bottom:1px solid #ff483e;
  transition: color .2s ease, background-color .2s ease;
}
.menu-hidden a:hover {
  color:#fff;
  background-color: #ff483e;
}
@media only screen and (min-width: 768px) {
  header menu > div:hover .menu-hidden {
    display: block;
  }
}
header menu > div:nth-last-child(2) {
  margin-right: 0;
}
header menu > div a:after {
  display: none;
}

header menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.underlined {
  position: relative;
  display: inline-block;
}
.underlined:after {
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000;
  width: 0;
  transition: width .5s ease;
}
.underlined:hover:after {
  width: 100%;
}


.justify-content-between iframe {
  margin-bottom: 30px;
}

.letters {
  position: relative;
  padding-left: 100px;
}
.letters .in, .letters .fb, .letters .vk {
  position: absolute;
  top: 0;
  left: 10px;
  text-transform: uppercase;
  font-family: Manrope-B;
  color:#000;
  font-size: 16px;
  transform: rotate(-90deg);
  letter-spacing: 3px;
  padding: 5px;
  padding-top: 3px;
  padding-left: 7px;
  transition:background-color .5s ease, color .5s ease;
}
.letters .in:hover, .letters .fb:hover, .letters .vk:hover {
  color:#fff;
  background-color: #00ad5d;
}
.letters .fb {
  top: 70px;
}
.letters .vk {
  top: 140px;
}
.main-slider-wrap .letter1 {
  padding:7px 7px;
}
.main-slider-wrap .letter1:hover {
  color:#fff;
  background-color: #00ad5d;
}
.all-news .letter1 {
  padding:7px 7px;
}
.all-news .press > .letter1:hover {
  color:#fff;
  background-color: #0e7cc2;
}
.team2 .letter1 {
  padding:7px 7px;
}
.team2 .letter1:hover {
  color:#fff;
  background-color: #ff483e;
}
.main-slider-wrap {
  position: relative;
  padding-bottom: 80px;
}
.main-slider-wrap .slick-dots {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  height: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #ededed;
}
.main-slider-wrap .slick-dots li {
  height: 5px;
  background: none;
  cursor: pointer;
}
.main-slider-wrap .slick-dots .slick-active {
  background-color: #ff463e;
}
.main-slider-wrap .slick-dots button {
  font-size: 0;
  padding: 0;
  border:none;
}
.h1 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: Manrope-SB;
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 0;
}
.breadcrumbs {    text-transform: uppercase;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.breadcrumbs .back {
  text-transform: uppercase;
  color:#494949;
  font-family: Manrope-SB;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 3px;
  padding: 7px 10px;
  transition:all .5s ease;
}
.breadcrumbs .back:hover {
  color:#fff;
  background-color: #ff483e;
}
.all-news .press .col2 {
  margin-bottom: 0;
  cursor: pointer;
  width: 297px;
  min-width: 297px;
  padding-right: 20px;
}
.all-news .press .col2 .letter1 {
  padding: 0;
}
.press img:not(.myimg777) {
  mask-image: url(bitrix/images/main/presssmal.svg);
  filter:grayscale(1);
  transition:all .5s ease;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.press .el:hover img {
  filter:none;
}
.press .title {
  transition: background-color .5s ease;
}
/*.press .el-wrap:hover .title {
  background-color: grey;
}*/

.letter1 {
  transition:all .5s ease;
}

.all-news .press .col2:hover .letter1, .all-news .press .col2:hover .letter2 {
  color:#000;
}


.docs .el {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.docs .el span,
.docs__info {
  display: block;
  padding-left: 15px;
  font-size: 14px;
  font-family: Manrope-M;
  line-height: 1;
  transition:color .5s ease;
}
.docs .el:hover span {
  color: #ff483e;
}


footer .link {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  font-family: Manrope-B;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
}
footer .link .underlined:after {
  background-color: #ff483e;
  height: 2px;
  bottom: -5px;
}
footer {
  padding-bottom: 20px;
}
footer menu a {
  color:#000;
  font-size: 12px;
  font-family: Manrope-M;
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}
footer .lined .link {
  position: relative;
}
footer .lined .link span {
  position: relative;
}
footer .lined .link span:after {
  content:'';
  left: 0;
  width: 80%;
  height: 2px;
  background-color: #ff483e;
  bottom: -3px;
  display: block;
  position: absolute;
}
footer .lined menu a {
  font-size: 12px;
  font-family: Manrope-L;
}
footer p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0;
}
footer .social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 20px;
}
footer .social a {
  display: inline-block;
  text-transform: uppercase;
  color:#000;
  font-family: Manrope-B;
  font-size: 18px;
  letter-spacing: 3px;
  margin-right: 60px;
}
footer .social a:last-child {
  margin-right: 0;
}
footer .social a span:after {
  background-color: #ff483e;
  height: 2px;
}
.responsive {
  max-width: 100%;
  max-height: 100%;
}


.with-letters {
  position: relative;
}
.with-letters .letter1 {
  position: absolute;
  /*top: 0;
  right: 0;*/
  top: 15px;
  right: -13px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Manrope-SB;
  line-height: 1;
  letter-spacing: 3px;
  color:#737373;
  /*writing-mode: vertical-lr;
  transform:rotate(180deg);*/
transform:rotate(-90deg);
}
.with-letters .letter2 {
  position: absolute;
   /*bottom: 0;
  right: 0;*/
  bottom: 19px;
  right: -20px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Manrope-SB;
  line-height: 1;
  letter-spacing: 3px;
  color:#737373;
  /*writing-mode: vertical-lr;
  transform:rotate(180deg);*/
transform:rotate(-90deg);
}

.col6.with-letters .letter1, .col6.with-letters .letter2
{
	right:auto;
	left: 480px;
}

.col2.with-letters .letter1, .col2.with-letters .letter2
{
	right:auto;
	left: 280px;
}

.ordens .el {
  margin-bottom: 100px;
}

.h1--lined {
  letter-spacing: 2px;
  position: relative;
   margin-bottom: 40px;
  line-height: 1.3;
}
.h1--lined span {
  position: relative;
}
.h1--lined span:after {
  height: 3px;
  left: 0;
  bottom: -8px;
  width: 80%;
  background-color: #0e7cc2;
  content:'';
  display: block;
  position: absolute;
}
.texting .desc {
  font-size: 14px;
  font-family: Manrope-M;
}
.btn {
  color:#fff;
  text-transform: uppercase;
  font-family: Manrope-M;
  font-size: 12px;
  letter-spacing: 1px;
  height: 33px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius:0;
}
.btn--red {
  background-color: #ff483e;
}
.btn--red:active {
  color:#fff;
  background-color: #000!important;
}
.btn--red:hover {
  color:#fff;
  background-color: #e2281e;
}
.texting.short {
  max-width: 970px;
}
.texting p {
  font-size: 14px;
}



.tab {
  text-transform: uppercase;
  font-size: 13px;
  font-family: Manrope-SB;
  letter-spacing: 3px;
  padding: 5px 15px;
  border-bottom:3px solid #ededed;
  color:#000;
}
.tab.active {
  color:#fff;
  background-color: #ff463e;
  border-color:#ff463e;
}
.tabs {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.tabs_text_align {
  text-align: center;
}
.class_X {
  padding-left: 20px;
  color: #ddd;
  font-size: 21px;
  height: 22px;
  outline: none;
  border: none;
  margin-left: 10px;
  cursor: pointer;
}

.komanda .el {
  background-image: url(../img/bg.png);
  background-position: top center;
  position: relative;
  height: 265px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.komanda .el-wrap {
  margin-bottom: 35px;
  width: 217px;
  min-width: 217px;
  margin-left: 31px;
  margin-right: 31px;
}
.komanda .el .fio {
  color:#fff;
  text-transform: uppercase;
  font-family: Manrope-B;
  font-size: 11px;
  padding: 10px;
  background-color: #2596ac;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1.6;
  letter-spacing: 3px
}
.komanda .el .smallName {
font-size: 10px;
}
.komanda .el .smlName {
font-size: 10px;
}
.komanda img {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin:auto;
}
.komanda .row {
  margin-left: -31px;
  margin-right: -31px;
}
.komanda .fid {
 top: 0px;
}

.contacts h2 {
  font-family: Manrope-M;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: 1px
}
.contacts .block {
  margin-bottom: 75px;
}
.contacts .title {
  text-transform: uppercase;
  font-family: Manrope-M;
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 1px
}
.contacts .text {
  font-size: 14px;
}
.contacts .block.lined {
  padding-left: 20px;
  border-left: 4px solid #ff483e;
}
.contacts .el {
  margin-top: 50px;
}
.contacts .proff {
  font-size: 14px;
  color:#989898;
  line-height: 1;
  margin-bottom: 20px;
}
.contacts .el a {
  display: block;
  line-height: 1.2;
  color:#000;
}
.ordens2 .el {
  width: 47%;
  min-width: 47%;
  flex:0 0 47%;
  padding-right: 30px;
  margin-bottom: 50px;
}
.docs--mod .el span {
  font-size: 12px;
  line-height: 1.5;
  font-family: Manrope-B;
}
.komanda .red .fio {
  background-color: #ff4133;
}
.komanda .green .fio {
  background-color: #275437;
}
.komanda .blue .fio {
  background-color: #2596ac;
}
.komanda--mod .el-wrap {
  width: 177px;
  min-width: 177px;
  margin-left: 21px;
  margin-right: 21px;
}
.komanda--mod .el {
  background-image: url(../img/bg2.png);
  height: 240px;
}
.komanda--mod img {
  /*top: 40px;*/
}
.komanda--mod .row {
  margin-left: -21px;
  margin-right: -21px;
}
.with-letters .letter--mod {
    left: -165px;
    right: auto;
    padding-top: 35px;
    top: 80px;
    bottom: 0;
    text-align: center;
    max-height: 100px;
}
.komanda .red .letter1, .komanda .green .letter1, .komanda .blue .letter1 {
  padding: 20px 7px;
  transition:background-color .5s ease;
}
.komanda .red .letter1:hover {
 background-color: #ff4133; 
  color:#fff;
}
.komanda .green .letter1:hover {
 background-color: #275437; 
  color:#fff;
}
.komanda .blue .letter1:hover {
  background-color: #2596ac; 
  color:#fff;
}


.history .img {
  height: 210px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: center;
}
.history .el {
  text-align: center;
}
.history .el span {
  font-size: 16px;
  font-family: Myriad Pro Regular;
  color:#fff;
  padding: 2px 10px;
  background-color: #49355d;
  display: inline-block;
  line-height: 1.3;
}
.h2 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: Manrope-SB;
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 45px;
  margin-top: 50px;
}
.history .title {
  position: relative;
  top: -5px;
}


.news .date {
  text-align: center;
  font-family: Manrope-M;
  color:#868686;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 3px
}
.news p {
  font-size: 14px;
  text-indent: 35px;
}
.news img {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 20px;
}
.h1--lined.green span:after {
  background-color: #275436;
}


.press .el {
  position: relative;
  max-width: 470px;
  height: 358px;

}
.press .el .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color:#fff;
  text-transform: uppercase;
  font-family: Manrope-B;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 10px;
  background-color: #0e7cc2;
  z-index: 1;
}
.press .el-wrap {
  margin-bottom: 40px;
  padding: 0;
}
.press .col6 {
  width:calc(50% - 30px);
  min-width:calc(50% - 30px);
}
.press .col2 {
  width:calc(33.33% - 50px);
  min-width:calc(33.33% - 50px);
}
.press .col2 .el {
  height: 230px;
  max-width: 277px;
  position: relative;
}
.press .col6 .el {
  position: relative;
}
.press .col2 .el:before {
  content:'';
  width: 277px;
  height: 186px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  background-image: url(../img/ramka1.png);
  z-index: 1
}
.press .col6 .el:before {
  content:'';
  width: 470px;
  height: 328px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  background-image: url(../img/ramka2.png);
  z-index: 1
}


.el-wrap {
  position: relative;
  cursor:default;
}
.hidden {
  position: absolute;
  background-image: url(../img/bg3.png);
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  color:#fff;
  padding: 27px;
  width: 277px;
  height: 300px;
  z-index: -1;
  opacity: 0;
  transition: opacity .3s ease;
}
.el-wrap:hover .hidden {
  z-index: 1;
  opacity: 1;
}
.hidden .fio {
  text-transform: uppercase;
  font-family: Manrope-B;
  letter-spacing: 3px;
  font-size: 16px;
  margin-bottom: 10px;
  background-color: #ff483e!important;
}
.hidden .birth {
  font-size: 10px;
  letter-spacing: 3px
}
.hidden .birth span {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.hidden .text {
  font-family: Manrope-M;
  font-size: 14px;
  line-height: 1.3;
  text-align: justify;
}
.green-light .fio {
  background-color: #00ad5d;
}


.res .tab1 {
  text-transform: uppercase;
  font-family: Manrope-M;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}
.res .tab1.active:after {
  content:'';
  height: 3px;
  width: 65%;
  left: 0;
  bottom: -7px;
  background-color: #ff4134;
  position: absolute;
}
.res .scrolling {
  position: relative;
}
.res .scrolling:after {
  content:'';
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #ddd;
  right: 7px;
  position: absolute;
}
.h230 {
  max-height: 230px;
  overflow-y: auto;
}
.h460 {
  max-height: 460px;
  overflow-y: auto;
  position: relative;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ddd;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ff4134!important;
  width: 6px;
  border-radius:0;
  opacity: 1 !important;
  z-index: 11;
}
.mCSB_scrollTools {
  opacity: 1;
}
.h1--mod {
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.res .place {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.res .place span {
  padding-left: 10px;
  display: inline-block;
  font-size: 14px;
  font-family: Manrope-M;
  line-height: 1.2;
  color:#000;
}

.form-search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  margin-bottom: 40px;
}
.form-search input {
  height: 27px;
  background-color: #fff;
  width: 280px;
  border-bottom:2px solid #ddd;
}
.form-search button {
  background: none;
  width: 21px;
  height: 22px;
  outline:none;
  border:none;
  margin-left: 10px;
  cursor: pointer;
}



.main-slider .slide {
  height: 600px;
  text-align: center;
}
.main-slider {
  padding-left: 5%;
  padding-right: 5%;
}
.main-slider .slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.main-slider-wrap {
  position: relative;
}
.slick-next {
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 17px;
  height: 29px;
  background-image: url(../img/arrow.png);
  cursor: pointer;
  position: absolute;
  right: 1%;
  top: 50%;
  margin-top: -14px;
}
.slick-prev {
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 17px;
  height: 29px;
  background-image: url(../img/arrow.png);
  cursor: pointer;
  position: absolute;
  left: 1%;
  top: 50%;
  margin-top: -14px;
  transform: rotate(180deg)
}
.slick-arrow:focus {
  outline:none;
}
.letter1--mod2 {
  position: absolute;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Manrope-SB;
  line-height: 1;
  letter-spacing: 3px;
  color:#000;
  /*writing-mode: vertical-lr;
  transform:rotate(1800deg); */
	transform:rotate(-90deg);
  /*left: -85px;
  bottom: 0;*/
	left: -144px;
}
.all-news {
  margin-top: 80px;
  margin-bottom: 80px;
}
.scrollingx .col2 {
  width: 277px;
  min-width: 277px;
  margin-right: 95px;
}
.scrollingx .col2:last-child {
  margin-right: 0;
}
.scrollingx .with-letters .letter1, .scrollingx .with-letters .letter2 {
  right:-25px;
}
.scrollingx .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom:auto;
  top: 0;
}
.scrollingx .mCSB_container {
  padding-top: 80px;
}
.press {
  position: relative;
margin-bottom: 80px;
}
.first_but {
bottom: 85px;
left: -167px;
}
.letter1--mod2.center {
  /*top: 0;*/
top: 62px;
  text-align: center;
}


.team2 .el-wrap {
  position: relative;
  margin-bottom: 50px;
  width: 25%;
  min-width: 25%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.team2 .hidden {
  background-image: url(../img/bg4.png);
  background-repeat: no-repeat;
  height: 234px;
  -webkit-background-size: contain;
  background-size: contain;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team2 .hidden .fio {
  font-size: 22px;
  letter-spacing: 4px
}
.team2 .hidden .birth {
  font-size: 14px;
  text-transform: uppercase;
}
.hidden .rang {
  text-align: right;
}
.hidden .rang span {
  background-color: #2596ac;
  color:#fff;
  font-size: 14px;
  font-family: Manrope-M;
  padding: 3px 15px;
  position: relative;
  display: inline-block;
  right:-50px
}
.team2 {
  position: relative;
}
.letter1--mod2.top {
 /* top: 0; */
top: 40px;
  text-align: left;
  /*bottom:auto;*/
}


.page p {
  margin-bottom: 25px;
  line-height: 1.6;
}
.page ul {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page li {
  margin-bottom: 10px;
  line-height: 1.1;
  position: relative;
  padding-left: 20px;
}
.page li:before {
  content:'';
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius:50%;
  background-color: #000;
}
.page h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1;
  font-family: Manrope-SB;
  margin-top: 40px;
}
.page b {
  font-weight: normal;
  font-family: Manrope-SB;
}


.hidden.green {
  background-image: url(../img/bg3_green.png);
}
.hidden.green .fio {
  background-color: #275437!important;
}
.hidden.blue {
  background-image: url(../img/bg3_blue.png);
}
.hidden.blue .fio {
  background-color: #2596ac!important;
}
.all-news .hidden {
  margin-left: -11px;
}
.gallery-img img {
  max-width: 100%;
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  
}

@media only screen and (max-width: 1199px) {
  .komanda .row {
    justify-content: center;
  }
  .komanda--mod .el-wrap:nth-child(4), .komanda--mod .el-wrap:nth-child(5) {
    display: none;
  }
  .komanda--mod .row {
    justify-content: flex-start;
  }
  .ordens .el {
    width: 45%;
    min-width: 45%;
    flex:0 0 45%;
  }
  .press .el img {
    max-width: 100%;
  }
  .press .el {
    margin-right: 25px;
    height: auto;
  }
  .all-news .press .el {
    margin-right: 0;
  }
  .ordens2 .with-letters .letter1 {
    right: 15px;
  }
  .press .col6 .el:before, .press .col2 .el:before {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}

@media only screen and (max-width: 1050px) {
  .all-news .press .col2:last-child {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  header menu > div {
    margin-right: 20px;
  }
  .letters {
    padding-left: 15px;
  }
  .letters .in, .letters .fb, .letters .vk {
    display: none;
  }
  .contacts .block {
    margin-bottom: 40px;
  }
  .map > ymaps {
    height: 220px !important;
  }
  .map {
    padding-top: 85px;
  }
  footer .col-md-3 {
    width: 33.33%;
    min-width: 33.33%;
  }
  footer .col-md-3:last-child {
    width: 100%;
    min-width: 100%;
    margin-top: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
  }
  .komanda--mod {
    padding-left: 60px;
  }
  .komanda--mod .with-letters .letter--mod {
    left: -41px;
  }
  .history .el {
    margin-bottom: 40px;
  }
  .komanda--mod2 .el-wrap {
    width: 190px;
    min-width: 190px;
  }
  .komanda--mod2 .el {
    -webkit-background-size: contain;
    background-size: contain;
  }
  .news img {
    max-width: 50%;
    height: auto !important;
  }
  .h1--lined {
    margin-bottom: 15px;
  }
  .news .date {
    width: 50%;
    min-width: 50%;
    margin-left: auto;
    text-align: left;
    padding-left: 40px;
  }
  .press .col2 {
    width: calc(50% - 30px);
    min-width: calc(50% - 30px);
  }
  .main-slider-wrap .letter1--mod2 {
    display: block;
    left: 0;
    top: 0;
    text-align: center;
  }
  .scrollingx .col2 {
    width: 277px!important;
    min-width: 277px!important;
  }
  .all-news .letter1--mod2, .team2 .letter1--mod2 {
    display: block;
    left: 0;
  }
  .main-slider-wrap, .press, .team2 {
    padding-left: 40px;
  }
  .team2 .el-wrap {
    width: 25%;
    min-width: 25%;
  }
  .main-slider .slide {
    height: auto;
  }
  .team2 .hidden {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .all-news .press .col2:nth-last-child(2) {
    display: none;
  }
  .all-news .press .col2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  header menu {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 111;
    top: 95px;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow:0 15px 15px rgba(0,0,0,.1);
  }
  header menu >div:nth-last-child(2) {
    margin-right: 16px;
  }
  header menu > div {
    display: block;
    margin-bottom: 18px;
    color:#fff;
  }
  header menu > div > a {
    background-color: #ff483e;
    display: inline-block;
    padding: 5px 10px;
    line-height: 1;
    color:#fff;
  }
  .menu2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 10px;
  }
  .menu2 a {
    display: block;
    position: relative;
    font-family: Manrope-M;
    font-size: 12px;
    letter-spacing: 3px;
    padding-right: 16px;
    margin-right: 16px;
    border-right:2px solid #ff483e;
    color:#000;
    text-transform: none;
  }
  .menu2 a:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right:none;
  }
  .menu2-wrap .social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
  }
  .menu2-wrap .social a {
    text-transform: uppercase;
    font-family: Manrope-B;
    color:#000;
    letter-spacing: 3px;
    font-size: 14px;
    margin-left: 35px;
    margin-right: 0;
  }
  .menu2-wrap .social a:first-child {
    margin-left: 0;
  }
  .toggle-menu {
    display: block;
    position: static;
  }
  .menu2-wrap {
    display: inline-block;
  }
  header menu .mob {
    display: block !important;
  }
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .docs .el {
    padding-left: 35px;
  }
  .docs--mod .el {
    max-width: 400px;
  }
  .komanda--mod .el-wrap:nth-child(3) {
    display: none;
  }
  .komanda--mod .with-letters .letter--mod {
    position: static;
    writing-mode: initial;
    transform:none;
    width: 100%;
    min-width: 100%;
    padding-top: 0;
    text-align: left;
    margin-left: 21px;
  }
  .komanda--mod .el-wrap {
    margin-bottom: 20px;
  }
  .komanda--mod .red .letter1, .komanda--mod .with-letters .letter--mod, .komanda--mod .with-letters .letter--mod {
    height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    color:#fff;
    background-color: #ff4133;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    width: 80%;
    min-width: 250px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .komanda--mod .with-letters:nth-child(2) .letter--mod {
    background-color: #275437;
  }
  .komanda--mod .with-letters:nth-child(3) .letter--mod {
    background-color: #2596ac;
  }
  .tabs {
    flex-wrap:wrap;
  }
  .press .col2 .el {
    max-width: 100%;
    min-height: 250px;
  }
  .press .el img {
    width: 100%;
  }
  .all-news .press .col2 .el {
    min-height: 50px;
  }
  .press .col6, .press .col2 {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
  .res .col-md-6 {
    max-width: 400px;
    margin-bottom: 30px;
  }
  .scrollingx .with-letters .letter1, .scrollingx .with-letters .letter2 {
    right: 0;
  }
  .menu-hidden {
    position: static;
  }

}

@media only screen and (max-width: 640px) {
  .breadcrumbs .h1, .breadcrumbs a {
    margin-bottom: 10px;
  }
  .breadcrumbs {
    flex-wrap:wrap;
  }
  .breadcrumbs .h1 {
    padding-right: 15px;
  }
  .main {
    padding-top: 10px;
  }
  .contacts .block:first-child {
    margin-bottom: 10px;
  }
  .map > ymaps {
    height: 320px !important;
  }
  .contacts > .row {
    display: block;
  }
  .contacts > .row > div {
    width: 100%;
    min-width: 100%;
    padding-left: 15px;
    padding-right: 15px !important;
  }
  .map {
    padding-top: 0;
  }
  footer .col-md-3:nth-child(3) {
    order:-1;
  }
  footer .col-md-3:nth-child(1) {
    order:-2;
  }
  footer .col-md-3 {
    width: 50%;
    min-width: 50%;
  }
  footer .col-md-3:nth-child(2) {
    width: 100%;
    min-width: 100%;
    margin-top: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  footer .col-md-3:nth-child(2) a {
    width: 50%;
    min-width: 50%;
  }
  footer .col-md-3:nth-child(2) a:last-child {
    padding-left: 15px;
  }
  footer .col-md-3 {
    margin-top: 30px!important;
  }
  footer .col-md-3:last-child {
    margin-top: 10px !important;
    display: block;
  }
  footer .social {
    justify-content: center;
  }
  .komanda .el-wrap {
    margin-left: 7px;
    margin-right: 7px;
  }
  .komanda .row {
    margin-left: -7px;
    margin-right: -7px;
    justify-content: space-between;
  }
  .docs .el {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .docs .row {
    display: block;
  }
  .docs--mod .el {
    max-width: 400px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .komanda--mod .el-wrap {
    margin-left: 21px;
    margin-right: 21px;
  }
  .komanda--mod .row {
    justify-content: flex-start;
    margin-left: -21px;
    margin-right: -21px;
  }
  .komanda--mod {
    padding-left: 0;
  }
  .tabs {
    justify-content: flex-start;
  }
  .news {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap:wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .news .date {
    padding: 0;
    width: 100%;
    min-width: 100%;
    order:-2;
  }
  .news img {
    margin-top: 0;
    width: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;

  }
  .news .h1--lined {
    order: -1;
  }
  .h1--lined {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }
  .h1--lined span {
    display: inline-block;
  }
  .breadcrumbs {
    margin-bottom: 30px;
  }
  .press .el .title br {
    display: none;
  }
  .press .col6, .press .col2 {
    width: 350px;
    margin-left: auto;  
    margin-right: auto;
  }
  .ordens2 .el {
    width: 320px;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .ordens2 .with-letters .letter1 {
    position: static;
    transform:none;
    writing-mode:initial;
    text-align: center;
  }
  .res .row {
    margin-top: 0 !important;
  }
  .team2 .el-wrap {
    width: 33.33%;
    min-width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .team2 .el-wrap img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .history .el {
    width: 45%;
    min-width: 45%;
  }
  .history .row {
    justify-content: space-between;
  }
  .history .img {
    height: 180px;
  }
  .container p {
    text-align: justify;
  }
  .main-slider-wrap, .press, .team2 {
    padding-left: 0;
  }
  .team2 .letter1--mod2 {
    bottom: 0;
    left: 0;
    transform: none;
    writing-mode:initial;
    top:auto;
    color:#fff;
    background-color: #0e7cc2;
    padding: 0;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    width: 240px;
    height: 40px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
  }
  .team2 {
    /*padding-bottom: 40px;*/
  }
.press {
margin-bottom: 100px;
	}
  .main-slider-wrap .letter1--mod2 {
    writing-mode:initial;
    transform: none;
    color:#fff;
    background-color: #ff483e;
    padding: 0;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    width: 240px;
    height: 40px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    bottom: 20px;
    top:auto;
    right: 0;
    left: 0;
  }
  .main-slider-wrap {
    padding-bottom: 150px;
  }
  .all-news .letter1--mod2 {
    bottom: -70px;
    left: 0;
    transform: none;
    writing-mode:initial;
    top:auto;
    color:#fff;
    background-color: #0e7cc2;
    padding: 0;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    width: 240px;
    height: 40px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
  }
  .all-news {
    margin-bottom: 100px;
    margin-top: 20px;
  }
  .all-news .h1, .team2 .h1 {
    display: block !important;
    margin-bottom: 40px;
  }

}

@media only screen and (max-width: 479px) {
  .komanda .el-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .komanda .row {
    display: block;
  }
  .komanda--mod .with-letters .letter--mod {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0;
  }
  .komanda--mod .red .letter1, .komanda--mod .with-letters .letter--mod {
    margin-left: auto!important;
    margin-right: auto!important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 250px;
  }
  .history .el {
    width: 100%;
    min-width: 100%;
  }
  .history .img {
    height: auto;
  }
  .history .el:last-child {
    margin-bottom: 0;
  }
  .komanda--mod2 .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .ordens .el {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 450px) {
  .menu2 a {
    width: calc(50% - 16px);
    min-width: calc(50% - 16px);
    margin-bottom: 15px;
  }
  .menu2 {
    flex-wrap:wrap;
  }
  .menu2 a:nth-child(2) {
    border-right:none;
  }
  .menu2 a:nth-child(1), .menu2 a:nth-child(3) {
    text-align: right;
  }
  .menu2-wrap .social {
    justify-content: center;
  }
  .komanda--mod2 .row {
    display: block;
  }
  .texting.short .text-right {
    padding-top: 0 !important;
  }
  .team2 .el-wrap {
    width: 50%;
    min-width: 50%;
  }
}

@media only screen and (max-width: 400px) {
  .map > ymaps {
    height: 210px !important;
  }
  .map {
    margin-left: -15px;
    margin-right: -15px;
    width:calc(100% + 30px);
  }
  .contacts .el {
    margin-top: 40px;
  }
  footer .col-md-3 {
    width: 100%;
    min-width: 100%;
  }
  footer .col-md-3:nth-child(3) {
    order:0;
  }
  footer .col-md-3:nth-child(2) {
    display: block;
  }
  footer .col-md-3:nth-child(2) a:last-child {
    padding-left: 0;
  }
  footer .col-md-3:last-child {
    margin-top: 30px !important;
  }
  .main {
    padding-bottom: 20px;
  }
  .form-search input {
    width: 85%;
  }
}

@media only screen and (max-width: 350px) {
  .all-news .press .col2 {
    margin-right: 45px;
  }
}


.docs-year{
    border-bottom: 2px solid rgba(0,0,0,.1);
    padding: 30px 0;
}
.docs-year:first-child{
    padding-top: 0;
}
.docs--page .el{
    margin-bottom: 0;
    margin-top: 30px;
}
.docs-wrapper .docs{
    margin-top: 30px;
}
.docs-wrapper .docs:first-child{
    margin-top: 0;
}
.docs__items{
    margin-top: 30px;
}
.docs__name{
    margin-top: 0px;
}
.docs__date{
    font-size: 11px;
	margin-top: 4px;
	text-align: right;
}
@media (min-width: 768px){
    .docs--page .el:nth-child(1),
    .docs--page .el:nth-child(2),
    .docs--page .el:nth-child(3){
        margin-top: 0;
    }
}
@media (max-width: 767px){
    .docs--page .el:nth-child(1),
    .docs--page .el:nth-child(2){
        margin-top: 0;
    }
}
@media (max-width: 575px){
    .docs--page .el:nth-child(1){
        margin-top: 0;
    }
}

.project-slider-wrapper {
    width: 458px;
    float: left;
    margin: 0 40px 20px 0;
    padding: 0 0 14px;
}
.project-slider{

}
.project-slider__item {
    display: block;
}
.project-slider__image-wrapper{

}
.project-slider__image{
    width: 100%;
}
.project-slider-wrapper .project-slider__image{
    display: block;
    margin: 0;
}
.project-preview-slider{
    margin: 26px 0 0;
    padding: 0 24px 0;
}
.project-preview-slider__item{

}
.project-preview-slider__image-wrapper{

}
.project-preview-slider__image{
    cursor: pointer;
    border: 3px solid transparent;
}
.project-slider-wrapper .project-preview-slider__image{
    display: block;
    margin: 0 auto;
}
.project-preview-slider--active .project-preview-slider__image{
    border-color: #ff463e;
}

.project-slider--before-slider-init .project-slider__item:not(:first-child){
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
}
.project-preview-slider--before-slider-init {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.project-preview-slider .slick-arrow{
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    padding: 0;
    width: 17px;
    height: 29px;
    background-image: url(../img/arrow__red.png);
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    z-index: 1;
}
.project-preview-slider .slick-prev {
    left: 0;
    transform: rotate(180deg);
}
.project-preview-slider .slick-next{
    right: 0;
}
.project-preview-slider .slick-disabled{
    opacity: 0.5;
}

.project-preview-slider .slick-dots{
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 4px;
    background-color: #ededed;
    margin: 0;
}
.project-preview-slider .slick-dots li {
    width: 100%;
    height: 100%;
    background: none;
    cursor: pointer;
}
.project-preview-slider .slick-dots .slick-active{
    background-color: #ff463e;
}
.project-preview-slider .slick-dots button{
    font-size: 0;
    padding: 0;
    border: none;
}
@media (max-width: 991px){
    .project-slider-wrapper .project-slider__image{
        max-width: none;
    }
    .project-slider-wrapper .project-preview-slider__image{
        max-width: none;
    }
    .project-slider-wrapper{
        width: 360px;
    }
}
@media (max-width: 767px){
    .project-slider-wrapper{
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
}
@media (max-width: 640px){
    .project-slider-wrapper .project-slider__image{
        width: 100%;
    }
    .project-slider-wrapper .project-preview-slider__image{
        max-width: 100%;
    }
}
@media (max-width: 500px){
    .project-slider-wrapper .project-preview-slider__image{
        max-width: 80px;
    }
}
@media (max-width: 424px){
    .project-preview-slider{
        padding: 0 20px 0;
    }
}

.team-modal-btn-wrapper {
    margin-top: 20px;
    clear: both;
}
.team-modal-btn{
    cursor: pointer;
    border: 1px solid white;
    border-radius: 3px;
    padding: 5px 10px;
    text-transform: uppercase;
    display: inline-block;
}
.team-modal-btn:hover{
  background: white;
  color: black;
}
.team-modal{

}
.team-modal__image-wrapper{
    float: left;
    margin: 0 40px 20px 0;
}
.team-modal__image-wrapper .team-modal__image{
    display: block;
    width: 142px;
    margin: 0;
    position: static;
}
.team-modal__image-wrapper .team-modal__image_kom{
    display: block;
    width: 220px;
    margin: 0;
    position: static;
}
.team-modal__info{

}
.team-modal__name{
    font-size: 16px;
    text-transform: uppercase;
    font-family: Manrope-B;
}
.team-modal__lvl{
    font-family: Manrope-B;
    font-size: 14px;
}
.team-modal-prop-wrapper {
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.team-modal-prop {
    width: 50%;
}
.team-modal-prop__holder{

}
.team-modal-prop__title{

}
.team-modal-prop__value {
    font-family: Manrope-B;
}
.team-modal__result {
    margin: 20px 0 0;
    clear: both;
}
.team-modal__result p:last-child{
    margin-bottom: 0;
}
.team-modal .modal-dialog{
    max-width: 670px;
    width: 94%;
}
.team-modal .modal-content{
    overflow: hidden;
}
.team-modal .modal-body {
    padding: 10px 40px 50px;
}
.team-modal .modal-header{
    padding: 0;
    justify-content: flex-end;
}
.team-modal .close{
    width: 40px;
    height: 40px;
    margin: 0;
    background: url(http://ski-tatarstan.ru/bitrix/templates/flgbrt/images/close.jpg) 0 0 no-repeat;
    opacity: 1;
    outline: 0;
}
@media (max-width: 600px){
    .team-modal-prop-wrapper{
        clear: both;
    }
}
@media (max-width: 500px){
    .team-modal__image-wrapper{
        float: none;
        margin: 0 0 15px 0;
    }
    .team-modal__image-wrapper .team-modal__image{
        margin: 0 auto;
    }
    .team-modal__info {
        text-align: center;
    }
    .team-modal .modal-body{
        padding: 10px 15px 30px;
    }
    .team-modal-prop-wrapper{
        margin-top: 15px;
    }
    .team-modal__result{
        margin-top: 15px;
    }
    .team-modal__result p{
        margin-bottom: 0.5rem;
    }
    .team-modal__result p:last-child{
        margin-bottom: 0;
    }
}
@media (max-width: 374px){
    .team-modal-prop{
        width: 100%;
    }
    .team-modal-prop__holder {
        display: flex;
        justify-content: space-between;
    }
}
.main_doc  .docs--page .row{display:none;}
.main_doc  .docs--page .docs-year .row{display:flex;} 