

/* Start:/local/templates/lin_pro/styles.css?175040236134901*/
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@font-face {
  font-family: Qanelas;
  font-style: normal;
  font-weight: 300;
  src: url(/local/templates/lin_pro/assets/fonts/circelight.woff2)
}

@font-face {
  font-family: Qanelas;
  font-style: normal;
  font-weight: 300;
  src: url(/local/templates/lin_pro/assets/fonts/CirceBold.woff2)
}

@font-face {
  font-family: Qanelas;
  font-style: normal;
  font-weight: 300;
  src: url(/local/templates/lin_pro/assets/fonts/MyriadProRegular.woff2)
}

@font-face {
  font-family: Qanelas;
  font-style: normal;
  font-weight: 400;
  src: url(/local/templates/lin_pro/assets/fonts/Qanelas-Regular.woff2)
}

@font-face {
  font-family: Qanelas;
  font-style: normal;
  font-weight: 500;
  src: url(/local/templates/lin_pro/assets/fonts/Qanelas-Medium.woff2)
}


article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}
html{
  height: 100%;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
  background-color: #fff;
  min-width: 320px;
  /* overflow-x: hidden; */
  position: relative;
}



[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

.l-container {
  min-width: 320px;
  max-width: 1440px;
  width: 100%;
  padding: 0 45px;
  /* margin: 0 auto */
}
.l-container_info > div{
  line-height: 2;
  font-size: 16px;
  margin: 25px 0px;
}
.l-container_less {
  min-width: 320px;
  width: 100%;

}

/* header */
.b-header {
  background-color: #192033;
  max-width: 100%;
  width: 100%;
}

.b-header .l-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 50px;
  max-width:none;
  height: 76px;
}

.b-header .b-header__logo {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 15px 0px;
}
.b-header .b-header__logo:hover {
  text-decoration: none;
}

.b-header .b-header__logo img {
  height: 60px;
  margin-right: 18px;
}
.b-header .b-header__logo .logo_txt_up {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
}
.b-header .b-header__logo .logo_txt_sub {
  margin: 0;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 1.5px;
}

.b-header .lin7__links {
  display: flex;
  margin: 0;
  padding: 0;
  height: 76px;
  align-items: center;
}
.b-header .lin7__links > li {
  list-style-type: none;
  display: block;
  height: 76px;
  line-height: 76px;
}
.b-header .lin7__links > li:hover {
  background: #fff;
  color: #192033;
}
.b-header .lin7__links > li > a {
  z-index: 2;
  display: block;
  padding: 0 15px 0 15px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  line-height: 76px;
}

