

/* Start:/local/templates/v1rt-2k21/components/v1rt/logo/header-logo/style.css?1610975609186*/
.logo {
  display: block;
  width: 100%;
}

.logo__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 576px) {
  .logo {
    grid-column: auto;
  }
}
/* End */


/* Start:/local/templates/v1rt-2k21/components/bitrix/menu/header-menu/style.css?16109765852327*/
.header-menu {
  justify-self: end;
  display: flex;
}

.header-menu__mobile-button {
  background: none;
  border: 0;
  cursor: pointer;
  background-color: #083a98;
  transition: opacity ease .5s;
  align-self: center;
  padding: 5px;
  border-radius: 3px;
}

.header-menu__mobile-button:hover {
  opacity: .8;
}

.header-menu__mobile-button::before {
  content: '';
  background: url('/local/templates/v1rt-2k21/components/bitrix/menu/header-menu/i/header-menu-icon.svg') no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
}

.header-menu__list {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: #133a96;
  width: 100%;
  max-height: 100%;
  overflow: auto;
}

.header-menu__list_open {
  display: flex;
}

.header-menu__list::before {
  content: '×';
  color: #fff;
  padding: 10px 15px;
  text-align: right;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  align-self: flex-end;
}

.header-menu__link {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  font-weight: bold;
  border-top: 1px solid #13327b;
  font-family: Raleway;
  font-size: 15px;
  line-height: 1.2; 
}

.header-menu__link:hover {
  opacity: .9;
  text-decoration: underline;
}

@media screen and (min-width: 576px) {
  .header-menu__mobile-button {
    display: none;
  }

  .header-menu__list {
    display: grid;
    list-style-type: none;
    padding: 0;
    margin: 0;
    grid-auto-flow: column;
    grid-template-columns: auto;
    column-gap: 30px;
    background: none;
    position: static;
    justify-content: space-between;
  }

  .header-menu__list::before {
    display: none;
  }

  .header-menu__link {
    color: #1C1C1C;
    text-decoration: none;
    transition: opacity ease .5s;
    border: 0;
    padding: 0;
  }

  .header-menu__link:hover {
    color: #000;
    text-decoration: none;
  }

}

