@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700,900');
@font-face {
  font-family: 'Roboto', sans-serif;
}
@font-face {
  font-family: 'Roboto', sans-serif;
}
* {
  outline: none;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  background: #F5F5F5;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
  min-width: 100%;
}
p img {
  width: 100%;
  display: block;
}
.body_second {
  background-color: #0a0a0a;
}
a {
  color: #000;
  /*font-family: 'Roboto', sans-serif;;*/
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #2962FF;
}
.wrapper {
  position: relative;
  padding-top: 20px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.wrapper_second {
  position: relative;
  padding-top: 20px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
header {
  background: #ffffff;
  border-bottom: 1px solid #ededed;
}
.banner {
  position: relative;
  display: none;
}
.banner a {
  position: absolute;
  right: 60px;
  top: 30px;
  color: #fff;
  padding: 11px 19px;
  border: 2px solid #757575;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  line-height: 1;
}
.banner img {
  max-width: 100%;
}
.headertop {
  display: block;
  overflow: hidden;
  padding-top: 12px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  position: relative;
}
.headertop_second {
  display: block;
  overflow: hidden;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  position: relative;
}
.rowcustom [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}
span.today {
  margin-right: 18px;
  font-size: 14px;
  font-family: 'Rubic', sans-serif;
  font-weight: 500;
  color: #333 !important;
}
span.weather {
  display: inline-block;
  color: #333;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}
.weather img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  padding-right: 5px;
  padding-bottom: 5px;
  opacity: 0.5;
}
.ico-sun {
  display: block;
  width: 25px;
  height: 17px;
  background: url(../img/sun.png) no-repeat center center;
  float: left;
  margin-right: 16px;
  margin-top: 3px;
}
.courses {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.courses li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 20px;
  top: 3px;
}
.courses_two {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
}
.courses_two li {
  display: inline-block;
  position: relative;
  top: 3px;
}
.courses li i {
  font-style: normal;
  margin-right: 5px;
}
.courses_three {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: nowrap;
}
.courses_three li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  top: 3px;
}
.language {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  padding-right: 0px !important;
}
.language li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 30px;
  top: 3px;
}
.language li i {
  font-style: normal;
  margin-right: 5px;
}
.greytext {
  color: #9e9e9e;
}
.greentext {
  font-family: '' Roboto ', sans-serif;' !important;
  color: #2962FF !important;
  font-size: 14px;
  font-weight: 900;
}
.up_course {
  /* width: 0; */
  /* height: 0; */
  /* border-style: solid; */
  border-width: 0 3px 3px 3px;
  /* border-color: transparent transparent #02a23d transparent; */
  position: absolute;
  top: 8px;
  right: 0px;
  margin: 0 !important;
  border-top: 5px solid #00A13C;
  border-left: 5px solid transparent;
}
.down_course {
  width: 0;
  border-width: 0 3px 3px 3px;
  position: absolute;
  top: 8px;
  right: 0px;
  margin: 0 !important;
  /* border-top: 5px solid #2962FF; */
  /* border-left: 5px solid transparent; */
  border-bottom: 5px solid red;
  border-right: 5px solid transparent;
}

::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}

