@charset "UTF-8";
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px; }

.archive-link {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 16px; }

/* Скрыть полосу прокрутки на странице:  */
/* 
  ::-webkit-scrollbar {
    width: 0;
  }
   */
#image-right, #image-left, #image-right__one, #image-left__one {
  position: absolute;
  visibility: hidden;
  opacity: 0; }

* {
  margin: 0px;
  border: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: inherit;
  font: inherit; }

div {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: center;
  /* text-align: center; */
  font-family: inherit;
  font: inherit;
  /* 
    background-color: rgb(216, 216, 216);
    margin: 1px;  
    border: 1px solid gray;
    min-width: 10px;
    min-height: 20px;
     */
  font: inherit; }

a:hover {
  color: inherit;
  font-style: inherit;
  font: inherit;
  /* border-bottom: none 0px solid; */
  border: inherit;
  background: inherit;
  text-decoration: none; }

a {
  /* font-family: Arial, Helvetica, sans-serif; */
  /* Гарнитура шрифта */
  color: inherit;
  font-style: inherit;
  font-size: inherit;
  /* Размер текста */
  font-weight: inherit;
  /* повышенная жирность */
  line-height: inherit;
  /* межстрочный интервал */
  text-align: inherit;
  /* Выравнивание текста */
  text-indent: 0px;
  /* Отступ первой строки */
  text-decoration: none;
  /* Подчеркивание и т.п. */ }

header {
  display: block;
  position: fixed;
  z-index: 9;
  width: 100%;
  background-color: white;
  /* max-width: 1440px; */ }

.shablon_FLEX_DIRECTION_ROW_green {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border: 2px solid green;
  background-color: #76b976;
  padding: 4px;
  margin: 10px;
  min-width: 50px;
  width: fit-content;
  min-height: 10px; }

.shablon_FLEX_DIRECTION_COLUMN_blue {
  display: flex;
  flex-direction: column;
  border: 2px solid blue;
  background-color: #a9a9ff;
  padding: 4px;
  margin: 10px;
  min-width: 50px;
  width: fit-content;
  min-height: 10px; }

.header__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font: inherit;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1348px;
  width: 100%;
  color: #374472;
  margin: 0 auto; }

.subHeaderLeft,
.subHeaderRiht {
  display: flex;
  align-items: center; }

.m_buttonBlue {
  font-family: "MyriadPro-Regular";
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #374472;
  color: white;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  height: 38px;
  z-index: 5;
  padding: 0 24px; }

.podobrat_vodostock {
  white-space: nowrap;
  /* margin-right: 10px; */
  right: 10px;
  transform: translate(20px, 0); }

.podobrat_vodostock::before {
  /* position: absolute; */
  content: "";
  width: 20px;
  height: 1px;
  background-color: #2a3458;
  margin-right: 4px; }

