.root 
{
  overflow-x: hidden;
  width: 100%;
}

.root .container
{
  padding: 0px;
  /*width: 1012px;*/
  color: #363636;
  /*padding: 0px 24px; */
}

.root .container div
{
  float: left;
}

/*.root .container .add
{
  width: 100%;
  padding-left: 24px;
}*/

.root .container header
{
  width: 100%;
  margin-bottom: 24px;
  float: left;
  padding-left: 24px;
}

.root .container header .logo-icon
{
  width: 100%;
} 

.root .container header .logo-icon a
{
  text-decoration: none;
} 

.root .container header img.logo
{
  margin: 20px auto;
  display: block;
  text-decoration: none;
  width: 206px;
} 

.root .container header ul
{
  width: 100%;
  float: left;
  text-align: center;
  padding-left: 0px;
  margin-top: 0px;
}

.root .container header ul li
{
  display: inline-block;
  list-style: none;
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  margin: 0 8px;
  text-transform: uppercase;
}

.root .container header ul li a
{
  color: #363636;
  text-decoration: none;
}

/*.root .container header ul li:hover a,
.root .container header ul li.active a
{
  color: #01b297;
}
*/

.root .container header .burger
{
  width: 50px;
  height: 50px;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}

.root .container header .burger:before, 
.root .container header .burger:after
{
  content: "";
  width: 40px;
  height: 3px;
  background-color: #222;
  position: absolute;
  left: 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.root .container header .burger:before
{
  top: 27px;
}

.root .container header .burger:after
{
    top: 17px;
}

.root.show-mobile-menu .container header .burger
{
    background-color: #252525;
}

.root.show-mobile-menu .container header .burger:before,
.root.show-mobile-menu .container header .burger:after
{
  content: "";
  top: 23px;
  width: 38px;
  left: 6px;
  height: 2px;
  background-color: #fff;
}

.root.show-mobile-menu .container header .burger:before
{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.root.show-mobile-menu .container header .burger:after
{
   -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); 
}



.root .container .header-icon
{
    width: 100%;
    position: relative;
    height: 0px;
}

.root .container .header-icon .icon-18
{
    position: absolute;
    top: -120px;
    left: 0px;
    color: #ABABAB;
    font-size: 24px;
    font-family: "GothamProLight";
    border: 1px solid #ECECEC;
    padding: 4px 6px;
    padding-left: 9px;
}

.root .container .header-icon .search-link
{
    position: absolute;
    top: -112px;
    right: 24px;
    text-decoration: none;
}

.root .container .header-icon .search-link img
{
    width: 31px;
}

.root footer .icon-18
{
  display: none;
}


















.root .container > .content,
.root .container .body > .content
{
  width: 741px;
  /*padding-right: 24px;*/
  font-family: "GothamProRegular";
  color: #363636;
}


.root .head-name
{
  width: 100%;
  text-align: center;
  padding-left: 24px;
  /*margin-bottom: 20px;*/
  margin-bottom: 11px;
  margin-top: -20px;
}

.root .head-name h1
{
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  display: inline-block;
  margin-top: 0px;
  text-transform: uppercase;
  margin: 0 20px;
    color: #252525;
}

.root .head-name .icon
{
  width: 50px;
  height: 1px;
  background-color: #a5a5a5;
  display: inline-block;
  vertical-align: text-top;
  margin-top: -3px;
  position: relative;
}

.root .head-name .icon:before
{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: -2.5px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #939393;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.root .head-name .icon:before
{
  right: 0px;
}

.root .head-name .icon:nth-of-type(2):before
{
  left: 0px;
}


.root .container > .content .main-information
{
  height: 334px;
  position: relative;
  padding-left: 24px;
  margin-bottom: 40px;
  text-decoration: none;
  display: inline-block;
  float: left;
}

.root .container.main-page .content .main-information
{
  width: 100%;
}

.root .container > .content .main-information .img
{
  width: 223px;
  height: 334px;
  float: left;
  background-size: cover;
}

.root .container > .content .main-information .text
{
  /*width: 494px;*/
  height: 100%;
  padding: 0 40px;
  /*padding-right: 40px;*/
  /*padding-left: 263px;*/
  position: relative;
  font-size: 14px;
  background-color: #252525;
  width: calc(100% - 223px);
  cursor: pointer;
  /*text-decoration: none;
  display: inline-block;*/
}

.root .container > .content .main-information .text .breadcrumb
{
  width: 100%;
  float: left;
  font-family: "GothamProRegular";
  font-size: 15px;
  margin: 0px 0px 15px 0px;
  padding: 15px 0px 0px 0px;
}

.root .container > .content .main-information .text .breadcrumb li
{
  list-style: none;
  float: left;
  margin-right: 5px;
}

.root .container > .content .main-information .text .breadcrumb li.active
{
  text-transform: uppercase;
}

.root .container > .content .main-information .text .breadcrumb li:before
{
  content: " / ";
  color: #126b5d;
  font-weight: bold;
}

.root .container > .content .main-information .text .breadcrumb li:first-child:before
{
  display: none;
}

.root .container > .content .main-information .text .breadcrumb li a
{
  color: #126b5d;
  text-decoration: none;
}

.root .container > .content .main-information .text .breadcrumb li:hover a
{
 color: #01b297;
  text-decoration: underline;
}

.root .container > .content .main-information .text .information
{
  /*text-decoration: none;
  display: inline-block;*/
    overflow: hidden;
  height: 295px;
}

.root .container > .content .main-information .text .information h3
{
  font-family: "OldStandardBold";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  color: #d7d7d7;
  width: 100%;
  float: left;
  margin: 0px 0px 15px 0px;
  line-height: 1;
}

.root .container > .content .main-information .text .information p
{
  /*font-family: "GothamProRegular";*/
  font-family: "GothamProLight";
  color: #a2a2a2;
  float: left;
  width: 100%;
  margin-top: 0px;
  font-size: 15px;
}

.root .container .go-btn
{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: relative;
}

.root .container .editorial-column .go-btn
{
  border: 1px solid #363636;
}

.root .container .go
{
  width: 100%;
  text-align: center;
  margin-top: -5px;
  margin-bottom: 20px;
}

.root .container.content-page.briefly.briefly2 .big-content .cont .block .content
{
  padding-bottom: 47px;
  height: 100%;
}

.root .container.content-page.briefly.briefly2 .big-content .cont .block .content .go
{
  margin-top: 0px;
  margin-bottom: 0px;

  position: absolute;
  bottom: 20px;
}

.root .container .go .go-btn
{
  display: inline-block;
  cursor: pointer;
}


.root .container > .content .main-information .text .information .go-btn
{
  border: 1px solid #a2a2a2;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  bottom: 20px;
}

.root .container .go-btn:before,
.root .container .go-btn:after
{
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  background-color: #a2a2a2;
  left: 21px;
}

.root .container .editorial-column .go-btn:before,
.root .container .editorial-column .go-btn:after
{
  background-color: #363636;
}
.root .container .go-btn:before
{

  top: 9px;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.root .container .go-btn:after
{ 
  top: 16px;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}


.root .container > .content .main-information .text:hover .information h3
{ 
  color: #01b297;
}

.root .container > .content .main-information .text:hover .information .go-btn,
.root .container .go-btn:hover,
.root .container .block:hover .go-btn
{ 
  background-color: #01b297;
  border: 1px solid #01b297;
}

.root .container > .content .main-information .text:hover .information .go-btn:before,
.root .container > .content .main-information .text:hover .information .go-btn:after
{ 
  background-color: #252525;
}

.root .container .editorial-column .go-btn:hover:before,
.root .container .editorial-column .go-btn:hover:after,
.root .container .editorial-column.block:hover .go-btn:before,
.root .container .editorial-column.block:hover .go-btn:after
{ 
  background-color: #fff;
}

.root .container.main-page .content
{
  /*margin-left: -24px;*/
}


.root .container .center-block
{
  float: none;
}

.root .content .cont
{
  width: 100%;
  /*margin: 40px 0px;*/
   margin-bottom: 20px;
   padding: 0px;
}


.root .content .cont .width-50 .text
{
  min-height: 220px;
}

.root .content .cont .width-50 .block.main-block .text
{
  min-height: 0px;
}

.root .content-100 .content
{
  width: 100%;
}

.root .content-100 .cont
{
  width: 100%;
}

.root .cont.first-cont
{
  margin-bottom: 0px;
  width: 100%;
}

.root .content .cont h2.header
{
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
  padding-left: 24px;
  margin-bottom: 15px;
  font-size: 28px;
    z-index: 2;
  position: relative;
  text-transform: uppercase;
}

.root .block,
.root .container.content-page .cont.with-information .block
{
  padding-right: 0px;
  padding-left: 24px;
  cursor: pointer;
  display: inline-block;
  color: #363636;
  margin-bottom: 20px;
  float: left;
}

.root .side-right .block
{
  padding-left: 0px;
}

.root .side-right .block .text
{
  width: 100%;
}
/*
.root .content .block.main-block
{
  width: 494px;
}*/

.root .img
{
  background-size: cover;
  background-position: center;
}

.root .photo .img
{
  width: 100%;
  height: 178px;
}

.root .content .block.main-block .photo .img
{
    height: 356px;
}


.root .content .cont .side-right .block
{
  padding-left: 0px;
}

.root .block h3
{
  width: 100%;
  display: inline-block;
  float: left;
  line-height: 1.2;
  font-size: 24px;
  margin: 13px 0px;
  margin-bottom: 10px;
  font-family: "OldStandardBold";
  font-style: normal;
  font-weight: normal;
  letter-spacing: -1px;
}

.root .block:hover h3,
.root .block:hover .info
{
  color: #01b297;
}

.root .content .info
{
  width: 100%;
  font-weight: bold;
  font-size: 13px;
}

.root .content .info a
{
    color: #363636;
    text-decoration: none;
}

.root .content .info span.active,
.root .content .info a.active
{
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

.root .photo
{
  width: 100%;
  /*background-color: #4fe5ce;*/
  /*background-color: rgb(0, 148, 120);*/
      background-color: #00C1A3;

}

.root .content .cont .block.photo-mini
{
  margin-bottom: 20px;
  height: 95px;
}

.root .content .cont .block.photo-mini .photo
{
  padding: 0px;
  width: 33.33333333%;
}

.root .content .cont .block.photo-mini .photo .img
{
  height: 95px;
}

.root .content-100 .cont .block.photo-mini .photo
{
  width: 27%;
}

/*.root .content-100 .cont .block.photo-mini,
.root .content-100 .cont .block.photo-mini .photo,
.root .content-100 .cont .block.photo-mini .photo .img
{
  height: 105px;
}*/

.root .content-100 .cont .block.photo-mini .text
{
  width: 73%;
}

.root .block:hover .photo .img
{
   /*opacity: 0.7;*/
   opacity: 0.55;
  -webkit-filter: contrast(1.6);
  -o-filter: contrast(1.6);
  filter: contrast(1.6);

}

.root .content .cont .block.photo-mini .text
{
  padding: 0px;
  padding-left: 22px;
  color: #ffeo4b;
}

.root .content .cont .block.photo-mini .text h3,
.root .content .cont .width-50 .block.photo-mini .text h3
{
  margin: 0px;
  font-size: 21.5px;
}

.root .content-100 .cont .block.photo-mini .text h3
{
    font-size: 24px;
}

.root .title
{
  font-family: "OldStandardItalic";
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.root .frame .title
{
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
}


.root .frame
{
  border: 1px solid #d3d3d3;
  padding: 10px 13px;
  text-align: center;
  position: relative;
  cursor: pointer;
  height: 100%;
  position: relative;
  padding-bottom: 30px;
}

.root .block .frame
{
   width: 100%;
}


.root .frame .fr-icon
{
    position: absolute;
    width: 17px;
    height: 17px;
    overflow: hidden;
    z-index: 2;
}
.root .frame .fr-icon:before
{
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 1px solid #D3D3D3;
    border-radius: 50%;
    z-index: 2;
}

/*ВЕРХНИЙ ЛЕВЫЙ УГОЛ*/

.root .frame .fr-icon.fr-top-left
{
  left: -1px;
  top: -1px;
}
.root .frame .fr-icon.fr-top-left:before
{
  left: -7px;
  top: -6px;
}

/*ВЕРХНИЙ ПРАВЫЙ УГОЛ*/

.root .frame .fr-icon.fr-top-right
{
  right: -1px;
  top: -1px;
}
.root .frame .fr-icon.fr-top-right:before
{
  right: -7px;
  top: -6px;
}

/*НИЖНИЙ ЛЕВЫЙ УГОЛ*/

.root .frame .fr-icon.fr-bottom-left
{
  left: -1px;
  bottom: -1px;
}
.root .frame .fr-icon.fr-bottom-left:before
{
  left: -7px;
  bottom: -6px;
}

/*НИЖНИЙ ПРАВЫЙ УГОЛ*/

.root .frame .fr-icon.fr-bottom-right
{
  right: -1px;
  bottom: -1px;
}
.root .frame .fr-icon.fr-bottom-right:before
{
  right: -7px;
  bottom: -6px;
}

.root .frame:hover
{
  border: 1px solid #363636;
  background-color: #fff4bb;
}

.root .frame:hover .fr-icon:before
{
  border: 1px solid #363636;
}




.root .frame .where
{
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.root .frame .date
{
  font-family: "OldStandardBold";
  font-style: normal;
  font-weight: normal;
  /*font-size: 30px;*/
  width: 100%;
  padding-top: 5px;
  margin-bottom: -5px;
  word-spacing: -2.9px;
  letter-spacing: -0.5px;
  font-size: 29.5px;
}

.root .frame .text
{
  width: 100%;
  /*position: relative;*/
}

.root .frame .date span
{
  display: inline-block;
  font-family: "OldStandardBold";
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  letter-spacing: -2px;
}

.root .frame .date .second-date
{
  width: 100%;
  font-size: 20px;
  color: #6e6e6e;
  margin-bottom: 10px;
  margin-top: -10px;
}

.root .block.frame .info-block .second-date
{
  color: #fff;
}

.root .frame .place
{
  font-family: "GothamProMedium";
  font-weight: bold;
  font-size: 11px;
  width: 100%;
  position: relative;
  letter-spacing: .6px;
  padding: 7px 0px;
  text-transform: uppercase;
  /*font-size: 11px;*/
  line-height: 1.6;
  /*margin-top: -5px;*/
}

.root .frame .place:before,
.root .frame .place:after
{
  content: "";
  position: absolute;
  height: 1px;
  background-color: #b1b1b1;
  left: 30px;
  right: 30px;
}

.root .frame .place:before
{
  top: 0px;
}

.root .frame .place:after
{
  bottom: 0px;
}

.root .content .block:hover .frame h3,
.root .block:hover .frame h3,
.root .block:hover .frame .info,
.root .content .block:hover .frame .info
{
  color: #363636;
}

.root .frame .place span.m
{
  font-weight: normal;
  font-size: 9px;
  border: 1px solid #363636;
  border-radius: 50%;
  width: 16px;
  height: 15px;
  display: inline-block;
  color: #222;
  letter-spacing: 0px;
  margin-right: 2px;
  text-align: center;
}

.root .frame p
{
  text-align: left;
  font-size: 13px;
}

.root .frame .img
{
  width: 100%;
  height: 195px;
/*  background-size: cover;*/
}



.root .container.search-page > .content
{
  width: 494px;
}

.root .content .cont.search .block
{
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
  /*display: inline-block;*/
}

.root .content .cont.search .block .photo
{
  width: 223px;
}

.root .content .cont.search .block .text
{
  width: 242px;
  padding-left: 20px;
}

.root .content .cont.search .block .text h3
{
  margin-top: 0px;
}

.root .content .cont.search .block:hover h3
{
  color: #01b297;
}

.root .content .block .text p
{
    float: left;
    margin-top: 6px;
    margin-bottom: 24px;
}

.root .content .filters
{
  width: 100%;
  margin-bottom: 15px;
}

.root .content .filters span
{
  display: inline-block;
  padding: 4px 20px;
  padding-bottom: 3px;
  border: 1px solid #bababa;
  float: right;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  color: #bababa;
}

.root .content .filters span.active
{
  border: 1px solid #858585;
  color: #858585;
}

.root .content .filters span:first-child
{
  margin-left: -1px;
}

.root .content .cont.grey
{
    background-color: #e2e2e2;
    position: relative;
      margin-bottom: 0px;
  padding-bottom: 20px;
}

.root .content .cont.grey .img
{
    height: 223px;
}

/*.root .content .cont.grey:before
{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100vw;
  background-color: #E2E2E2;
  margin-left: -25vw;
}
*/
.root .content .cont.grey:before
{
  content: "";
  position: absolute;
  top: 0px;
  left: -100vw;
  right: -100vw;
  width: auto;
  bottom: 0px;
  height: 100%;
  z-index: -1;
  background-color: #E2E2E2;
}

/*.root .content .cont.grey:after
{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100vw;
  background-color: #E2E2E2;
  margin-left: -25vw;
}*/

/*.root .content .cont.grey:before
{
  right: 100%;
}

.root .content .cont.grey:after
{
  left: 100%;
}
*/
.root .content .cont.grey .block .frame.no-border
{
  background-color: #fff;
  border: none;
  padding: 0px;
  width: 100%;
    height: 100%;
}

/*.root .content .cont.grey .block .frame.no-border
{
  background-color: #fff;
  border: none;
  padding: 0px;
  width: 100%;
}*/

.root .content .cont.grey .frame.no-border:hover
{
  background-color: #fff4bb;
}

.root .content .cont.grey .frame.no-border .text
{
  padding: 0px 13px;
}

.root .content .cont.grey .frame.no-border .text h3
{
  font-size: 27px;
  margin-top: 10px;
}

.root .content .cont.grey .frame.no-border .info 
{
  margin-top: 15px;
}

.root .content .cont.grey .frame.no-border .place 
{
  font-size: 12px;
  padding-top: 15px;
}

.root .content .cont.grey .frame.no-border .place:after
{
  display: none;
}

.root .content .cont.grey .frame.no-border .place:before
{
  left: 20px;
  right: 20px;
}

.root .content .frame.mini
{
   height: 144px;
  padding: 15px;
}

.root .content .block .frame.mini
{
   width: 100%;
}

.root .content  .frame.mini .photo
{
    background-color: #483c00;
     width: 110px;
  /*height: 110px;*/
  position: relative;
  overflow: hidden;
}

 .root .side-left .tags h4 .fa
 {
  display: none;
 }

.root .content  .frame.mini .img
{
  width: 110px;
  height: 110px;
  opacity: 1;
  -webkit-filter: brightness(1);
  -o-filter: brightness(1);
  filter: brightness(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.root .content  .frame.mini:hover .img
{
  opacity: 0.7;
  -webkit-filter: brightness(0.5);
  -o-filter: brightness(0.5);
  filter: brightness(0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.root .content  .frame.mini .text
{
   /*width: 328px;*/
    height: 110px;
    text-align: left;
    padding-left: 15px;
      width: calc(100% - 110px);
}

.root .content  .frame.mini .text h3
{
  margin-top: 3px;
}

.root .content  .frame.mini .text .place
{
  margin-top: -5px;
}

.root .content  .frame.mini .text .place:before
{
  left: 0px;
  right: 0px;
}

.root .content  .frame.mini .text .place:after
{
  display: none;
}

.root .content  .frame.mini .photo .time
{
  position: absolute;
  color: #fff;
  left: 0px;
  top: 120px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "OldStandardregular";
  padding-top: 26px;

  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.root .content  .frame.mini:hover .photo .time
{
  top: 0px;

  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.root .content  .frame.mini .photo .time .hours
{
  /*width: 39px;*/
  font-size: 44px;
  display: inline-block;
  float: left;
  letter-spacing: -2px;
  /*margin-top: 15px;*/
  margin-left: 13px;
}

.root .content  .frame.mini .photo .time .min
{
  border-bottom: 1px solid #fff;
  font-size: 21px;
  display: inline-block;
  float: left;
  line-height: 1;
  margin-top: 12px;
  margin-left: 3px;
}

.root .container.content-page .first-cont h3
{
  font-family: "OldStandardBold";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  width: 100%;
  float: left;
  margin: 15px 0px 17px 0px;
  line-height: 1;
    /*letter-spacing: -1px;*/
}

.root .container.content-page .first-cont .img
{
  width: 538px;
  height: 385px;
}

.root .container.content-page .name-cont
{
  font-family: "GothamProLight";
  font-weight: bold;
  padding-left: 20px;
  width: 178px;
  height: 273px;
}

.root .container.content-page .name-cont span
{
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  width: 100%;
}

.root .container .social-cont
{
  padding-left: 20px;
  width: 100px;
  font-family: "GothamProLight";
}

.root .container.content-page .social-cont p
{
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 4px;
  font-weight: bold;
}

.root .container .social-cont .icon
{
  /*background-color: #4e6ab1;*/
  margin-bottom: 5px;
  width: 100%;
  color: #fff;
  padding: 5px 3px 0px 6px;
  height: 30px;
  cursor: pointer;
}

.root .container .social-cont .icon:last-child
{
  /*background-color: #4e6ab1;*/
  margin-bottom: 0px;
}


.root .container .social-cont .icon span
{
  font-size: 13px;
  padding-left: 4px;
    display: inline-block;
   text-align: right;
  width: calc(100% - 30px);
}

.root .container .social-cont.social-footer .icon span
{
  color: transparent;
}


.root .container .social-cont .icon.facebook,
.root .container.content-page.briefly.briefly2 .wrapper .social-cont .icon.facebook:hover
{
  background-color: #4e6ab1;
}

.root .container .social-cont .icon.facebook .fa,
.root .container.content-page.briefly.briefly2 .wrapper .social-cont .icon.facebook:hover .fa
{
  background-color: #fff;
  color: #4E6AB1;
  width: 18px;
  height: 18px;
  text-align: right;
  font-size: 18px;
  padding: 2px;
  margin-top: 2px;
  display: inline-block;
  float: left;
  margin-right: 4px;
}

.root .container .social-cont .icon.vk,
.root .container.content-page.briefly.briefly2 .wrapper .social-cont .icon.vk:hover
{
  background-color: #436c98;
}

.root .container .social-cont .icon.vk .fa
{
  font-size: 18px;
}

.root .container .social-cont .icon.livejournal,
.root .container.content-page.briefly.briefly2 .wrapper .social-cont .icon.livejournal:hover

{
  background-color: #37a6d5;
}

.root .container .social-cont .icon.livejournal img
{
  width: 19px;
  height: 20px;
  display: inline-block;
}

.root .container.content-page .cont.with-information
{
  position: relative;
}

.root .container.content-page .cont.with-information > div
{
  /*position: relative;
  z-index: 10;*/
}

.root .container.content-page .lead
{
  width: 100%;
  margin-top: 15px;
}

.root .container.content-page .lead p
{
  /*font-size: 17px;*/
  font-size: 18.3px;
  padding-left: 0px;
  width: 100%;
  margin-top: 0px;
  line-height: 1.5;
}


.root .container.content-page .lead .bold
{
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

.root .container.content-page .cont.with-information p,
.root .container.content-page .cont.with-information h2,
.root .container.content-page .cont.with-information .opinion,
.root .container.content-page .cont.with-information .list,
.root .container.content-page .cont.with-information .time-table
{
  /*padding-left: 110px;*/
}

.root .container.content-page .cont.with-information p
{
   font-family: "PTSerifRegular";
  font-size: 17px;
  /*padding-left: 110px;*/
  width: 100%;
  float: left;
  margin-top: 5px;
}


.root .container.content-page .cont.with-information ul,
.root .container.content-page .cont.with-information ol
{
    float: left;
  padding-left: 150px;
  margin-top: 0px;
  width: 100%;
}


.root .container.content-page .cont.with-information h2
{
    font-family: "OldStandardBold";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
  margin-top: 37px;
  margin-bottom: 5px;
  /*padding-left: 110px;*/
}

.root .content-page .side-right .block.add
{
  margin-bottom: 70px;
}


.root .side-right .list-border
{
  width: 100%;
  text-align: center;
  border: 1px solid #d3d3d3;
  margin-bottom: 50px;
}

.root .side-right .list-border .block
{
  padding: 0 15px;
  position: relative;
}

.root .side-right .list-border .block:before
{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  height: 1px;
   background-color: #d3d3d3;
}

.root .side-right .list-border .block:last-child:before
{
  display: none;
}

.root .side-right .list-border .block .img
{
  width: 115px;
  height: 95px;
    margin: 0 auto;
  float: none;
}

.root .side-right .list-border .block h3
{
  margin-top: 2px;
  font-size: 22px;
}

.root .side-right .list-border .block .title
{
  margin-top: 10px;
  font-size: 17px;
}

.root .side-right .list-border .head
{
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
  width: 100%;
  line-height: 1.3;
  font-size: 15px;
  text-transform: uppercase;
    color: #01b297;
    padding: 0 15px;
    margin-top: 15px;
      margin-bottom: 20px;
  letter-spacing: 0.3px;
}

.root .side-right .head-name-yellow
{
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffe04b;
  width: 170px;
  margin-left: 25px;
    margin-top: 20px;
  padding: 10px 5px;
}



.root .container .side-left ul li:hover a,
.root .container .side-left ul li.active a
{
    color: #01b297;
}

.root .container.events-page .side-left ul li:hover a,
.root .container.events-page .side-left ul li.active a
{
    color: #E2BB00;
}


.root .container header ul li:hover a,
.root footer .container .menu ul.list li:hover a
{
    color: #1facda;
}


.root .container header ul li.green:hover a, 
.root .container header ul li.green.active a
{
    color: #01b297;
}

.root .container header ul li.yellow:hover a, 
.root .container header ul li.yellow.active a
{
    color: #e2bb00;
}

.root .container header ul li.violet:hover a, 
.root .container header ul li.violet.active a
{
    color: #7174ff;
}


.root .container.events-page .side-left ul.menu
{
  /*margin-bottom: 35px;*/
      padding-bottom: 35px;
    margin-bottom: 0px;
    padding-top: 15px;
    margin-top: 0px;
}

.root .container.events-page .side-left ul.menu li:nth-of-type(1) a
{
  padding-top: 0px;
}

.root .container.events-page .side-left .calendar
{
  width: 100%;
  height: 247px;
  padding-top: 30px;
  border: 1px solid #a5a5a5;
  position: relative;
  text-align: center;
}

.root .container.events-page .side-left .calendar .wrapp-date
{
  width: 100%;
}

.root .container.events-page .side-left .calendar ul.circles
{
  width: 100%;
  padding-left: 0px;
  position: absolute;
  left: 0px;
  top: -6px;
  margin-top: 0px;
}

.root .container.events-page .side-left .calendar ul.circles li
{
 display: inline-block;
 float: left;
 width: 11.111%;
}

.root .container.events-page .side-left .calendar ul.circles li:before
{
  content: "";
   margin: 0 auto;
  display: block;
 width: 12px;
 height: 12px;
 background-color: #fff;
 border: 1px solid #a5a5a5;
 border-radius: 50%;
}

.root .container.events-page .side-left .calendar .date
{
  font-family: "OldStandardBold";
  font-style: normal;
  font-weight: normal;
  width: 100%;
   font-size: 33px;
  letter-spacing: -1px;
    line-height: 0.9;
    margin-bottom: 25px;
}

.root .container.events-page .side-left .calendar .date span
{
  display: inline-block;
  font-size: 1.8em;
  width: 100%;
}

.root .container.events-page .side-left .calendar a
{
  color: #363636;
  font-family: "OldStandardItalic";
  font-size: 18px;
  font-style: italic;
  border-bottom: 1px solid #363636;
  text-decoration: none;
}

.root .container.events-page .side-left .calendar a:hover
{
  border-bottom: 1px solid transparent;
}


.root .container.events-page .block.main-block.frame
{
  border: none;
  padding: 0px;
  padding-left: 24px;
  /*height: 470px;*/
  margin-bottom: 40px;
  overflow: hidden;
}

.root .container.events-page .block.main-block.frame:hover
{
  background-color: transparent;
}

.root .container.events-page .block.main-block .photo
{
  background-color: #483c00;
  /*position: absolute;*/
  /*left: 24px;*/
  /*top: 0px;*/
  z-index: 0;
  /*width: 470px;*/
  /*height: 470px;*/
  width: 100%;
  /*height: 100%*/
}

/*.root .container.events-page .block.main-block .photo .img
{
  height: 470px;
}
*/
.root .container.events-page .block.main-block.frame .photo .img
{ 
  opacity: 1;
 -webkit-filter: brightness(1);
 -o-filter: brightness(1);
 filter: brightness(1);

 -webkit-transition: 0.3s;
 -o-transition: 0.3s;
 transition: 0.3s;
}

.root .container.events-page .block.main-block.frame:hover .photo .img
{ 
  opacity: 0.7;
 -webkit-filter: brightness(0.5);
 -o-filter: brightness(0.5);
 filter: brightness(0.5);

 -webkit-transition: 0.3s;
 -o-transition: 0.3s;
 transition: 0.3s;
}

.root .container.events-page .block.main-block.frame .text
{
  position: relative;
  height: 100%;
}



.root .container.events-page .block.main-block.frame .frame-bottom,
.root .container.events-page .block.main-block.frame .frame-top
{
  position: absolute;
  width: 223px;
  left: 50%;
  margin-left: -100px;
  background-size: cover;
  padding: 10px 12px;
  text-align: center;
  z-index: 10;
}

.root .container.events-page .block.main-block.frame .frame-top
{
  background-image: url(../img/frame-top.png);
  top: -4px;
  height: 43px;
  padding-top: 14px;
}

.root .container.events-page .block.main-block.frame:hover .frame-top
{
  background-image: url(../img/frame-top2.png);
}

.root .container.events-page .block.main-block.frame .frame-bottom
{
  background-image: url(../img/frame-bottom.png);
  bottom: 0px;
  height: 145px;
}

.root .container.events-page .block.main-block.frame:hover .frame-bottom
{
  background-image: url(../img/frame-bottom2.png);
}




.root .container.events-page .block.main-block.frame .frame-bottom h3
{
  height: 78px;
}

.root .container.events-page .block.main-block.frame:hover .frame-bottom h3
{
   color: #363636;
}

.root .container.events-page .block.main-block.frame .info-block
{
  width: 223px;
  left: 50%;
  bottom: -170px;
  margin-left: -112px;
  color: #fff;
  position: absolute;
  z-index: 5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.root .container.events-page .block.main-block.frame:hover .info-block
{ 
  bottom: 170px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.root .container.events-page .block.main-block.frame:hover .info-block .place
{
  font-family: "GothamProRegular";
  font-size: 10px;
  padding: 5px 35px; 
}

.root .content .frame .info-block .place:before, 
.root .content .frame .info-block .place:after
{
    left: 35px;
    right: 35px;
}

.root .container.events-page .block.main-block.frame .place span.m
{
  background-color: #fff;
  border: none;
  color: #363636;
  width: 14px;
  height: 13px;
  font-size: 9px;
  margin-right: 3px;
}




.root .side-left
{
  width: 247px;
  padding-left: 24px;
  height: 100vh;
  /*background-color: #ccc;*/
  font-family: "GothamProRegular";
    /*font-family: "GothamProMedium";*/
}

.root .content .cont .side-left,
.root .content .cont .side-right
{
  height: auto;
}


.root .side-left ul
{
  width: 100%;
  padding-left: 0px;
  margin-bottom: 0px;
}

.root .side-left ul li
{
  width: 100%;
  list-style: none;
}

.root .container.search-page .side-left .tags ul li.icon,
.root .container.text-page .side-left .tags ul li.icon
{
  display: none;
}

.root .side-left ul li a
{
  color: #363636;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.root .side-left ul.menu
{
  margin-bottom: 15px;
  font-family: "GothamProMedium";
}

.root .side-left ul.menu li a
{
  text-transform: uppercase;
  border-bottom: 1px solid #cdcdcd;
  padding: 9px 0px;
  /*color: #222;*/
}

.root .side-left .tags
{
  width: 100%;
}

.root .side-left .tags h4
{
  font-size: 16px;
  margin: 0px;
  color: #898989;
}

.root .side-left .tags ul
{
  margin-top: 5px;
}

.root .side-left .tags ul li a
{
  font-size: 16px;
  padding: 5px 0px;
}

.root .side-left ul li:hover a
.root .side-left ul li.active a
{
  color: #01b297;
}

.root .side-left .form-search
{
  width: 100%;
  position: relative;
}

.root .side-left .form-search img
{
  position: absolute;
  top: 8px;
  left: 9px;
  width: 23px;
}

.root .side-left .form-search input
{
  width: 100%;
  border: 1px solid #e3e3e3;
  outline: none;
  padding: 8px;
  padding-left: 38px;
  color: #898989;
}






.root .side-right
{
  width: 247px;
  padding-left: 24px;
  float: right;
}

/*.root .side-right .add
{
  width: 100%;
}*/

.root .editorial-column
{
  /*width: 100%;*/
  color: #363636;
  margin-bottom: 35px;
  cursor: pointer;
  display: inline-block;
}

.root .content .editorial-column .content
{
  background-color: #e2e2e2;
}

.root .editorial-column .head
{
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 9px;
  line-height: 1.2;
  font-size: 14px;
  text-transform: uppercase;
}

.root .side-right .editorial-column .content,
.root .editorial-column .content
{
  width: 100%;
  background-color: #e2e2e2;
  border: 1px solid transparent;
}

.root .editorial-column .img
{
  /*width: 223px;*/
  height: 223px;
   width: 100%;
  /*background-size: cover;*/
}

.root .editorial-column.mini .img,
.root .editorial-column.big .img
{
  width: 223px;
}

.root .block.in-few .content .photo,
.root .block.in-few .content .photo .img
{
  /*height: 115px;*/
  width: 115px;
  border-radius: 50%;
  margin: 17px auto;
  margin-bottom: 0px;
  display: block;
  float: none;
  background-position: center;
  /*background-size: cover;*/
  background-color: #E2E2E2;
}

.root .block.in-few:hover .content .photo
{
    background-color: #00C1A3;
}

.root .editorial-column .text
{
  width: 100%;
  padding: 15px 20px;
  font-size: 13px;
  font-family: "GothamProRegular";
  line-height: 1.3;
}

.root .content .cont .width-50 .editorial-column .text
{
  min-height: 0px;
}

.root .editorial-column .text .name
{
  width: 100%;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 1.4;
}

.root .editorial-column .text h3,
.root .content .cont .block.editorial-column h3
{
  width: 100%;
  display: inline-block;
  float: left;
  font-size: 21px;
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
  margin: 13px 0px;
}

.root .content .cont .block.editorial-column h3
{
  letter-spacing: 0.1px;
  margin-top: 6px;
   -ms-word-break: break-word;
   word-break: break-word;
}

.root .side-right .block.in-few .content .text h3
{
  font-size: 19px;
}

.root .editorial-column .text strong
{
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
}

.root .editorial-column .text p
{
  letter-spacing: 0.4px;
    line-height: 1.4;
}

.root .editorial-column .text strong
{
   letter-spacing: 0.2px;
}

.root .editorial-column .header
{
  /*width: 247px;*/
    /*width: 259px;*/
  height: 223px;
  padding: 0 27px;
  width: calc(100% - 223px)
}

.root .editorial-column .header .name
{
  width: 100%;
  display: inline-block;
  float: left;
  font-size: 17px;
}


/*.root .container.content-page .cont.with-information em
{
   font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
}*/

.root .container.content-page .cont.with-information .bold,
.root .container.content-page .cont.with-information strong,
.root .container.content-page .cont.with-information b
{
     font-family: "PTSerifBold";
}

.root .container.content-page .cont.with-information em
{
   font-family: "PTSerifItalic";
   font-style: normal;
}

/*.root .container.content-page .cont.with-information em.italic-bold
{
    font-family: "PTSerifBoldItalic";
}
*/
.root .container.content-page .cont.with-information a
{
   text-decoration: underline;
   color: #009ed9;
}

.root .container.content-page .cont.with-information a:hover
{
   text-decoration: none;
}

.root .container.content-page .cont.with-information ul.navigation
{
  position: absolute;
  left: 17px;
  top: 0px;
  padding-left: 0px;
  width: 92px;
}

.root .container.content-page .cont.with-information ul.navigation li
{
  list-style: none;
  font-size: 12px;
  padding-bottom: 25px;
  /*font-family: "GothamProLight";*/
  /*font-weight: bold;*/
    font-family: "GothamProRegular";
  letter-spacing: 0.3px;
  position: relative;

}

.root .container.content-page .cont.with-information ul.navigation li a
{
  color: #cacaca;
  text-decoration: underline;
  position: relative;
   word-wrap: break-word;
}

.root .container.content-page .cont.with-information ul.navigation li.active a
{
  color: #363636;
  text-decoration: none;
}

.root .container.content-page .cont.with-information ul.navigation li a:before
{
  content: "";
  position: absolute;
  top: 3px;
  left: -15px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 50%;
}

.root .container.content-page .cont.with-information ul.navigation li.active a:before
{
  background-color: #bbbbbb;
}

.root .container.content-page .cont.with-information ul.navigation li:before
{
  content: "";
  position: absolute;
  top: 5px;
  bottom: -5px;
  left: -10px;
  width: 1px;
  background-color: #bbbbbb;
  z-index: -1;
}

.root .container.content-page .cont.with-information ul.navigation li:last-of-type:before
{
  display: none;
}

.root .container.content-page .cont.with-information blockquote
{
  text-align: center;
  font-family: "OldStandardregular";
  font-size: 27px;
  float: left;
  padding: 15px 20px;
  padding-top: 20px;
  margin: 30px 0px;
  /*margin-left: 110px;*/
  margin-left: 0px;
  position: relative;
    line-height: 1.3;
      margin-bottom: 50px;
}

.root .container.content-page .cont.with-information blockquote em
{
   font-family: "OldStandardItalic";
}

.root .container.content-page .cont.with-information blockquote .icon
{
  position: absolute;
  width: 30%;
  height: 1px;
  background-color: #363636;
  left: 50%;
  margin-left: -15%;
}

.root .container.content-page .cont.with-information blockquote .icon.top
{
  top: -10px;
}

.root .container.content-page .cont.with-information blockquote .icon.bottom
{
  bottom: -15px;
}

.root .container.content-page .cont.with-information blockquote .icon.top:before,
.root .container.content-page .cont.with-information blockquote .icon.bottom:before
{
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -15px;
  font-size: 36px;
  width: 30px;
  margin-top: -8px;
  height: 30px;
  line-height: 1;
  background-color: #fff;
  z-index: 2;
  font-family: "PTSerifRegular";
}

.root .container.content-page .cont.with-information blockquote .icon.top:before
{
  content: "”";
}
.root .container.content-page .cont.with-information blockquote .icon.bottom:before
{
  content: "“";
}


.root .container.content-page .cont.with-information .footnote
{
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}

.root .container.content-page .cont.with-information .footnote.has-punctuation
{
  margin-right: 5px;
}

.root .container.content-page .cont.with-information .footnote:before
{
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: 1px;
  bottom: 2px;
  left: 0px;
  border-bottom: 1px dashed #01b297;
}

.root .container.content-page .cont.with-information .footnote:after
{
  content: "*";
  position: absolute;
  right: -6px;
  top: -3px;
  font-size: 20px;
  color: #01b297;
  font-family: "OldStandardBold";
  font-style: normal;
  font-weight: normal;
}

.root .container.content-page .cont.with-information .footnote .tooltip
{
   opacity: 1;
  left: 100%;
  margin-left: 15px;
  background-color: #fff;
  z-index: 20;
  border: 1px solid #d3d3d3;
  top: -32px;
  padding: 25px 30px;
  font-size: 13px;
  color: #6e6e6e;
  width: 310px;
  font-family: "GothamProRegular";
  display: none;
}

.root .container.content-page .cont.with-information .footnote:hover .tooltip
{
   display: block;
}

.root .container.content-page .cont.with-information .footnote .tooltip .icon
{
  position: absolute;
  left: 8px;
  top: 21px;
  font-size: 27px;
  color: #01b297;
  font-family: "OldStandardBold";
  font-style: normal;
  font-weight: normal;
  z-index: 2;
}


.root .container.content-page .cont.with-information .footnote .tooltip:before,
.root .container.content-page .cont.with-information .footnote .tooltip:after
{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
}

.root .container.content-page .cont.with-information .footnote .tooltip:before
{
  top: 22px;
  left: -13px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid #d3d3d3;
}


.root .container.content-page .cont.with-information .footnote .tooltip:after
{
  top: 23px;
  left: -12px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #fff;
  /*display: none;*/
}








.root .carousel,
.root .carousel .carousel-inner,
.root .carousel .carousel-inner .item,
.root .illustration
{
  width: 100%;
}


.root .illustration
{
  margin: 30px 0px;
}

.root .container.content-page .cont.with-information .illustration .img,
.root .container.content-page .cont.with-information .illustration .item

{
  width: 100%;
  height: 100%;
}


.root .carousel .carousel-control
{
  background-image: none;
}

.root .carousel .carousel-control .fa
{
  font-size: 37px;
  color: #363636;
  width: 30px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.77);
  text-shadow: none;
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
  line-height: .9;
}

.root .carousel .carousel-control.left .fa
{
  left: 0px;
  padding-right: 3px;
}

.root .carousel .carousel-control.right .fa
{
  right: 0px;
  padding-left: 3px;
}

.root .container.content-page .cont.with-information .photo-comment
{
  color: #6e6e6e;
  font-size: 14px;
  font-family: "GothamProRegular";
  float: left;
  letter-spacing: 0.4px;
  width: 100%;
  margin-top: 15px;
 padding-left: 30px;
   position: relative;
   background-color: #fff;
  margin-bottom: 30px;
  z-index: 10;
}

.root .container.content-page .cont.with-information .illustration ~ .photo-comment
{
  margin-top: -15px;
}

.root .container.content-page .cont.with-information .photo-comment .camera
{
  width: 20px;
  margin-top: 2px;
  display: inline-block;
  float: left;
  margin-left: -30px;
}

.root .container.content-page .cont.with-information .photo-comment.with-indicators
{
  padding-left: 140px;
}


.root .container.content-page .cont.with-information .photo-comment.with-indicators .this
{
   min-width: 12px;
  display: inline-block;
}


/*.root .container.content-page .cont.with-information .carousel ~ .photo-comment .camera
{
}*/

.root .container.content-page .cont.with-information .photo-comment.with-indicators .slide-indicators
{
   color: #959595;
  font-size: 19px;
  position: absolute;
  left: 10px;
  top: -4px;
}

.root .container.content-page .cont.with-information .photo-comment.with-indicators .slide-indicators .all
{
  position: relative;
  padding-left: 17px;
}

.root .container.content-page .cont.with-information .photo-comment.with-indicators .slide-indicators .all:before
{
  content: "";
  position: absolute;
  background-color: #6e6e6e;
  width: 1px;
  left: 6px;
  top: -5px;
  height: 30px;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}


.root .container.content-page .cont.with-information .reference
{
  width: 100%;
  /*padding-left: 220px;*/
  padding-left: 120px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.root .container.content-page .cont.with-information .reference .text
{
  margin: 0px;
    padding: 20px 20px;
  position: relative;
}

.root .container.content-page .cont.with-information .reference .text p
{
  padding: 0px;
  color: #6e6e6e;
  font-size: 14px;
  font-family: "GothamProRegular";
  letter-spacing: 0.4px;
  margin-top: 0px;
}

.root .container.content-page .cont.with-information .reference .text p.bold
{
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
}

.root .container.content-page .cont.with-information .reference .text .border
{
 content: "";
 position: absolute;
 width: 1px;
 height: 100%;
 background-color: #B4B4B4;
 top: 0px;
 left: 0px;
   max-height: 245px;
}

.root .container.content-page .cont.with-information .reference .text .border:before,
.root .container.content-page .cont.with-information .reference .text .border:after
{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: -2.5px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #939393;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.root .container.content-page .cont.with-information .reference .text .border:before
{
  top: -4px;
}

.root .container.content-page .cont.with-information .reference .text .border:after
{
  bottom: -4px;
}

.root .container.content-page .cont.with-information .reference .text .flag
{
  position: absolute;
  top: 10px;
  right: 100%;
  padding: 10px 0px;
  padding-left: 10px;
  border-top: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
  width: 110px;
  font-size: 13px;
  height: 40px;
}

.root .container.content-page .cont.with-information .reference .text .flag:before,
.root .container.content-page .cont.with-information .reference .text .flag:after
{
  content: "";
  position: absolute;
  top: -0px;
  left: -9px;
  width: 0;
  height: 0;
  border-left: 19px solid transparent;
  z-index: 2;
}

.root .container.content-page .cont.with-information .reference .text .flag:before
{
  border-top: 38px solid #fff;
}

.root .container.content-page .cont.with-information .reference .text .flag:after
{
    border-bottom: 38px solid #fff;
}

.root .container.content-page .cont.with-information .reference .text .flag .icon:before,
.root .container.content-page .cont.with-information .reference .text .flag .icon:after
{
  content: "";
  position: absolute;
  top: -1px;
  left: -10px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
}

.root .container.content-page .cont.with-information .reference .text .flag .icon:before
{
  border-top: 40px solid #B4B4B4;
}

.root .container.content-page .cont.with-information .reference .text .flag .icon:after
{
    border-bottom: 40px solid #B4B4B4;
}


.root .container.content-page .cont.with-information .reference.big
{
  height: 220px;
  overflow: hidden;
  position: relative;
}

.root .container.content-page .cont.with-information .reference.big.open
{
  height: auto;
  overflow: visible;
  padding-bottom: 15px;
}

.root .container.content-page .cont.with-information .reference.big:before
{
  content: "";
  position: absolute;
  /*width: 100%;*/
    width: calc(100% - 130px);
  bottom: 0px;
  height: 210px;
  z-index: 2;
  /*left: 0px;*/
    right: 0px;
background-image: url(../img/white-gradient.png);




/*background: -moz-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(153,218,255,0) 0%, rgba(255,255,255,1) 82%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(153,218,255,0)), color-stop(0%, rgba(153,218,255,0)), color-stop(82%, rgba(255,255,255,1))); 
background: -webkit-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(153,218,255,0) 0%, rgba(255,255,255,1) 82%);
background: -o-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(153,218,255,0) 0%, rgba(255,255,255,1) 82%); 
background: -ms-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(153,218,255,0) 0%, rgba(255,255,255,1) 82%); 
background: linear-gradient(180deg, rgba(153,218,255,0) 0%, rgba(153,218,255,0) 0%, rgba(255,255,255,1) 82%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99DAFF', endColorstr='#FFFFFF',GradientType=0 ); */

}


.root .container.content-page .cont.with-information .reference.big .load-more
{
   width: calc(100% - 110px);
  position: absolute;
  bottom: 5px;
  z-index: 5;
  right: 0px;
  text-align: center;
  padding: 0 20px;
}

.root .container.content-page .cont.with-information .reference.big .load-more .more
{
   color: #A5A5A5;
  font-size: 13px;
  letter-spacing: .5px;
  padding-left: 0px;
  position: relative;
  margin: 0px;
  display: inline-block;
  width: auto;
  float: none;
  cursor: pointer;
  background-color: #fff;
  z-index: 5;
  padding: 0 10px;
}

.root .container.content-page .cont.with-information .reference.big .load-more .more span
{
  border-bottom: 1px dashed #A5A5A5;
}

.root .container.content-page .cont.with-information .reference.big .load-more .more:hover span
{
  color: #5C5C5C;
  border-bottom: 1px dashed #595959;
}

.root .container.content-page .cont.with-information .reference.big .load-more .more:before,
.root .container.content-page .cont.with-information .reference.big .load-more .more:after,
.root .container.content-page .cont.with-information .reference.big .close-btn:before,
.root .container.content-page .cont.with-information .reference.big .close-btn:after
{
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 7px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #939393;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}


.root .container.content-page .cont.with-information .reference.big .load-more .more:before,
.root .container.content-page .cont.with-information .reference.big .close-btn:before
{
  left: -6px;
}

.root .container.content-page .cont.with-information .reference.big .load-more .more:after,
.root .container.content-page .cont.with-information .reference.big .close-btn:after
{
  right: -6px;
}

.root .container.content-page .cont.with-information .reference.big .load-more:before,
.root .container.content-page .cont.with-information .reference.big .load-more:after
{
  content: "";
  width: 50%;
  position: absolute;
  height: 1px;
  background-color: #939393;
  top:11px;
  z-index: 1;
}

.root .container.content-page .cont.with-information .reference.big .load-more:before
{
  right: 0px;
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 44%, rgba(179,179,179,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(179,179,179,1)), color-stop(56%, rgba(221,221,221,1)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 44%, rgba(179,179,179,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 44%, rgba(179,179,179,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 44%, rgba(179,179,179,1) 100%); /* ie10+ */
background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 44%, rgba(179,179,179,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B3B3B3', endColorstr='#FFFFFF',GradientType=1 ); /* ie6-9 */
}


.root .container.content-page .cont.with-information .reference.big .load-more:after
{
  left: 0px;
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 44%, rgba(179,179,179,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(44%, rgba(221,221,221,1)), color-stop(100%, rgba(179,179,179,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 44%, rgba(179,179,179,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 44%, rgba(179,179,179,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 44%, rgba(179,179,179,1) 100%); /* ie10+ */
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 44%, rgba(179,179,179,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#B3B3B3',GradientType=1 ); /* ie6-9 */

}





.root .container.content-page .cont.with-information .reference.big.open .load-more:before,
.root .container.content-page .cont.with-information .reference.big.open .load-more:after
{
   display: none;
}

.root .container.content-page .cont.with-information .reference.big .close-btn
{
   display: none;
  width: auto;
  float: none;
  cursor: pointer;
  background-color: #fff;
  z-index: 5;
  padding: 0 20px;
  position: relative;
}

.root .container.content-page .cont.with-information .reference.big .close-btn:before,
.root .container.content-page .cont.with-information .reference.big .close-btn:after
{
  top: 14px;
}

/*.root .container.content-page .cont.with-information .reference.big .close-btn .line
{ 
  position: relative;
}
*/
.root .container.content-page .cont.with-information .reference.big .close-btn .line:before,
.root .container.content-page .cont.with-information .reference.big .close-btn .line:after
{ 
  content: "";
  position: absolute;
  top: 17px;
  width: 45px;
  height: 1px;
  background-color: #B4B4B4;
  z-index: -1;
}

.root .container.content-page .cont.with-information .reference.big .close-btn .line:before
{
  right: -47px;
}
.root .container.content-page .cont.with-information .reference.big .close-btn .line:after
{
  left: -47px;
}

/*.root .container.content-page .cont.with-information .reference.big .close-btn:after
{
  right: -10px;
}*/


.root .container.content-page .cont.with-information .reference.big .close-btn .btn
{
   width: 34px;
  height: 34px;
  border-radius: 50%;
  position: relative;
  background-color: #6D6D6D;
  cursor: pointer;
    /*left: 50%;*/
  /*margin-left: -17px;*/
}

.root .container.content-page .cont.with-information .reference.big .close-btn .btn:hover
{
  background-color: #8B8B8B;
}

.root .container.content-page .cont.with-information .reference.big .close-btn .btn:before,
.root .container.content-page .cont.with-information .reference.big .close-btn .btn:after
{
  content: "";
  position: absolute;
  height: 13px;
  width: 1px;
  background-color: #fff;
  top: 7.5px;
}

.root .container.content-page .cont.with-information .reference.big .close-btn .btn:before
{
  -webkit-transform: rotate(146deg);
  -ms-transform: rotate(146deg);
  -o-transform: rotate(146deg);
  transform: rotate(146deg);
  left: 20px;
}

.root .container.content-page .cont.with-information .reference.big .close-btn .btn:after
{
  -webkit-transform: rotate(-146deg);
  -ms-transform: rotate(-146deg);
  -o-transform: rotate(-146deg);
  transform: rotate(-146deg);
  left: 13px;
}


.root .container.content-page .cont.with-information .reference.big.open .close-btn
{
   display: inline-block;
}

.root .container.content-page .cont.with-information .reference.big.open:before
{
   display: none;
}

.root .container.content-page .cont.with-information .reference.big.open .more
{
  display: none;
}

.root .container.content-page .cont.with-information .reference.big.open .load-more
{
  bottom: -18px;
}




.root .container.content-page .cont.with-information .opinion
{
   width: 100%;
   /*padding-left: 110px;*/
   margin: 20px 0px;
   margin-bottom: 25px;
}

.root .container.content-page .cont.with-information .opinion.grey
{
    background-color: #e2e2e2;
      padding: 30px 0px;
  padding-bottom: 45px;
}

.root .container.content-page .cont.with-information .opinion .left-block
{
   width: 110px;
}

.root .container.content-page .cont.with-information .opinion.grey .left-block,
.root .container.content-page.briefly .block-info .wrapper .left-block
{
   width: 220px;
   padding-left: 10px;
}

.root .container.content-page.briefly .block-info .wrapper .left-block
{
   padding-left: 0px;
}

.root .container.content-page .cont.with-information .opinion .left-block .photo,
.root .container.content-page.briefly .block-info .wrapper .left-block .photo
{
   width: 110px;
   height: 110px;
   border-radius: 50%;
   padding: 4px;
   border: 1px solid #B4B4B4;
   margin-bottom: 15px;
   background-color: transparent;
}

.root .container.content-page .cont.with-information .opinion.grey .left-block .photo,
.root .container.content-page.briefly .block-info .wrapper .left-block .photo
{
    margin-left: auto;
  margin-right: auto;
  float: none;

}

.root .container.content-page .cont.with-information .opinion .left-block .photo .img,
.root .container.content-page.briefly .block-info .wrapper .left-block .photo .img

{
   width: 100%;
   height: 100%;
   border-radius: 50%;
}

.root .container.content-page .cont.with-information .opinion .text,
.root .container.content-page.briefly .block-info .wrapper .text
{
  /*width: 496px;*/
    width: calc(100% - 220px);
   padding-left: 15px;
  margin-top: 35px;
    padding-right: 25px;
}

.root .container.content-page .cont.with-information .opinion.grey .text
{
    width: calc(100% - 220px);
}

.root .container.content-page .cont.with-information .opinion .text
{
    padding-right: 15px;
}

.root .container.content-page.briefly .block-info .wrapper .text
{
  margin-top: 25px;
    padding-right: 5px;
    padding-left: 10px;
}

.root .container.content-page.briefly .block-info .wrapper .text h3
{
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
  float: left;
  font-size: 21px;
  margin-top: 0px;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
}

.root .container.content-page .cont.with-information .opinion .text p
{
   padding-left: 0px;
     font-family: "GothamProRegular";
     /*font-size: 15px;*/
         font-size: 13.7px;
}

.root .container.content-page .cont.with-information .opinion .name,
.root .container.content-page.briefly .block-info .wrapper .name
{
  width: 100%;
  margin-bottom: 15px;
}

.root .container.content-page .cont.with-information .opinion.grey .name,
.root .container.content-page.briefly .block-info .wrapper .name
{
  text-align: center;
}

.root .container.content-page .cont.with-information .opinion.grey .name p,
.root .container.content-page.briefly .block-info .wrapper .name p
{
  padding-left: 0px;
  /*font-size: 16px;*/
  font-size: 15px;

}

.root .container.content-page .cont.with-information .opinion .name p,
.root .container.content-page.briefly .block-info .wrapper .name p
{
  width: 100%;
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
  float: left;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.root .container.content-page.briefly .block-info .wrapper .name p
{
  font-size: 14px;
  line-height: 1.3;
}

.root .container.content-page .cont.with-information .info
{
  font-weight: normal;
  /*font-size: 15px;*/
  font-size: 14px;

}

.root .container.content-page .cont.with-information .opinion .left-block .info
{
  text-align: center;
      color: #6e6e6e;
    font-size: 13.4px;
}

.root .container.content-page .cont.with-information .verse
{
  width: 100%;
  margin: 30px 0px;
  /*margin-bottom: 20px;*/
}

.root .container.content-page .cont.with-information .verse h3
{
  font-family: "OldStandardBold";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  display: inline-block;
  margin: 0 25px;
  width: auto;
  float: none;
}

.root .container.content-page .cont.with-information .verse .name
{
  width: 100%;
  text-align: center;
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
}

.root .container.content-page .cont.with-information .verse .body
{
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.root .container.content-page .cont.with-information .verse .body p
{
  padding-left: 0px;
}


.root .container.content-page .cont.with-information .verse .head-name
{
  padding-left: 0px;
  margin-bottom: 10px;
    margin-top: 15px;
}

.root .container.content-page .cont.with-information .verse .head-name .icon 
{
  margin-top: 4px;
}

.root .container.content-page .cont.with-information .verse .date
{
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  float: left;
  text-align: center;
  font-family: "OldStandardItalic";
}

.root .container.content-page .cont.with-information .verse .end-icon
{
 text-align: center;
  width: 100%;
}

.root .container.content-page .cont.with-information .photo-text
{
  width: 100%;
    margin-top: 20px;
  margin-bottom: 10px;
}

.root .container.content-page .cont.with-information .photo-text .img
{
  width: 300px;
  float: left;
  /*height: 450px;*/
}

.root .container.content-page .cont.with-information .photo-text .text
{
  /*width: 416px;*/
   width: calc(100% - 300px);
  height: 450px;
    background-color: #e2e2e2;
  padding: 30px 20px;
}

.root .container.content-page .cont.with-information .photo-text .text h4
{
  width: 100%;
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
  float: left;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.root .container.content-page .cont.with-information .photo-text .text p,
.root .container.content-page .cont.with-information .photo-text .text .info
{
  padding-left: 0px;
  font-size: 15px;
  font-family: "GothamProRegular";
  display: inline-block;
  width: 100%;
}

.root .container.content-page .cont.with-information .photo-text .text .info
{
  margin-bottom: 15px;
}


.root .container.content-page .cont.with-information .block-in
{
    background-color: #e2e2e2;
    width: 223px;
  margin-right: 20px;
}

.root .container.content-page .cont.with-information .block-in + p
{
    float: none;
}

.root .container.content-page .cont.with-information .block-in .text
{
 width: 100%;
  padding: 10px 15px;
}

.root .container.content-page .cont.with-information .block-in .img
{
  width: 223px;
  height: 178px;
}

.root .container.content-page .cont.with-information .block-in .text a h3
{
  width: 100%;
  display: inline-block;
  float: left;
  font-size: 24px;
  margin: 5px 0px;
  margin-bottom: 25px;
  color: #363636;
  font-family: "OldStandardBold";
  font-style: normal;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1.2;
}

.root .container.content-page .cont.with-information .block-in .text a:hover h3
{
  color: #01b297;
}


.root .container.content-page .cont.with-information .block-in .text .info
{
  font-weight: bold;
  font-size: 11px;
}


.root .container.content-page .cont.with-information .list h4
{
    font-family: "PTSerifBold";
  font-size: 17px;
  margin: 0px;
}

.root .container.content-page .cont.with-information .list ul
{
 padding-left: 50px;
 margin-bottom: 20px;
}



.root .container.content-page .cont.with-information .time-table
{
  width: 100%;
  margin: 40px 0px;
}

.root .container.content-page .cont.with-information .time-table .item
{
  width: 100%;
    padding: 30px 10px;
    border-bottom: 1px solid #363636;
    position: relative;
}

.root .container.content-page .cont.with-information .time-table .item:first-child
{
    border-top: 1px solid #363636;
}

.root .container.content-page .cont.with-information .time-table .item:first-child:before,
.root .container.content-page .cont.with-information .time-table .item:first-child:after,
.root .container.content-page .cont.with-information .time-table .item:last-child:before,
.root .container.content-page .cont.with-information .time-table .item:last-child:after
{
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #363636;
  z-index: 3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.root .container.content-page .cont.with-information .time-table .item:first-child:before
{
  top: -4px;
  left: 0px;
}
.root .container.content-page .cont.with-information .time-table .item:first-child:after
{
  top: -4px;
  right: 0px;
}
.root .container.content-page .cont.with-information .time-table .item:last-child:before
{
  bottom: -4px;
  left: 0px;
}
.root .container.content-page .cont.with-information .time-table .item:last-child:after
{
  bottom: -4px;
  right: 0px;
}


.root .container.content-page .cont.with-information .time-table .time-block 
{
  width: 23%;
  text-align: center;
}

.root .container.content-page .cont.with-information .time-table .time-block .date
{
  width: 100%;
  display: inline-block;
  float: left;
  font-size: 24px;
  margin-bottom: 0px;
  margin-top: 5px;
  font-family: "OldStandardBold";
  font-style: normal;
  font-weight: normal;
  letter-spacing: -1px;
  padding-bottom: 3px;
  line-height: 1.2;
  position: relative;
}

.root .container.content-page .cont.with-information .time-table .time-block .date:before
{
  content: "";
  position: absolute;
  width: 90px;
  left: 50%;
  margin-left: -45px;
  height: 1px;
  background-color: #363636;
  bottom: 0px;
}

.root .container.content-page .cont.with-information .time-table .time-block .time
{
  width: 100%;
  text-align: center;
  font-family: "OldStandardRegular";
}


.root .container.content-page .cont.with-information .time-table .time-block .time .hours
{
  font-size: 42px;
}

.root .container.content-page .cont.with-information .time-table .time-block .time .min
{
  border-bottom: 1px solid #363636;
  font-size: 21px;
  vertical-align: top;
  padding-top: 12px;
  display: inline-block;
  line-height: .9;
}

.root .container.content-page .cont.with-information .time-table .text
{
  width: 77%;
 padding-left: 20px;
     font-family: "PTSerifRegular";
    font-size: 17px;
}

.root .container.content-page .cont.with-information .social-cont
{
  width: 100%;
    border: 1px solid #d3d3d3;
      padding: 20px 25px;
      margin-bottom: 40px;
    margin-top: 20px;
}

.root .container.content-page .cont.with-information .social-cont h4
{
  width: 100%;
    font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
      margin: 0px;
  margin-bottom: 12px;
}

.root .container.content-page .cont.with-information .social-cont .icon
{
  width: 100px;
  margin-right: 13px;
}



.root .container.content-page .cont.with-information .social-cont a
{
  color: #585858;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin-top: 4px;
  float: right;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

.root .container.content-page .cont.with-information .social-cont a:hover
{
  border: none;
}

.root .container.content-page .cont.with-information ul.tags
{
  width: 100%;
  padding: 0px;
  margin-bottom: 20px;
  float: left;
}

.root .container.content-page .cont.with-information ul.tags li
{
  float: left;
  list-style: none;
  margin-right: 15px;
  margin-bottom: 25px;
}

.root .container.content-page .cont.with-information ul.tags li.icon
{
  margin-right: 12px;
  margin-top: -4px;
}

.root .container.content-page .cont.with-information ul.tags li a
{
  color: #7E7E7E;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #d3d3d3;
  padding: 7px 20px;
  font-family: "GothamProLight";
  font-weight: bold;
  border-radius: 9px;
}

.root .container.content-page .cont.with-information ul.tags li a:hover
{
  border: 1px solid #999999;
}

.root .width-50
{
  width: 50%;
}


.root .container.content-page  .body > .content
{
  padding-left: 24px;
}

.root .container.content-page .content.big-content
{
  width: 100%;
  padding-left: 0px;
}

.root .block.lengthy .img,
.root .content .cont.grey .block.lengthy .img
{
  height: 334px;
}

.root .container .content.big-content h2
{
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
    padding-left: 24px;
  text-transform: uppercase;
}

.root .container.content-page.briefly .block-info
{
  width: 100%;
  margin-bottom: 40px;
}

.root .container.content-page.briefly .block-info .wrapper
{
  border: 1px solid #E1E1E1;
  width: 100%;
  padding: 20px 25px;
  padding-left: 20px;
  padding-bottom: 50px;
  margin-top: 10px;
}

.root .container.content-page.briefly .block-info .wrapper ul
{
  float: left;
}

 .root .container.content-page.briefly.briefly2 .block-info .wrapper
  {
    margin-top: 0px;
    position: relative;
  }

  .root .container.content-page.briefly.briefly2 .block-info .wrapper .text h3
  {
    margin-bottom: 15px;
  }

  .root .container.content-page.briefly.briefly2 .block-info .wrapper .text h3 .info
  {
    display: inline-block;
    float: left;
    font-family: "GothamProRegular";
  }

.root .container.content-page.briefly .block-info .wrapper .text strong
{
    font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
}

.root .container.content-page.briefly .block-info .wrapper .text ul li
{
    position: relative;
    padding-left: 25px;
    float: left;
    list-style: none;
}

.root .container.content-page.briefly .block-info .wrapper .text ul li:before
{
    content: "";
    background-color: #363636;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


.root .content-page.briefly .side-right .block.add
{
  margin-bottom: 40px;
}

.root .block.in-few.editorial-column:hover .content,
.root .container.content-page.briefly .editorial-column.in-few:hover .content,
.root .container.content-page.briefly .side-right .editorial-column.in-few:hover .content
{
    background-color: #fff;
    border: 1px solid #d3d3d3;
}

.root .block.in-few.editorial-column:hover .photo .img,
.root .container.content-page.briefly .editorial-column.in-few:hover .photo .img
{
    opacity: 1;
}

.root .block.in-few.editorial-column:hover h3,
.root .container.content-page.briefly .editorial-column.in-few:hover h3
{
   color: #363636;
}

.root .editorial-column.in-few:hover .go-btn,
.root .container.content-page.briefly .editorial-column.in-few:hover .go-btn,
.root .container.content-page.briefly .side-right .editorial-column.in-few:hover .go-btn
{
  background-color: #7174ff;
  border: 1px solid #7174ff;
}

.root .container.content-page.briefly.briefly2 .wrapper .social-cont
{
   padding-left: 0px;
  position: absolute;
  left: 20px;
  bottom: 65px;
  width: 85px;
}

.root .container.content-page.briefly.briefly2 .wrapper .social-cont .icon
{
    background-color: #b5b5b5;
}
.root .container.content-page.briefly.briefly2 .wrapper .social-cont .icon.facebook .fa
{
  color: #b5b5b5;
}

.root .container.content-page.briefly header ul li:hover a, 
.root .container.content-page.briefly header ul li.active a
{
    /*color: #3e43ff;*/
}

.root .container.content-page.briefly.briefly2 .big-content .cont
{
    margin-bottom: 0px;
}

.root .container.content-page.briefly.briefly2 .big-content .cont .block
{
    margin-bottom: 45px;
}

.root .container.content-page.briefly.briefly2 .big-content .load-more
{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.root .container.content-page.briefly.briefly2 .big-content .load-more span
{
    padding: 10px 30px;
    border: 1px solid #7174ff;
    color: #3e43ff;
    font-size: 16px;
    display: inline-block;
    padding: 12px 65px;
    cursor: pointer;
}

.root .container.content-page.briefly.briefly2 .big-content .load-more span:hover
{
    background-color: #7174ff;
    color: #fff;
}




.root .container.authors-page .body,
.root .container.border-page .body,
.root .container.authors-page .body .content,
.root .container.border-page .body .content
{
  width: 100%;
}


.root .container.authors-page .body .block
{
   margin-top: 5px;
   margin-bottom: 55px;
}


.root .container.authors-page .body .block .photo
{
   background-color: #e2e2e2;
}

.root .container.authors-page .body .block:hover .photo .img
{
   opacity: 1;
   -webkit-filter: contrast(1.3);
  -webkit-filter: contrast(1.3);
  -o-filter: contrast(1.3);
  filter: contrast(1.3);
}

.root .container.authors-page .body .block .text
{
    width: 100%;
    background-color: #fff;
    border: 1px solid #e2e2e2;
     padding: 8px 16px;
    /*padding-bottom: 3px;*/
}

.root .container.authors-page .body .block:hover .text
{
    width: 100%;
    background-color: #e2e2e2;
}

.root .container.authors-page .body .block .text .name
{
    width: 100%;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.3;
    min-height: 50px;
}

.root .container.authors-page .body .block .text .number
{
    color: #e2e2e2;
    font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
    width: 100%;
    /*font-size: 35px;*/
    font-size: 47px;
    line-height: 1;
    margin-top: 5px;
}

.root .container.authors-page .body .block:hover .text .number
{
    color: #fff;
}


.root .container.border-page .body .content
{
    padding-left: 24px;
}

.root .container.border-page .body .content .head-name
{
    padding-left: 0px;
}

.root .container.border-page .body .content .head-name h1
{
    margin: 0px;
    margin-top: -18px;
    padding: 0 30px;
    /*font-size: 45px;*/
    background-color: #fff;
}

.root .container.border-page .body .content .cont.border
{
    border: 4px solid #2E2E2E;
    margin-top: 17px;
    margin-bottom: 150px;
    position: relative;
}

.root .container.border-page .body .content .cont.border .text
{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 160px;
}

.root .container.border-page.edition-page .body .content .cont.border .text
{
    text-align: center;
}

.root .container.border-page.manifest-page .body .content .cont.border .text
{
     padding: 60px 115px 160px 115px;
}

.root .container.border-page .body .content .cont.border .text p
{
    margin-top: 0px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
    font-family: "PTSerifRegular";
    font-size: 17.5px;
}

.root .container.border-page .body .content .cont.border .text p span,
.root .container.border-page .body .content .cont.border .text p a
{
    line-height: 1.1;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    color: #363636;
}

.root .container.border-page .body .content .cont.border .text p strong
{
    font-family: "PTSerifBold";
    width: 100%;
    float: left;
}

.root .container.border-page .body .content .cont.border img.crow
{
    position: absolute;
    bottom: -110px;
    left: 50%;
    margin-left: -150px;
}



.root .content .cont .side-right .teaser 
{
    text-align: center;
    word-break: break-word;
     text-decoration: none;
    border: 1px solid #bbbbbb;
    padding: 15px;
    line-height: 1.4;
}

.root .content .cont .side-right .teaser p
{
   margin: 0px;
   float: left;
   width: 100%;
   margin-bottom: 10px;
}

.root .content .cont .side-right .teaser strong,
.root .content .cont .side-right .teaser b
{
    font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
}

.root .content .cont .side-right .teaser.green-hover:hover
{
    border: 1px solid #01b297;
    color: #01b297;
}

.root .content .cont .side-right .teaser.yellow-hover:hover
{
     background-color: #fff4bb; 
}





.root footer
{
  width: 100%;
  float: left;
  background-color: #2e2e2e;
  padding: 30px 0px;
  color: #d9d9d9;
  padding-top: 45px;
}

.root footer .container > div
{
  padding: 0 30px;
}

.root footer .container a
{
  color: #d9d9d9;
}

.root footer .container .logo
{
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-size: 11px;
  font-family: "GothamProMedium";
  text-decoration: none;
  /*width: 28%;*/
  padding: 0 30px;
  padding-right: 20px;
  cursor: pointer;
  display: inline-block;
  margin-top: -6px;
  float: left;
  width: 285px;
}

.root footer .container .logo img
{
  margin-bottom: 10px;
  width: 100%;
}

.root footer .container .menu 
{
   /*width: 72%;*/
   width: calc(100% - 285px);
}

.root footer .container .menu ul
{
   padding-left: 0px;
   margin-bottom: 22px;
     margin-top: 0px;
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.root footer .container .menu ul li
{
  list-style: none;
  display: inline-block;
  font-family: "GothamProRegular";
  font-size: 14px;
  margin-right: 40px;
}

.root footer .container .menu ul.main li
{
    font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
    font-size: 30px;
        letter-spacing: 0.7px;
    text-transform: uppercase;
}

.root footer .container .menu ul li:last-child
{
  margin-right: 0px;
}


.root footer li:hover a
{
  color: #01B297;
}

.root footer .container .menu ul li a
{
  text-decoration: none;
}
.root footer .container .menu ul.list li a
{
  color: #acacac;
}

.root footer .container .menu ul.main:before
{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: -10px;
    background-color: #383838;
    /*background-color: rgba(255, 255, 255, 0.11);*/
}


.root footer .container .row
{
  width: 100%;
  margin: 0px;
  margin-top: 10px;
}

.root footer .container .row .logo-bolt
{
  width: 80px;
  float: right;  
     color: #6e6e6e;
    font-family: "GothamProRegular";
    font-size: 12px;
    margin-top: 25px;
}

.root footer .container .row .logo-bolt span
{
    margin-left: -2px;
    float: left;
    display: inline-block;
    font-size: 12.5px;
}

.root footer .container .row .logo-bolt img
{
    width: 75px;
}

.root footer .container .row .copyright 
{
  width: calc(100% - 300px);
  padding: 0px;
  margin-top: 15px;
  color: #6e6e6e;
  font-family: "GothamProRegular";
  font-size: 12px;
}

.root footer .container .row .copyright span
{
  width: 100%;
  float:  left; 
}


.root li.yellow:hover a
{
   color: #e2bb00;
}
.root li.violet:hover a
{
    color: #7174ff;
}
/*.root li.green:hover
{
    background-color: #01b297;
}*/






/*

.root footer .container .social span,
.root footer .container .email-form span
{
  font-family: "GothamProBold";;;
  font-style: normal;
  font-weight: normal;
  color: #d9d9d9;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  font-size: 13px;
}

.root footer .container .email-form span
{
  margin-bottom: 0px;
}

.root footer .container .social
{
    padding-right: 0px;
  padding-left: 20px;
    width: 37%;
}

.root footer .container .social a
{
   display: inline-block;
   float: left;
  color: #2E2E2E;
  background-color: #D9D9D9;
  width: 27px;
  height: 27px;
  text-align: center;
  margin-right: 5px;
  font-size: 22px;
}

.root footer .container .social a:hover
{
  -webkit-filter: brightness(0.8);
  -o-filter: brightness(0.8);
  filter: brightness(0.8);
}

.root footer .container .social a.vk
{
  font-size: 22px;
  line-height: 1.3;
}
.root footer .container .social a.facebook .fa
{
  font-weight: bold;
}

.root footer .container .social a.livejournal
{
  background-color: transparent;
}

.root footer .container .social a.livejournal img
{
  display: block;
  width: 100%;
  height: 100%;
}

.root footer .container .email-form
{
  color: #d9d9d9;
  width: 35%;
  position: relative;
  padding-right: 0px;
    padding-left: 10px;
      width: 63%;
}

.root footer .container .email-form p
{
  font-family: "GothamProLight";
  margin-top: 0px;
}

.root footer .container .wrapp .inp-group span.placeholder
{
  position: absolute;
  font-family: "GothamProRegular";
  bottom: 4px;
  left: 10px;
  z-index: 0;
  font-size: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.root footer .container input
{
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  z-index: 1;
}

.root footer .container .wrapp .inp-group .underline
{
  width: 100%;
  position: relative;
}

.root footer .container .wrapp .inp-group .underline:before
{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  background-color: #01b297;
  z-index: 1;
  width: 0%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.root footer .container .wrapp .inp-group input:focus ~ .underline:before
{
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.root footer .container .wrapp .inp-group input:focus ~ .placeholder
{
   bottom: -20px;
  font-size: 85%;
    color: #848484;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


.root footer .container .wrapp .inp-group .go-btn
{
  margin: 0px;
  position: absolute;
  right: -6px;
  bottom: -9px;
  z-index: 2;
}

.root footer .container .wrapp .inp-group .go-btn:hover
{
  background-color: transparent;
  border: none;
}

.root footer .container .wrapp .inp-group .go-btn:before,
.root footer .container .wrapp .inp-group .go-btn:after
{

  background-color: #d9d9d9;
  height: 13px;
}

.root footer .container .wrapp .inp-group .go-btn:hover:before,
.root footer .container .wrapp .inp-group .go-btn:hover:after
{
  background-color: #848484;
}

.root footer .container .wrapp
{
    width: 55%;
  padding: 0px;
  position: relative;
}

.root footer .container .wrapp .inp-group
{
  float: right;
  color: #d9d9d9;
  position: relative;
  width: 63%;
  padding-left: 10px;
}

*/




.root .carousel.carousel-for-block .carousel-control
{
    background-color: #fff;
    opacity: 1;
    width: 150px;
    height: 100% !important;
}

.root .cont.grey .carousel.carousel-for-block .carousel-control
{
    background-color: #E2E2E2;
}

.root .carousel.carousel-for-block.no-control .carousel-control
{
    display: none;
}

.root .carousel.carousel-for-block .carousel-control.left 
{
    left: auto;
    right: calc(100% - 24px);
}

.root .carousel.carousel-for-block .carousel-control.right 
{
    right: auto;
    left: 100%;
}

.root .carousel.carousel-for-block .carousel-control span
{
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #C1C1C1;
    /*border: 1px solid #E3E3E3;*/
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.root .cont.grey .carousel.carousel-for-block .carousel-control span
{
   border: 1px solid #A3A3A3;
}

.root .carousel.carousel-for-block .carousel-control span:before,
.root .carousel.carousel-for-block .carousel-control span:after
{   
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    left: 21px;
    background-color: #C1C1C1;
    /*background-color: #E3E3E3;*/
}

.root .cont.grey .carousel.carousel-for-block .carousel-control span:before,
.root .cont.grey .carousel.carousel-for-block .carousel-control span:after
{   
    background-color: #A3A3A3;
}

.root .carousel.carousel-for-block .carousel-control.right span:before
{
    top: 9px;
}

.root .carousel.carousel-for-block .carousel-control.right span:after
{
    top: 16px;
}

.root .carousel.carousel-for-block .carousel-control.left span:before
{
    top: 9px;
    left: 20px;
}

.root .carousel.carousel-for-block .carousel-control.left span:after
{
    top: 16px;
    left: 20px;
}

.root .carousel.carousel-for-block .carousel-control.right span:before,
.root .carousel.carousel-for-block .carousel-control.left span:after
{
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg); 
}

.root .carousel.carousel-for-block .carousel-control.right span:after,
.root .carousel.carousel-for-block .carousel-control.left span:before
{
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.root .carousel.carousel-for-block .carousel-control:hover span,
.root .cont.grey .carousel.carousel-for-block .carousel-control:hover span
{
    border: 1px solid #363636;
}
.root .carousel.carousel-for-block .carousel-control:hover span:before,
.root .carousel.carousel-for-block .carousel-control:hover span:after,
.root .cont.grey .carousel.carousel-for-block .carousel-control:hover span:before,
.root .cont.grey .carousel.carousel-for-block .carousel-control:hover span:after
{   
    background-color: #363636;
}

.root footer .container .row .liveinternet
{
    margin-top: 41px;
    display: inline-block;
    float: right;
    margin-right: 40px;
}

.root img.r
{
    height: 20px;
    margin-top: -4px;
}

.root .editorial-column .header
{
    position: relative;
}

.root .editorial-column .header .go
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-bottom: 15px;
    margin-top: 10px;
    z-index: 2;
}









.root .container.content-page .cont.with-information .wrapper-info
{
    width: 100%;
    position: relative;
}

.root .container.content-page .cont.with-information .wrapper-info .text-info
{
    width: calc(100% - 120px);
    float: right;
}

.root .container.content-page .cont.with-information .wrapper-info .text-info .wide-block
{
    width: calc(100% + 120px);
    margin-left: -120px;
    z-index: 10;
    position: relative;
    background-color: #fff;
}

.root .container.content-page .cont.with-information .wrapper-info .wrapp-nav
{
    width: 120px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    /*overflow: hidden;*/
    z-index: 1;
    /*background-color: rgba(74, 193, 0, 0.17);*/
}

/*.root .container.content-page .cont.with-information .wrapper-info .wrapp-nav .navigation
{
    position: absolute;
}*/

.root .block.detail-b
{
  width: 50%;
}

.root .block.detail-b a
{
  float: left;
  display: inline-block;
  width: 100%;
}

.root .block.detail-b img
{
  width: 100%;
  max-width: 482px;
  height: auto;
}

.root .autoupdate-alert
{
  width: 100%;
  color: #ffffff;
  background-color: #61b197;
  text-transform: uppercase;
  font-size: 20px;
  padding: 20px 50px;
  text-align: center;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
  margin-top: 25px;
}

.root .container.content-page .cont.with-information .wrapper-info .text-info .autoupdate-alert
{
  width: calc(100% + 120px);
  margin-left: -120px;
}

.root .modal .modal-dialog 
{
    font-family: "GothamProLight";
}

.root .modal .modal-dialog 
{
    width: 100%;
    max-width: 500px;
    margin: 30px auto;
}

.root .modal-dialog .modal-body
{
  padding: 15px 30px;
}

.root .bootstrap-dialog.type-primary .modal-header
{
    background-color: transparent;
    margin-bottom: 18px;
}

.root .bootstrap-dialog .bootstrap-dialog-title
{
    color: #222;
    font-size: 22px;
    width: 100%;
    text-align: center;
}

.root .bootstrap-dialog .bootstrap-dialog-title
{
    color: #000;
    font-size: 22px;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.root .bootstrap-dialog .bootstrap-dialog-close-button
{
  position: absolute;
  top: 0px;
  right: 5px;
}

.root .bootstrap-dialog .bootstrap-dialog-close-button .close
{
    font-size: 30px;
    font-weight: 100;
    outline: none;
    opacity: 1;
    padding: 6px;
    background-color: transparent;
    user-select: none;
    cursor: pointer;
}


.root .bootstrap-dialog .bootstrap-dialog-message .form
{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.root .bootstrap-dialog .bootstrap-dialog-message .form-control
{
    box-shadow: none;
    margin-bottom: 22px;
    height: 45px;
    outline: none;
}

.root .btn-primary,
.root .btn-primary:active
{
    font-size: 16px;
    display: inline-block;
    padding: 12px 30px 12px 30px;
    cursor: pointer;
    border: 1px solid #01B297;
    color: #222;
    line-height: 1.3;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    margin: 22px 0px;
    /*transition: 0.25s;*/
    outline: none;
    font-family: "GothamProLight";
    font-weight: 700;
}

.root .btn-primary:hover,
.root .btn-primary:focus
{
    border: 1px solid #01B297;
    background-color: #01B297;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.root .form-control.error
{
    border: 1px solid #ff8383;
}

.root .bootstrap-dialog .btn-primary,
.root .bootstrap-dialog .btn-primary:active
{
    padding-top: 10px;
}

.root .btn.btn-primary.btn-payment 
{
    min-width: 200px;
}


.root footer .container .row .col-md-6.center 
{
    padding: 0px;
}


.root footer .container .row .col-md-6.center .btn 
{
    padding: 0px;
    margin-right: 25px;
    color: #acacac;
    font-size: 14px;
}

.root .bootstrap-dialog .bootstrap-dialog-message .form a.btn 
{
    padding: 0px 6px;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}