@media screen and (min-width: 576px) {
  .header-menu {
    order: 4;
    grid-column: 1/4;
    justify-self: stretch;
    justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .header-menu {
    order: unset;
    justify-self: auto;
    grid-column: auto;
  }

  .header-menu__list {
    column-gap: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .header-menu__list {
    column-gap: 40px;
  }
}
/* End */


/* Start:/local/templates/v1rt-2k21/components/v1rt/tel/header-tel/style.css?1673005915749*/
.header-contacts {
  grid-column: 1/3;
  display: flex;
  align-items: center;
}

.header-contacts__tel {
  
  font-family: Roboto;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.18;
  color: #01B0FF;
  text-decoration: none;
  transition: opacity ease .5s;
}

.header-contacts__tel:hover {
  opacity: .7;
  color: #01B0FF;
}

.header-contacts__code {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.18;  
  color: #1C1C1C;
}

.header-contacts__messengers {
  margin-left: 12px;
  font-size: 20px;
}

@media screen and (min-width: 576px) {
  .header-contacts  {
    grid-column: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 998px) {
  .header-contacts  {
    max-width: 200px;
  }
}
/* End */


/* Start:/local/templates/v1rt-2k21/components/v1rt/logo/footer-logo/style.css?1610978486141*/
.footer-logo {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}

.footer-logo__img {
  display: block;
  width: 100%;
  height: auto;
}
/* End */


/* Start:/local/templates/v1rt-2k21/components/bitrix/menu/footer-menu/style.css?1610978709496*/
.footer-menu {

}

.footer-menu__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  justify-content: center;
  gap: 5px;
}

.footer-menu__link {
  font-family: Raleway;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #1C1C1C;
  text-decoration: none;
}

@media screen and (min-width: 576px) {
  .footer-menu__list {
    grid-auto-flow: column;
    gap: 40px;
  }
}

@media screen and (min-width: 992px) {
  .footer-menu__list {
    gap: 80px;
  }
}
/* End */


/* Start:/local/templates/v1rt-2k21/components/v1rt/block/footer-copyright/style.css?1615736783207*/
.footer-copyright {
	margin: 0;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    font-weight: 300;
}

@media screen and (min-width: 992px) {
	.footer-copyright {
		font-size: 14px;
	}
}
/* End */


/* Start:/local/templates/v1rt-2k21/components/v1rt/feedback-form/popup-form/style.css?17512702821965*/
.popup-form {
  display: none;
}

.popup-form__container {
  max-width: 90%;
}

.popup-form__heading {
    margin: 0;
    font-family: Raleway;
    font-weight: 900;
    font-size: 30px;
}

.popup-form__form {

}

.popup-form__fieldset {
  padding: 0;
  border: 0;
  margin: 0 0 30px;
  display: grid;
  gap: 25px;
}

.popup-form__label {
    display: block;
    position: relative;
}

.popup-form__input {
  border: 0;
  border-bottom: 1px solid #01B0FF;
  background: none;
  padding: 5px 15px 15px;
  box-sizing: border-box;
  width: 100%;
}

.popup-form__input_type_error {
    border-color: red;
}

.popup-form__input:focus {
  border-bottom-color: #053598;
  outline: none;
}

.popup-form__input, .popup-form__input::placeholder {
  font-size: 16px;
  line-height: 1;
  color: #1C1C1C;
}

.popup-form__message {
    border: 1px solid #01B0FF;
    background: none;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
}

.popup-form__error {
    color: red;
    background-color: #fff;
    width: 100%;
    padding: 5px;
    display: none;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 1;
}

.popup-form__error_visible {
    display: block;
}

.popup-form__submit {
  width: 200px;
  margin: 0 auto 15px;
  display: block;
}

.popup-form__submit_disabled {
    opacity: .5;
    cursor: default;
}

.popup-form__label-checkbox {
  display: flex;
  justify-content: center;
}

.popup-form__checkbox {

}

.popup-form__agreement {
  font-size: 12px;
  margin-left: 10px;
}

.popup-form__agreement-link {
  color: #1c1c1c;
}

.popup-form__result {
    color: #06b0fc;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
    display: none;
    text-align: center;
}

.popup-form__result_visible {
    display: block;
} 


.popup-form__messengers {
    font-size: 32px;
}

.popup-form__tel {
    font-size: 20px;
}
/* End */


/* Start:/local/templates/v1rt-2k21/styles.css?1613034775384*/
.page__content {
	background-color: #fff;
}

.page__content h2 {

}

.page__content h3 {
	
}

.page__content a {
	
}

.page__content a {
	
}

.page__content a:hover {

}

.page__content ul {

}

.page__content ol {

}

.page__content p {

}

.page__content img {
	max-width: 100;
	height: auto;
}

.page__content table {

}

.page__content table th {

}

.page__content table td {
	
}
/* End */
/* /local/templates/v1rt-2k21/components/v1rt/logo/header-logo/style.css?1610975609186 */
/* /local/templates/v1rt-2k21/components/bitrix/menu/header-menu/style.css?16109765852327 */
/* /local/templates/v1rt-2k21/components/v1rt/tel/header-tel/style.css?1673005915749 */
/* /local/templates/v1rt-2k21/components/v1rt/logo/footer-logo/style.css?1610978486141 */
/* /local/templates/v1rt-2k21/components/bitrix/menu/footer-menu/style.css?1610978709496 */
/* /local/templates/v1rt-2k21/components/v1rt/block/footer-copyright/style.css?1615736783207 */
/* /local/templates/v1rt-2k21/components/v1rt/feedback-form/popup-form/style.css?17512702821965 */
/* /local/templates/v1rt-2k21/styles.css?1613034775384 */