.kistochka_bl {
  /* position: absolute;
    left: 0;
    transform: translate(-50%, -50%); */
  color: white;
  background-color: #2a3458;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  transform: translate(50%, 0); }

.m_buttonWhite {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  background-color: white;
  color: #374472;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  min-width: 80px;
  height: 38px; }

.m_mainNavbar {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.m_mainNavbarSinglCont {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  font: arial;
  cursor: pointer; }

/*   //---------------------------------  */
/*   //---------------------------------  */
/*   //---------------------------------  */
/*   Установки для Dropdown:  */
.m_DropdownBl {
  display: block;
  /* position: relative;  */
  /*  -чтобы список раскрывался сразу под кнопкой  */ }

.m_BtnDropdownBlock {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
  background-color: inherit;
  color: inherit; }

.m_DropdownContent {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  background-color: #f0f0f0;
  z-index: 1;
  padding: 0px;
  padding-top: 10px;
  width: fit-content; }

.m_BtnDropdownEnd {
  align-items: center;
  width: 20px; }

.marker {
  display: block;
  width: 0px;
  height: 0px;
  border-top: 8px solid #89a5d5;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
  transform: translate(0px, 9px);
  position: absolute; }

.m_BtnDropdownEnd_Gorizonal .marker {
  /* position: absolute; */
  transform: translate(100%, 100%) rotate(-90deg); }

.m_DropdownBtn {
  /* width: 100px; */
  padding-right: 0px;
  justify-content: right; }

.gаmb_Block {
  display: none; }

.gаmb_Block .m_mainNavbarSinglCont {
  border: 1px solid #374472;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 80px;
  height: 38px; }

.m_DropdownContentItem {
  display: block;
  /* width: 100%; */
  cursor: pointer;
  padding: 10px;
  width: 100%; }

.m_DropdownBl:hover > .m_DropdownContent {
  display: flex; }

/*  Символ > можно не использовать  */
.m_DropdownContentItem:hover {
  background-color: #e2e1e1; }

.m_BtnSub_DropdownBlock {
  display: flex;
  flex-wrap: nowrap; }

/*  Конец установок для Dropdown:  */
/*   //---------------------------------  */
/*   //---------------------------------  */
/*   //---------------------------------  */
/*   //---------------------------------  */
/*   //---------------------------------  */
/*   //---------------------------------  */
/*   //---------------------------------  */
/*   //---------------------------------  */
/*   //---------------------------------  */
/*   Установки для Sub-Dropdown:  */
.sub_DropdownBlock {
  position: absolute;
  transform: translate(90%, 0); }

/*  Конец установок для SubDropdown:  */
/*   //---------------------------------  */
/*   //---------------------------------  */
/*   //---------------------------------  */
/*   //---------------------------------  */
/*   //---------------------------------  */
/*   //---------------------------------  */
main {
  display: flex;
  flex-direction: row;
  min-height: 100px;
  max-width: 1440px;
  background-color: white;
  width: 100%;
  margin: 0 auto; }

.mainBl {
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: flex-start;
  width: 100%;
  /* max-width: 1440px; */
  margin-top: 85px;
  /* background-color: rgb(174, 187, 247); */ }

.main_Center_Bl {
  display: flex;
  flex-direction: column;
  width: 100%; }

.main_Left_Bl,
.main_Riht_Bl {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 64px;
  min-width: 47px;
  /* height: 100%; */
  margin: 10px;
  /* padding: 10px; */
  /* background-color: rgb(193, 224, 167); */ }

.mainSubBl_Center {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 20px;
  /* border: 2px solid rgb(42, 52, 88); */
  opacity: 0.05; }

#mainSubBl_Center_01 {
  opacity: 1; }

.mainSubBl_Center_Sub_Left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 75px;
  margin-left: 10px;
  /* justify-content: center; */
  /* align-content: space-between ; */
  /* width: 66%; */
  /* height: 100%; */ }

.mainSubBl_Center_Sub_Left_Top {
  display: block;
  padding-right: 80px; }

.mainSubBl_Center_Sub_Left_Top_Top,
.mainSubBl_Center_Sub_Left_Top_Bottom {
  display: block;
  text-align: left;
  height: 100%;
  /* width: 100%; */
  margin-bottom: 16px; }

.mainSubBl_Center_Sub_Left_Bottom {
  display: flex;
  flex-direction: row;
  padding-left: 56px;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
  max-width: 705px;
  margin-top: 107px; }

.b2_mainSubBl_Center_Sub_Left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }

.mainSubBl_Center_Sub_Left_Bottom_Riht {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 30px;
  width: 100%;
  margin-bottom: 56px;
  max-width: 288px; }
  .mainSubBl_Center_Sub_Left_Bottom_Riht span {
    font-family: "MyriadPro-Regular"; }
    .mainSubBl_Center_Sub_Left_Bottom_Riht span b {
      font-family: "avantgardectt-bold"; }

.textForVodostok {
  display: block; }

.title-slide {
  max-width: 300px;
  font-size: 30px;
  color: #555770;
  display: block;
  font-family: "MyriadPro-Black"; }

.b3_mainSubBl_Center_Sub_Riht_SubBl_Top_SubBl_Text {
  color: #374472;
  font-family: "MyriadPro-Regular";
  font-size: 14px; }

.textForSofit {
  display: none;
  font-weight: 900;
  font-size: 30px;
  font-family: "MyriadPro-Black";
  color: #555770;
  line-height: 21px; }

.b2_contentForSofit {
  display: none;
  font-weight: 900;
  font-size: 30px;
  font-family: "MyriadPro-Black";
  color: #555770; }

#img_anime_01,
#img_anime_02,
#img_anime_03,
#img_anime_04 {
  width: 100%;
  position: absolute; }