.b-header .lin7__links > li.has_sub .lin7__links__block__title {
  background-image: url(/local/templates/lin_pro/assets/menu_triangle_w.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
}
.lin7__links > li.has_sub:hover .lin7__links__block__title {
  background-image: url(/local/templates/lin_pro/assets/menu_triangle_b.svg);
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-top: none;
  border-bottom: none;
}

.lin7__links > li > .lin7__links__block__title,
.lin7__links > li > a.lin7__link {
  color: #fff;
}
.lin7__links > li:hover .lin7__links__block__title,
.lin7__links > li:hover > a.lin7__link {
  color: #192033;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-top: none;
  border-bottom: none;
}
.lin7__links > li:hover .lin7__links__block__add{
  display: block;
}
.lin7__links__block__add:hover {
  display: block;
}
.lin7__links__block__title {
  text-align: center;
  padding: 0 35px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
}
.lin7__links__block__add {
  z-index: 2;
  display: none;
  position: absolute;
  /* min-width: 330px; */
  /* width: 330px; */
  text-align: left;
  top: 76px;
  background-color: #fff;
  padding: 15px 30px;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.lin7__links__block__add > a {
  display: flex;
  align-items: center;
  height: 60px;
  /* min-width: 330px; */
  /* width: 330px; */
  white-space: nowrap;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #192033;
}
.b-header .b-header__user span{
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #fff;
}
.lin7__account {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
  /* margin-left: auto; */
  margin-right: 30px;
}
.lin7__account__item {
  position: relative;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
}
.lin7__account__item > img{
  width: 26px;
  height: 26px;
}


.quantity_likes {
    position: absolute;

    margin: 3.5px 0 0 2px;
}
._404_title {
    margin-top: 63px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #0064a2;
    margin-bottom: 14px;
    text-align: center;
}
._404_subtitle {
    font-size: 16px;
    line-height: 19px;
    color: #aeaeae;
    margin-bottom: 14px;
    text-align: center;
}
.go_back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.go_back .icon {
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #0064a2;
    border-left: 1px solid #0064a2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 8px;
}

.go_back .text {
    font-size: 16px;
    line-height: 19px;
    color: #0064a2;
}
.img_404 {
    text-align: center;
    max-width: 690px;
    margin: 0 auto;
}

.img_404 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.b-news__img-item{
  min-height: 250px;
  display: flex !important;
}
.b-news__img-item a {
  margin: auto;
}

.b-about {
  margin-top: 30px;
  padding-top: 20px;
}


/* hamburger */
#toggle {
  display: none;
  z-index: 10;
}
/**
  Hamburger
**/
.hamburger {
  position: relative;
  z-index: 10;
  display: none;
  align-self: center;
  margin: 0;
}

.hamburger div {
  position: relative;
  width: 40px;
  height: 5px;
  border-radius: 3px;
  /* background-color: #f9e8d6; */
  background-color: #fff;
  margin: 8px 0;
  transition: all 0.3s ease-in-out;
}
/**
Nav Styles
**/
.nav {
  z-index: 9;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #192033;
  top: -100%; left: 0; right: 0; bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);

  display: flex;
  justify-content: center;



}
.nav-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;

  display: flex;
  align-items: center;
}
nav {
  text-align: left;
  /* margin-left: 25%; */
}
/**
Animations
**/
#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
}
#toggle:checked + .hamburger .bottom-bun {
  margin-top: -15px;
  opacity: 0;
}
#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -13px;
}

#toggle:checked + .hamburger + .nav {
  top: 0;
  transform: scale(1);
}

#toggle:checked + .hamburger {
  position: fixed;
  right: 15px;
}

