/* pt-sans-regular - cyrillic_latin */

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url('../fonts/PTSans/pt-sans-v9-cyrillic_latin-regular.woff2') format('woff2'),  url('../fonts/PTSans/pt-sans-v9-cyrillic_latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-sans-italic - cyrillic_latin */

@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url('../fonts/PTSans/pt-sans-v9-cyrillic_latin-italic.woff2') format('woff2'),  url('../fonts/PTSans/pt-sans-v9-cyrillic_latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-sans-700 - cyrillic_latin */

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url('../fonts/PTSans/pt-sans-v9-cyrillic_latin-700.woff2') format('woff2'),  url('../fonts/PTSans/pt-sans-v9-cyrillic_latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-sans-700italic - cyrillic_latin */

@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url('../fonts/PTSans/pt-sans-v9-cyrillic_latin-700italic.woff2') format('woff2'),  url('../fonts/PTSans/pt-sans-v9-cyrillic_latin-700italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table td p {
    font-size: 14px;
}
table td {
   padding: 2px;
}
* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*::-moz-selection {
  background-color: #003169;
  color: white;
}

*::selection {
  background-color: #003169;
  color: white;
}

input,
select,
textarea {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}

input:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input::-webkit-calendar-picker-indicator {
  color: transparent;
}

input::-webkit-clear-button {
  display: none;
}

input[type="submit"] {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  overflow: hidden;
}

button, input{
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}

select{
  background-color: transparent;
  border-radius: 0;
}

p, ul, ol, span, h1, h2, h3, h4, h5, h6, a{
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-indent: initial !important;
}

a{
  color: #090909;
}

a:hover{
  text-decoration: none;
}

body {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 18px;
  overflow-x: hidden;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper_offset_bottom {
  margin-bottom: 30px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

p {
  color: #090909;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: justify;
}
p[align="center"] {
    text-align: center;
}
td strong {
    font-weight: bold;
}
/* HOMEPAGE */

.page {
  width: 100%;
}

.page_theme_grey {
  background-color: #ebebeb;
}

.page__header {
  width: 100%;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.header__top {
  width: 100%;
  background-color: #003169;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__langs {
  width: auto;
  font-size: 0;
}

.header__lang {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  height: 33px;
  line-height: 33px;
  padding: 0 13px;
}

.header__lang_current {
  background-color: #829ab5;
}

.header__items {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__login {
  width: auto;
  padding-left: 25px;
  background: url(../img/header/human_icon.png) no-repeat left;
  background-size: 17px;
}

.header__search {
  width: auto;
}

.header__bottom {
  width: 100%;
}

.header__logo {
  margin-right: 35px;
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__phones {
  width: auto;
  margin-right: 20px;
}

.header__phone {
  display: block;
  width: 100%;
  color: #090909;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
}

.header__phone:last-child {
  margin-bottom: 0;
}

.header__navigation {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  max-width: 700px;
}

.header__bottom {
  background-color: #ffffff;
}

.header__mobile-call {
  display: none;
  width: 22px;
  height: 22px;
  background: url(../img/header/call.png) no-repeat center;
  background-size: contain;
  margin: 0 20px 0 0;
}

.fa-viber {
  color: #7c3caf;
  font-size: 15px;
  margin-left: 5px;
}

.login__text {
  color: white;
  text-decoration: none;
  font-size: 12px;
  line-height: 27px;
}

.search__field {
  border: none;
  outline: none;
  display: block;
  padding-right: 17px;
  height: 100%;
  background: url(../img/header/search.png) no-repeat right;
  background-size: 17px;
  margin-right: 13px;
  -webkit-transition: .3s all;
  transition: .3s all;
  overflow: hidden;
  width: 0;
  position: relative;
  right: 0;
  color: white;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.search__field:focus {
  width: 200px;
  border-bottom: 1px solid white;
}

.search__field::-webkit-input-placeholder {
  font-family: 'PT Sans';
  font-size: 12px;
  color: #fff;
}

.search__field:-ms-input-placeholder {
  font-family: 'PT Sans';
  font-size: 12px;
  color: #fff;
}

.search__field::-ms-input-placeholder {
  font-family: 'PT Sans';
  font-size: 12px;
  color: #fff;
}

.search__field::placeholder {
  font-family: 'PT Sans';
  font-size: 12px;
  color: #fff;
}

.logo__pic {
  display: block;
  max-width: 180px;
}

.navigation__social {
  width: 100%;
  text-align: right;
  margin-bottom: 18px;
}

.navigation__menu {
  width: 100%;
  text-align: right;
}

.social {
  font-size: 0;
}

.social__icon {
  font-size: 24px;
  display: inline-block;
  margin-right: 11px;
  -webkit-transition: .3s all;
  transition: .3s all;
  color: #d9d7d7;
}

.social__icon:last-child {
  margin-right: 0;
}

.social__icon_insta:hover {
  color: black;
}

.social__icon_ok:hover {
  color: #f58220;
}

.social__icon_vk:hover {
  color: #5181b8;
}

.social__icon_fb:hover {
  color: #3b579d;
}

.social__icon_tw:hover {
  color: #41abe1;
}

.social__icon_youtube:hover {
  color: #e12d28;
}

.menu {
  font-size: 0;
  position: relative;
}

.menu__item {
  width: auto;
  display: inline-block;
  margin: 0 10px;
}

.menu__item:last-child {
  margin-right: 0;
}

.menu__link {
  display: block;
  width: 100%;
  font-size: 17px;
  color: #090909;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.menu__link:hover,
.menu__link:focus,
.menu__link:active {
  color: #e8150f;
}

.menu__submenu {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  text-align: left;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: .5s all;
  transition: .5s all;
  width: 100%;
}

.submenu__item {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  padding: 0 20px;
}

.submenu__item:first-child {
  padding-top: 35px;
}

.submenu__item:last-child {
  padding-bottom: 25px;
  margin-bottom: 0;
}

.submenu__link {
  color: #003169;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

.submenu__link:hover {
  color: #e8150f;
}

.menu__item:hover > .submenu {
  max-height: 750px;
}

.burger-wrapper {
  display: none;
  margin: 0;
  width: 32px;
  height: 21px;
}

.burger {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.burger__line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000000;
  position: absolute;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.burger__line_second,
.burger__line_third {
  top: 9px;
}

.burger__line_fourth {
  top: 18px;
}

.burger_active .burger__line_first,
.burger_active .burger__line_fourth {
  display: none;
}

.burger_active .burger__line_second {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger_active .burger__line_third {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* HOME */

.home_offset_top {
  margin-top: 128px;
}

.home__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.home__info {
  width: 25%;
}

.home__question {
  min-height: 238px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0fa3f0;
  cursor: pointer;
}

.home__question:hover{
  opacity: .8;
}

.home__tests {
  min-height: 238px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #003169;
}

.home__tests:hover{
  opacity: .8;
}
.home__text {
  max-width: 175px;
  color: white;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

.home__slider {
  width: 75%;
  position: relative;
}

.home__slide {
  width: 100%;
  position: relative;
  max-height: 476px;
  overflow: hidden;
}

.slide {
  outline: none;
}

.slide__title {
  width: 467px;
  color: white;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 111;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  text-shadow: 0px 1px 6px #969696;
}

.slick-slide{
  height: auto !important;
}

.slick-dots {
  position: absolute;
  right: 40px;
  bottom: 25px;
}

.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  cursor: pointer;
  border: none;
  background-color: #003169;
  outline: none;
}

li.slick-active button {
  background-color: #e8150f;
}

/* STARTPAGE */

.startpage__news {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(75% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.startpage__forbidden {
  width: calc(50% - 15px);
  margin-right: 30px;
  -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  margin-bottom: 30px;
}


/* new css 25.10 */
.startpage__forbidden-wrap {
  width: calc(50% - 15px);
  margin-right: 30px;
  
}
.startpage__forbidden_time {
	width: 100%;
	margin-right: 0;
  -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  margin-bottom: 30px;
}
/* end new css 25.10 */

.startpage__tokyo {
  width: calc(50% - 15px);
  text-align: center;
  padding-top: 20px;
  -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  margin-bottom: 30px;
}

.startpage__tokyo-pic {
  max-width: 145px;
  display: block;
  margin: 0 auto 20px auto;
}

.startpage__tokyo-text {
  display: block;
  max-width: 230px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
}

.startpage__newslist {
  width: 100%;
}

.startpage__aside {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
}

.startpage__more-news {
  width: 100%;
}

.startpage__adams {
  display: none;
}

.newslist__item {
  padding: 25px 20px;
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 35px;
}

.newslist__pic {
  max-width: 340px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 30px;
}

.newslist__img {
  max-height: 225px;
  display: block;
  margin: 0 auto;
}

.newslist__info {
  width: calc(100% - 370px);
}

.newslist__date {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #868686;
  margin-bottom: 15px;
}

.newslist__title {
  font-size: 18px;
  max-width: 80%;
  margin-bottom: 15px;
  font-weight: 700;
}

.newslist__link {
  font-weight: 700;
  color: #090909;
  text-decoration: none;
}

.newslist__link:hover {
  color: #003169;
}

.newslist__text {
  color: #090909;
  font-size: 16px;
  margin-bottom: 10px;
}

.newslist__footnote {
  font-size: 12px;
  line-height: 1;
  color: #868686;
}

.newslist__know-more {
  display: inline-block;
  text-decoration: none;
  height: 42px;
  line-height: 42px;
  color: white;
  font-size: 16px;
  border: none;
  position: absolute;
  right: 85px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  cursor: pointer;
  width: 118px;
  padding: 0 10px;
  text-align: left;
  background: #e8150f url(../img/newslist/arrow.png) no-repeat 92px 17px;
}

.newslist__know-more:hover {
  background-color: #003169;
}

.aside__adams {
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
}

.aside__info {
  width: 100%;
  margin-bottom: 15px;
}

.aside__item {
  min-height: 240px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aside__item:hover{
  opacity: .8;
}

.aside__item:nth-child(odd) {
  background-color: #0fa3f0;
}

.aside__item:nth-child(even) {
  background-color: #003169;
}

.aside__item:nth-child(2){
  align-items: flex-start;
  padding-top: 40px;
}

.aside__item:nth-child(2) .aside__text{
  padding-bottom: 130px;
  background: url(../img/aside/med-min.png) no-repeat center bottom;
  background-size: 100px;
}

.aside__item_doping {
  cursor: pointer;
}

.aside__text {
  font-size: 20px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 145px;
  text-decoration: none;
}

.aside__state {
  width: 100%;
}

.adams__pic {
  display: block;
}

.state__item {
  width: 100%;
  margin-bottom: 15px;
}

.state__pic {
  width: 100%;
}

/* MORE-NEWS */

.more-news__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
  padding: 20px 20px 40px 20px;
  background-color: #fff;
  position: relative;
  margin-bottom: 45px;
}

.more-news__pic {
  width: 100%;
  margin-bottom: 13px;
}

.more-news__img {
  display: block;
}

.more-news__info {
  width: 100%;
  font-size: 12px;
  color: #868686;
  line-height: 1;
  margin-bottom: 15px;
}

.more-news__title {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}

.more-news__link {
  color: #090909;
  text-decoration: none;
}

.more-news__link:hover,
.more-news__link:focus,
.more-news__link:active {
  color: #003169;
}

.more-news__read-more {
  display: inline-block;
  text-decoration: none;
  height: 42px;
  line-height: 42px;
  color: white;
  font-size: 16px;
  border: none;
  position: absolute;
  right: 85px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  cursor: pointer;
  width: 118px;
  padding: 0 10px;
  text-align: left;
  background: #e8150f url(../img/newslist/arrow.png) no-repeat 92px 17px;
}

.more-news__read-more:hover {
  background-color: #003169;
}

.more-news__all-news {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  margin-bottom: 40px;
}

.all-news__text {
  color: #003169;
  line-height: 1;
  font-size: 14px;
}

.all-news__text:hover,
.all-news__text:focus,
.all-news__text:active {
  text-decoration: none;
}

/*PARTNERS */

.partners__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  padding-left: 50px;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

.partners__items {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 65px;
}

.partners__item-wrapper {
  width: 25%;
}

.partners__item {
  min-height: 240px !important;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.partners__img {
  max-height: 90px;
}

.partners__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #003169;
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  visibility: hidden;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
}

.partners__text {
  max-width: 215px;
}

.partners__item:hover .partners__link {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.partners .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

/* INNER */

.inner_offset_top {
  margin-top: 128px;
}

.inner__breadcrumbs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  padding: 20px 0 20px 0;
}

.inner__item {
  max-width: 1140px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 35px;
  -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}

.inner__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(75% - 30px);
  padding-left: 25px;
}

.inner__date {
  font-size: 12px;
  color: #ababab;
  display: block;
  margin-bottom: 15px;
  line-height: 1;
}

.inner__title {
  font-size: 24px;
  color: #090909;
  margin-bottom: 35px;
  font-weight: 700;
}

.inner__text {
  color: #090909;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: justify;
}

.inner__text_bold {
  font-weight: 700;
}

.inner__pic {
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner__pic-footnote {
  width: 100%;
  font-size: 12px;
  color: #ababab;
  margin-bottom: 15px;
  line-height: 1;
}

.inner__img {
  margin-bottom: 10px;
}

.inner__img_size_b {
  width: 100%;
}

.inner__img_size_m {
  display: block;
  width: calc(50% - 22px);
  margin-right: 22px;
}

.inner__video {
  width: 50%;
}

.inner__social {
  margin-top: 50px;
  margin-bottom: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inner__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  width: 47px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  margin-right: 5px;
  font-size: 12px;
}

.inner__social-item .svg-inline--fa {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  color: white;
}

.inner__social-item_ok {
  background-color: #ee8208;
}

.inner__social-item_vk {
  background-color: #4d75a3;
}

.inner__social-item_fb {
  background-color: #3b5998;
}

.inner__social-item_viber {
  background-color: #7d5fea;
}

.inner__aside {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
}

.inner__newslist {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}

.inner__all-news {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  background-color: #fff;
  padding: 30px 20px 0 20px;
}

.inner__more-news {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  margin-bottom: 30px;
  padding-left: 25px;
}

.inner__newslink {
  display: block;
  color: #090909;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 15px;
}

.inner__newslink:last-child {
  margin-bottom: 0;
}

.inner__newslink:hover {
  color: #003169;
}

.video {
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 10px;
}

.video__size {
  padding-top: 56.25%;
}

.video__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breadcrumbs__item {
  color: #b8b8b8;
  text-decoration: none;
  font-size: 12px;
}

.breadcrumbs__item_active {
  color: #003169;
  font-size: 12px;
}

.breadcrumbs__arrow {
  color: #b8b8b8;
  text-decoration: none;
  font-size: 12px;
}

.aside__last-news {
  margin-top: 50px;
}

.last-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  margin-bottom: 20px;
}

.last-news__title {
  color: #090909;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.last-news__number {
  width: 25px;
  height: 25px;
  background-color: #ed1c24;
  text-align: center;
  line-height: 25px;
  color: white;
}

.last-news__info {
  width: calc(100% - 25px);
  padding-left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.last-news__date {
  width: 100%;
  color: #ababab;
  font-size: 12px;
  line-height: .8;
  margin-bottom: 5px;
}

.last-news__link {
  width: 100%;
  text-decoration: none;
  color: #090909;
}

.last-news__link:hover,
.last-news__link:active,
.last-news__link:focus {
  color: #ed1c24;
}

.all-news__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.all-news__date {
  font-size: 12px;
  color: #868686;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 5px;
  margin-right: 5px;
  max-width: 60px;
}

.all-news__info {
  width: calc(100% - 65px);
  margin-bottom: 25px;
}

.all-news__link {
  text-decoration: none;
  color: #090909;
}

.all-news__title {
  font-size: 18px;
  font-weight: 700;
  padding-left: 8px;
  position: relative;
}

.all-news__title:hover {
  color: #003169;
}

.all-news__title::after {
  display: block;
  content: '';
  width: 2px;
  height: 15px;
  background-color: #090909;
  position: absolute;
  left: 0;
  top: 4px;
}

.all-news__title:hover::after {
  background-color: #003169;
}

.all-news__view-more {
  display: block;
  width: 330px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #003169;
  color: #003169;
  font-size: 16px;
  background-color: transparent;
  margin: 45px auto;
  cursor: pointer;
  outline: none;
}

.all-news__view-more:hover {
  background-color: #003169;
  color: white;
}

/* CONTACTS */

.contacts_offset_top {
  margin-top: 128px;
}

.contacts__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  padding: 35px 50px;
  background-color: #fff;
  margin-bottom: 50px;
}

.contacts__title {
  font-size: 24px;
  color: #090909;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}

.contacts__info {
  width: auto;
  margin-bottom: 60px;
  font-size: 16px;
  color: #090909;
}

.contacts__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 45px;
}

.contacts__item {
  width: calc(33.3333333% - 15px);
  margin-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 40px;
}

.contacts__item::before {
  display: block;
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  background-color: #003169;
  top: 0;
  left: 0;
}

.contacts__item-position {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contacts__item-name {
  font-weight: 700;
  display: block;
}

.contacts__item-phone,
.contacts__item-text,
.contacts__item-email {
  text-decoration: none;
  display: block;
  font-size: 16px;
  color: #090909;
}

.contacts__map {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}

.contacts__map iframe {
  min-height: 520px;
}

.contacts__form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(41.66666666666667% - 30px);
}

.form {
  position: relative;
}

.form__wrapper {
  width: 100%;
}

.form__title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #090909;
  font-weight: 700;
  line-height: .8;
  margin-bottom: 30px;
}

.form__content {
  width: 100%;
}

.form__content_size_b {
  width: 70%;
}

.form__item {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.form__name,
.form__email {
  display: block;
  width: 100%;
  outline: none;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  padding: 0 13px;
  font-size: 16px;
  font-weight: 400;
}
.bx-forgotpass-table .form__email{
  margin-left: 15px;
}
.form__name:focus,
.form__email:focus {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.form__message {
  display: block;
  resize: none;
  width: 100%;
  min-height: 160px;
  border: 1px solid #e5e5e5;
  outline: none;
  padding: 13px 10px;
  font-size: 16px;
}

.form__message:focus {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.form__submit {
  width: 118px;
  height: 42px;
  line-height: 42px;
  background-color: #ed1c24;
  border: none;
  color: white;
  text-align: center;
  cursor: pointer;
  outline: none;
  font-size: 16px;
  margin-bottom: 45px;
}

.form__submit:hover,
.form__submit:active,
.form__submit:focus {
  background-color: #003169;
}

.form__footnote {
  font-size: 12px;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  color: #b7b7b7;
}

.form__captcha {
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
}

.form__text {
  display: block;
  color: #0b0d6e;
  font-size: 14px;
  margin-bottom: 25px;
}

.form__text_bold {
  font-weight: 700;
}

.form__text_notification {
  color: #ed1c24;
  font-weight: 700;
}

.form__text_download {
  text-decoration: none;
  font-weight: 700;
}

.form__subtitle {
  color: #0b0d6e;
  padding: 0;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 18px;
}

.form__subtitle_offset_s {
  margin-bottom: 10px;
}

.form__select {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 36px;
  border: 1px solid #e5e5e5;
  padding: 0 13px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  color: #ccc;
  padding-right: 30px;
}

.form__select:focus {
  color: #090909;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.form__close {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  z-index: 99;
}

.form__close-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.form__close-line:first-child {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.form__close-line:last-child {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.form__close:hover .form__close-line:first-child {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.form__close:hover .form__close-line:last-child {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.red-star {
  color: #ed1c24;
}

.input_theme_light {
  font-style: italic;
}

.input_theme_light::-webkit-input-placeholder {
  color: #cccccc;
}

.input_theme_light:-ms-input-placeholder {
  color: #cccccc;
}

.input_theme_light::-ms-input-placeholder {
  color: #cccccc;
}

.input_theme_light::placeholder {
  color: #cccccc;
}

/* POPUP */

.popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
}

.popup__form {
  display: none;
  background-color: #fff;
  max-width: 555px;
  overflow: hidden;
  -webkit-transition: .3s all;
  transition: .3s all;
  padding: 30px;
}

.popup__form_active {
  display: block;
}

.popup_active {
  opacity: 1;
  z-index: 999;
}

.popup__form_question .form__captcha {
  max-width: 50%;
  margin-bottom: 5px;
}

.popup__form_question .form__message {
  height: 70px;
  min-height: 0;
}

.popup__form_question .form__submit {
  margin-bottom: 5px;
}

.popup__form_question .form__subtitle {
  margin-bottom: 10px;
}

.popup__form_question .form__text {
  margin-bottom: 10px;
}

.popup__form_question .form__item {
  margin-bottom: 10px;
}

.popup__form_doping .form__captcha {
  max-width: 50%;
  margin-bottom: 5px;
}

.popup__form_doping .form__message {
  height: 100px;
  min-height: 0;
}

.popup__form_doping .form__submit {
  margin-bottom: 25px;
}

.popup__form_doping .form__subtitle {
  margin-bottom: 10px;
}

.popup__form_doping .form__text {
  margin-bottom: 10px;
}

.popup__form_doping .form__item {
  margin-bottom: 10px;
}

/* ENTRY */

.entry {
  width: 100%;
}

.entry__item {
  background-color: #fff;
  padding: 85px 0;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
}

.entry__forms {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
  margin-left: calc(25% + 15px);
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.entry__tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.entry__tab {
  width: 50%;
  background-color: #ebebeb;
  color: #959595;
  font-size: 20px;
  text-align: center;
  height: 65px;
  line-height: 65px;
  cursor: pointer;
}

.entry__tab_active {
  color: #003169;
  background-color: #fff;
}

.entry__form {
  width: 100%;
  display: none;
}

.entry__form_active {
  display: block;
}

.entry__form-list {
  width: 100%;
  padding-top: 30px;
}

.entry__form-item {
  width: 100%;
  margin-bottom: 30px;
}

.entry__form-item:last-child {
  margin-bottom: 0;
}

.entry__field {
  display: block;
  width: 360px;
  border: 1px solid #d7d7d7;
  height: 42px;
  line-height: 40px;
  margin: 0 auto;
  outline: none;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 400;
}

.entry__field::-webkit-input-placeholder {
  color: #cccccc;
  font-style: italic;
}

.entry__field:-ms-input-placeholder {
  color: #cccccc;
  font-style: italic;
}

.entry__field::-ms-input-placeholder {
  color: #cccccc;
  font-style: italic;
}

.entry__field::placeholder {
  color: #cccccc;
  font-style: italic;
}

.entry__field:focus {
  -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
}

.entry__terms {
  display: block;
  width: 360px;
  margin: 55px auto 10px auto;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding-left: 18px;
  position: relative;
}

/* .entry__terms::after {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 3px;
  border: 1px solid #959595;
} */

.entry__submit {
  width: 360px;
  display: block;
  margin: 0 auto 45px auto;
  height: 42px;
  border: none;
  background-color: #ed1c24;
  border-radius: 0;
  color: white;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

.entry__submit:hover {
  background-color: #003169;
}

.entry__info {
  width: 360px;
  margin: 10px auto 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.entry__remember {
  width: 50%;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  padding-left: 18px;
}

.entry__remember::after {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 3px;
  border: 1px solid #959595;
}

.entry__forgot-password {
  width: 50%;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #0054a6;
}

#remember {
  display: none;
}

#remember:checked ~ .entry__remember::after {
  background: url(../img/rules/checkmark.png) no-repeat center;
  background-size: contain;
}

#rules {
  width: 15px !important;
  height: 15px !important;
  bottom: 1px !important;
}

/* #rules:checked ~ .terms::after {
  background: url(../img/rules/checkmark.png) no-repeat center;
  background-size: contain;
} */

/* ACCOUNT */

.account {
  width: 100%;
}
.account_offset_top{
  padding-top: 60px;
}

.account__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
}

.account__aside {
  width: 215px;
  background-color: #ebebeb;
}

.account__info {
  width: calc(100% - 215px);
  padding: 40px 40px 0 40px;
  background-color: #fff;
}

.account__settings {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.account__content {
  width: 100%;
  min-height: 700px;
  display: none;
}

.account__content_active {
  display: block;
  min-height: 0;
}

.account__tab {
  color: #ababab;
  font-size: 16px;
  padding: 18px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  border-left: 4px solid transparent;
}

.account__tab:hover {
  color: #0fa3f0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 4px solid #0fa3f0;
}

.account__tab_active {
  background-color: #0fa3f0;
  color: #fff;
}

.account__tab_active:hover {
  color: #fff;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}

.account-content__title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.account-content__subtitle {
  font-size: 14px;
  margin-bottom: 55px;
}

.account-content__courses {
  width: 85%;
}

/* COURSES-LIST */

.courses-list__item {
  width: 100%;
  margin-bottom: 45px;
  color: #090909;
}

.courses-list__text {
  font-size: 16px;
  font-weight: 700;
}

.courses-list__start {
  display: inline-block;
  width: 165px;
  height: 42px;
  line-height: 40px;
  text-decoration: none;
  color: #003169;
  font-size: 18px;
  padding: 0 0 0 40px;
  text-align: center;
  border: 1px solid #003169;
  background: url(../img/courses/blue-icon.png) no-repeat 15px;
  background-size: 25px;
}

.courses-list__start:hover,
.courses-list__start:active {
  background: #003169 url(../img/courses/white-icon.png) no-repeat 15px;
  background-size: 25px;
  color: white;
}

/* SETTINGS */

.settings__list {
  max-width: 50%;
}

.settings__list:first-child {
  padding-right: 15px;
}

.settings__list:last-child {
  padding-left: 15px;
}

.settings__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #080808;
  margin-bottom: 15px;
  position: relative;
}

.settings__item_align_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.settings__item_athlete_lvl {
  display: none;
}

.settings__item_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.settings__fieldname {
  width: 165px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 16px;
}

.settings__field {
  width: 225px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  position: relative;
}

.settings__field::-webkit-input-placeholder {
  color: #e5e5e5;
}

.settings__field:-ms-input-placeholder {
  color: #e5e5e5;
}

.settings__field::-ms-input-placeholder {
  color: #e5e5e5;
}

.settings__field::placeholder {
  color: #e5e5e5;
}

.settings__field:focus {
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
}

.settings__clear-field {
  display: block;
  position: absolute;
  width: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: .5;
  top: 0;
  right: 5px;
  font-size: 24px;
  z-index: 10;
}

.settings__dropdown {
  width: 225px;
  font-size: 0;
  padding: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
  max-height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: -1;
  background-color: #fff;
  overflow: hidden;
}

.settings__radio {
  display: inline-block;
  margin-right: 10px;
}

.settings__gender {
  font-size: 14px;
  display: inline-block;
  margin-right: 30px;
}

.settings__gender:last-child {
  margin-right: 0;
}

.settings__add-field {
  color: #0054a6;
  font-weight: 700;
  font-size: 12px;
  text-align: right;
  width: 100%;
  cursor: pointer;
}

.settings__footnote {
  width: 100%;
  margin-top: 30px;
  padding-left: 127px;
  margin-bottom: 15px;
  color: #b7b7b7;
  font-size: 12px;
}

.settings__submit {
  display: inline-block;
  cursor: pointer;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: none;
  background-color: #e8150f;
  color: #fff;
  font-size: 16px;
  width: 180px;
  margin-left: 127px;
  margin-bottom: 137px;
}

.settings__submit:hover {
  background-color: #003169;
}

.search-list_active {
  height: auto;
  max-height: 175px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  z-index: 999;
}

.search-list__item {
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  padding: 7px 15px;
}

#add-field {
  display: none;
}

/* FOOTER */

.scroll-to-top{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: white;
  background-color: #003169;
  position: fixed;
  right: 10px;
  bottom: 20px;
  border: 2px solid white;
  z-index: 999;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
}

.footer_theme_dark {
  width: 100%;
  background-color: #003169;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 28px 0 17px 0;
}

.footer__logo {
  max-width: 115px;
  margin-right: 29px;
}

.footer__nav {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 5px;
  font-size: 0;
  margin-right: 29px;
}

.footer__link {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 29px;
}

.footer__link:last-child {
  margin-right: 0;
}

.footer__link:hover {
  color: #0fa3f0;
}

.footer__info {
  margin-top: 5px;
  max-width: 360px;
}

.footer__text {
  font-size: 14px;
  color: white;
}

.footer__dev {
  width: 100%;
}

.dev__name {
  display: inline-block;
  font-size: 16px;
  font-family: Arial;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  margin-right: 18px;
  text-decoration: none;
}

.dev__name_color_blue {
  color: #0fa3f0;
}

.dev__working {
  color: white;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

/* TIMER */

.eTimer .etSep {
  margin-top: 3px;
}


/* COURSES STYLES */

.learn-left-data{
  background-color: #f6f6f6;
}

.learn-right-data{
  background-color: #fff;
}

.account__item{
  min-height: 250px;
}

.learn-work-table{
  height: 100%;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.item-text{
  margin-bottom: 5px;
  font-weight: 700;
}

.item-text:hover > a{
  color: #8c9099;
}

.learn-course-start{
  display: none;
}

.courses__title{
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
}

.learn-course-start ~ a {
  display: inline-block;
  width: auto;
  padding: 0 15px 0 45px;
  height: 42px;
  line-height: 40px;
  text-decoration: none;
  color: #003169;
  font-size: 18px;
  text-align: center;
  border: 1px solid #003169;
  background: url(../img/courses/blue-icon.png) no-repeat 15px;
  background-size: 25px;
}

.learn-course-start ~ a:hover {
  background: #003169 url(../img/courses/white-icon.png) no-repeat 15px;
  background-size: 25px;
  color: white;
}
.courses__start-btn{
  display: inline-block;
  width: auto;
  padding: 0 15px 0 45px;
  height: 42px;
  line-height: 40px;
  text-decoration: none;
  color: #003169;
  font-size: 18px;
  text-align: center;
  border: 1px solid #003169;
  background: url(../img/courses/blue-icon.png) no-repeat 15px;
  background-size: 25px;
}

.courses__start-btn:hover{
  background: #003169 url(../img/courses/white-icon.png) no-repeat 15px;
  background-size: 25px;
  color: white;
}

.tests__pagination{
  display: inline-block;
  width: 122px;
  height: 42px;
  line-height: 42px;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  margin-bottom: 50px;
}
.tests__pagination_bg_blue{
  background-color: #576f9e;
}
.tests__pagination_bg_red{
  background-color: #ed1c24;
}
.tests__pagination:hover{
  opacity: .9;
}
table.learn-work-table td.learn-left-data{
  padding: 12px 20px;
}

div.item-text a.selected{
  background-color: transparent;
  color: #e8150f;
}

div.chapter, div.lesson, div.test-list, div.course-detail{
  position: relative;
  right: 5px;
}

.learn-chapter-contents{
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

div.learn-chapter-contents ul{
  margin-left: 0;
  margin-bottom: 10px;
}

div.learn-chapter-contents ul li a{
  text-decoration: none;
  color: black;
  font-size: 20px;
}

div.learn-chapter-contents ul li a:hover{
  color: #e8150f;
}

.learn-chapter-contents b{
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
}
.course-description{
  font-size: 16px;
  float: right;
  color: #576f9e;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  top: 10px;
}
.next-course, .prev-course{
  display: inline-block;
  width: 122px;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #003169;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.prev-course::after{
  display: block;
  content: '←';
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 20px;
  color: white;
  text-align: center;
}

.next-course::after{
  display: block;
  content: '→';
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 20px;
  color: white;
  text-align: center;
}

.next-course:hover, .prev-course:hover{
  opacity: .9;
}

.learn-right-data img{
  margin-bottom: 5px;
}

div.learn-course-back, div.learn-course-next{
  display: none;
}


/* styles for icons in test-list*/

div.learn-course-tree li.close div.chapter{
  background-image: url(../img/courses/folder.png) !important;
  background-size: contain;
}

div.chapter{
  background-image: url(../img/courses/open-folder.png) !important;
  background-size: contain;
}

div.lesson{
  background-image: url(../img/courses/success.png) !important;
  background-size: contain;
}

div.course-detail{
  background-image: url(../img/courses/clipboard.png) !important;
  background-size: contain;
}

div.test-list{
  background-image: url(../img/courses/edit.png) !important;
  background-size: contain;
}

/* TESTS STYLES */

table.learn-work-table td.learn-right-data{
  padding: 30px;
}

table.learn-work-table td.learn-left-data{
  padding: 30px;
}

.test__text-bold{
  font-weight: 700;
  color: #003169;
}

div.learn-test-tabs{
  margin: 0 0 30px 0;
}

div.learn-test-tabs a{
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  background-color: #fff799;
  border: none;
  text-align: center;
  padding: 0;
  margin: 0 8px;
}

div.learn-test-tabs a.selected{
  background-color: #7cc576;
  color: white;
}

div.learn-test-tabs a:hover{
  background-color: #7cc576;
  color: white;
}

.learn-test-tabs #learn-test-timer{
  float: right;
  border: none;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 16px;
  color: #e8150f;
}

div.learn-question-cloud{
  border: none;
  min-height: 0;
  margin-bottom: 20px;
}

div.learn-question-number{
  display: none;
}

div.learn-question-name{
  padding: 0;
}

.test__answer-variant{
  display: inline-block;
  color: black;
  font-size: 16px;
  margin: 5px 0;
}

.test__answer-text{
  display: block;
  margin-bottom: 10px;
}

.test__start-btn{
  display: inline-block;
  width: 122px;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  background-color: #576f9e;
  border: none;
  color: white;
  outline: none;
  margin-bottom: 25px;
}

.test__start-btn:hover{
  opacity: .9;
}

/* test result styles */

table.learn-result-table{
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  color: black;
}

table.learn-result-table th{
  background-color: #ced3d7;
  font-size: 16px;
  font-weight: 400;
  color: black;
}

.test__show-result{
  display: inline-block;
  width: auto;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  background-color: #576f9e;
  border: none;
  color: white;
  outline: none;
  text-align: center;
  text-decoration: none;
  padding: 0 15px;
}

.test__show-result:hover{
  opacity: .9;
}
.result__return{
  display: inline-block;
  width: auto;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  background-color: #576f9e;
  border: none;
  color: white;
  outline: none;
  text-align: center;
  text-decoration: none;
  padding: 0 15px;
}

.result__return:hover{
  opacity: .9;
}
table.learn-gradebook-table{
  color: black;
  background: transparent;
}

table.learn-gradebook-table th{
  font-weight: 600;
  background-color: #ced3d7;
  color: black;
}

table.learn-gradebook-table a{
  color: #003169;
}

table.learn-gradebook-table a:hover{
  text-decoration: none;
}

.notetext{
  display: none;
}

/* left column styles */

.learn-work-table{
  position: relative;
}

/* add aside buttons */

.aside__tue{
  display: block;
  margin-bottom: 15px;
}

.tue__link{
  display: block;
  text-align: center;
  padding: 13px;
  padding-left: 51px;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  color: #000000;
  position: relative;
}
.tue__link:hover{
  background: rgba(15, 163, 240, 0.1);
}
.tue__link::after{
  display: block;
  content: '';
  width: 51px;
  height: 100%;
  background: rgba(15, 163, 240, 0.1) url(../img/aside/id.svg) no-repeat center;
  background-size: 28px;
  position: absolute;
  left: 0;
  top: 0;
}
.tue__link:hover::after{
  background: url(../img/aside/id.svg) no-repeat center;
}
.aside__reception{
  display: block;
  margin-bottom: 15px;
}

.reception__link{
  display: block;
  text-align: center;
  padding: 13px;
  padding-left: 51px;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  color: #000000;
  position: relative;
}
.reception__link:hover{
  background: #F8F7F5;
}
.reception__link::after{
  display: block;
  content: '';
  width: 51px;
  height: 100%;
  background: #F8F7F5 url(../img/aside/reception.svg) no-repeat center;
  background-size: 28px;
  position: absolute;
  left: 0;
  top: 0;
}
.reception__link:hover::after{
  background: url(../img/aside/reception.svg) no-repeat center;
  background-size: 28px;
}
.aside__procedures{
  display: block;
  margin-bottom: 15px;
}

.procedures__link{
  display: block;
  text-align: left;
  padding: 8px 13px 0 71px;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  height: 51px;
  line-height: normal;
}
.procedures__link:hover{
  background: rgba(15, 163, 240, 0.1);
}
.procedures__link::after{
  display: block;
  content: '';
  width: 51px;
  height: 100%;
  background:rgba(15, 163, 240, 0.1) url(../img/aside/admin.svg) no-repeat center;
  background-size: 28px;
  position: absolute;
  left: 0;
  top: 0;
}
.procedures__link:hover::after{
  background: url(../img/aside/admin.svg) no-repeat center;
  background-size: 28px;
}

/* Change view of startpage */
/* .startpage__info{
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
}

.startpage__forbidden{
  width: 100%;
  margin-bottom: 16px;
}
.startpage__tokyo{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  margin-bottom: 0;
}
.startpage__tokyo-link{
  width: 30%;
}
.startpage__tokyo-info{
  width: 70%;
}
.startpage__tokyo-pic{
  max-width: 100%;
  height: auto;
  margin: 0;
}
.startpage__tokyo-text{
  padding: 0 15px;
}
.eTimer{
  padding: 0 15px !important;
}
.startpage__minsk{
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.startpage__minsk-pic{
  display: block;
  -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
} */

@media screen and (max-width: 1200px) {
  .navigation {
    position: relative;
  }

  .menu {
    display: none;
    position: absolute;
    bottom: 0;
    right: -15px;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #fff;
    min-width: 485px;
  }

  .menu__item {
    display: block;
    margin: 0 15px;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
  }

  .menu__item_active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .menu__item:last-child {
    margin-right: 15px;
    border-bottom: 0;
  }

  .menu__item:first-child {
    padding-top: 12px;
  }

  .menu__item:first-child::after {
    display: block;
    content: '';
    width: 20px;
    height: 44px;
    position: absolute;
    right: 5px;
    top: 12px;
    background: url(../img/header/up-arrow.png) no-repeat center;
    background-size: 10px;
  }

  .menu__item::after {
    display: block;
    content: '';
    width: 20px;
    height: 44px;
    position: absolute;
    right: 5px;
    top: 0;
    background: url(../img/header/up-arrow.png) no-repeat center;
    background-size: 10px;
    pointer-events: none;
  }

  .menu__link {
    color: #003169;
    padding: 15px 0;
  }

  .menu__submenu {
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: none;
    -webkit-transition: none;
    transition: none;
    max-height: none;
  }

  .submenu__item:first-child {
    padding-top: 10px;
  }

  .submenu__item:last-child {
    padding-bottom: 15px;
  }

  .menu__item:hover > .submenu {
    max-height: none;
  }

  .burger-wrapper {
    display: block;
    margin: 0 0 0  auto;
  }

  .settings__list {
    max-width: none;
  }
}

@media screen and (max-width: 860px) {
  /* Change startpage view */ 
  .startpage__info{
    width: 80%;
    margin: 0 auto 20px auto;
  }
  .startpage__minsk{
    width: 80%;
    margin: 0 auto 20px auto;
  }
  .startpage__forbidden{
    text-align: center;
  }
  .home__question {
    min-height: 170px;
    height: 50%;
  }

  .home__tests {
    min-height: 170px;
    height: 50%;
  }

  .home__text {
    font-size: 16px;
  }

  .startpage__news {
    width: calc(100% - 30px);
  }

  .startpage__aside {
    width: calc(100% - 30px);
  }

  .startpage__adams {
    display: block;
    width: 280px;
    margin-bottom: 30px;
  }

  .aside__adams {
    display: none;
  }

  .aside__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .aside__item {
    width: 33.3333%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .aside__state {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 33px;
  }

  .state__item {
    width: calc(33.3333% - 16px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 16px;
  }

  .state__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  .more-news__item {
    width: calc(50% - 30px);
    margin-bottom: 35px;
  }

  .inner__content {
    width: calc(100% - 30px);
    padding-right: 25px;
  }

  .inner__social {
    margin-bottom: 40px;
  }

  .inner__aside {
    width: calc(100% - 30px);
  }

  .aside__last-news {
    width: 50%;
    margin-top: 30px;
  }

  .contacts__content {
    padding: 35px 50px 0 50px;
  }

  .contacts__item {
    width: calc(50% - 15px);
  }

  .contacts__map {
    width: calc(91.66666666666667% - 30px);
    margin-bottom: 30px;
  }

  .contacts__form {
    width: calc(50% - 30px);
  }

  .courses-list__item {
    margin-bottom: 30px;
  }

  .courses-list__item:last-child {
    margin-bottom: 30px;
  }

  .settings__item_align_right {
    padding-right: 43px;
  }

  .settings__dropdown {
    right: 43px;
  }

  .settings__add-field {
    padding-right: 43px;
  }

  .settings__footnote {
    padding-left: 0;
  }

  .settings__submit {
    margin-left: 0;
    margin-bottom: 50px;
  }

  .footer__nav {
    width: 225px;
    margin-top: 0;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__link {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .footer__info {
    font-size: 14px;
    margin-top: 0;
    max-width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .entry__forms {
    width: calc(100% - 30px);
    margin-left: calc(0% + 15px);
    border-top: none;
    padding: 0 10px;
  }
}

@media screen and (max-width: 680px) {
  body{
    overflow-x: hidden;
  }

  table.learn-work-table td.learn-left-data{
    width: 100%;
    position: fixed;
    top: 107px;
    left: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    padding: 15px;
    z-index: 99;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
  }

  table.learn-work-table td.learn-left-data_active{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 9999;
  }

  div.learn-course-tree li{
    font-size: 14px;
  }

  .show-left-column{
    display: block;
    width: 50px;
    height: 75px;
    line-height: 75px;
    text-align: right;
    color: #fff;
    padding-right: 7px;
    padding-right: 7px;
    background: linear-gradient(90deg, rgba(0,0,0,0) 50%, #003169 50%);
    position: absolute;
    top: 50%;
    right: -25px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;

  }
  .show-left-column_active{
    -webkit-transform: rotate(180deg) translateY(50%);
        -ms-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
  }
  


  .header__login {
    padding-left: 20px;
    background: url(../img/header/human_icon.png) no-repeat right;
    background-size: 17px;
    position: relative;
  }

  .header__logo {
    margin-right: 20px;
  }

  .header__phones {
    display: none;
  }

  .header__navigation {
    width: calc(100% - 160px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header__mobile-call {
    display: block;
  }

  .login__text {
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .search__field:focus {
    width: 150px;
  }

  .logo__pic {
    max-width: 140px;
  }

  .navigation {
    position: static;
  }

  .navigation__social {
    margin-bottom: 5px;
  }

  .social__icon {
    font-size: 18px;
    margin-right: 6px;
  }

  .social__icon:last-child {
    margin-right: 0;
  }

  .menu {
    min-width: 0;
    right: 0;
  }

  .menu__link {
    font-size: 14px;
  }

  .burger-wrapper {
    margin: 0;
  }

  .home_offset_top {
    margin-top: 107px;
  }

  .home__wrapper {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    margin-bottom: 15px;
  }

  .home__info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home__question {
    width: 50%;
  }

  .home__tests {
    width: 50%;
  }

  .home__text {
    font-size: 14px;
  }

  .home__slider {
    width: 100%;
  }

  .slide__title {
    font-size: 16px;
    width: 100%;
  }

  .slick-dots {
    right: 20px;
    bottom: 15px;
  }
.startpage__forbidden {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  } 

  /* new css 25.10 */
  .startpage__forbidden-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
    /* end new  */

  .startpage__tokyo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .startpage__tokyo-pic {
    margin: 0 auto 15px auto;
  }

  .startpage__adams {
    margin: 0 auto 15px auto;
  }

  .newslist__pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .newslist__img {
    max-width: 150px;
  }

  .newslist__info {
    width: 100%;
  }

  .newslist__date {
    margin-bottom: 10px;
  }

  .newslist__title {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.3;
  }

  .newslist__link {
    width: 100%;
  }

  .newslist__text {
    font-size: 14px;
  }

  .newslist__know-more {
    right: 30px;
  }

  .aside__item {
    width: 100%;
    min-height: 110px;
  }

  .aside__text {
    font-size: 16px;
  }

  .aside__state {
    margin-bottom: 15px;
  }

  .state__item {
    width: 100%;
    margin-right: 0;
  }

  .more-news__item {
    width: calc(100% - 30px);
  }

  .more-news__title {
    font-size: 16px;
  }

  .more-news__read-more {
    right: 30px;
  }

  .partners__title {
    padding-left: 25px;
    margin-bottom: 15px;
  }

  .partners__items .slick-dots li {
    margin: 0 4px;
  }

  .inner_offset_top {
    margin-top: 107px;
  }

  .inner__item {
    padding-top: 15px;
    margin-bottom: 25px;
  }

  .inner__content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner__title {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .aside__last-news {
    width: 100%;
  }

  .all-news__view-more {
    width: 100%;
  }

  .contacts_offset_top {
    margin-top: 107px;
  }

  .contacts__content {
    padding: 20px 20px 0 20px;
  }

  .contacts__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }

  .contacts__item:last-child {
    margin-bottom: 0;
  }

  .contacts__map {
    width: calc(100% - 30px);
  }

  .contacts__map iframe {
    min-height: 225px;
  }

  .contacts__form {
    width: calc(100% - 30px);
  }

  .form__content_size_b {
    width: 100%;
  }

  .form__item {
    margin-bottom: 10px;
  }

  .form__message {
    min-height: 100px;
  }

  .form__submit {
    margin-bottom: 25px;
  }

  .form__text {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .form__subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .form__subtitle_offset_s {
    margin-bottom: 5px;
  }

  .popup__form {
    padding: 10px;
  }

  .entry__item {
    padding: 45px 0 30px 0;
  }

  .entry__tabs {
    border-top: 1px solid #ebebeb;
  }

  .entry__form {
    padding: 0 20px;
  }

  .entry__field {
    width: 100%;
  }

  .entry__terms {
    width: 100%;
  }

  .entry__submit {
    width: 100%;
    margin: 0 auto 30px auto;
  }

  .entry__info {
    width: 100%;
  }

  .account__aside {
    width: 100%;
  }

  .account__info {
    width: 100%;
    padding: 20px;
  }

  .account-content__title {
    margin-bottom: 20px;
  }

  .account-content__subtitle {
    margin-bottom: 35px;
    text-align: left;
  }

  .settings__item_align_right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .settings__fieldname {
    width: 100%;
    margin-bottom: 10px;
  }

  .settings__clear-field {
    top: auto;
    bottom: 0;
  }

  .settings__dropdown {
    right: auto;
    left: 0;
  }

  .settings__add-field {
    padding-right: 0;
    text-align: left;
  }

  .footer__logo {
    margin-bottom: 40px;
  }

  .footer__text_phone {
    display: block;
  }

  .dev__name {
    width: 100%;
    margin-right: 0;
  }

  /* tests and courses tyles */

  div.learn-question-cloud{
    margin-bottom: 0;
  }
  .tests__pagination{
    margin-bottom: 20px;
  }
  div.sorting select{
    width: 200px;
    height: 35px;
  }
  .account__item{
    overflow-x: scroll;
  }
  div.learn-test-tabs{
    margin: 0 0 15px 0;
  }

  .learn-test-tabs #learn-test-timer{
    display: block;
    float: none;
    margin-top: 5px;
  }
  /* Change startpage view */ 
  .startpage__info{
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .startpage__minsk{
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .startpage__forbidden{
    text-align: center;
  }
  .startpage__tokyo{
    padding: 10px;
  }
  .startpage__tokyo-link{
    width: 100%;
  }
  .startpage__tokyo-info{
    width: 100%;
  }
}

.instructions__link{
	display: block;
    color: #0054a6;
    font-weight: 700;
    font-size: 12px;
	line-height: 14px;
    width: 100%;
    cursor: pointer;
	text-decoration: none;
	padding: 10px 22px;
}

.instructions__link:hover{
	text-decoration: underline;
}

.search-list_active{
	overflow-y: scroll;
}

/*# sourceMappingURL=style.css.map */