#img_anime_03 {
  max-width: 345px; }

.pick {
  color: #374472;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  font-family: "avantgardectt-bold"; }

.topSlideFon,
.bottomSlideFon {
  display: block;
  position: absolute;
  background-color: white;
  /* background-color: rgb(109, 216, 47); */
  height: 50%;
  width: 0px;
  float: left;
  transition: inherit; }

.bottomSlideFon {
  float: right;
  bottom: 0;
  right: 0; }

#logo_block {
  margin-right: 46px;
  cursor: pointer; }

.imgBlock_01 {
  display: block;
  position: relative;
  width: 100%;
  height: 312px;
  background-size: auto 100%;
  background: url("../img/img_001.jpg") no-repeat center; }

.imgBlock_02,
.imgBlock_b2_01 {
  display: block;
  position: relative;
  height: 600px;
  width: 400px;
  /* border: 2px solid red; */
  /*  background-color: blue; */
  /* background-size: 100% auto;
    background: url("../img/img-02-mirror.jpg") no-repeat 100%; */ }

.imgBlock_b2_02 {
  display: block;
  position: relative;
  height: 300px;
  width: 275px;
  margin-left: 96px; }

.count {
  padding-top: 48px;
  max-width: 1156px; }

.radius_contenner {
  display: block;
  position: absolute;
  height: 40px;
  /* устанавливаем условные габариты, значение имеет левый верхний край и уго смещение  */
  width: 40px;
  left: 0px;
  top: 50%;
  transform: translate(0, 0%); }

#imgBlock_b2_01 .radius_contenner {
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  left: inherit;
  /* отменяем левую привязку, установленную выше для радиусов */
  right: 0px;
  top: 50%;
  transform: translate(100%, 0%); }

#imgBlock_b2_01 .radius_Big_Block_1,
#imgBlock_b2_01 .radiusBlock_front {
  transform: translate(-50%, -50%) rotate(180deg); }

footer {
  display: flex;
  flex-direction: column;
  color: white;
  background-color: #7f818a;
  margin-top: 20px;
  max-width: 1440px;
  margin: 0 auto; }

.footerTop {
  justify-content: space-between;
  min-height: 50px;
  background-color: #374472;
  padding: 0px;
  margin: 0px;
  border: none;
  padding-left: 80px;
  padding-right: 80px; }

.footerBottom {
  justify-content: space-between;
  min-height: 50px;
  background-color: #2a3458;
  padding: 0px;
  margin: 0px;
  border: none;
  padding-left: 80px;
  padding-right: 80px; }

.radiusBlock_back,
.radiusBlock_front,
.radiusBlock_TextBlock,
.radius_Big_Block_1 {
  display: flex;
  flex-direction: column;
  height: 450px;
  width: 450px;
  position: absolute;
  border-radius: 50%;
  transition: 0.8s; }

.radius_Big_Block_1 {
  height: 350px;
  width: 350px;
  /* border-left: 1px solid gray; */
  transform: translate(-50%, -50%) rotate(0deg); }
  .radius_Big_Block_1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    width: 50%;
    height: 100%;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    border: 1px solid rgba(199, 200, 217, 0.5);
    border-right: 0;
    left: -1px; }

.plusBlock {
  position: absolute;
  bottom: 0;
  transform: translate(0, 50%);
  color: white;
  background-color: #2a3458;
  height: 60px;
  width: 60px;
  border-radius: 50%; }

.plusBlock::before,
.plusBlock::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  /* cross thickness */
  background-color: white; }

.plusBlock:before {
  transform: translate(0px, 0px) rotate(0deg); }

.plusBlock:after {
  transform: translate(0%, -50%) rotate(90deg); }

.kalkulator_Block {
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
  color: white;
  background-color: #2a3458;
  height: 60px;
  width: 60px;
  border-radius: 50%; }

.b2_mainSubBl_Center_Sub_Riht_SubBl_BottomBl {
  margin-top: 20px; }

.b2_mainSubBl_Center_Sub_Riht_SubBl_BottomBl_Contenner {
  position: absolute;
  /* left: 0; */
  top: 50%;
  transform: translate(-100%, -50%);
  flex-wrap: nowrap; }