.search {
  width: 100%;
  background-color: #fff;
  height: 35px;
  overflow: hidden !important;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: none;
  padding-left: 5px;
  padding-right: 10px;
  padding-bottom: 2px;
}
.search .searchtext {
  width: 100%;
  border: 0px solid #bdbdbd;
  padding: 10px 5%;
  display: none;
  float: right;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  line-height: 1;
}
.searchbtn {
  bottom: 0px;
  border: none;
  background: transparent;
  padding-right: 0px !important;
  top: 5px;
}
.opnsearch .searchtext {
  line-height: normal;
  display: block;
}
.headerbot {
  width: 100%;
  padding: 24px 0px 21px;
  border-top: 1px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
a.logo {
  display: inline-block;
}
.moblogo {
  display: none;
}

.showbox hr {
	margin-bottom: 0px;
}
.topmenu {
    /* padding: 30px; */
    list-style: none;
    display: flex;
    /* justify-content: space-evenly; */
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.topmenu li {
    display: inline-block;
    /* margin-right: 40px; */
    padding-top: 40px;
}
.topmenu li a {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.topmenu li a:hover,
.topmenu li a:focus,
.topmenu li a.active {
  color: #2962FF;
}
.topmenu li:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #2962FF;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.topmenu li:hover:after {
  width: 100%;
}
.topmenu li:last-child a {
  padding-right: 0px;
}
.mobmenu {
  display: none;
}
#menu {
  position: fixed;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  -webkit-justify-content: right;
          justify-content: right;
}
#menu li {
  /* padding: 5px 15px; */
  /* font-size: 22px; */
  /* margin-bottom: 3px; */
  display: inherit;
  padding-right: 30px;
}
#menu li a {
  color: #fff;
  font-size: 16px;
}
#menu li a.active {
  color: #fff;
  border-bottom: 2px solid #2962FF;
  padding-bottom: 5px;
}
.mobapps {
  padding: 0;
  margin: -5px 0 0 0;
  list-style: none;
  float: right;
}
.mobapps li {
  display: inline-block;
  margin-right: 8px;
}
.mobapps li a {
  display: block;
}
.prelabel {
  font-family: 'Roboto', sans-serif;
  color: #2962FF;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 11px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.news {
  margin-bottom: 20px;
  overflow: hidden;
}
.news img {
  width: 100%;
  height: auto;
}
.news hr {
  margin: 0 0 15px;
  /*  display: none;*/
}
.boxwhite {
  background: #ffffff;
  overflow: hidden;
  -webkit-border-radius: 0px;
          border-radius: 0px;
          height: inherit;
}
.npad {
  padding: 20px 18px;
  overflow: hidden;
}
.news a {
  display: block;
  font-family: 'Roboto', sans-serif;
}
.news a:hover {
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #2962FF;
}
.titlenews {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  max-height: 75px;
  overflow: hidden !important;
  white-space: pre-line;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.authorname {
  display: block;
  line-height: 1;
  color: #212121;
}
.author_add_date {
  font-size: 12px;
  color: #bdbdbd;
  display: none;
}
.newsdesc {
  padding-right: 18px;
  padding-left: 18px;
}
.statistic_data {
	position: absolute;
    bottom: 15px !important;
    display: flex;
    justify-content: space-between;
    width: 85%;
    align-items: center;

}
.statistic_data i {
  opacity: 0.3;
}
.statistic_data .count_views {
  margin-right: 0px;
  display: inline-block;
  color: #bdbdbd;
  font-size: 11px;
}
.statistic_data .count_views i {
  width: 15px;
  height: 10px;
  display: block;
  background: url(../img/ico-vews.png) no-repeat center center;
  margin-right: 5px;
  float: left;
  margin-top: 3px;
}
.statistic_data .comment_count {
  /*display: inline-block;*/
  color: #bdbdbd;
  font-size: 11px;
  display: none;
}
.statistic_data .comment_count i {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url(../img/ico-comment.png) no-repeat center center;
  margin-right: 5px;
  float: left;
  margin-top: 7px;
}
.excerpt {
  font-size: 12px;
  color: #757575;
  margin-top: 0px;
  margin-bottom: 0;
  font-weight: 500;
}
.excerpt_second {
  font-size: 14px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 500;
}
.excerpt_third {
  font-size: 20px;
  color: #000;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  line-height: 1.4;
}
.roundblock {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  overflow: hidden;
  background: #eeeeee;
  float: left;
  margin-right: 20px;
  margin-top: 8px;
}
.right_text {
  padding-left: 18px;
  padding-top: 20px;
  padding-right: 18px;
}
.leftimg {
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 20px 0 18px 20px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.leftimg img,
.rightimg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 80px;
  height: 80px;
}
.authordata {
  overflow: hidden;
}
.type_first .right_text {
  width: -webkit-calc(0%);
  width: calc(0%);
  float: right;
  padding-top: 13px;
  padding-bottom: 20px;
}
.type_first .prelabel {
  font-family: 'Roboto', sans-serif;
  color: #2962FF;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 11px;
}
.type_first .prelabel a {
  font-family: 'Roboto', sans-serif;
  color: #2962FF;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.type_second {
  height: 340px;
}
.type_second hr {
  margin-bottom: 12px;
}
.type_second a.greentext {
  font-family: 'Roboto', sans-serif;
  color: #2962FF;
  font-weight: 700;
  /* letter-spacing: 1.5px; */
  float: left;
  font-size: 12px;
}
.type_second a img {
  min-height: 180px;
  max-height: 180px;
}
.type_second .authordata {
  padding-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.type_second .avatarusr {
  width: 30px;
  display: block;
  float: left;
  height: 30px;
  overflow: hidden;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.type_second .authorinfo {
  display: block;
  float: left;
  width: -webkit-calc(70%);
  width: calc(70%);
  padding-left: 11px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.type_second .newsdesc {
  padding-bottom: 18px;
}
.type_second .titlenews {
  clear: both;
  padding-top: 10px;
}
.type_third a.greentext {
  font-family: 'Roboto', sans-serif;
  color: #2962FF;
  font-weight: 700;
  /* letter-spacing: 1.5px; */
  float: left;
  font-size: 12px;
}
.type_third .authordata {
  padding: 20px 0 10px;
}
.type_third a img {
  min-height: 180px;
  max-height: 180px;
}
.type_second a img,
.type_third a img {
  -o-object-fit: cover;
  object-fit: cover;
}
.type_third .newsdesc {
  padding-bottom: 14px;
}
.type_third .titlenews {
  clear: both;
}
.type_fourth .titlenews {
  width: -webkit-calc(40%);
  width: calc(40%);
  float: right;
}
.type_fourth .titlenews.fw {
  width: 100%;
}
.type_five .left_text {
  padding-left: 18px;
  padding-top: 13px;
  padding-right: 18px;
  width: -webkit-calc(0%);
  width: calc(0%);
  float: left;
  padding-bottom: 20px;
}
.type_five .rightimg {
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 20px 18px 20px 0px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.type_five .prelabel {
  font-family: 'Roboto', sans-serif;
  color: #2962FF;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 11px;
}
.type_five .prelabel a {
  font-family: 'Roboto', sans-serif;
  color: #2962FF;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 11px;
}
.type_five .prelabel a img {
  font-size: 11px;
  float: left;
}
.type_six {
  min-height: 340px !important;
}
.type_six .authordata {
  padding: 0 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.type_six .newsdesc {
  max-width: 50%;
  padding-top: 145px;
  padding-bottom: 20px;
  padding-right: 0;
  height: 340px !important;
}
.type_six .newsdesc a.greentext {
  font-size: 11px;
  width: 40%;
  float: left;
}
.type_six .statistic_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* float: right; */
  /* text-align: right; */
  /* font-family: 'Roboto'; */
  font-weight: 400;
  /* margin-top: -4px; */
  /* width: 100%; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  margin-top: 12px;
}
.type_six .titlenews {
  padding-bottom: 40px;
}
.type_six .excerpt {
  position: absolute;
  bottom: 20px;
}
.darkopacity * {
  color: #000 !important;
}
.type_seven {
  height: 340px;
}
.type_seven img {
  min-height: 405px;
  -o-object-fit: cover;
  object-fit: cover;
}
.type_seven .boxwhite {
  min-height: 405px;
}
.type_seven .top_desc {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 19px 40px 20px 10px;
  width: 100%;
}
.type_seven .top_desc a.prelabel {
  display: block;
  width: 100%;
  /* border-bottom: 1px solid #eeeeee; */
  /* padding-bottom: 19px; */
  margin-bottom: 20px;
  font-size: 11px;
  line-height: normal;
}
.white_colors * {
  color: #fff !important;
}
.type_seven.white_colors .top_desc a.prelabel {
  border-bottom: 1px solid;
  padding-bottom: 19px;
  border-color: rgba(255, 255, 255, 0.1);
}
footer {
  background: #f6f6f6;
  border-top: 1px solid #efefef;
  padding: 38px 0;
}
footer .container {
  padding: 0;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 30px;
}
footer ul li a {
  color: #000000;
  line-height: 36px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.botfoot {
  padding-top: 30px;
  margin-top: 45px;
  border-top: 1px solid #efefef;
}
footer .socials {
  margin: 0;
  text-align: left;
  padding-top: 28px;
}
footer .socials li {
  margin: 0 8px 0 0;
}
footer .socials li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 31px;
  background: #eeeeee;
  text-align: center;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  color: #bdbdbd;
}
footer .socials li img {
  width: 30px;
  height: 30px;
  margin-left: 0px;
}
footer h4 {
  color: #bdbdbd;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
li.notfbg {
  background: #f0f0f0;
  width: auto;
  display: inline-block;
  padding: 0 10px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
li.notfbg:hover {
  background: #000;
}
li.notfbg:hover a {
  color: #fff;
}
ul.fotlogos {
  text-align: right;
}
ul.fotlogos li {
  display: inline-block;
  border-left: 1px solid #f0f0f0;
  padding-left: 25px;
  margin-left: 20px;
}
ul.fotlogos li:first-child {
  border: none;
}
.ico-bell {
  width: 18px;
  height: 18px;
  background: url(../img/ico-bell.png) no-repeat center center;
  display: block;
  float: left;
  margin-top: 7px;
  margin-right: 10px;
}
.telegramheader {
  text-align: right;
  padding-left: 0px;
  /* padding-right: 0px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  /* float: right; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.telegramheader li {
  display: inline-block;
}
.socials {
  margin-bottom: 0px;
  text-align: right;
  -webkit-padding-start: 0px;
}
.socials li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.socials li:last-child {
  margin: 0;
}
.socials li.odnoklassniki a:hover {
  background: #000000;
}
.socials li.vk a:hover {
  background: #000000;
}
.socials li.facebook a:hover {
  background: #000000;
}
.socials li.twitter a:hover {
  background: #000000;
}
.socials li.telegram a:hover {
  background: #000000;
}
.socials li.link a:hover {
  background: #000000;
}
.socials li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 31px;
  background: transparent;
  text-align: center;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  color: #dadada;
}
.socials li a:hover {
  color: #fff;
}
.onlyfo {
  float: right;
}
.headingbanner {
  padding: 145px 0 50px 0;
  color: #fff;
  position: relative;
}
.headingbanner:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
.descbanner {
  padding-top: 30px;
}
.descbanner h1 {
  font-size: 30px;
  font-weight: 900;
  color: #000;
}
.newscontainer .descbanner .excerpt {
  font-size: 18px;
  margin-bottom: 20px;
}
.headingbanner h1 {
  margin: 22px 0;
  font-weight: 900;
  color: #fff;
}
.headingbanner p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}
.newscontent {
  background-color: #fff;
  padding: 0 30px!important;
  -webkit-box-shadow: -1px 0px 0px 0px #f5f5f5, 1px 0px 0px 0px #f5f5f5;
  box-shadow: -1px 0px 0px 0px #f5f5f5, 1px 0px 0px 0px #f5f5f5;
}

.newscontent .boxwhite {
  padding: 20px 20px;
}
.pagecontainer {
  padding-top: 20px;
}
.pagecontainer .boxwhite {
  padding: 30px 0;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-bottom-left-radius: 0px;
          border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
          border-bottom-right-radius: 0px;
}
.boxwhite {
  position: relative;
}
.boxwhite_second {
  position: relative;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.appcontainer .bottomimg {
  margin: 0 0 -30px 80px;
}
.appcontainer .mobapps {
  float: left;
}
.pagecontainer .boxwhite h1 {
  font-size: 48px;
  margin: 25px 0;
}
.pagecontainer .boxwhite .greentext {
  margin: 10px 0;
}
.pagecontainer .boxwhite p {
  color: #616161;
  font-family: 'Roboto', sans-serif;
}
.pricelist {
  background: #fafafa;
  border-top: 1px solid #efefef;
  -webkit-border-top-left-radius: 0px;
          border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
          border-top-right-radius: 0px;
}
.pricelist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricelist ul li {
  width: 50%;
  float: left;
  padding: 40px 0;
  text-align: center;
}
.pricelist ul li:nth-child(odd) {
  border-right: 1px solid #f2f2f2;
}
.pricelist ul li div {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}
.pricelist ul li i {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.04);
  margin-top: 5px;
}
.pricelist li {
  padding-top: 0px !important;
  padding-right: 30px !important;
  padding-bottom: 30px !important;
  padding-bottom: 0px !important;
}
.ico-price {
  background: #fff url(../img/ico-pricelist.png) no-repeat center center;
}
.ico-price2 {
  background: #fff url(../img/ico-pricelist2.png) no-repeat center center;
}
.ico-map {
  background: #fff url(../img/ico-map.png) no-repeat center center;
}
.ico-mob {
  background: #fff url(../img/ico-mob.png) no-repeat center center;
}
.pricelist ul li .descprice {
  width: -webkit-calc(60%);
  width: calc(60%);
  display: block;
  float: left;
  padding-left: 20px;
  text-align: left;
}
.pricelist span {
  font-size: 11px;
  line-height: 1;
}
.pricelist p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}
#map {
  height: 445px;
  width: 100%;
  display: block;
  position: relative;
}
.publish_top {
  display: block;
  clear: both;
  overflow: hidden;
  line-height: 40px;
  padding-bottom: 1px;
}
.publish_top .socials {
  margin: 0;
  padding: 0;
}
.authornews {
  display: inline-block;
  line-height: 40px;
  margin-right: 20px;
  margin-top: 10px;
}
.authorimg {
  width: 40px;
  height: 40px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.authorimg img {
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.newsauthorname {
  margin-top: 9px;
  font-size: 14px;
  font-family: '' Roboto ', sans-serif;';
  font-weight: 600;
  color: #9b9b9b;
}
.datenews {
  padding-left: 10px;
  display: inline-block;
  font-size: 14px;
  font-family: Roboto ', sans-serif;' !important;
  color: #9b9b9b;
}
.news_content {
  padding-top: 0px;
  line-height: 26px;
  color: #383838;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.news_content p {
  margin-bottom: 25px;
}
.news_content img {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
}
.news_content blockquote {
  padding: 40px;
  font-size: 16px;
  line-height: 32px;
  border: none;
  /* color: #000; */
  background: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 0px;
  margin-bottom: 26px;
  border-left: 2px solid #2962ff;
  /* font-weight: 800; */
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 600;
}
.news_content a {
  color: #2962FF;
  border-bottom: 5px solid ##2962FF;
  font-weight: 700;
}
.news_content a:hover {
  text-decoration: none;
}
.authorquote {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: -5px;
  background: transparent;
}
.imgquote {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: transparent;
}
.imgquote img {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 40px;
  height: 40px;
  background: transparent;
}
.namequote {
  display: inline-block;
  margin-left: 15px;
  line-height: 24px;
}
.nq {
  display: block;
  font-size: 14px;
}
.companyq {
  font-size: 12px;
  color: #757575;
}
.newscontentbottom .publish_top {
  border: none;
  padding-top: 0px;
}
.newscontentbottom .socials {
  text-align: left;
}
.newscontentbottom .col-md-8 {
  display: none;
}
.newscontentbottom .socials li {
  margin-left: 0px;
  margin-right: 8px;
}

.rightside .socials {
  padding: 0;
  margin: 0;
  line-height: 40px;
}
.captionimg {
  font-size: 12px;
  line-height: 1.2;
}
.header_fixed {
  position: fixed;
  top: -1px;
  background: #fff;
  width: 100%;
  left: 0;
  z-index: 999;
  display: none;
  padding: 15px 0 0 0;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}
.header_fixed .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-left: 0px;
  padding-right: 0px;
}
.header_fixed img {
  float: left;
  margin-right: 20px;
  max-width: 30px;
}
.header_fixed h3 {
  float: left;
  color: #000;
  margin: 0;
  font-size: 14px;
  font-family: '' Roboto ', sans-serif;';
  font-weight: normal;
}
.header_fixed .progress-bar {
  height: 3px;
  background: #2962FF;
  margin-top: 15px;
}
.header_fixed .socials {
  margin-bottom: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;

}
.hidehd {
  display: none !important;
}
.load-more {
  cursor: pointer;
  padding: 15px 0;
  display: block;
  width: 170px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.postloaded {
  position: relative;
  opacity: 1 !important;
}

.mob_banner,
.mob_banner_in,
.mob_banner_second {
  display: none;
}
.bannernews .boxwhite,
.mob_banner .boxwhite {
  -webkit-border-radius: 0;
          border-radius: 0;

}
.bannernews img {
  display: block;
  padding: 0px 0px 0px 0px;
  border: 1px solid #f6f6f6;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.bannernews small {
  color: #bdbdbd;
  float: right;
}
.mob_banner img {
  display: block;
  padding: 1px 1px 1px 1px;
  border: 1px solid #dadada;
}
.mob_banner small {
  color: #bdbdbd;
  font-size: 10px;
  text-transform: uppercase;
}
header.fixed_mob {
  display: block;
}
.mob_banner_second img {
  display: block;
  padding: 1px 1px 1px 1px;
  border: 1px solid #dadada;
}
.mob_banner_second small {
  color: #bdbdbd;
  font-size: 10px;
  text-transform: uppercase;
}
h1 {
  font-size: 42px;
  font-weight: 900;
}
.interesting {
	padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 0px;
}
.interesting h3 {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 900;
}
.telegram_header {
  font-family: Roboto ', sans-serif;' !important;
  color: #2962FF;
  font-size: 14px;
  font-weight: 900;
  float: right;
}
.sato {
width: 100%;
    background-color: #fdfdfd;
    padding-left: 5%;
    padding-right: 5%;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.sato_second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  /* background-color: #000; */
  padding-top: 15px;
}
.type_interesting a.greentext {
  font-family: 'Roboto', sans-serif;
  color: #2962FF;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 11px;
  float: left;
}
.type_interesting .authordata {
  padding: 10px 0 20px;
}
.type_interesting a img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 180px;
  min-height: 180px;
}
.type_interesting .newsdesc {
  padding-bottom: 23px;
}
.type_interesting .titlenews {
  clear: both;
  min-height: 120px;
}
.news .type_interesting {
  margin-bottom: 0px;
  overflow: hidden;
}
.banner_second {
  float: right;
  padding-top: 10px;
}
.banner_second img {
  float: right;
  width: 280px;
}
.banner_second a {
  float: right;
  font-family: 'Roboto Mono', monospace;
  color: #bdbdbd;
  font-size: 12px;
}
.banner_third {
  float: right;
}
.banner_third img {
  width: 100%;
  float: right;
}
.banner_third a {
  font-family: 'Roboto Mono', monospace;
  color: #bdbdbd;
  font-size: 12px;
}
.trans {
  background: transparent;
  padding-top: 20px;
}
.trans_second {
  background: transparent;
  -webkit-border-radius: 0px;
          border-radius: 0px;
}
.trans_second img {
  width: 240px;
}
.banner_four {
  width: 100%;
  padding-top: 0px;
  /* bottom: 0px; */
  padding-bottom: 0px;
}
.banner_four a {
  float: right;
  font-family: 'Roboto Mono', monospace;
  color: #bdbdbd;
  font-size: 12px;
  width: 100%;
}
.telegram_headernopad {
  padding-right: 0px !important;
  padding-top: 3px;
  float: right;
}
.logo_headernopad {
  padding-left: 0px !important;
}
.boxwhite_ten {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.outputdata {
  padding-right: 5% !important;
  padding-left: 5% !important;
}
.weather_day {
  display: block;
  padding-left: 10px !important;
  padding-right: 0px !important;
}
.topmenu_mobile {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.topmenu_mobile li {
  display: inline-block;
}
.topmenu_mobile li a {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.topmenu_mobile li a:hover,
.topmenu_mobile li a:focus,
.topmenu_mobile li a.active {
  color: #2962FF;
}
.topmenu_mobile li:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #2962FF;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.topmenu_mobile li:hover:after {
  width: 100%;
}
.topmenu_mobile li:last-child a {
  padding-right: 0px;
}
.mobile_menu {
  display: none;
  padding: 0px !important;
}
.language_mobile {
  display: none;
}
.coursez {
  padding-left: 0px !important;
  padding-right: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-shadow: -1px 0px 0px 0px #f5f5f5, 1px 0px 0px 0px #f5f5f5;
  box-shadow: -1px 0px 0px 0px #f5f5f5, 1px 0px 0px 0px #f5f5f5;
}
.coursez_two {
  padding-left: 0px !important;
  padding-right: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-shadow: 1px 0px 0px 0px #f5f5f5;
  box-shadow: 1px 0px 0px 0px #f5f5f5;
}
.coursez_three {
  padding-left: 0px !important;
  padding-right: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-left: 0px !important;
}
.copyrightz {
  margin: 0 0 10px;
  color: #c0c0c0;
  font-size: 12px;
  margin-top: 7px;
  line-height: 20px;
}
.advdiv {
  padding: 40px !important;
  top: 40px;
}
.advdiv p {
  font-size: 14px;
}
.pricelist_second {
  padding: 0px !important;
  background-color: #e1f5fe;
}
.pricelist_second h2 {
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}
.pricelist h2 {
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}
.heroimage {
  padding: 0px !important;
  background-color: #e1f5fe;
}
.advdiv_second {
  padding: 0px !important;
  top: 40px;
}
.banner_four {
  float: unset!important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 20px;
}
.header_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-padding-start: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 14px;
}
.socialnew {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;


}
.most {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
/* OWL CAROUSEL */
.main_banner {
  background: #f5f5f5;
  padding: 16px 0;
}
.image_slider {
  width: 100%;
  height: 400px;
  padding-left: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex!important;
  display: flex!important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  overflow-x: auto;
}
.flickity-viewport {
  width: 100%;
}
.media_item {
  height: 400px;
  width: 100%;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.media_item img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.media_item a {
  display: block;
  height: 100%;
  width: 100%;
}
.slider_block {
  position: relative;
  padding-left: 0!important;
}
.banner_item_label {
  position: absolute;
  top: 130px;
  left: 10px;
  padding: 6px 8px;
  background: #000000;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #fff;
  z-index: 20;
  font-size: 14px;
}
.banner_item_label i {
  margin-right: 4px;
  color: #fff;
  z-index: 20;
}
.owl-dots {
  position: absolute;
  width: auto;
  bottom: 20px;
  right: 20px;
}
.owl-carousel button.owl-dot {
  background: #fff !important;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 8px;
  width: 8px;
  margin: 0 4px;
  border: 3px solid #fff;
}
.owl-carousel button.owl-dot.active {
  border: 0px solid #fff;
  background: #fff;
}
.slider_title {
  position: absolute;
  bottom: 20px;
  left: 15px;
  z-index: 21;
  color: #fff;
  width: 50%;
}
.slider_title h5 {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
.slider_title h4 {
  font-size: 18px;
  line-height: 1.5;
  margin: 16px 0;
}
.slider_title p {
  line-height: 1.5;
  font-size: 14px;
}
.media_item:after {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
}
.slider_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 13px;
  margin-top: 32px;
}
.open_counter {
  margin-left: auto;
}
.open_counter i {
  margin-right: 8px;
}
.masonry_grid{
  margin: 0 -10px;
}
.post_container{
  padding-left: 0;
  padding-right: 0;
}
.news_list {
  padding: 16px;
  background: #fff;
  overflow: auto;
}

.left_sidebar{
  padding-left: 0!important;
  padding-right: 40px!important;
  padding-top: 32px;
  height: 100vh;
}
.news_list_title {
  padding-bottom: 16px;
  border-bottom: 1px solid #f5f5f5;
}
.news_list_title h4 {
  font-size: 14px;
  font-weight: 900;
  color: #2962ff;
  text-transform: uppercase;
}
.news_list_item {
  display: block;
  /* margin: 16px 0; */
  border-bottom: 1px solid #f5f5f5 !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.news_list_item:last-child {
  margin: 0;
  border-bottom: none;
}
.news_list_item:last-child .news_item_info {
  margin-bottom: 0;
}
.news_list_item h4 {
  font-size: 14px;
  line-height: 1.4;
  /* margin-bottom: 16px; */
}
.news_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  margin-bottom: 16px;
  font-size: 12px;
  color: #757575;
}
.news_item_info .show_num {
  margin-left: auto;
}
.news_item_info .show_num i {
  margin-right: 8px;
  color: #bebebe;
}

.ad {
  height: 400px;
  padding-left: 10px;
  padding-right: 0!important;
}
.ad img {
  height: 100%!important;
  width: 100%!important;
  -o-object-fit: cover;
     object-fit: cover;
}
.containerwhite {
  background: #fff;
}
.news_list_title h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.news_list {
  height: 400px;
}
.beforeload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9;
}

.zero {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 20px;
}

/* Ахиреть верстку здесь насилуют... */
.logo_block{
    width: 15%;
}
.logo_block img{
  height: 20px;
  max-width: auto!important;
}
.logo_block .menu_icon{
    color: #dadada;
    margin-right: 24px;
    font-size: 16px;
    cursor: pointer;
}
.courses li i{
    color: #dbdbdb;
}
.new_logo{
    font-weight: bold;
    font-size: 24px;
}
.new_logo span{
    color: #4c4c4c;
}
.new_menu .row{
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.new_menu .telegram{
    margin-left: auto;
}
.courses_block{
    border-right: 1px solid #f8f8f8;
    border-left: 1px solid #f8f8f8;
    padding-right: 0;
}
.lang_block{
    border-right: 1px solid #f8f8f8;
}
.lang_block a{
    color: #bdbdbd;
    font-size: 14px;
}

.search_block input{
    border: none;
    outline: none;
    width: 150px;
    margin-top: -2px;
    font-size: 14px;
}
.new_menu_search{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_menu_search i:before{
  margin-top: 2px;
}
.search_block input::-webkit-input-placeholder{
    color: #bdbdbd;
    font-size: 14px;
}
.search_block input:-ms-input-placeholder{
    color: #bdbdbd;
    font-size: 14px;
}
.search_block input::-ms-input-placeholder{
    color: #bdbdbd;
    font-size: 14px;
}
.search_block input::placeholder{
    color: #bdbdbd;
    font-size: 14px;
}
.search_block i{
    color: #bdbdbd;
    font-size: 14px;
    margin-right: 16px;
}
.telegram img{
    margin-right: 12px;
}
.telegram a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #bdbdbd;
}
header .logo_block, header .lang_block, header .courses_block, header .telegram, header .search_block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding:  0 16px;
    height: 50px;
}

.responsive_menu{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50000;
  background: rgba(0,0,0,0.8);
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.close_menu{
  position: absolute;
  bottom: 20px;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

.menu_list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu_list a{
  font-size: 18px;
  margin: 15px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.close_menu img{
  height: 16px;
  width: 16px;
  -webkit-filter: invert(1) brightness(100%);
          filter: invert(1) brightness(100%);
}
.new_menu .container{
  padding: 0;
}



/*Header*/
header .load_block {
    opacity: 0.8;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    width: 210px;
    /* bottom: 13px; */
    /* position: absolute; */
}
  header .load_block img {
      height: 30px;
      display: inline-block;
      padding-left: 20px;
  }
@media screen and (max-width: 576px) {
  header .load_block {
    display: none;
  }
}
.search_block input {
  width: 134px;
}
/*Footer*/
footer {
    padding: 0;
}
footer .container {
    padding-left: 5px;
    padding-right: 5px;        
}
footer .row {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;   
}
.top-block {
    margin-top: 30px;
}
.footer-block, .top-block {
    padding-top: 30px;
    padding-left: 40px;
    display: flex;
    align-items: center;
}
.footer-img, .top-img {
    align-self: flex-end;
    display: inline-block;
    margin-right: 20px;
}
.footer-text, .top-text {
    display: inline-block;
}
.footer-text__title, .top-text__title {
    margin-bottom: 22px;
    font-size: 12px;
    font-family: "Rubik";
    color: #2962ff;        
    font-weight: bold;
    line-height: 1.2;
}
.footer-text__desc, .top-text__desc {
    margin-bottom: 40px;
    line-height: 1.2;
    font-size: 18px;
    font-family: "FuturaBookC";
    color: rgb(37, 37, 37);
}
.footer-text__buttons img, .top-text__buttons img{
    width: 100px;
}
.footer-bottom {
    padding-top: 53px;
    padding-bottom: 50px;
}
.footer-bottom__icon {
    text-align: center;
}
.footer-bottom__copy {
    font-size: 10px;
    font-family: "Source Sans Pro";
    color: rgba(37, 37, 37, 0.451);
    line-height: 1.8;
}
.footer-bottom__menu ul {
    display: flex;
    justify-content: space-around;
}
.footer-bottom__menu ul li {
    display: inline-block;
    font-size: 10px;
    font-family: "Source Sans Pro";
    color: rgb(37, 37, 37);
    line-height: 1.636;
}
footer .socials li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.border-left {
    border-left: 1px solid rgba(0,0,0,0.06);
}
.border-top {
    border-top: 1px solid rgba(0,0,0,0.06);
}
.border-bottom {
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.border-left {
    border-left: 1px solid rgba(0,0,0,0.06);
}
.no-padding-top {
    padding-top: 0 !important;
}
.align-right {
    text-align: right !important;
}
.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
/*./Footer*/