.lin7__hamburger__items{
  list-style-type:  none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lin7__hanburger__item a{
  /*  */
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #fff;

  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;


} 


/* lin7-footer */

.b-footer {
  margin-top: 0px;
  background-color: #192033;
}
.b-footer .l-container{
  max-width: none;
}
.lin7__footer {
  width: 100%;
  max-width: 100%;
  padding: 50px 0;
}
.lin7__footer__items {
  list-style-type:  none;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  align-items: stretch;
  margin: 0;
  position: relative;
}
.lin7__footer__item {
  max-width: 353px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
}
.lin7__footer__item .b-footer__logo {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 15px 0px;
}
.lin7__footer__item .b-footer__logo:hover {
  text-decoration: none;
}

.lin7__footer__item .b-footer__logo img {
  height: 60px;
  margin-right: 18px;
}
.lin7__footer__item .b-footer__logo .logo_txt_up {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  white-space: nowrap;
}
.lin7__footer__item .b-footer__logo .logo_txt_sub {
  margin: 0;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 1.5px;
  white-space: nowrap;
}

.lin7__footer__item__top {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
}
.lin7__footer__item__title{
  margin: 0;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 0.04em;
  /* color: #f9e8d6; */
  color: #fff;
}
.lin7__footer__item__links{
  list-style-type:  none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lin7__footer__item__link a{
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #fff;
}
.lin7__footer__item__link a:hover{
  /* color: #f9e8d6; */
  color: #fff;
  text-decoration: underline;
}
.b-footer__contacts-item:nth-child(1), .b-footer__nav-item:nth-child(1){
  margin: 0;
  max-width: 100%;
  width: 100%;
  /*  */
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #f9e8d6;
}
.lin7__footer__item__bot > a {
  height: 60px;
  text-decoration: none;
  max-width: 100%;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.lin7__footer__item__bot > a > span {
  width: 170px;
}
.lin7__footer__item__bot > a:hover {
  color: #fff;
}
.lin7__footer__mini__items {
  display: none;
}
.lin7__footer__mini__items a {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #ffffff;
  white-space: nowrap;
}
.lin7__footer__mini__items a:hover {
  color: #fff;
  text-decoration: none;
}

.lin7__footer__info {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.lin7__footer__info__description{
  text-decoration: none;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
}
.lin7__footer__info__dates{
  text-decoration: none;
  text-align: center;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #fff;
}

/* /footer */

.b-breadcrumbs {
  display: flex;
  flex-flow: wrap;
  padding-top: 30px;
}
.b-breadcrumbs .l-container{
  margin: 0 auto;
}

.b-breadcrumbs__item {
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  color: #a8a8a8;
  margin-bottom: 15px
}

.b-section {
  padding: 40px 0 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.b-section h1 {
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #192033;
  
}
.b-section h3 {
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #192033;
}

.bg-gray {
  background: #f5f5f5;
}
.b-section p, .b-section ul {
  line-height: 2;
  font-size: 16px;
  margin: 0;
}

.lin7-page__route {
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: 0.04em;
  font-variant: small-caps;
  color: #000;
  margin: 0;
  text-transform:none
}
.lin7-page__route > a {
  color: inherit;
}
.lin7-page_description {
  display: flex;
  justify-content:left;
}
.lin7-page_description__left {
  color: #212529;
  max-width: 730px;
}
.lin7-page_description__left.text p, li{
  line-height: 1.5;
}

.lin7-page_description.text{
  margin-top: 50px;

}
.lin7-page_description.history{
  display: flex;
  flex-direction: column;
}
.lin7-page_description.history h2{
  display: flex;
  justify-self: start;  
  margin-top: 80px;
  margin-bottom: 20px;
  margin-left: 20px;
}


@media (max-width: 550px) {
.lin7-page_description.history h2{
  display: flex;
  justify-self: start;  
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: 0px;
}
}
.lin7-page_description__right img {
  max-width: 530px;
  margin-left: 150px;
  max-height: 440px;
}




.b-inst {
  display: flex;
  flex-flow: wrap;
  max-width: 100%;
  margin: 50px 0 0 0;
}
.b-inst__item {
  display: flex;
  align-items: center;
  width: calc(33.3% - 50px);
  margin: 0 50px 50px 0;
}
.b-inst__img {
  flex-shrink: 0;
  margin-right: 23px;
  text-align: center;
}
.b-inst__img p {
  font-weight: 700;
  padding-top: 10px;
  text-align: center;
  margin: 0;
  white-space: nowrap;
  font-size: 20px;
  color: #192033;
  font-family: sans-serif;
}
.b-inst__text {
  font-size: 18px;
}


.b-inst__img img {
  max-width: 141px
}

/* modal */
.b-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 50px 45px 30px 45px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
}

.b-tabs {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}

.b-tabs__input:checked,
.b-tabs__input:checked + label {
  display: none;
}

.b-tabs section {
  display: none;
  border: none;
  height: 100%;
}

.b-tabs__input {
  display: none
}

.b-tabs label {
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-size: 18px;
}

.b-tabs label > span{
  text-decoration: underline;
}

.b-tabs label:hover {
  cursor: pointer
}

.b-tabs #tab1:checked ~ #content1,
.b-tabs #tab2:checked ~ #content2 {
  display: block
}

.b-tabs section h2 {
  font-weight: 600;
  font-size: 42px;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0;
}

.b-form-auth {
  padding-top: 30px;
  min-width: 350px;
}

.b-form-auth .b-form__item {
  position: relative;
  margin-bottom: 30px;
}

.b-form-auth .b-form__item:last-child {
  margin-bottom: 0
}

.b-form-auth .b-form__item-input {
  width: 100%;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  padding: 0 20px 0 45px;
  letter-spacing: 0.04em;
  font-size: 18px;
  /* outline-color: #c4c4c4; */
  outline: none;
  min-height: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}
.b-form-auth .b-form__item-input.error{
  color: #f9a973;
  border-bottom: 1px solid #f9a973;
}

.b-form-auth .b-form__item-input::placeholder {
  color: #c4c4c4;
}

.b-form-auth .b-form__item-icon {
  position: absolute;
  height: 100%;
  vertical-align: middle;
  padding: 10px;
  display: flex;
  left: 5px;
}

.b-form-auth .b-checkbox input[type=checkbox] {
  display: none;
}

.b-form-auth .b-checkbox {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.b-form-auth .b-checkbox .lin7_w50 {
  max-width: 50%;
}
.checkbox_form_register_label{
  font-size: 15px;
}
.b-form-auth .b-checkbox input[type=checkbox] + label {
  cursor: pointer;
  line-height: 1.5;
  margin-bottom: 0px;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #c4c4c4;
  border: none;
  text-align: left;
}

.b-form-auth .b-checkbox input[type=checkbox] + label a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
}

.checkbox_form_auth_label{
  font-size: 15px;
    display: flex;
    align-items: center;
    align-content: center;
    height: 28px;
    flex-direction: row;
}

.b-form-auth .b-checkbox input[type=checkbox] + label::before {
  content: url(/images/lin7/auth_checkbox_off.svg);
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-right: 10px;
  position: relative;
  /* top: 3px; */
}

.b-form-auth .b-checkbox input[type=checkbox]:checked + label::before {
  content: url(/images/lin7/auth_checkbox_on.svg);
}

.b-form-auth .b-checkbox .b-form__item-link {
  font-size: 16px;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: right;
  color: black;
}

.b-form__item-link.pass{
  display: flex;
  align-items: center;
}
.b-form__item-link_error.weisen {
  display: flex;
}
.b-form__item-link_error .weisen {
  display: flex;
}
.b-form__item-link_error {
  display: none;
  font-size: 18px;
  padding: 10px 0px;
  width: 100%;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  border-bottom: 1px solid #f9a973;
  height: 40px;
  align-items: center;

}



#email_code-recovery{
  cursor: pointer;
  color: inherit;
  text-decoration: underline;
}
.b-form-auth .b-form__item-toggle-pas {
  position: absolute;
  display: flex;
  right: 15px;
  z-index: 2;
  padding: 10px;
  height: 100%;
  background-image: url(/images/lin7/auth_pass_show.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.b-form-auth .b-form__item-toggle-pas.view {
  background-image: url(/images/lin7/auth_pass_hide.svg);
}

.b-form-auth .modal-btn{
  margin-top: 15px;
}

.b-form-auth .b-form__button {
  width: 100%;
  font-weight: 500;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  letter-spacing: 0.04em;
  font-size: 24px;
  padding: 0 18px;
  color: #000;
  background-color: #fff;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  text-decoration: none;
  min-height: 40px;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 35px;
}

.b-form-auth .b-form__button:hover {
  color: #F9A973;
  background: #f5f5f5;
}

.b-form-auth .b-tabs__input + label {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 18px;
  letter-spacing: 0.04em;
  min-height: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-form-auth .b-tabs__input:checked + label {
  color: #fff;
  background-color: #c4c4c4;
}

#lin7-btn-register {
  color: #c4c4c4;
}

.b-modal .mfp-close {
  color: #c4c4c4 !important;
}

.lin7_arrow-wrapper {
  /* stroke: #192033; */
  margin-left: auto;
}

.pt10{
  padding-top: 10px !important;
}

.lin7-link {
  color: #fff;
  text-decoration: underline;
}


/* catalog */
.b-catalog__wrapper {
  width: 100%;
  gap: 50px;
  display: flex;
  justify-content: space-between;
}
.b-catalog__item {
  width: 33%;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  padding: 30px;
  align-items: center;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.b-catalog__item-title {
  max-width: 100%;
  width: 100%;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #192033;
  text-align: center;
  margin-bottom: 30px;
}
.b-catalog__item-img {
  width: 100%;
  height: 283px;
  max-width: 396px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 20px auto;
}
.b-catalog__item-text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #000;
  margin-bottom: 30px;
}
.b-catalog__item-bottom {
  margin-top: auto;
  display: flex;
}
.b-catalog__item-link {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000;
  padding: 5px 35px;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.b-catalog__item-link:after {
  content: url('/images/lin7/arrow.svg');
  display: inline-block;
  margin-left: 12px;
  position: relative;
  top: 2px;
}
.b-catalog__item-link:hover {
  color: #f9a973;
  text-decoration: none;
  background: #f5f5f5;
}
.b-catalog__item-link:hover:after {
  content: url('/images/lin7/arrow-orange.svg');
}

.b-header__top-nav-phone {
  display: block;
}

.b-section .l-container .online__link__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px 5%;
  list-style-type:  none;
  padding: 25px 0 0 0;
}
.online__link__items__item {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.online__link__items__item__img {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}
.online__link__items__item__img img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.online__link__items__item input[type="radio"]{
  opacity: 0;
  /* position: fixed; */
  width: 0;
  display: none;
}
.online__link__items__item label {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000;
  padding: 5px 20px;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  width: 100%;
  justify-content: center;
  height: 50px;
}

.online__link__items__item input[type="radio"]:checked + label,
.online__link__items__item input[type="radio"]:focus + label {
  color: #f9a973;
  text-decoration: none;
  background: #f5f5f5;
}
.online__iframe {
  width: 100%;
  height: 1300px;
  margin-top: 50px;
}

@media (max-width: 930px){

  .online__iframe {
    width: 100%;
    min-height: 2800px;
    margin-top: 50px;
  }
}
/* teaching_materials */
.teaching__page {
  width: 100%;
  background: #fff;
}
.teaching__container {
  box-sizing: content-box;
  /* max-width: 1540px; */
  width: 100%;
  display: flex;
  /* flex-direction: column; */
  /* padding: 49px 64px 338px 98px; */
  margin-left: auto;
  margin-right: auto;
}
.teaching__content__title {
  text-align: left;
  
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #036;
  margin-top: 58px;
}
.teaching__content{
  display: grid;
  grid-template-columns: 57% 40%;
  gap: 37px;
  /* margin-top: 20px; */
  width: 100%;
}
.teaching__content__left__title{
  
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: #000;
  margin-top: 39px;
}
.teaching__content__left__description{
  
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #000;
  margin-top: 40px;
}
.teaching__content__left__materials{
  border-radius: 5px;
  padding: 15px 46px;
  width: 409px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  color: black;
  border: solid 1px #D9D9D9;

}
.teaching__content__left__materials >a{
  
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
}
.lin7__materials__list{
  padding: 0 45px;
}
@media (max-width: 1180px) {
  .teaching__content{
    display: flex;
    flex-direction: column;
    grid-template-columns: 57% 40%;
    gap: 37px;
    /* margin-top: 20px; */
    width: 100%;
  }
  .lin7__materials__list{
    padding:0
  }

}

.b-materials__list-title{
  font-size: 22px;
  font-family: Qanelas;
  line-height: normal;
  letter-spacing: normal;
  color: black;
  margin-bottom: 22px;
  border: solid 1px ;
  border-color: #C4C4C4;
  border-radius: 5px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.b-materials__list-item{
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 17px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  border: solid 1px #D9D9D9;
}
.b-materials__list-item.choice{
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 17px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  background: #f5f5f5;
}

.b-materials__list-item-text-title{
  
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #192033;
}
.b-materials__list-item-text-teaser{
  
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #192033;
}

.l-playlist{
  height: 350px;
  min-width: 320px;
  max-width: 1440px;
  width: 100%;
  padding: 20px 45px;
  margin: 0 auto;

}

.less__item{
  text-align: left;
  max-width: calc(33.33% - 54px);
  flex: 1 1 calc(33.33% - 94px);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}
.less__item__mini{
  display: block;
}

.b-playlist__list-item-img{
  width: 395px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 14px
}
@media (max-width: 550px){

  .b-playlist__list-item-img{
    width: 100%;
    height: 150;
  }
  .less__item{
    max-width:none
  }
}

.b-playlist__list-item-text-teaser{
  
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #192033;
  margin-top: 10px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  border: solid 1px #d9d9d9;
  border-radius: 0px;
  background-color: #d9d9d9;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  border: solid 1px #036;
  border-radius: 0px;
  background-color: #036 !important;
}



/* docs */
.docs__container__top__description {
  margin-top: 45px;
}
.docs__container__top__text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.docs__container__top__text p {
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.docs__container__top__text p a,
.docs__container__top__text p a:hover {
  color: #212529;
  text-decoration: none;
  cursor: unset;
}
.docs__container__top__btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.docs__container__top__btns > a {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #000;
  padding: 5px 35px;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 20px 0;
}
.docs__container__top__btns > a:hover {
  color: #f9a973;
  text-decoration: none;
  background: #f5f5f5;
}



@media(max-width: 1240px){
  .b-materials__media-info{
    flex-direction: column-reverse;
  }
  .b-materials__media-info-right{
    margin-left: 0;
    margin-bottom: 20px;
  }
  .b-materials__media-info-title{
    margin-bottom: 20px;
  }
  .b-materials__media-info-teaser{
    margin-bottom: 20px;
  }
}
@media (max-width: 1013px){
  .lin7__materials__list {
    overflow-y: scroll;
  }
  .lin7__materials__list::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
  }
  
  .lin7__materials__list::-webkit-scrollbar-track {
    background: #192033;        /* color of the tracking area */
  }
  
  .lin7__materials__list::-webkit-scrollbar-thumb {
    background-color: #6F85A5;    /* color of the scroll thumb */
    border: 3px solid #6F85A5;  /* creates padding around scroll thumb */
  }
}
@media(max-width: 990px){
  .l-two-cols__right{
    width: 100%;
  }
}
@media(max-width: 767px){
  .l-two-cols__left__content{
    padding: 45px
  }
  .l-two-cols__right__content{
    padding: 45px;
  }
}
@media(max-width: 500px){
  .l-two-cols__right__content{
    padding: 15px;
  }
  .lin7__materials__list{
    padding: 15px;
  }
  .b-materials__list-item-img{
    width: 130px;
    height: 70px;
  }
  .b-materials__list-title{
    padding: 5px;
  }
}




@media (max-width: 1480px) {
  .b-catalog__item-title {
    font-size: 22px;
  }
  .b-section {
    padding: 50px 0 50px 0;
  }
  .lin7-page_description__right img {
    max-width: 400px;

  }
  .b-section .l-container .online__link__items {
    gap: 25px 30px;
  }
  .online__link__items__item {
    gap: 15px;
  }
  .online__link__items__item label {
    padding: 5px 10px;
  }
  .b-header .l-container{
    padding: 0 10px;
  }
  .b-footer .l-container{
    padding: 0 10px;

  }
}

@media (max-width: 1380px) {
  .b-header .lin7__links > li > a{
    font-size: 14px;
  }
  .lin7__links__block__title{
    font-size: 14px;

  }
  .lin7__account {
    gap: 10px;
  }
}


@media (max-width: 1200px) {

  .b-header .lin7__links {
    display: none;
  }
  .lin7__account{
    margin-left: auto;
  }


  .b-inst {
    margin-top: 30px;
  }
  .b-inst__item {
    width: calc(33.3% - 30px);
    margin: 0 30px 30px 0;
  }
  .l-container {
    padding: 0 15px;
  }

  .b-header .hamburger {
    display: block;
  }
  .b-header .hamburger:hover {
    cursor: pointer;
  }


  .b-section {
    padding: 40px 0 35px 0;
  }
  .b-section h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .b-section p,
  .b-section ul {
    line-height: 1.8;
    font-size: 18px;
  }
  .b-catalog__wrapper {
    gap: 15px;
  }
  .b-catalog__item-img {
    max-width: 300px;
    height: 240px;
  }
  .b-catalog__item-title {
    font-size: 20px;
  }
  .b-catalog__item-text {
    font-size: 18px;
  }
  .b-catalog__item-link {
    font-size: 16px;
  }

  .lin7__footer {
    padding: 40px 50px;
  }
  
  .lin7-page_description__right img {
    max-width: 400px;
        margin-left: 50px;
    justify-content: space-between;
  }
  .b-section .l-container .online__link__items {
    gap: 15px 25px;
  }
  .online__link__items__item {
    gap: 10px;
  }
  .online__link__items__item__img {
    width: 40px;
    height: 40px;
  }
  .online__link__items__item label {
    padding: 5px;
    height: 40px;
  }

}

@media (max-width: 1180px) {
  .b-section .l-container .online__link__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 50px;
  }
  .online__link__items__item {
    gap: 15px;
  }
}

@media (max-width: 990px) {
  .b-inst__item {
    width: calc(50% - 50px);
  }
    .lin7-page_description__right img {
    max-width: 250px;
 
  }
  .lin7__footer__item__bot {
    display: none;
  }
  .lin7__footer__items {
    margin-bottom: 30px;
  }
  .lin7__footer__item {
    min-height: 100px;
    height: auto;
  }
  .lin7__footer__item__top {
    gap: 15px;
  }
  .lin7__footer__item__title {
    font-size: 18px;
  }
  .lin7__footer__item__links {
    gap: 5px;
  }
  .lin7__footer__item__link a {
    font-size: 14px;
  }
  .lin7__footer__info__description {
    font-size: 12px;
  }
  .lin7__footer__mini__items {
    display: flex;
    gap: 15px;
    list-style-type:  none;
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lin7__footer__mini__items a:hover span {
    text-decoration: underline;
  }
  .lin7__footer__info {
    margin-top: 30px;
    gap: 15px;
  }
  .b-catalog__wrapper {
    flex-flow: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 10%;
  }
  .b-catalog__item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    padding: 18px 18px 25px 18px
  }
  .b-catalog__item:last-child {
    margin-bottom: 0;
  }
  .lin7-page_description {
    justify-content: space-between;
    
  }
  .b-catalog__item-img {
    max-width: 100%;
    height: 350px;
  }
  .b-breadcrumbs {
    padding-top: 10px;
  }
  .lin7-page__route {
    font-size: 16px;
  }
  .b-section {
    padding: 20px 0 15px 0;
  }
  .b-section h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .online__iframe {
    margin-top: 20px;
  }
  .b-section .l-container .online__link__items {
    gap: 5px 20px;
  }
    .lin7-page_description__right img{
    display: none;
  }
}

@media (max-width: 830px) {
  .lin7__footer {
    padding: 30px 0;
  }
  .lin7__footer__items {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .lin7__footer__item__top {
    gap: 5px;
  }
  .b-header .l-container{
    padding: 0 15px;
  }
}

@media (max-width: 790px) {
  .lin7__footer {
    padding: 20px 0;
  }
  .b-catalog__item-link {
    font-size: 14px;
  }
  .online__link__items__item {
    gap: 10px;
  }
  .online__link__items__item label {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .b-inst {
    margin-top: 15px;
  }
  .b-inst__item {
    margin: 0 15px 15px 0;
    width: calc(50% - 15px);
  }
  .b-inst__text {
    font-size: 16px;
  }
  .b-catalog__item-title {
    margin-bottom: 18px;
  }
  .b-catalog__item-img {
    height: 200px;
  }
  .b-catalog__item-text {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .b-catalog__item-link {
    font-size: 12px;
  }
  .b-section p,
  .b-section ul {
    font-size: 16px;
  }
  .b-section .l-container .online__link__items {
    gap: 0 15px;
    padding-top: 15px;
  }
  .online__link__items__item__img {
    width: 35px;
    height: 35px;
  }
  .online__link__items__item label {
    font-size: 15px;
    height: 37px;
  }
  .online__iframe {
    margin-top: 0;
  }

}

@media (max-width: 650px) {
  .b-section .l-container .online__link__items {
    padding-top: 10px;
  }
  .online__link__items__item {
    gap: 5px;
    height: 40px;
  }
  .online__link__items__item__img {
    width: 27px;
    height: 27px;
  }
  .online__link__items__item label {
    font-size: 12px;
    height: 32px;
  }
  .logo_txt{
    display: none;
  }
  .b-footer .logo_txt{
    display: block;
  }
  /* .lin7__account{
    margin-left: auto;
  } */
}

@media (max-width: 550px) {
  .b-checkbox input[type=checkbox] + label{
    height: 100px;
  }
  .b-inst__item {
    width: 100%;
  }
  .b-inst__img img {
    max-width: 40px;
  }
  .b-inst__img p {
    font-size: 16px;
  }
  .b-header__top-nav-phone {
    margin: 0;
  }
  .lin7-page_description {
    flex-direction: column-reverse;

  }
  .b-section .l-container .online__link__items {
    display: block;
  }
  .online__link__items__item {
    display: inline-block;
    padding-right: 5px;
  }
  .online__link__items__item__img {
    display: none;
  }
  .lin7-page_description__right{
    display: none;
  }
}

@media (max-width: 500px) {
  .lin7__account {
    gap: 10px;
  }
  .lin7__footer__items {
    margin-bottom:40px;
  }
}

@media (max-width: 450px) {
  .b-tabs__input:checked + label {
    font-size: 16px;
  }
  .lin7__account .b-header__top-nav-phone {
    display: none;
  }
  .lin7__footer__mini__items {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .b-catalog__wrapper{
    padding: 0 15px;
  }
  .lin7__account .b-header__top-nav-login {
    display: none;
  }
}

@media (max-width: 380px) {
  .b-tabs label {
    font-size: 14px;
  }
}



/* End */
/* /local/templates/lin_pro/styles.css?175040236134901 */