.vector_Left_Block,
.vector_Right_Block,
.b2_vector_Left_Block,
.b2_vector_Right_Block {
  /* background-color: rgb(175, 223, 185); */
  display: flex;
  margin: 6px;
  height: 30px;
  width: 40px;
  cursor: pointer; }

.vector_Right_Block,
.b2_vector_Right_Block {
  transform: rotate(180deg); }

.vector {
  display: flex;
  align-items: center;
  bottom: 50px;
  height: 1px;
  width: 24px;
  background-color: gray; }

.vector:before,
.vector:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 9px;
  /* cross thickness */
  background-color: gray;
  /* border: solid 1px gray; */ }

.vector:before {
  transform: translate(-150%, 2px) rotate(30deg); }

.vector:after {
  background-color: gray;
  border: none;
  transform: translate(-150%, -2px) rotate(-30deg); }

.radiusBlock_back {
  z-index: 3;
  /* border: 1px solid white; */
  transform: translate(-50%, -50%); }

.radiusBlock_front {
  z-index: 4;
  /* border-right: 1px solid gray; */
  transform: translate(-50%, -50%) rotate(0deg); }

.radiusBlock_TextBlock {
  display: flex;
  height: 346px;
  width: 346px;
  border: 1px solid #ecebeb;
  text-align: center;
  background-color: white;
  z-index: 5;
  transform: translate(-50%, -50%) rotate(0deg);
  /* border-right: 4px solid rgb(233, 146, 146); */
  /* transform: translate(-50%, 177px) rotate(0deg); */ }

/* ------------------------------------ */
.Sub_Block_Center_Bottom {
  position: absolute;
  width: 100%;
  bottom: 20px; }

.mainSubBl_Center_Sub_Left_Bottom_Left {
  flex-direction: column;
  width: 100%;
  max-width: 309px;
  align-items: flex-start; }

.mainSubBl_Center_Sub_Left_Bottom_Left_SubBlockBottom {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 30px; }

.btn_sofit_on,
.btn_vodostok_on,
.btn_anime_01_distance {
  color: #89A5D5;
  font-size: 18px;
  font-weight: 600;
  margin-right: 6px;
  font-family: "avantgardectt-bold";
  cursor: pointer; }

.btn_vodostok_on {
  color: #374472; }

.btn_sofit_on::before {
  /* position: absolute; */
  content: "";
  width: 73px;
  height: 1px;
  background-color: #2a3458;
  margin-right: 18px; }

.statikBlockLeft {
  position: fixed;
  top: 300px;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  /* запретить перенос текства в кнопке */
  width: fit-content;
  border: 1px solid #89a5d5;
  padding: 3px;
  left: 0; }
  .statikBlockLeft .m_buttonWhite, .statikBlockLeft .m_buttonBlue {
    writing-mode: vertical-lr;
    padding: 20px 7px;
    font-family: "MyriadPro-Regular";
    height: auto;
    transform: rotate(180deg);
    min-width: auto; }
  .statikBlockLeft .statikBlockLeft_subBlock {
    flex-direction: column-reverse; }

.statikBlockLeft {
  position: fixed;
  top: 371px;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  /* запретить перенос текства в кнопке */
  width: fit-content;
  border: 1px solid #89a5d5;
  padding: 3px;
  left: 0; }

.b2_mainSubBl_Center_Sub_Left_Bottom {
  height: 50px;
  margin-top: 50px; }

.statikBlockRiht {
  position: fixed;
  top: 431px;
  display: flex;
  justify-content: center;
  transform: rotate(90deg);
  white-space: nowrap;
  /* запретить перенос текства в кнопке */
  /* border: 1px solid rgb(137, 165, 213); */
  padding: 3px; }

.count__link {
  color: #374472;
  font-family: "MyriadPro-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  z-index: 999;
  position: relative; }

.simpleBlock {
  display: block;
  width: 50px;
  height: 50px;
  background-color: red; }

.zaglushka {
  display: block;
  background-color: #2a3458;
  width: 20px;
  height: 20px;
  border-radius: 2px; }

.logo_instagram_BLOCK, .logo_facebook_BLOCK, .logo_youtube_BLOCK {
  height: 30px;
  transform: rotate(-90deg); }

.vector_Block {
  position: absolute;
  bottom: 40px; }

.statikBlockRiht_SubBlock {
  margin-left: 20px;
  display: flex;
  align-items: center;
  font-family: "MyriadPro-Regular"; }

#media_statikBlockRiht {
  display: none; }

.b2_mainSubBl_Center_Sub_Riht {
  justify-content: flex-end; }

.b2_mainSubBl_Center_Sub_Riht_SubBl {
  flex-direction: column;
  align-items: flex-start;
  width: 54%;
  padding-top: 86px; }

.none {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0; }

.archive-link {
  background: #374472;
  font-size: 16px;
  color: #fff; }

.calc {
  background: #374472;
  font-size: 16px;
  color: #fff;
  padding: 13px 45px;
  margin-top: 28px;
  display: inline-block; }

.b3_mainSubBl_Center_Sub_Left {
  height: 100%;
  width: 25%; }

.b3_mainSubBl_Center_Sub_Left_SuBImgBl {
  height: 100%;
  max-height: 900px;
  /* background-color: rgb(96, 87, 172);
    padding: 20px; */ }

.b3_mainSubBl_Center_Sub_Riht {
  position: relative;
  flex-direction: column;
  align-items: start;
  height: 100%;
  width: 75%;
  /* background-color: rgb(174, 224, 94); */ }

.otraslevoyExpert {
  position: absolute;
  left: 0;
  top: 0;
  color: #374472;
  font-size: 36px;
  font-weight: 500;
  /* background-color: rgb(235, 43, 43); */
  z-index: 2;
  transform: translate(20px, 150%); }

.b3_mainSubBl_Center_Sub_Riht_SubBl_Cont {
  /* position: relative; */
  align-items: end;
  flex-wrap: wrap;
  background-color: #72cea8;
  top: 0px; }

.b3_mainSubBl_Center_Sub_Riht_SubBl_Cont_SubBl {
  position: relative;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  /* background-color: rgb(223, 211, 211); */
  padding: 20px;
  border: 1px solid red;
  width: 33%;
  /*  background: url("../img/line_ugol.png") no-repeat; */
  /* background-size: 100% 100%; */ }

.b3_mainSubBl_Center_Sub_Riht_SubBl_Top_SubBl_NomGoda {
  justify-content: center;
  height: 100%;
  width: 100%;
  /* margin-top: 5px;
    margin-bottom: 5px; */
  color: #2a3458;
  font-size: 50px;
  font-weight: 500; }

.b3_mainSubBl_Center_Sub_Riht_SubBl_Top_SubBl {
  margin-top: 20px; }

.b3_mainSubBl_Center_Sub_Riht_SubBl_Top_SubBl_Let {
  height: 100px; }

.letNubber {
  margin-right: 30px; }

.let_90grad {
  transform: rotate(-90deg);
  color: #374472;
  font-size: 30px; }

.b3_markerBlock {
  color: #89a5d5; }

.b3_markerBlock::before {
  /* position: absolute; */
  content: "";
  width: 20px;
  height: 1px;
  background-color: #89a5d5;
  margin-right: 4px; }

.b4_strelki {
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  cursor: pointer; }

#mainSubBl_Center_04 {
  flex-direction: column; }

.b4_mainSubBl_Center_Sub_Top {
  height: 33%;
  width: 100%; }

.b4_mainSubBl_Center_Sub_Top_Left {
  height: 100%;
  width: 50%; }
  .b4_mainSubBl_Center_Sub_Top_Left .font_02_BlueTemn {
    font-size: 36px;
    color: #374472; }

.b4_mainSubBl_Center_Sub_Center_Center_Cont_SubBottom .font_02_BlueTemn {
  font-size: 30px;
  color: #3E5A95; }

.b4_mainSubBl_Center_Sub_Top_Center {
  height: 100%;
  width: 25%; }

.b4_mainSubBl_Center_Sub_Top_Right {
  height: 100%;
  width: 25%;
  background: no-repeat url("../img/line_ugol-right.png ") center;
  background-size: 100% 100%; }

.b4_mainSubBl_Center_Sub_Center {
  position: relative;
  flex-wrap: nowrap;
  height: 34%;
  width: 100%; }

.b4_mainSubBl_Center_Sub_Center_Left {
  height: 100%;
  width: 50%;
  background-size: 100%;
  background-position: center;
  background-size: cover !important; }

.b4_mainSubBl_Center_Sub_Center_Center {
  height: 100%;
  width: 25%; }

.b4_slide {
  position: absolute;
  height: 100%;
  width: 100%;
  /* чтобы текст не вылазил за пределы блока: */
  overflow-x: hidden;
  overflow-y: hidden; }

/* 
  #b4_slide_01{
    left: -50%;
  }
   */
#b4_slide_02,
#b4_slide_03 {
  left: 120%;
  width: 0px; }

.b4_mainSubBl_Center_Sub_Center_Center_Cont {
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
  padding: 20px; }

.b4_mainSubBl_Center_Sub_Center_Right {
  height: 100%;
  width: 25%;
  background-size: 100%;
  background-position: center; }

.b4_mainSubBl_Center_Sub_Bottom {
  height: 33%;
  width: 100%; }

.b4_mainSubBl_Center_Sub_Bottom_Left {
  height: 100%;
  width: 50%;
  padding: 20px; }

.b4_mainSubBl_Center_Sub_Bottom_Center {
  height: 100%;
  width: 25%; }

.b4_mainSubBl_Center_Sub_Bottom_Right {
  height: 100%;
  width: 25%;
  background: no-repeat url("../img/line_ugol-left.png ") center;
  background-size: 100% 100%; }

.b4_mainSubBl_Center_Sub_Center_Center_Cont_SubTop {
  margin-bottom: 10px; }

.b5_column_bl {
  flex-direction: column;
  height: 100%;
  width: 25%; }

.b5_row_bl {
  height: 40%;
  width: 100%;
  border-left: 1px solid #e5e5e5; }

.b5_row_bl_bottom {
  height: 20%;
  width: 100%;
  border-left: 1px solid #e5e5e5; }

.b5_logoBl {
  height: 100%;
  width: 100%;
  background-color: #b7c6df; }

#b5_row_bl_num7,
#b5_row_bl_num8,
#b5_row_bl_num10,
#b5_row_bl_num11 {
  border-bottom: 1px solid #e5e5e5; }

#b5_row_bl_num11 {
  border-left: none; }

#b5_row_bl_num3 {
  padding-left: 20px; }

.b5_markerBlock {
  color: #89A5D5;
  cursor: pointer;
  font-size: 18px; }

.b5_markerBlock::before {
  /* position: absolute; */
  content: "";
  width: 20px;
  height: 1px;
  background-color: #89a5d5;
  margin-right: 4px; }

.b5_row_bl_num8_dvoynoyBlock {
  position: absolute;
  transform: translate(50%); }

.footer_logoBl {
  height: 80px;
  margin-right: 20px; }

.b3_mainSubBl_Center_Sub_Riht_ROW {
  width: 100%;
  height: 100%;
  align-items: center;
  /* background-color: rgb(243, 238, 166); */ }

.b3_mainSubBl_Center_Sub_Riht_ROW_SubBl {
  width: 33%;
  justify-content: start;
  /* border: 1px solid red; */
  border-left: 1px solid #e5e5e5;
  align-items: center;
  height: 100%;
  padding: 10px; }

.b3_mainSubBl_Center_Sub_Riht_SubBl_Top_SubBl_ImgCont_ImgBlock {
  height: 280px;
  margin: 0 auto; }

.b3_block_ing_line_gorizont {
  position: absolute; }

.b3_block_ing_tarius_poln {
  position: absolute;
  height: 250px;
  width: 250px;
  left: 33%;
  transform: translate(-50%);
  /* background-color: rgb(190, 53, 53); */ }

.font_01_Blue {
  color: #89a5d5;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
  font-family: "avantgardectt-bold"; }

.font_02_BlueTemn {
  color: #2a3458;
  font-weight: 600; }
  .font_02_BlueTemn h3 {
    font-family: "avantgardectt-bold";
    font-size: 36px;
    line-height: 1.4; }

.hero__title {
  color: #555770;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  font-family: "avantgardectt-bold";
  max-width: 248px;
  display: block; }

.hiro__text {
  font-size: 14px;
  line-height: 20px !important;
  font-family: "MyriadPro-Regular";
  color: #374472;
  font-weight: 400; }

.font_03_SmallHeaderBlueTemn {
  color: #3E5A95;
  font-weight: 600;
  max-width: 388px;
  font-size: 30px;
  font-family: "avantgardectt-bold"; }

.font_ContentText_BlueTemn_s14_w500 {
  color: #374472;
  font-weight: 500;
  font-family: "MyriadPro-Regular";
  margin-top: 27px;
  font-size: 14px;
  line-height: 21px; }

.font-size {
  font-size: 20px; }

.font_ContentText_Blue_s14_w500 {
  color: #89a5d5;
  font-weight: 500;
  font-size: 30px;
  font-family: "avantgardectt-bold"; }

.font_ContentText_Grey_s14_w500 {
  color: #374472;
  font-weight: 400;
  font-size: 30px;
  font-family: "MyriadPro-Regular"; }

.font_10_ContentText_White {
  color: white;
  font-weight: 500;
  font-size: 14px; }

.font_textInRadius {
  color: #374472;
  font-weight: 900;
  font-size: 24px; }

.text_Visokiy {
  color: #89a5d5;
  font-size: 122px;
  font-weight: 500;
  font-family: "MyriadPro-Regular";
  transform: scale(1, 1.5); }

.exp-link {
  align-items: flex-start; }

.mainSubBl_Center_Sub_Left_Bottom_Riht__none {
  display: none; }

.d-remove {
  display: none; }

@media (max-width: 1280px) {
  .d-remove {
    display: block; }
  .radiusBlock_TextBlock {
    height: 311px !important;
    width: 311px !important; }
  .radiusBlock_front {
    height: 312px !important;
    width: 312px !important; }
  #mainSubBl_Center_01 {
    display: flex; }
  .mainSubBl_Center_Sub_Riht {
    width: 100%; }
  .imgBlock_01 {
    display: none; }
  .mainSubBl_Center_Sub_Left_Bottom_Riht {
    display: none; }
  .mainSubBl_Center {
    margin-top: 85px; }
  .mainSubBl_Center_Sub_Left_Bottom {
    margin-top: 45px; }
  .mainSubBl_Center_Sub_Left_Bottom_Riht__none {
    display: block; }
  .mainSubBl_Center_Sub_Riht {
    justify-content: flex-end; }
  .radius_contenner {
    margin: 0 auto;
    right: 0; }
  .b3_mainSubBl_Center_Sub_Left {
    display: none; }
  .b3_mainSubBl_Center_Sub_Riht_ROW {
    display: flex; }
  .b3_mainSubBl_Center_Sub_Riht_ROW {
    margin-top: 85px; }
  .remove {
    display: none !important; }
  .b5_row_bl {
    display: none; }
  .block {
    display: block; }
  .b3_mainSubBl_Center_Sub_Riht_ROW_SubBl {
    width: 100%;
    border: 0; }
  .b3_mainSubBl_Center_Sub_Riht_SubBl_Top_SubBl_Let {
    height: auto; }
  .b3_mainSubBl_Center_Sub_Riht_SubBl_Top_SubBl_NomGoda {
    width: auto; }
  .column {
    display: flex;
    flex-direction: column; }
  .start {
    align-items: flex-start; }
  .name {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .let_90grad {
    width: 60px; }
  .mainSubBl_Center_Sub_Riht {
    flex-direction: column;
    align-items: flex-start; }
  #imgBlock_02 {
    height: 385px !important; }
  .mainSubBl_Center {
    opacity: 1;
    padding: 0 15px; }
  .mainSubBl_Center_Sub_Left {
    margin-left: 0; }
  .mainSubBl_Center_Sub_Left_Bottom {
    padding-left: 0; }
  .mainSubBl_Center_Sub_Left_Bottom {
    max-width: 474px;
    display: flex;
    justify-content: end; }
  .mainSubBl_Center_Sub_Left_Top {
    padding: 15px; }
  .mainSubBl_Center_Sub_Left_Bottom_Riht {
    margin-left: 0;
    margin-top: 20px; }
  .Sub_Block_Center_Bottom {
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px; }
  .mainSubBl_Center_Sub_Left_Bottom_Riht {
    max-width: 350px; }
  .hero__title {
    max-width: 350px; }
  .mainSubBl_Center {
    margin-top: 0;
    padding-top: 0; }
  #mainSubBl_Center_03 {
    margin-top: 135px; }
  .b3_mainSubBl_Center_Sub_Riht {
    width: 100%;
    margin-top: 30px; }
  .mainSubBl_Center_04 {
    margin-top: 50px; }
  .b4_mainSubBl_Center_Sub_Center_Right {
    display: none; }
  .b4_mainSubBl_Center_Sub_Top_Right, .b4_mainSubBl_Center_Sub_Bottom_Right {
    display: none; }
  .font_02_BlueTemn {
    margin-top: 75px; }
  .b3_block_ing_tarius_poln {
    display: none; }
  .b3_block_ing_line_gorizont {
    display: none; }
  #mainSubBl_Center_05 {
    height: auto !important;
    flex-direction: column;
    align-items: flex-start; }
  .b5_column_bl {
    width: 100%; } }

@media (max-width: 1100px) {
  .imgBlock_b2_02 {
    display: none; }
  .gаmb_Block {
    display: flex; }
  .subHeaderRiht {
    display: none; }
  .main_Riht_Bl {
    display: none; } }

@media (max-width: 820px) {
  #mainSubBl_Center_01 {
    display: flex;
    flex-direction: column;
    height: auto !important; }
  .mainSubBl_Center_Sub_Left {
    margin-top: 30px; }
  .mainSubBl_Center_Sub_Left_Bottom_Left_SubBlockBottom {
    margin-top: 0; }
  .mainSubBl_Center_Sub_Left_Bottom {
    margin-top: 0; }
  #imgBlock_02 {
    margin-top: 30px; }
  #mainSubBl_Center_02 {
    display: flex;
    flex-direction: column;
    height: auto !important; }
  .b2_mainSubBl_Center_Sub_Riht_SubBl {
    width: 100%;
    padding-top: 0; }
  #img_anime_03 {
    margin-top: 35px;
    margin-bottom: 35px; }
  .main_Left_Bl {
    display: none; } }

@media (max-width: 650px) {
  .b4_mainSubBl_Center_Sub_Bottom {
    flex-direction: column;
    align-items: flex-start; }
  .b4_mainSubBl_Center_Sub_Bottom_Left {
    width: 100%; }
  .b5_column_bl, .b5_row_bl_bottom, .b5_row_bl_bottom {
    display: flex;
    justify-content: flex-start; }
  .b5_row_bl_bottom {
    border: 0; }
  .b4_mainSubBl_Center_Sub_Center_Center {
    width: 100%; }
  .b4_slide {
    display: flex;
    flex-direction: column;
    height: auto; }
  .b4_mainSubBl_Center_Sub_Center_Left {
    width: 100%;
    height: 176px; }
  .font_02_BlueTemn {
    margin-top: 30px; }
  #mainSubBl_Center_04 {
    margin-top: 85px; }
  .radius_contenner {
    width: 50%;
    /* делаем маленькую ширину, чтобы при адаптации ари сужении этот блок не выдавливал страницу в сторону */
    transform: translate(80%, 50%); } }

.b2_mainSubBl_Center_Sub_Left_Top {
  max-width: 345px; }

.archive-button {
  margin-bottom: 16px;
  height: auto;
  padding: 13px 39px; }

.footerBottom_Left {
  color: #C7C8D9;
  font-size: 12px;
  line-height: 16px;
  font-family: "MyriadPro-Regular"; }

.footerBottom_Right {
  color: #C7C8D9;
  font-size: 12px;
  line-height: 16px;
  font-family: "MyriadPro-Regular"; }
  .footerBottom_Right a {
    text-decoration: underline;
    text-decoration-color: #fff; }

@font-face {
  font-family: "avantgardectt-bold";
  src: url("../fonts/avantgardectt-bold/avantgardectt-bold.woff2") format("woff2"), url("../fonts/avantgardectt-bold/avantgardectt-bold.woff") format("woff"); }

@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../fonts/MyriadPro/MyriadPro-Regular.woff") format("woff"); }

@font-face {
  font-family: "MyriadPro-Black";
  src: url("../fonts/MyriadPro/MyriadPro-Black.woff") format("woff"); }
