centerg@font-face {
  font-family: 'FiraSans';
  src: url("../fonts/FiraSans/firasans-black.woff2") format("woff2"), url("../fonts/FiraSans/firasans-black.woff") format("woff"), url("../fonts/FiraSans/firasans-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'FavoritC';
  src: url("../fonts/FavoritC/favoritc.woff2") format("woff2"), url("../fonts/FavoritC/favoritc.woff") format("woff"), url("../fonts/FavoritC/favoritc.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FavoritC';
  src: url("../fonts/FavoritC/favoritc-bold.woff2") format("woff2"), url("../fonts/FavoritC/favoritc-bold.woff") format("woff"), url("../fonts/FavoritC/favoritc-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'a_Futurica';
  src: url("../fonts/a_Futurica/a_futurica.woff2") format("woff2"), url("../fonts/a_Futurica/a_futurica.woff") format("woff"), url("../fonts/a_Futurica/a_futurica.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'a_Futurica';
  src: url("../fonts/a_Futurica/a_futuricamedium.woff2") format("woff2"), url("../fonts/a_Futurica/a_futuricamedium.woff") format("woff"), url("../fonts/a_Futurica/a_futuricamedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'a_Futurica';
  src: url("../fonts/a_Futurica/a_futurica_extrabold.woff2") format("woff2"), url("../fonts/a_Futurica/a_futurica_extrabold.woff") format("woff"), url("../fonts/a_Futurica/a_futurica_extrabold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Verdana';
  src: url("Verdana-BoldItalic.eot");
  src: local("Verdana Bold Italic"), local("Verdana-BoldItalic"), url("../fonts/Verdana/Verdana-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana/Verdana-BoldItalic.woff") format("woff"), url("../fonts/Verdana/Verdana-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Verdana';
  src: url("Verdana.eot");
  src: local("Verdana"), url("../fonts/Verdana/Verdana.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana/Verdana.woff") format("woff"), url("../fonts/Verdana/Verdana.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Verdana';
  src: url("Verdana-Bold.eot");
  src: local("Verdana Bold"), local("Verdana-Bold"), url("../fonts/Verdana/Verdana-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana/Verdana-Bold.woff") format("woff"), url("../fonts/Verdana/Verdana-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Verdana';
  src: url("Verdana-Italic.eot");
  src: local("Verdana Italic"), local("Verdana-Italic"), url("../fonts/Verdana/Verdana-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana/Verdana-Italic.woff") format("woff"), url("../fonts/Verdana/Verdana-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

/* @include inlineblock(middle); */
.page-row:after, .page-row:before {
  content: "";
  display: table; }

.page-row:after {
  clear: both; }

/* @extend %clearfix; */
/*
	@include input-placeholder {
		color: #fff;
	}
*/
/* px to rem */
/* rem(16px) */
/* responsive */
/*
	@include tablets {
		width: 100%;
	}
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important; }

input {
  outline: none !important; }

*::-webkit-input-placeholder {
  opacity: 1; }

*:-moz-placeholder {
  opacity: 1; }

*::-moz-placeholder {
  opacity: 1; }

*:-ms-input-placeholder {
  opacity: 1; }

input:focus {
  outline: none; }

a {
  outline: none;
  text-decoration: underline; }
  a:hover {
    color: #107461; }
  a:active, a:focus {
    text-decoration: none; }

html {
  font-size: 16px; }

body {
  background: #fff;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.75;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  color: #434242;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }
  body.no-scroll {
    overflow: hidden; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

@media screen and (max-width: 992px) {
  .hidden-laptop {
    display: none !important; }
	/*footer.main-footer {
		background: #e4e4e4;
		position: fixed;
		bottom: 100vh;
		height: 100vh;
	}
	body {
		height: 100vh;
	}*/
}

@media screen and (min-width: 992px) {
  .visibility-laptop {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .hidden-tablets {
    display: none !important; } }

@media screen and (min-width: 767px) {
  .visibility-tablets {
    display: none !important; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .container {
      width: 100%; } }
  @media (min-width: 1020px) {
    .container {
      max-width: 1000px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.selectric-castom .selectric {
  border: none;
  background: none; }
  .selectric-castom .selectric .label {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    text-decoration: underline;
    padding-right: 25px; }
  .selectric-castom .selectric .button {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: none;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.selectric-castom_ver2 {
  width: 100%; }
  .selectric-castom_ver2 .selectric {
    background: transparent;
    border: 1px solid #9D9E9E; }
  .selectric-castom_ver2 .label {
    line-height: 36px;
    height: 36px; }
  .selectric-castom_ver2 .button {
    background: transparent; }
    .selectric-castom_ver2 .button:before {
      width: 1px;
      height: 65%;
      content: "";
      background: #9D9E9E;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }

.chec-castom {
  position: relative; }
  .chec-castom label {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    cursor: pointer; }
    .chec-castom label:before {
      border: 2px solid #13A48A;
      width: 10px;
      height: 10px;
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .chec-castom label:after {
      background: #13A48A;
      width: 8px;
      height: 8px;
      content: "";
      position: absolute;
      left: 3px;
      top: 50%;
      -webkit-transform: translate(0, -50%) scale(0);
      transform: translate(0, -50%) scale(0);
      -webkit-transition: .3s;
      transition: .3s;
      opacity: 0; }
  .chec-castom input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0; }
    .chec-castom input:checked + label:after {
      -webkit-transform: translate(0, -50%) scale(1);
      transform: translate(0, -50%) scale(1);
      opacity: 1; }

.form-input {
  margin-right: 20px; }
  .form-input label {
    display: block;
    font-size: 14px;
    min-height: 24px; }
    .form-input label span {
      color: red;
      display: inline-block;
      padding-left: 3px; }
  .form-input input {
    border: 1px solid #9D9E9E;
    padding: 10px;
    font-size: 14px;
    font-family: 'Verdana';
    display: inline-block;
    max-width: 100%; }
  .form-input input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .form-input.form-input__number input {
    max-width: 80px; }

textarea {
  border: 1px solid #9D9E9E;
  padding: 10px;
  font-size: 14px;
  font-family: 'Verdana';
  display: inline-block;
  width: 100%;
  height: 130px;
  resize: none; }

.show_textarea {
  font-size: 16px;
  color: #13A48A;
  text-decoration: underline;
  cursor: pointer; }

.fotm-submit {
  font-size: 14px;
  color: #fff;
  background: #B32322;
  border-radius: 5px;
  width: 200px;
  text-align: center;
  height: 50px;
  border: none;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .fotm-submit:hover {
    background: #13A48A;
    color: #fff; }

.privacy-policy {
  font-size: 12px;
  position: relative;
  margin-bottom: 7px; }
  .privacy-policy label {
    display: block;
    position: relative;
    font-size: 12px;
    padding-left: 25px;
    cursor: pointer;
    line-height: 1.2; }
    .privacy-policy label:before {
      border: 2px solid #13A48A;
      width: 10px;
      height: 10px;
      content: "";
      position: absolute;
      left: 0;
      top: 3px; }
    .privacy-policy label:after {
      background: #13A48A;
      width: 8px;
      height: 8px;
      content: "";
      position: absolute;
      left: 3px;
      top: 10px;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition: .3s;
      transition: .3s;
      opacity: 0; }
  .privacy-policy input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0; }
    .privacy-policy input:checked + label:after {
      -webkit-transform: translate(0, -50%) scale(1);
      transform: translate(0, -50%) scale(1);
      opacity: 1; }

.form-info {
  font-size: 12px; }
  .form-info span {
    color: red;
    display: inline-block;
    padding-right: 3px; }

.icon-router {
  background: url(../img/icon-router.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: ""; }

.icon-router2 {
  background: url(../img/icon-router2.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 35px;
  content: ""; }

.btn {
  color: #fff;
  background: #B32322;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .btn:hover {
    color: #fff;
    background: #13A48A; }

.btn_blue {
  color: #fff;
  background: #13A48A;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  /*padding: 0px 20px;*/
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .btn_blue:hover {
    color: #fff;
    background: #B32322; }
  .btn_blue:focus {
    color: #fff; }

.icon-arrow {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../img/down-arrow.svg) no-repeat center;
  background-size: contain;
  content: ""; }

.icon-close {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../img/close.svg) no-repeat center;
  background-size: contain;
  content: ""; }

.form-panel {
  width: 100%;
  max-width: 480px;
  padding: 30px 15px 15px 15px;
  text-align: center;
  display: none}
  .form-panel .form-panel__title {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px; }
  .form-panel .form-panel__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px; }
    @media screen and (max-width: 520px) {
      .form-panel .form-panel__row {
        display: block; } }
    @media screen and (max-width: 520px) {
      .form-panel .form-panel__row .form-panel__col {
        margin-bottom: 10px; } }
    .form-panel .form-panel__row .form-panel__col.col-60 {
      width: calc(60% - 15px); }
      @media screen and (max-width: 520px) {
        .form-panel .form-panel__row .form-panel__col.col-60 {
          width: 100%; } }
    .form-panel .form-panel__row .form-panel__col.col-40 {
      width: 40%; }
      @media screen and (max-width: 520px) {
        .form-panel .form-panel__row .form-panel__col.col-40 {
          width: 100%; } }
  .form-panel .form-panel__cont .checking-connection {
    text-align: left; }
    .form-panel .form-panel__cont .checking-connection .form-input {
      margin-bottom: 15px; }
  .form-panel .form-input {
    margin-right: 0px;
    text-align: left; }
    .form-panel .form-input input {
      width: 100%; }
    .form-panel .form-input.form-input__number input {
      max-width: 100%; }
  .form-panel .form-panel__submit {
    margin-bottom: 10px; }

.page-scroll-menu {
  margin-bottom: 30px; }
  .page-scroll-menu.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 30; }
    @media screen and (max-width: 900px) {
      .page-scroll-menu.fixed {
        position: static; } }

.scroll-menu {
  border: 1px solid #9D9E9E;
  list-style: none;
  padding: 10px 0px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .scroll-menu {
       } }
  @media screen and (max-width: 900px) {
    .scroll-menu {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 768px) {
    .scroll-menu {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .scroll-menu .scroll-menu__item {
    width: calc(100%/4);
    padding: 0px 10px;
    text-align: center;
    }
    @media screen and (max-width: 900px) {
      .scroll-menu .scroll-menu__item {
        width: auto;
        padding: 0px 20px; } }
    @media screen and (max-width: 768px) {
      .scroll-menu .scroll-menu__item {
        margin-bottom: 15px; } }
    .scroll-menu .scroll-menu__item:last-child {
      border-right: 0px; }
  .scroll-menu .scroll-menu__link {
    font-size: 16px;
    color: #434242;
    text-decoration: none; }
    @media screen and (max-width: 900px) {
      .scroll-menu .scroll-menu__link {
        font-size: 14px; } }
    .scroll-menu .scroll-menu__link.active {
      color: #13A48A; }
    .scroll-menu .scroll-menu__link:hover {
      color: #13A48A; }
@media screen and (max-width: 800px) {
    .scroll-menu.scroll-menu__modifier {
    flex-direction: column; }
}
  .scroll-menu.scroll-menu__modifier {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .scroll-menu.scroll-menu__modifier .scroll-menu__item {
      width: auto;
      padding: 0px 10px;
      margin-bottom: 5px; }
    .scroll-menu.scroll-menu__modifier .scroll-menu__link {
      font-size: 18px;
      font-weight: bold;
    }
@media screen and (max-width: 400px) {
    .scroll-menu.scroll-menu__modifier .scroll-menu__link {
      font-size: 16px;
    }
}

.page-title {
  font-weight: bold;
  /*margin-bottom: 30px;*/
  font-size: 33px;
  line-height: 1.4;
  color: #2B2A29; }
  @media screen and (max-width: 480px) {
    .page-title {
      font-size: 24px; } }
  .page-title h1,
  .page-title h2,
  .page-title h3,
  .page-title h4,
  .page-title h5,
  .page-title h6 {
    margin: 0px;
    font-size: 33px; }
    @media screen and (max-width: 480px) {
      .page-title h1,
      .page-title h2,
      .page-title h3,
      .page-title h4,
      .page-title h5,
      .page-title h6 {
        font-size: 24px; } }

.page-wrap {
  /*padding-top: 10px;*/
  padding-bottom: 30px;
  position: relative; }

.conteiner-bk-before, .conteiner-bk-after{
	position: absolute;
	top: 0;
	height: 100%;
}
.conteiner-bk-before {
    left: 0;
}
.conteiner-bk-after {
    right: 0;
}
.conteiner-bk-top{
    background: url(/local/templates/.default/static/img/bk_01.png) top right no-repeat;
    /*background: url(/local/templates/.default/static/img/bk_ny_24.png) top right no-repeat;*/
    /*background: url(/local/templates/.default/static/img/bk_01.png) top left no-repeat;*/
    /*background: url(/local/templates/.default/static/img/bk_ny_01.svg) top right no-repeat;*/
    /*background: url(/local/templates/.default/static/img/bk_ny_02.svg) top right no-repeat;*/
    /*background: url(/local/templates/.default/static/img/bk_hw_01.svg) top left no-repeat;*/
    /*background: url(/local/templates/.default/static/img/fevralya.svg) top left no-repeat;*/
    /*background: url(/local/templates/.default/static/img/8march.svg) top left no-repeat;*/
    /*background: url(/local/templates/.default/static/img/1stmay.svg) top left no-repeat;*/
    /*background: url(/local/templates/.default/static/img/9may.svg) top left no-repeat;*/
	width: 100%;
    top: 0;
    display: inline-block;
    position: absolute;
    background-size: cover;
	z-index: 2;
}

.conteiner-bk-before .conteiner-bk-top  {
    left: 0;
}

.conteiner-bk-after .conteiner-bk-top {
    background: url(/local/templates/.default/static/img/bk_01.png) top left no-repeat;        
    /*background: url(/local/templates/.default/static/img/bk_ny_24.png) top left no-repeat;*/
    /*background: url(/local/templates/.default/static/img/bk_01.png) top left no-repeat;*/
    /*background: url(/local/templates/.default/static/img/bk_ny_01.svg) top left no-repeat;*/
    /*background: url(/local/templates/.default/static/img/bk_ny_02.svg) top right no-repeat;*/
    /*background: url(/local/templates/.default/static/img/bk_hw_01.svg) top left no-repeat;*/
    /*background: url(/local/templates/.default/static/img/fevralya.svg) top left no-repeat;*/
    /*background: url(/local/templates/.default/static/img/8march.svg) top left no-repeat;*/
    /*background: url(/local/templates/.default/static/img/1stmay.svg) top left no-repeat;*/
    /*background: url(/local/templates/.default/static/img/9may.svg) top left no-repeat;*/
    right: 0;
    background-size: cover;
}

.conteiner-bk-bottom {
    background: none;
    content: "";
    height: 100%;
	width: 100%;
    left: 0;
    top: 0;
    display: inline-block;
    position: absolute;
    background-size: auto;
}

.conteiner-bk-after .conteiner-bk-bottom {
    background: none;
    background-size: auto;
}

.page-crumbs {
  display: block;
  list-style: none;
  font-size: 15px;
  margin-bottom: 15px;
  padding: 0px;}
  .page-crumbs .page-crumbs__item {
    display: inline-block;
    padding-right: 10px;
    position: relative; }
	.page-crumbs .page-crumbs__item:first-of-type {
		padding-left: 15px;
	}
    .page-crumbs .page-crumbs__item:before {
      position: absolute;
      right: 0;
      top: 0;
      content: "/"; }
    .page-crumbs .page-crumbs__item:last-child {
      padding-right: 0px; }
      .page-crumbs .page-crumbs__item:last-child:before {
        display: none; }
  .page-crumbs .page-crumbs__link {
    color: #434242;
    text-decoration: none; }
    .page-crumbs .page-crumbs__link:hover {
      color: #13A48A; }
  .page-crumbs .page-crumbs__curent {
    color: #13A48A; }

.aside-nav {
  background: #F3F3F3;
  margin-bottom: 15px; }
  .aside-nav .aside-nav__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    padding: 14px 20px;
    color: #fff;
    background: #13A48A; }

.aside-menu {
  list-style: none;
  padding: 10px 20px; }
  .aside-menu .aside-menu__item {
    border-bottom: 1px solid #9D9E9E; }
    .aside-menu .aside-menu__item.curent .aside-menu__link {
      color: #13A48A; }
    .aside-menu .aside-menu__item:last-child {
      border-bottom: 0px; }
  .aside-menu .aside-menu__link {
    font-size: 12px;
    padding: 10px 0px;
    display: inline-block;
    color: #2B2A29;
    text-decoration: none; }
    .aside-menu .aside-menu__link:hover {
      color: #13A48A; }

.page-row {
  position: relative; }
  .page-row .page-block {
    width: calc(100% - 250px);
    float: left; }
    @media screen and (max-width: 840px) {
      .page-row .page-block {
        width: 100%;
        float: none; } }
  .page-row .page-aside {
    float: right;
    width: 230px; }
    @media screen and (max-width: 840px) {
      .page-row .page-aside {
        width: 100%;
        float: none; } }

.aside-assistant {
  padding: 15px 20px;
  background: #F3F3F3; }
  .aside-assistant .aside-assistant__icon {
    text-align: center; }
    .aside-assistant .aside-assistant__icon img {
      width: 120px;
      height: 120px; }
  .aside-assistant .aside-assistant__title {
    font-size: 18px;
    color: #2B2A29;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px; }
  .aside-assistant .aside-assistant__desc {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 20px; }
    @media screen and (max-width: 840px) {
      .aside-assistant .aside-assistant__desc {
        text-align: center; } }
  .aside-assistant .aside-assistant__btn {
    margin-bottom: 10px;
    text-align: center; }
    .aside-assistant .aside-assistant__btn a {
      display: inline-block;
      font-size: 13px;
      text-decoration: none;
      color: #434242;
      border: 2px solid #434242;
      border-radius: 5px;
      width: 100%;
      height: 50px;
      font-weight: bold;
      line-height: 46px;
      text-align: center;
      margin-right: 10px;
      -webkit-transition: all .4s;
      transition: all .4s;
      max-width: 240px; }
      .aside-assistant .aside-assistant__btn a:hover {
        background: #13A48A;
        color: #fff;
        border: 2px solid #13A48A; }
  .aside-assistant .aside-assistant__link {
    font-size: 13px;
    line-height: 1.2;
    text-align: center; }

.convenient-time .convenient-time__head {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px; }

.convenient-time .convenient-time__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  }
  @media screen and (max-width: 590px) {
    .convenient-time .convenient-time__row {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

@media screen and (max-width: 590px) {
  .convenient-time .form-input.form-input__number input {
    margin-right: 0px; } }

.convenient-time .chec-castom label {
  font-size: 14px;
  font-weight: normal;
  margin-left: 15px;
}

input[name="form_text_67"] {
    min-width: 200px;
}

.page-tabs {
  margin-bottom: 40px; }
  .page-tabs .page-tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 25px;
    overflow: hidden; }
    @media screen and (max-width: 540px) {
      .page-tabs .page-tabs__nav {
        display: block; } }
    .page-tabs .page-tabs__nav:before {
      width: 100%;
      height: 3px;
      background: #13A48A;
      content: "";
      left: 0;
      bottom: 0;
      position: absolute; }
    .page-tabs .page-tabs__nav .page-tabs__nav-item {
      background: #AEAFB0;
      height: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1.2;
      padding: 10px 20px 10px 110px;
      position: relative;
      width: calc(100%/3 - 5px);
      margin-right: 10px;
      -webkit-transition: all .3s;
      transition: all .3s; }
      @media screen and (max-width: 960px) {
        .page-tabs .page-tabs__nav .page-tabs__nav-item {
          padding: 10px 10px 10px 70px; } }
      @media screen and (max-width: 640px) {
        .page-tabs .page-tabs__nav .page-tabs__nav-item {
          padding: 10px 10px 10px 55px; } }
      @media screen and (max-width: 540px) {
        .page-tabs .page-tabs__nav .page-tabs__nav-item {
          padding: 10px 10px 10px 90px;
          width: 100%;
          margin-bottom: 10px; } }
      .page-tabs .page-tabs__nav .page-tabs__nav-item:hover {
        background: #13A48A; }
      .page-tabs .page-tabs__nav .page-tabs__nav-item:last-child {
        margin-right: 0px; }
      .page-tabs .page-tabs__nav .page-tabs__nav-item:before, .page-tabs .page-tabs__nav .page-tabs__nav-item:after {
        bottom: -52px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        -webkit-transition: all .3s;
        transition: all .3s; }
        @media screen and (max-width: 540px) {
          .page-tabs .page-tabs__nav .page-tabs__nav-item:before, .page-tabs .page-tabs__nav .page-tabs__nav-item:after {
            display: none; } }
      .page-tabs .page-tabs__nav .page-tabs__nav-item:before {
        /*border-color: #c2e1f5;*/
        border-bottom-color: #13A48A;
        border-width: 23px;
        margin-left: -23px; }
      .page-tabs .page-tabs__nav .page-tabs__nav-item:after {
        border-color: #88b7d5;
        border-bottom-color: #fff;
        /*border-width: 20px;*/
        margin-left: -20px; }
      .page-tabs .page-tabs__nav .page-tabs__nav-item.active {
        background: #13A48A; }
        .page-tabs .page-tabs__nav .page-tabs__nav-item.active:before {
          bottom: -32px; }
        .page-tabs .page-tabs__nav .page-tabs__nav-item.active:after {
          bottom: -32px; }
      .page-tabs .page-tabs__nav .page-tabs__nav-item .page-tabs__nav-icon {
        width: 60px;
        height: 40px;
        content: "";
        position: absolute;
        left: 30px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-align: center; }
        @media screen and (max-width: 960px) {
          .page-tabs .page-tabs__nav .page-tabs__nav-item .page-tabs__nav-icon {
            width: 50px;
            height: 30px;
            left: 10px; } }
        @media screen and (max-width: 640px) {
          .page-tabs .page-tabs__nav .page-tabs__nav-item .page-tabs__nav-icon {
            width: 40px;
            height: 20px;
            left: 10px; } }
        @media screen and (max-width: 540px) {
          .page-tabs .page-tabs__nav .page-tabs__nav-item .page-tabs__nav-icon {
            width: 60px;
            height: 40px;
            left: 10px; } }
        .page-tabs .page-tabs__nav .page-tabs__nav-item .page-tabs__nav-icon img {
          width: auto;
          max-width: 100%;
          height: auto;
          max-height: 100%; }
      .page-tabs .page-tabs__nav .page-tabs__nav-item .page-tabs__nav-link {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
      .page-tabs .page-tabs__nav .page-tabs__nav-item .page-tabs__nav-title {
        font-size: 16px;
        font-weight: bold;
        color: #fff; }
        @media screen and (max-width: 960px) {
          .page-tabs .page-tabs__nav .page-tabs__nav-item .page-tabs__nav-title {
            font-size: 14px; } }
        @media screen and (max-width: 640px) {
          .page-tabs .page-tabs__nav .page-tabs__nav-item .page-tabs__nav-title {
            font-size: 12px; } }
        @media screen and (max-width: 540px) {
          .page-tabs .page-tabs__nav .page-tabs__nav-item .page-tabs__nav-title {
            font-size: 14px; } }
  .page-tabs .page-tabs__tab {
    padding-top: 30px;
    display: none; }
    .page-tabs .page-tabs__tab.active {
      display: block; }

.shares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .shares .shares__item {
    width: calc(100%/3 - 15px);
    margin-right: 20px;
    border: 2px solid #C5C6C6;
    margin-bottom: 20px;
    position: relative; }
    @media screen and (max-width: 800px) {
      .shares .shares__item {
        width: calc(100%/3 - 10px);
        margin-right: 10px;
        margin-bottom: 10px; } }
    @media screen and (max-width: 640px) {
      .shares .shares__item {
        width: calc(100%/2 - 10px); } }
    @media screen and (max-width: 480px) {
      .shares .shares__item {
        width: 100%;
        margin-right: 0px; } }
    .shares .shares__item:nth-child(3n+3) {
      margin-right: 0px; }
      @media screen and (max-width: 640px) {
        .shares .shares__item:nth-child(3n+3) {
          margin-right: 10px; } }
      @media screen and (max-width: 480px) {
        .shares .shares__item:nth-child(3n+3) {
          margin-right: 0px; } }
    @media screen and (max-width: 640px) {
      .shares .shares__item:nth-child(2n+2) {
        margin-right: 0px; } }
    .shares .shares__item .shares__item-label {
      position: absolute;
      top: 10px;
      right: -2px;
      background: #B32322;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 3px 15px 3px 10px;
      height: 30px; }
      .shares .shares__item .shares__item-label:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .shares .shares__item .shares__item-label:after {
        border-color: #88b7d5;
        border-right-color: #B32322;
        border-width: 15px;
        margin-top: -15px; }
    .shares .shares__item .shares__item-img {
      height: 210px;
      overflow: hidden;
      padding: 10px;
      line-height: 0; }
      @media screen and (max-width: 992px) {
        .shares .shares__item .shares__item-img {
          height: auto; } }
      .shares .shares__item .shares__item-img img {
        width: auto;
        max-width: 100%;
        height: auto; }
    .shares .shares__item .shares__item-title {
      font-size: 13px;
      font-weight: normal;
      line-height: 1.2;
      background: #13A48A;
      color: #fff;
      padding: 10px 20px; }
      .shares .shares__item .shares__item-title a {
        text-decoration: none;
        color: #fff; }
      .shares .shares__item .shares__item-title h1,
      .shares .shares__item .shares__item-title h2,
      .shares .shares__item .shares__item-title h3,
      .shares .shares__item .shares__item-title h4,
      .shares .shares__item .shares__item-title h5,
      .shares .shares__item .shares__item-title h6 {
        font-size: 13px;
        font-weight: normal;
        margin: 0px; }
      .shares .shares__item .shares__item-title span {
        font-size: 25px;
        display: block;
        font-weight: bold; }
        @media screen and (max-width: 960px) {
          .shares .shares__item .shares__item-title span {
            font-size: 18px; } }
    .shares .shares__item .shares__item-desc {
      color: #5B5B5B;
      font-size: 14px;
      line-height: 1.2; }
    .shares .shares__item .shares__item-link {
      padding: 0px; }

.page-content {
  font-size: 15px;
  line-height: 1.4; }
  .page-content p {
    margin-bottom: 15px; }
  .page-content table p {
    margin-bottom: 0px; }
  .page-content ul {
    list-style-position: inside;
    line-height: 1.2;
    margin-bottom: 15px; }
    .page-content ul li {
      margin-bottom: 10px; }
  .page-content img {
    /*width: auto;*/
    max-width: 100%;
    height: auto; }
  .page-content h1 {
    font-size: 28px;
    margin: 20px 0px 10px 0px; }
  .page-content h2 {
    font-size: 22px;
    }
  .page-content h3 {
    font-size: 24px;
    margin: 20px 0px 10px 0px; }
  .page-content h4 {
    font-size: 22px;
    margin: 20px 0px 10px 0px; }
	.page-content h5 {
		font-size: 18px;
		margin: 15px 0px 10px 0px;
		color: #0ba58b;
	}
  .page-content h6 {
    font-size: 16px;
    margin: 10px 0px 5px 0px; }

.page-links {
  font-size: 18px;
  text-align: center;
  padding: 30px 40px 0px 40px; }
  .page-links a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
 }

.about-company-figures {
  line-height: 0; }
  .about-company-figures img {
    max-width: 100%;
    height: auto; }

.news-list {
  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;
  position: relative; }
  .news-list:before {
    width: 1px;
    height: 100%;
    background: #9D9E9E;
    content: "";
    position: absolute;
    left: 50%;
    top: 0; }
    @media screen and (max-width: 580px) {
      .news-list:before {
        display: none; } }
  .news-list .news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 30px; }
    @media screen and (max-width: 580px) {
      .news-list .news-list__item {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 20px; } }
    .news-list .news-list__item:last-child {
      margin-bottom: 0px; }
    .news-list .news-list__item:nth-last-child(2) {
      margin-bottom: 0px; }
      @media screen and (max-width: 580px) {
        .news-list .news-list__item:nth-last-child(2) {
          margin-bottom: 20px; } }
    .news-list .news-list__item:nth-child(2n+2) {
      margin-right: 0px; }
    .news-list .news-list__item .news-list__item-img {
      width: 140px;
      margin-right: 20px;
      line-height: 0px; }
      @media screen and (max-width: 660px) {
        .news-list .news-list__item .news-list__item-img {
          width: 110px;
          margin-right: 10px; } }
      .news-list .news-list__item .news-list__item-img img {
        width: auto;
        max-width: 100%;
        height: auto; }
      .news-list .news-list__item .news-list__item-img a {
        display: block; }
    .news-list .news-list__item .news-list__item-content {
      width: calc(100% - 160px); }
      @media screen and (max-width: 660px) {
        .news-list .news-list__item .news-list__item-content {
          width: calc(100% - 120px); } }
    .news-list .news-list__item .news-list__item-title {
      font-weight: bold;
      font-size: 17px;
      line-height: 1.2;
      color: #434242;
      margin-bottom: 10px; }
      .news-list .news-list__item .news-list__item-title a {
        color: #434242;
        text-decoration: none; }
      .news-list .news-list__item .news-list__item-title h1,
      .news-list .news-list__item .news-list__item-title h2,
      .news-list .news-list__item .news-list__item-title h3,
      .news-list .news-list__item .news-list__item-title h4,
      .news-list .news-list__item .news-list__item-title h5,
      .news-list .news-list__item .news-list__item-title h6 {
        font-size: 17px;
        margin: 0px; }
    .news-list .news-list__item .news-list__item-desc {
      font-size: 14px;
      line-height: 1.2;
      margin-bottom: 10px; }
    .news-list .news-list__item .news-list__item-label {
      display: inline-block;
      padding: 3px 15px;
      color: #fff;
      background: #13A48A;
      font-size: 12px;
      margin-bottom: 15px;
      border-radius: 20px;
      font-weight: bold;
      text-transform: uppercase; }
      .news-list .news-list__item .news-list__item-label.work-underway {
        background: #B32322; }
    .news-list .news-list__item.news-report {
      display: block; }
      .news-list .news-list__item.news-report .news-list__item-content {
        width: 100%; }
        @media screen and (max-width: 660px) {
          .news-list .news-list__item.news-report .news-list__item-content {
            width: 100%; } }
	img.detail_picture {
		width: 100%;
	}
.form-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 430px) {
    .form-file {
      display: block; } }
  .form-file .form-file__input {
    width: 50%;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 430px) {
      .form-file .form-file__input {
        width: 100%;
        margin-bottom: 10px; } }
    .form-file .form-file__input span {
      display: block;
      font-size: 12px;
      line-height: 1.2;
      margin-bottom: 10px; }
    .form-file .form-file__input .file-label {
      display: inline-block;
      color: #fff;
      background: #13A48A;
      border-radius: 3px;
      white-space: nowrap;
      font-size: 15px;
      padding: 5px 15px;
      cursor: pointer; }
      .form-file .form-file__input .file-label:hover {
        background: #B32322; }
    .form-file .form-file__input input {
      position: absolute;
      top: -100px;
      visibility: hidden; }
  .form-file .form-file__info {
    width: calc(50% - 10px);
    border: 1px dashed #A1A1A1;
    height: 74px;
    word-wrap: break-word; }
    @media screen and (max-width: 430px) {
      .form-file .form-file__info {
        width: 100%; } }

.password-recovery {
  margin: 10px 0px;
  font-size: 12px; }
  .password-recovery a {
    text-decoration: underline; }

/* Section */
.menu-overlay {
  background: rgba(19, 164, 138, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 30;
  display: none; }
  .menu-overlay.show {
    display: block; }

.panel-report {
  background: #818181;
  color: #fff;
  padding: 6px 0px;
  font-size: 15px; }
  @media screen and (max-width: 460px) {
    .panel-report {
      font-size: 12px;
      line-height: 1.4; } }
  .panel-report a {
    color: #fff; }
  .panel-report .container {
    position: relative;
    padding-right: 50px;
    padding-left: 40px; }
    @media screen and (max-width: 900px) {
      .panel-report .container {
        padding-left: 15px; } }
  .panel-report .panel-report__close {
    width: 15px;
    height: 15px;
    background: url(../img/close_white.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 27px;
    content: "";
    cursor: pointer; }

.main-head {
  padding: 13px 0px 0px 0px;
  margin-bottom: 10px;
  position: relative }
  .main-head .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 900px) {
      .main-head .container {
        padding-bottom: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .main-head:before {
      width: 100%;
      height: 1px;
      background: #B2B3B3;
      content: "";
      position: absolute;
      left: 0px;
      bottom: -3px; }
  .main-head .main-head__left {
    width: 198px; }
    @media screen and (max-width: 1020px) {
      .main-head .main-head__left {
        width: 120px; } }
    @media screen and (max-width: 900px) {
      .main-head .main-head__left {
        width: 100px; } }
    @media screen and (max-width: 390px) {
      .main-head .main-head__left {
        width: 70px; } }
  .main-head .main-head__logo img {
    width: 230px;
    margin-top: 50px; }
    @media screen and (max-width: 1070px) {
      .main-head .main-head__logo img {
        width: 160px;
        margin-top: 25px; } }
    @media screen and (max-width: 430px) {
      .main-head .main-head__logo img {
        width: 120px;
        margin-top: 10px;} }
	@media screen and (max-width: 370px) {
      .main-head .main-head__logo img {
        width: 100px;
        margin-top: 10px;} }
  .main-head .main-head__right {
    width: calc(100% - 198px); }
    @media screen and (max-width: 1020px) {
      .main-head .main-head__right {
        width: calc(100% - 120px); } }
    @media screen and (max-width: 900px) {
      .main-head .main-head__right {
        width: auto;
        margin-left: auto;
        padding-left: 40px;
        position: relative; } }
  .main-head .main-head__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 900px) {
		.main-head .main-head__line {
			display: block; 
		}
	}
	.main-head .main-head__clients {
		white-space: nowrap;
		font-size: 13px;    
	}
    @media screen and (max-width: 900px) {
		.main-head .main-head__clients {
			display: none;
		}
	}
    .main-head .main-head__clients .main-head__client {
		color: #13A48A;
		text-decoration: underline;
		margin-right: 20px;
	}
      .main-head .main-head__clients .main-head__client:last-child {
        margin-right: 15px; }
      .main-head .main-head__clients .main-head__client:hover {
        color: #13A48A; }
      .main-head .main-head__clients .main-head__client.is_active {
        border: 2px solid #13A48A;
        border-radius: 5px;
        color: #13A48A; }
  .main-head .main-head__adress-block {
    white-space: nowrap;
    font-size: 13px; }
    @media screen and (max-width: 900px) {
      .main-head .main-head__adress-block {
        display: none; } }
    .main-head .main-head__adress-block a {
      color: #13A48A;
      text-decoration: underline;
      margin-right: 20px; }
  .main-head .main-head__list-city, .main-head .main-head__list-city2 {
    margin-right: 13px;
    position: relative;
    font-size: 12px; }
    @media screen and (max-width: 900px) {
      .main-head .main-head__list-city, .main-head .main-head__list-city2 {
        margin-right: 0px;
        margin-bottom: 5px;
        font-size: 14px; } }
    .main-head .main-head__list-city .active-city,.main-head .main-head__list-city2 .active-city {
      display: block;
      color: #13A48A;
      cursor: pointer;
      position: relative;
      padding-right: 25px;
      text-decoration: underline; }
      .main-head .main-head__list-city .active-city:before, .main-head .main-head__list-city2 .active-city:before {
        width: 15px;
        height: 15px;
        background: url(../img/down-arrow.svg) no-repeat center;
        background-size: contain;
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    .main-head .main-head__list-city ul,.main-head .main-head__list-city2 ul {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100px;
      list-style: none;
      border: 1px solid #C5C6C6;
      font-size: 14px;
      background: #fff;
      z-index: 5;
      display: none; }
      .main-head .main-head__list-city ul.active, .main-head .main-head__list-city2 ul.active {
        display: block; }
      .main-head .main-head__list-city ul a, .main-head .main-head__list-city2 ul a {
        text-decoration: none;
        display: block;
        padding: 5px 10px; }
      .main-head .main-head__list-city ul li, .main-head .main-head__list-city2 ul li {
        position: relative; }
        .main-head .main-head__list-city ul li:before, .main-head .main-head__list-city2 ul li:before {
          width: 90%;
          height: 1px;
          left: 5%;
          bottom: 0;
          background: #C5C6C6;
          content: "";
          position: absolute; }
        .main-head .main-head__list-city ul li:last-child:before, .main-head .main-head__list-city2 ul li:last-child:before {
          display: none; }
        .main-head .main-head__list-city ul li:hover, .main-head .main-head__list-city2 ul li:hover {
          background: #C5C6C6; }
          .main-head .main-head__list-city ul li:hover a, .main-head .main-head__list-city2 ul li:hover a {
            color: #fff; }
  .main-head .main-head__block-phone {
    display: block;
    padding: 5px 15px;
    color: #fff;
    background: #13A48A;

    line-height: 1;
    margin-right: 20px;
    }
    @media screen and (max-width: 900px) {
      .main-head .main-head__block-phone {
        margin-right: 0px;
		padding: 5px 8px; } }
    .main-head .main-head__block-phone a {
      color: #fff; }
  .main-head .main-head__bell {
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 1px;
    position: relative;
    top: -2px; }
  .main-head .main-head__phone {
    font-size: 10px;
    position: relative;
	display: flex;
    }
    .main-head .main-head__phone:before {
      width: 40px;
      background: url(../img/phone_white3.png) no-repeat center;
      background-size: contain;
      content: "";
      }
    .main-head .main-head__phone span {
      display: block;
      font-size: 17px;
      font-weight: 700; }
  .main-head .main-head__block-lk {
    white-space: nowrap;
    font-size: 12px;
    padding-left: 36px;
    padding-top: 6px;
    min-height: 24px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 900px) {
      .main-head .main-head__block-lk {
        display: none; } }
    .main-head .main-head__block-lk:before {
      width: 24px;
      height: 24px;
      background: url(../img/lk.png) no-repeat center;
      background-size: contain;
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .main-head .main-head__block-lk a {
      color: #434242;
      text-decoration: none; }

.main-head__menu {
  width: 100%;
  padding-top: 30px;
  text-align:right;  }
  @media screen and (max-width: 900px) {
    .main-head__menu {
      display: none; } }

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  text-align: left; }
  .main-menu .main-menu__item {
    position: relative;
    padding-bottom: 10px; 
	padding-left: 10px;
    padding-right: 10px;}
    /*.main-menu .main-menu__item:nth-child(1) {
      width: 112px; }
    .main-menu .main-menu__item:nth-child(2) {
      width: 101px; }
    .main-menu .main-menu__item:nth-child(3) {
      width: 120px; }
    .main-menu .main-menu__item:nth-child(4) {
      width: 128px; }
    .main-menu .main-menu__item:nth-child(5) {
      width: 143px; }
    .main-menu .main-menu__item:nth-child(6) {
      width: 91px; }
    .main-menu .main-menu__item:nth-child(7) {
      width: 75px; }*/
    .main-menu .main-menu__item:before {
      width: 1px;
      height: 50px;
      content: "";
      background: #C5C6C6;
      position: absolute;
      left: 0;
      top: 11px; }
    .main-menu .main-menu__item:hover:before {
      height: calc(100% - 10px); }
    .main-menu .main-menu__item:hover:after {
      width: 0px;
      height: calc(100% - 10px);
      content: "";
      background: #C5C6C6;
      position: absolute;
      right: -1px;
      top: 10px; }
    .main-menu .main-menu__item:hover .main-menu__link {
      cursor: pointer; }
      .main-menu .main-menu__item:hover .main-menu__link:before {
        width: calc(100% - 1px);
        height: 1px;
        background: #fff;
        content: "";
        position: absolute;
        left: 1px;
        bottom: 0px;
        z-index: 15; }
    .main-menu .main-menu__item:hover .sub-menu-pannel {
      display: block; }
    .main-menu .main-menu__item:last-child .menu-icon.list {
      margin-top: 5px; 
	  width: 33px;
	  }
    .main-menu .main-menu__item:last-child .sub-menu-pannel {
      left: auto;
      right: -1px; }
    .main-menu .main-menu__item:nth-last-child(2) .sub-menu-pannel {
      left: -100%; }
  .main-menu .menu-icon {
    display: block;
    width: 100%;
    height: 31px;
    line-height: 0px;
    margin-bottom: 3px;
    background: #ccc;
    content: ""; }
    .main-menu .menu-icon.internet {
      background: url(../img/menu-internet.png) no-repeat center;
      background-size: contain; }
    .main-menu .menu-icon.tv {
      background: url(../img/menu-tv.png) no-repeat center;
      background-size: contain; }
    .main-menu .menu-icon.shop {
      background: url(../img/menu-shop.png) no-repeat center;
      background-size: contain; }
    .main-menu .menu-icon.for_home {
      background: url(../img/menu-for_home.png) no-repeat center;
      background-size: contain; }
    .main-menu .menu-icon.support {
      background: url(../img/menu-support.png) no-repeat center;
      background-size: contain; }
    .main-menu .menu-icon.promotions {
      background: url(../img/menu-promotions.png) no-repeat center;
      background-size: contain; }
    .main-menu .menu-icon.list {
      background: url(../img/menu-list.png) no-repeat center;
      background-size: contain;
      height: 33px; }
  .main-menu .main-menu__link {
    padding: 0px 8px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #434242;
    text-decoration: none; }
    .main-menu .main-menu__link:hover {
      color: #13A48A; }

.sub-menu-pannel {
  position: absolute;
  background: #fff;
  z-index: 10;
  list-style: none;
  padding: 0px;
  border: 1px solid #C5C6C6;
  left: 0;
  top: calc(100% - 1px);
  display: none;
  min-width: 335px; }
  .sub-menu-pannel .sub-menu {
    list-style: none; }
    .sub-menu-pannel .sub-menu .sub-menu__item {
      display: block;
      padding: 0px 20px; }
      .sub-menu-pannel .sub-menu .sub-menu__item:last-child .sub-menu__link {
        border-bottom: none; }
    .sub-menu-pannel .sub-menu .sub-menu__link {
      color: #434242;
      text-decoration: none;
      padding: 10px 0px;
      border-bottom: 1px solid #C5C6C6;
      display: inline-block;
      width: 100%;
      line-height: 1.2; }
      .sub-menu-pannel .sub-menu .sub-menu__link:hover {
        color: #13A48A; }
  .sub-menu-pannel .sub-menu-pannel__stock {
    padding: 20px;
    background: #B41F11;
    color: #fff;
    line-height: 1.4; }
    .sub-menu-pannel .sub-menu-pannel__stock p {
      margin-bottom: 10px;
      font-size: 16px; }
      .sub-menu-pannel .sub-menu-pannel__stock p span {
        font-size: 22px;
        display: block; }
    .sub-menu-pannel .sub-menu-pannel__stock a {
      color: #fff; }

footer.main-footer {
    background: #e4e4e4;
}

.foot-ip {
    float: right;
}

.mobile-pannel {
  position: fixed;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 100;
  left: -500px;
  visibility: hidden;
  top: 0;
  padding: 70px 15px 15px 15px;
  overflow-y: auto;
  border-right: 1px solid #13A48A;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .mobile-pannel.show {
    left: 0;
    visibility: visible; }
  .mobile-pannel .mobile-pannel__close {
    position: absolute;
    top: 15px;
    right: 15px; }
  .mobile-pannel .mobile-pannel__clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-bottom: 10px; }
    .mobile-pannel .mobile-pannel__clients a {
      text-decoration: none;
      color: #333333; }
    .mobile-pannel .mobile-pannel__clients .mobile-pannel__client {
      padding: 5px 10px;
      border: 2px solid transparent;
      border-radius: 5px;
      margin-right: 15px;
      line-height: 1.2; }
      .mobile-pannel .mobile-pannel__clients .mobile-pannel__client:last-child {
        margin-right: 0px; }
      .mobile-pannel .mobile-pannel__clients .mobile-pannel__client.is_active {
        border: 2px solid #13A48A;
        color: #13A48A; }
  .mobile-pannel .mobile-pannel__adress {
    margin-bottom: 20px; }
  .mobile-pannel .mobile-pannel__lk {
    display: inline-block;
    font-size: 14px;
    color: #434242;
    padding-left: 40px;
    position: relative; }
    .mobile-pannel .mobile-pannel__lk:before {
      width: 30px;
      height: 30px;
      content: "";
      position: absolute;
      left: 0;
      top: -4px;
      background: url(../img/lk.png) no-repeat center;
      background-size: contain; }

.mobile-menu {
  list-style: none;
  margin-bottom: 30px; }
  .mobile-menu .mobile-menu__item {
    display: block;
    margin-bottom: 10px;
    padding-right: 20px;
    position: relative; }
    .mobile-menu .mobile-menu__item.on .mobile-menu__link {
      color: #13A48A; }
    .mobile-menu .mobile-menu__item .sub-menu-pannel {
      display: none;
      position: static;
      margin-top: 5px;
      margin-bottom: 10px;
      top: auto;
      min-width: 100%;
      width: 100%; }
      .mobile-menu .mobile-menu__item .sub-menu-pannel.on {
        display: block; }
      .mobile-menu .mobile-menu__item .sub-menu-pannel .sub-menu {
        padding: 0px; }
        .mobile-menu .mobile-menu__item .sub-menu-pannel .sub-menu .sub-menu__item {
          padding: 0px 10px; }
        .mobile-menu .mobile-menu__item .sub-menu-pannel .sub-menu .sub-menu__link {
          font-size: 14px; }
      .mobile-menu .mobile-menu__item .sub-menu-pannel .sub-menu-pannel__stock {
        padding: 15px 10px; }
        .mobile-menu .mobile-menu__item .sub-menu-pannel .sub-menu-pannel__stock p {
          font-size: 14px; }
          .mobile-menu .mobile-menu__item .sub-menu-pannel .sub-menu-pannel__stock p span {
            font-size: 16px; }
        .mobile-menu .mobile-menu__item .sub-menu-pannel .sub-menu-pannel__stock a {
          font-size: 12px; }
    .mobile-menu .mobile-menu__item .mobile-menu__link {
      color: #434242;
      font-size: 16px;
      position: relative;
      display: block;
      padding-left: 40px;
      height: 30px;
      line-height: 30px;
      text-decoration: none; }
      .mobile-menu .mobile-menu__item .mobile-menu__link:hover {
        color: #13A48A; }
      .mobile-menu .mobile-menu__item .mobile-menu__link .menu-icon {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 25px;
        height: 30px;
        content: ""; }
        .mobile-menu .mobile-menu__item .mobile-menu__link .menu-icon.internet {
          background: url(../img/menu-internet.png) no-repeat center;
          background-size: contain; }
        .mobile-menu .mobile-menu__item .mobile-menu__link .menu-icon.tv {
          background: url(../img/menu-tv.png) no-repeat center;
          background-size: contain; }
		.mobile-menu .mobile-menu__item .mobile-menu__link .menu-icon.video {
          background: url(../img/menu-video.png) no-repeat center;
          background-size: contain; }
		.mobile-menu .mobile-menu__item .mobile-menu__link .menu-icon.intercom {
          background: url(../img/menu-intercom.png) no-repeat center;
          background-size: contain; }
        .mobile-menu .mobile-menu__item .mobile-menu__link .menu-icon.shop {
          background: url(../img/menu-shop.png) no-repeat center;
          background-size: contain; }
        .mobile-menu .mobile-menu__item .mobile-menu__link .menu-icon.for_home {
          background: url(../img/menu-for_home.png) no-repeat center;
          background-size: contain; }
        .mobile-menu .mobile-menu__item .mobile-menu__link .menu-icon.support {
          background: url(../img/menu-support.png) no-repeat center;
          background-size: contain; }
        .mobile-menu .mobile-menu__item .mobile-menu__link .menu-icon.promotions {
          background: url(../img/menu-promotions.png) no-repeat center;
          background-size: contain; }
        .mobile-menu .mobile-menu__item .mobile-menu__link .menu-icon.list {
          background: url(../img/menu-list.png) no-repeat center;
          background-size: contain; }

.sub-arrow-btn {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer; }
  .sub-arrow-btn .icon-arrow {
    -webkit-transition: all .3s;
    transition: all .3s; }
  .sub-arrow-btn.on .icon-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.toggle-menu {
  display: block;
  width: 28px;
  height: 22px;
  position: absolute;
  left: 0;
  bottom: 22px;
  overflow: hidden;
  margin-right: 40px;
  display: none; }
  @media screen and (max-width: 900px) {
    .toggle-menu {
      display: block; } }
  .toggle-menu:before {
    width: 100%;
    height: 3px;
    background: #333333;
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s; }
  .toggle-menu:after {
    width: 100%;
    height: 3px;
    background: #333333;
    display: block;
    position: absolute;
    content: "";
    left: 0;
    bottom: 2px;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s; }
  .toggle-menu span {
    width: 100%;
    height: 3px;
    background: #333333;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    -webkit-transition: .5s;
    transition: .5s; }
  .toggle-menu.on:before {
    top: -20px;
    opacity: 0; }
  .toggle-menu.on:after {
    bottom: -20px;
    opacity: 0; }
  .toggle-menu.on span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .toggle-menu.on span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.main-slider-wrap &gt; .container {
    margin: 0 0 23px 0;
    padding: 0;
}
  @media screen and (max-width: 1020px) {
    .main-slider-wrap .container {
      padding: 0px; } }

.slick-initialized .slick-slide {
  line-height: 0px; }

.main-slider {
  overflow: hidden; }
  .main-slider .main-slider__item:nth-child(1n+2) {
    display: none; }
  .main-slider .main-slider__item a {
    display: block;
    line-height: 0px; }
  .main-slider .main-slider__item img {
    width: 100%;
    height: auto; }
  .main-slider .slick-dots {
    text-align: center;
    line-height: 0px;
    padding-top: 5px; }
    .main-slider .slick-dots li {
      display: inline-block;
      margin-right: 12px; }
      .main-slider .slick-dots li button {
        width: 14px;
        height: 14px;
        background: #C3C4C4;
        font-size: 0px;
        border: none;
        border-radius: 50%;
        cursor: pointer; }
      .main-slider .slick-dots li.slick-active button {
        background: #676766; }

.selectric-wrapper {
  display: inline-block; }

.application-connection {
  border: 2px solid #13A48A; }
  .application-connection .application-connection__head {
    background: #13A48A;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    padding: 10px 130px 10px 30px;
    line-height: 1.4; }
    .application-connection .application-connection__head span {
      display: block;
      font-size: 16px;
      font-weight: normal; }
    @media screen and (max-width: 460px) {
      .application-connection .application-connection__head {
        padding: 60px 10px 10px 10px; } }
  .application-connection .application-connection__show {
    background: #C9C9C9;
    position: absolute;
    width: 120px;
    height: 100%;
    color: #000;
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
    @media screen and (max-width: 460px) {
      .application-connection .application-connection__show {
        width: 100%;
        height: 40px; } }
  .application-connection .application-connection__cont {
    padding: 15px 20px; }
  .application-connection .application-connection__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px; }
    @media screen and (max-width: 570px) {
      .application-connection .application-connection__option {
        display: block; } }
  .application-connection .application-connection__option-item {
    margin-right: 25px; }
@media screen and (max-width: 650px) {
       .application-connection .application-connection__option-item {
    width: 100%; } }
  .application-connection .application-connection__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .application-connection .application-connection__input .form-input {
      margin-bottom: 15px; }
      .application-connection .application-connection__input .form-input:last-child {
        margin-right: 0px; }
    @media screen and (max-width: 740px) {
      .application-connection .application-connection__input {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .application-connection .application-connection__comment {
    margin-bottom: 10px; }
    .application-connection .application-connection__comment textarea {
      display: none; }
  .application-connection .application-connection__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 670px) {
      .application-connection .application-connection__bottom {
        display: block; } }
  .application-connection .application-connection__submit {
    margin-right: 20px; }
    @media screen and (max-width: 670px) {
      .application-connection .application-connection__submit {
        margin-right: 0px;
        margin-bottom: 20px; } }

.home-tariff-wrap {
  margin-top: 50px; }

.home-tariff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  margin-bottom: 25px; }
  @media screen and (max-width: 800px) {
    .home-tariff {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .home-tariff .home-tariff__item {
    width: calc(100%/3 - 10px);
    margin-right: 15px;
    border: 2px solid #C9C9C9;
    border-radius: 5px;
    padding-bottom: 75px;
    position: relative; }
    @media screen and (max-width: 800px) {
      .home-tariff .home-tariff__item {
        width: calc(100%/2 - 10px);
        margin-bottom: 20px; } }
    @media screen and (max-width: 550px) {
      .home-tariff .home-tariff__item {
        width: 100%;
        margin-right: 0px; } }
    .home-tariff .home-tariff__item.bg-gray {
      background: #F2F2F2; }
    .home-tariff .home-tariff__item:nth-child(3n+3) {
      margin-right: 0px; }
      @media screen and (max-width: 800px) {
        .home-tariff .home-tariff__item:nth-child(3n+3) {
          margin-right: 15px; } }
      @media screen and (max-width: 550px) {
        .home-tariff .home-tariff__item:nth-child(3n+3) {
          margin-right: 0px; } }
    @media screen and (max-width: 800px) {
      .home-tariff .home-tariff__item:nth-child(2n+2) {
        margin-right: 0px; } }
    .home-tariff .home-tariff__item .item-img {
      max-height: 220px;
      overflow: hidden;
      margin-bottom: 15px; }
      .home-tariff .home-tariff__item .item-img img {
        width: auto;
        max-width: 100%;
        height: auto; }
    .home-tariff .home-tariff__item .item-title {
      padding: 0px 10px;
      text-align: center;
      margin-bottom: 15px;
      line-height: 1.4; }
      .home-tariff .home-tariff__item .item-title p {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px; }
      .home-tariff .home-tariff__item .item-title span {
        display: block;
        font-size: 12px;
        color: #13A48A;
        margin-bottom: 5px;
        line-height: 1.2; }
      .home-tariff .home-tariff__item .item-title a {
        color: #434242;
        font-size: 14px; }
    .home-tariff .home-tariff__item .item-link {
      text-align: center;
      position: absolute;
      left: 0;
      bottom: 20px;
      width: 100%; }
      .home-tariff .home-tariff__item .item-link a {
        background: #13A48A;
        color: #fff;
        text-decoration: none;
        width: 150px;
        text-align: center;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: bold;
        border-radius: 5px;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .home-tariff .home-tariff__item .item-link a:hover {
          background: #B32322; }
    .home-tariff .home-tariff__item:last-child .item-options__popup {
      left: auto;
      right: -155px; }
      @media screen and (max-width: 1030px) {
        .home-tariff .home-tariff__item:last-child .item-options__popup {
          right: -120px; } }
      @media screen and (max-width: 768px) {
        .home-tariff .home-tariff__item:last-child .item-options__popup {
          right: auto; } }
      .home-tariff .home-tariff__item:last-child .item-options__popup:after, .home-tariff .home-tariff__item:last-child .item-options__popup:before {
        left: auto;
        right: 230px; }
        @media screen and (max-width: 768px) {
          .home-tariff .home-tariff__item:last-child .item-options__popup:after, .home-tariff .home-tariff__item:last-child .item-options__popup:before {
            left: 45px;
            right: auto; } }
    @media screen and (max-width: 768px) {
      .home-tariff .home-tariff__item:nth-child(2n+2) .item-options__popup {
        right: -90px;
        left: auto; } }
    @media screen and (max-width: 550px) {
      .home-tariff .home-tariff__item:nth-child(2n+2) .item-options__popup {
        right: auto;
        left: 0x; } }
    @media screen and (max-width: 768px) {
      .home-tariff .home-tariff__item:nth-child(2n+2) .item-options__popup:after, .home-tariff .home-tariff__item:nth-child(2n+2) .item-options__popup:before {
        left: auto;
        right: 155px; } }
    @media screen and (max-width: 550px) {
      .home-tariff .home-tariff__item:nth-child(2n+2) .item-options__popup:after, .home-tariff .home-tariff__item:nth-child(2n+2) .item-options__popup:before {
        left: 45px;
        right: auto; } }

.item-options {
  padding: 0px 10px;
  margin-bottom: 15px;
  position: relative; }
  .item-options .item-options__it {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #C9C9C9;
    padding: 5px 0px; }
    .item-options .item-options__it:last-child {
      border-bottom: none; }
    .item-options .item-options__it .item-options__it-l {
      font-size: 12px;
      line-height: 1.4;
      width: 49%;
      padding-right: 10px;
      position: relative; }
      .item-options .item-options__it .item-options__it-l span {
        color: #13A48A; }
    .item-options .item-options__it .item-options__it-r {
      width: 51%;
      font-size: 14px;
      vertical-align: middle; }
      .item-options .item-options__it .item-options__it-r span {
        font-size: 22px;
        font-weight: bold; }
      .item-options .item-options__it .item-options__it-r .icon-router {
        margin-right: 0px;
        position: relative;
        top: 7px; }
  .item-options .item-options__popup {
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #fff;
    border: 1px solid #C3C4C4;
    z-index: 5;
    padding: 15px;
    line-height: 1.6;
    color: #434242;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 350px; }
    @media screen and (max-width: 460px) {
      .item-options .item-options__popup {
        width: 320px;
        padding: 10px 5px; } }
    @media screen and (max-width: 375px) {
      .item-options .item-options__popup {
        width: 265px;
        line-height: 1.4; } }
    .item-options .item-options__popup:after, .item-options .item-options__popup:before {
      top: 100%;
      left: 45px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .item-options .item-options__popup:after {
      border-color: #ffffff;
      border-top-color: #fff;
      border-width: 15px;
      margin-left: -15px; }
    .item-options .item-options__popup:before {
      border-color: #c3c4c4;
      border-top-color: #C3C4C4;
      border-width: 16px;
      margin-left: -16px; }
    .item-options .item-options__popup.item-options__popup-big {
      width: 670px; }
      @media screen and (max-width: 768px) {
        .item-options .item-options__popup.item-options__popup-big {
          width: 550px; } }
      @media screen and (max-width: 630px) {
        .item-options .item-options__popup.item-options__popup-big {
          width: 400px; } }
      @media screen and (max-width: 460px) {
        .item-options .item-options__popup.item-options__popup-big {
          width: 320px;
          padding: 10px 5px; } }
      @media screen and (max-width: 375px) {
        .item-options .item-options__popup.item-options__popup-big {
          width: 265px; } }
    .item-options .item-options__popup .item-options__popup-tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 768px) {
        .item-options .item-options__popup .item-options__popup-tr {
          display: block; } }
    .item-options .item-options__popup .item-options__popup-td:first-child {
      max-width: 245px; }
      @media screen and (max-width: 768px) {
        .item-options .item-options__popup .item-options__popup-td:first-child {
          margin-bottom: 15px;
          max-width: 100%; } }

.show-options__popup:hover .item-options__popup {
  bottom: calc(100% + 15px);
  visibility: visible;
  opacity: 1; }

.home-tariff__links {
  text-align: center;
  margin-bottom: 40px; }
  .home-tariff__links a {
    font-size: 22px;
    color: #13A48A;
    position: relative;
    display: inline-block;
    min-height: 45px; }
    @media screen and (max-width: 600px) {
      .home-tariff__links a {
        font-size: 16px; } }
  .home-tariff__links .home-tariff__links-internet {
    padding-left: 60px;
    margin-right: 40px; }
    @media screen and (max-width: 600px) {
      .home-tariff__links .home-tariff__links-internet {
        margin-right: 20px;
        margin-bottom: 15px; } }
    .home-tariff__links .home-tariff__links-internet:before {
      width: 45px;
      height: 45px;
      background: url(../img/menu-internet.png) no-repeat center;
      background-size: contain;
      content: "";
      position: absolute;
      left: 0;
      top: -5px; }
  .home-tariff__links .home-tariff__links-tv {
    padding-left: 60px; }
    .home-tariff__links .home-tariff__links-tv:before {
      width: 40px;
      height: 40px;
      background: url(../img/menu-tv.png) no-repeat center;
      background-size: contain;
      content: "";
      position: absolute;
      left: 0;
      top: -5px; }

.home-store-slider .item_slider {
  padding: 0px 10px; }
  @media screen and (max-width: 1020px) {
    .home-store-slider .item_slider {
      padding: 0px 5px; } }

.home-store-slider .slick-dots {
  text-align: center; }
  .home-store-slider .slick-dots li {
    display: inline-block;
    margin-right: 8px; }
    .home-store-slider .slick-dots li button {
      width: 10px;
      height: 10px;
      background: #C3C4C4;
      font-size: 0px;
      border: none;
      border-radius: 50%;
      cursor: pointer; }
    .home-store-slider .slick-dots li.slick-active button {
      background: #676766; }

.home-store__title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 33px;
  font-weight: bold; }
  @media screen and (max-width: 460px) {
    .home-store__title {
      font-size: 22px;
      line-height: 1.4; } }

.home-store-slider {
  padding: 0px 20px;
  position: relative; }
  @media screen and (max-width: 1020px) {
    .home-store-slider {
      padding: 0px 45px; } }
  @media screen and (max-width: 400px) {
    .home-store-slider {
      padding: 0px; } }
  .home-store-slider .slick-arrow {
    position: absolute;
    left: -25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 45px;
    height: 140px;
    font-size: 0px;
    border: none;
    background: url(../img/slide-arrow.png) no-repeat center;
    background-size: 20px auto;
    z-index: 20;
    overflow: hidden;
    cursor: pointer; }
    @media screen and (max-width: 1020px) {
      .home-store-slider .slick-arrow {
        left: 0; } }
    .home-store-slider .slick-arrow:before {
      width: 140px;
      height: 140px;
      left: 0;
      top: 0;
      content: "";
      background: #EBEBEB;
      position: absolute;
      border-radius: 50%; }
    .home-store-slider .slick-arrow:after {
      width: 50px;
      height: 40px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      background: url(../img/slide-arrow.png) no-repeat center;
      background-size: 20px auto;
      position: absolute; }
  .home-store-slider .slick-next {
    right: -25px;
    left: auto;
    -webkit-transform: translate(0, -50%) rotate(-180deg);
    transform: translate(0, -50%) rotate(-180deg); }
    @media screen and (max-width: 1020px) {
      .home-store-slider .slick-next {
        right: 0px; } }

.store-slider__item {
  border: 2px solid #C9C9C9;
  border-radius: 2px;
  padding-bottom: 10px; }
  .store-slider__item .store-slider__item-img {
    height: 200px;
    overflow: hidden;
    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; }
    .store-slider__item .store-slider__item-img img {
      width: auto;
      max-width: 95%;
      height: auto;
      max-height: 95%; }
  .store-slider__item .store-slider__item-title {
    background: #13A48A;
    color: #fff;
    padding: 8px 20px;
    line-height: 1.4;
    font-size: 14px; }
    .store-slider__item .store-slider__item-title span {
      font-size: 16px;
      font-weight: bold; }
  .store-slider__item .store-slider__item-desc {
    font-size: 12px;
    padding: 10px 20px;
    line-height: 1.4; }
  .store-slider__item .store-slider__item-price {
    font-size: 14px;
    padding: 0px 20px;
    line-height: 1.4;
    color: #000; }
    .store-slider__item .store-slider__item-price strong {
      font-size: 33px;
      font-weight: bold; }
  .store-slider__item .store-slider__item-link {
    height: 40px;
    padding: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .store-slider__item .store-slider__item-link a {
      background: #13A48A;
      color: #fff;
      text-decoration: none;
      text-align: center;
      display: inline-block;
      height: 40px;
      line-height: 40px;
      padding: 0px 10px;
      font-size: 12px;
      font-weight: bold;
      border-radius: 5px;
      -webkit-transition: all .3s;
      transition: all .3s;
      display: none; }
      @media screen and (max-width: 992px) {
        .store-slider__item .store-slider__item-link a {
          font-size: 10px;
          padding: 0px 5px; } }
      .store-slider__item .store-slider__item-link a:hover {
        background: #B32322; }
    .store-slider__item .store-slider__item-link span {
      font-size: 12px;
      color: #13A48A; }
  .store-slider__item:hover .store-slider__item-link span {
    display: none; }
  .store-slider__item:hover .store-slider__item-link a {
    display: block; }

.home-store__link {
  padding: 30px 0px 40px 0px;
  text-align: center; }
  .home-store__link.home-store__link-min {
    padding: 30px 0px 20px 0px; }

.home-useful {
  margin-bottom: 60px; }
  .home-useful .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 900px) {
      .home-useful .container {
        display: block; } }
  .home-useful .home-useful__left {
    width: calc(100% - 300px); }
    @media screen and (max-width: 960px) {
      .home-useful .home-useful__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media screen and (max-width: 900px) {
      .home-useful .home-useful__left {
        width: 100%;
        margin-bottom: 20px; } }
    @media screen and (max-width: 580px) {
      .home-useful .home-useful__left {
        display: block; } }
    .home-useful .home-useful__left .home-useful__item {
      position: relative;
      padding-right: 100px;
      position: relative; }
      @media screen and (max-width: 960px) {
        .home-useful .home-useful__left .home-useful__item {
          padding-right: 0px;
          padding-top: 110px;
          text-align: center; } }
      .home-useful .home-useful__left .home-useful__item .home-useful__item-title {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 15px; }
      .home-useful .home-useful__left .home-useful__item .home-useful__item-icon {
        width: 90px;
        height: 90px;
        position: absolute;
        top: 0px;
        right: 20px; }
        @media screen and (max-width: 960px) {
          .home-useful .home-useful__left .home-useful__item .home-useful__item-icon {
            right: auto;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
        .home-useful .home-useful__left .home-useful__item .home-useful__item-icon img {
          width: auto;
          max-width: 100%;
          height: auto;
          max-height: 100%; }
      .home-useful .home-useful__left .home-useful__item .home-useful__item-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 960px) {
          .home-useful .home-useful__left .home-useful__item .home-useful__item-bottom {
            display: block; } }
      .home-useful .home-useful__left .home-useful__item .home-useful__item-link {
        margin-right: 30px; }
        @media screen and (max-width: 960px) {
          .home-useful .home-useful__left .home-useful__item .home-useful__item-link {
            margin-right: 0px; } }
        .home-useful .home-useful__left .home-useful__item .home-useful__item-link a {
          display: inline-block;
          font-size: 13px;
          text-decoration: none;
          color: #13A48A;
          border: 2px solid #13A48A;
          border-radius: 5px;
          width: 200px;
          height: 50px;
          font-weight: bold;
          line-height: 46px;
          text-align: center;
          margin-right: 10px;
          -webkit-transition: all .4s;
          transition: all .4s; }
          .home-useful .home-useful__left .home-useful__item .home-useful__item-link a:hover {
            background: #13A48A;
            color: #fff; }
      .home-useful .home-useful__left .home-useful__item .home-useful__item-info {
        padding-top: 0px; }
        .home-useful .home-useful__left .home-useful__item .home-useful__item-info a {
          font-size: 13px;
          font-weight: bold; }
  .home-useful .home-useful__left-i {
    background: #F3F3F3;
    margin-bottom: 20px;
    padding: 20px 20px; }
    @media screen and (max-width: 960px) {
      .home-useful .home-useful__left-i {
        width: calc(50% - 10px);
        margin-bottom: 0px; } }
    @media screen and (max-width: 580px) {
      .home-useful .home-useful__left-i {
        width: 100%;
        margin-bottom: 20px; } }
    .home-useful .home-useful__left-i:last-child {
      margin-bottom: 0px; }
  .home-useful .home-useful__right {
    width: 450px;
    background: #F3F3F3; }
    @media screen and (max-width: 900px) {
      .home-useful .home-useful__right {
        width: 100%; } }
    .home-useful .home-useful__right .home-useful__item {
      text-align: center;
      padding: 30px 20px 10px 20px;
      position: relative; }
      @media screen and (max-width: 900px) {
        .home-useful .home-useful__right .home-useful__item {
          padding: 20px; } }
      .home-useful .home-useful__right .home-useful__item .home-useful__item-cont {
        position: absolute;
        left: 0;
        top: 0;
        background: #F3F3F3;
        width: 100%;
        height: 100%;
        z-index: 5;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .home-useful .home-useful__right .home-useful__item .home-useful__item-cont .home-useful__item-cont__text {
          line-height: 1.4;
          font-size: 14px;
          margin-bottom: 15px; }
        .home-useful .home-useful__right .home-useful__item .home-useful__item-cont .home-useful__item-cont__btn {
          margin-bottom: 10px; }
          .home-useful .home-useful__right .home-useful__item .home-useful__item-cont .home-useful__item-cont__btn a {
            display: inline-block;
            font-size: 13px;
            text-decoration: none;
            color: #434242;
            border: 2px solid #434242;
            border-radius: 5px;
            width: 100%;
            height: 50px;
            font-weight: 700;
            line-height: 46px;
            text-align: center;
            margin-right: 10px;
            -webkit-transition: all .4s;
            transition: all .4s;
            max-width: 240px; }
        .home-useful .home-useful__right .home-useful__item .home-useful__item-cont .home-useful__item-cont__link a {
          font-size: 12px; }
      .home-useful .home-useful__right .home-useful__item .home-useful__item-icon img {
        position: static;
        width: 120px;
        height: 120px; }
        @media screen and (max-width: 580px) {
          .home-useful .home-useful__right .home-useful__item .home-useful__item-icon img {
            width: 90px;
            height: 90px; } }
      .home-useful .home-useful__right .home-useful__item .home-useful__item-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px; }
      .home-useful .home-useful__right .home-useful__item .home-useful__item-link a {
        display: inline-block;
        font-size: 13px;
        text-decoration: none;
        color: #434242;
        border: 2px solid #434242;
        border-radius: 5px;
        width: 100%;
        height: 50px;
        font-weight: bold;
        line-height: 46px;
        text-align: center;
        margin-right: 10px;
        -webkit-transition: all .4s;
        transition: all .4s;
        max-width: 240px; }
        .home-useful .home-useful__right .home-useful__item .home-useful__item-link a:hover {
          background: #13A48A;
          color: #fff;
          border: 2px solid #13A48A; }
      .home-useful .home-useful__right .home-useful__item:hover .home-useful__item-cont {
        opacity: 1;
        visibility: visible; }

.sec-network-boundaries {
  margin-bottom: 60px; }
  @media screen and (max-width: 1020px) {
    .sec-network-boundaries .container {
      padding: 0px; } }

.network-boundaries {
  height: 440px;
  position: relative; }
  @media screen and (max-width: 720px) {
    .network-boundaries {
      height: auto;
      padding-bottom: 30px;
      padding-top: 30px; } }
  @media screen and (max-width: 460px) {
    .network-boundaries {
      padding: 30px 15px; } }
  .network-boundaries .network-boundaries__img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    text-align: center; }
  .network-boundaries img {
    width: 970px;
    /* height: 440px; */
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    text-align: center; }
  .network-boundaries .network-boundaries__title {
    position: absolute;
    top: 70px;
    left: 70px;
    color: #5B5B5B;
    line-height: 1.2;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 5; }
    .network-boundaries .network-boundaries__title span {
      font-size: 72px;
      display: block; }
    @media screen and (max-width: 720px) {
      .network-boundaries .network-boundaries__title {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        text-align: center;
        margin-bottom: 20px; } }
  .network-boundaries .network-boundaries__number {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #5B5B5B;
    padding: 30px;
    background: white;
    font-size: 25px;
    line-height: 1.2;
    max-width: 370px;
    font-weight: bold;
    z-index: 5;
	display:none}
    @media screen and (max-width: 720px) {
      .network-boundaries .network-boundaries__number {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 0 auto;
        width: 100%; } }
    .network-boundaries .network-boundaries__number:before {
      width: 30px;
      height: 30px;
      border-left: 7px solid #13A48A;
      border-bottom: 7px solid #13A48A;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0; }
    .network-boundaries .network-boundaries__number:after {
      width: 30px;
      height: 30px;
      border-top: 7px solid #13A48A;
      border-right: 7px solid #13A48A;
      content: "";
      position: absolute;
      top: 0;
      right: 0; }
    .network-boundaries .network-boundaries__number span {
      font-size: 16px;
      display: block; }
    .network-boundaries .network-boundaries__number .number {
      font-size: 85px;
      line-height: 1;
      white-space: nowrap; }
      @media screen and (max-width: 460px) {
        .network-boundaries .network-boundaries__number .number {
          font-size: 60px; } }

.sec-advantages {
  margin-bottom: 30px; }

.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .advantages .advantages__item {
    width: calc(100%/3 - 13.333px);
    border: 2px solid #C9C9C9;
    border-radius: 3px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 20px;
    text-align: center;
    font-size: 15px;
    position: relative; }
    @media screen and (max-width: 620px) {
      .advantages .advantages__item {
        width: calc(100%/2 - 10px); } }
    @media screen and (max-width: 430px) {
      .advantages .advantages__item {
        width: 100%;
        margin-right: 0px; } }
    .advantages .advantages__item:nth-child(3n+3) {
      margin-right: 0px; }
      @media screen and (max-width: 620px) {
        .advantages .advantages__item:nth-child(3n+3) {
          margin-right: 20px; } }
      @media screen and (max-width: 430px) {
        .advantages .advantages__item:nth-child(3n+3) {
          margin-right: 0px; } }
    @media screen and (max-width: 620px) {
      .advantages .advantages__item:nth-child(2n+2) {
        margin-right: 0px; } }
    .advantages .advantages__item .advantages__item-desc {
      position: absolute;
      left: 0;
      top: 0;
      background: #fff;
      z-index: 5;
      padding: 15px;
      overflow: hidden;
      font-size: 12px;
      line-height: 1.4;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .advantages .advantages__item .advantages__item-desc p {
        margin-bottom: 5px; }
    .advantages .advantages__item .advantages__item-icon {
      height: 100px;
      margin-bottom: 10px;
      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; }
      .advantages .advantages__item .advantages__item-icon img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: calc(100% - 20px); }
    .advantages .advantages__item .advantages__item-title {
      min-height: 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1.2; }
    .advantages .advantages__item:hover .advantages__item-desc {
      visibility: visible;
      opacity: 1; }

.home-news__title {
  font-size: 33px;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px; }
  @media screen and (max-width: 740px) {
    .home-news__title {
      line-height: 1.3; } }
  .home-news__title h1,
  .home-news__title h2,
  .home-news__title h3,
  .home-news__title h4,
  .home-news__title h5,
  .home-news__title h6 {
    font-size: 33px;
    margin: 0px;
    font-weight: bold; }
  .home-news__title .home-news__all {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 60px;
    color: #13A48A;
    font-size: 15px;
    font-weight: normal; }
    @media screen and (max-width: 740px) {
      .home-news__title .home-news__all {
        position: static;
        top: auto;
        right: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }

.home-news {
  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; }
  .home-news .home-news__item {
    width: calc(50% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px; }
    @media screen and (max-width: 840px) {
      .home-news .home-news__item {
        display: block; } }
    @media screen and (max-width: 480px) {
      .home-news .home-news__item {
        width: 100%; } }
    .home-news .home-news__item .home-news__item-img {
      width: 200px;
      height: 200px; }
      @media screen and (max-width: 840px) {
        .home-news .home-news__item .home-news__item-img {
          width: 100%; } }
      .home-news .home-news__item .home-news__item-img img {
        width: 200px;
        max-width: 100%;
        height: auto; }
    .home-news .home-news__item .home-news__item-cont {
      width: calc(100% - 215px);
      font-size: 13px;
      line-height: 1.2; }
      @media screen and (max-width: 840px) {
        .home-news .home-news__item .home-news__item-cont {
          width: 100%; } }
      .home-news .home-news__item .home-news__item-cont .home-news__item-title {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px; }
      .home-news .home-news__item .home-news__item-cont .home-news__item-desc {
        margin-bottom: 10px; }
      .home-news .home-news__item .home-news__item-cont .home-news__item-link {
        font-size: 14px;
       padding-left: 37%; }

.tariff-title {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 33px;
  line-height: 1.4;
  text-align: center; }
  .tariff-title h1,
  .tariff-title h2,
  .tariff-title h3,
  .tariff-title h4,
  .tariff-title h5,
  .tariff-title h6 {
    margin: 0px;
    font-size: 33px; }

.tariff-block {
  border: 2px solid #13A48A;
  margin-bottom: 40px; }
  .tariff-block .tariff-block__header {
    background: #13A48A;
    color: #fff;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 500px) {
      .tariff-block .tariff-block__header {
        display: block;
        text-align: center; } }
  .tariff-block .tariff-block__title {
    font-size: 33px;
    line-height: 1.2; }
    @media screen and (max-width: 660px) {
      .tariff-block .tariff-block__title {
        font-size: 24px; } }
    @media screen and (max-width: 500px) {
      .tariff-block .tariff-block__title {
        margin-bottom: 10px; } }
  .tariff-block .tariff-block__link-discount {
    position: relative; }
	.tariff-block .tariff-block__link-discount .channel-list {
    color: white;
    text-decoration: none; }
	.tariff-block .tariff-block__link-discount .channel-list:hover {
    color: black;
    text-decoration: underline; }
    .tariff-block .tariff-block__link-discount .item__popup {
      position: absolute;
      right: 0;
      bottom: 0px;
      background: #fff;
      border: 1px solid #C3C4C4;
      z-index: 5;
      padding: 15px;
      line-height: 1.4;
      color: #434242;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all .4s;
      transition: all .4s;
      width: 670px;
      font-size: 14px; }
      @media screen and (max-width: 725px) {
        .tariff-block .tariff-block__link-discount .item__popup {
          width: 490px;
          padding: 10px 5px; } }
      @media screen and (max-width: 550px) {
        .tariff-block .tariff-block__link-discount .item__popup {
          width: 400px; } }
      @media screen and (max-width: 470px) {
        .tariff-block .tariff-block__link-discount .item__popup {
          width: 320px; } }
      @media screen and (max-width: 375px) {
        .tariff-block .tariff-block__link-discount .item__popup {
          width: 265px;
          line-height: 1.4; } }
      .tariff-block .tariff-block__link-discount .item__popup:after, .tariff-block .tariff-block__link-discount .item__popup:before {
        top: 100%;
        right: 45px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .tariff-block .tariff-block__link-discount .item__popup:after {
        border-color: #ffffff;
        border-top-color: #fff;
        border-width: 15px;
        margin-left: -15px; }
      .tariff-block .tariff-block__link-discount .item__popup:before {
        border-color: #c3c4c4;
        border-top-color: #C3C4C4;
        border-width: 16px;
        margin-left: -16px; }
      .tariff-block .tariff-block__link-discount .item__popup .item__popup-tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 768px) {
          .tariff-block .tariff-block__link-discount .item__popup .item__popup-tr {
            display: block; } }
      .tariff-block .tariff-block__link-discount .item__popup .item__popup-td:first-child {
        width: 100%;
        padding-right: 10px; }
        @media screen and (max-width: 768px) {
          .tariff-block .tariff-block__link-discount .item__popup .item__popup-td:first-child {
            margin-bottom: 15px;
            max-width: 100%; } }
    .tariff-block .tariff-block__link-discount span {
      color: #2B2A29;
      display: block;
      cursor: pointer; }
      .tariff-block .tariff-block__link-discount span:hover {
        color: #fff; }
    .tariff-block .tariff-block__link-discount:hover .item__popup {
      bottom: calc(100% + 15px);
      visibility: visible;
      opacity: 1; }
  .tariff-block .tariff-block__content {
    padding: 20px 20px 20px 20px; }
  .tariff-block .tariff-block__bot {
    font-size: 15px;
    line-height: 1.2; }
  .tariff-block .tariff-block__table .tariff-block__th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #13A48A;
    font-size: 14px;
    margin-bottom: 20px; }
    @media screen and (max-width: 720px) {
      .tariff-block .tariff-block__table .tariff-block__th {
        display: none; } }
    .tariff-block .tariff-block__table .tariff-block__th .tariff-block__td {
      text-align: end; }
      .tariff-block .tariff-block__table .tariff-block__th .tariff-block__td:before {
        display: none; }
  .tariff-block .tariff-block__table .tariff-block__tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 830px) {
      .tariff-block .tariff-block__table .tariff-block__tr {
        margin-bottom: 10px; } }
    @media screen and (max-width: 720px) {
      .tariff-block .tariff-block__table .tariff-block__tr {
        display: block;
        max-width: 400px;
        margin: 0 auto 10px auto;
        border-bottom: 1px solid #9D9E9E;
        padding-bottom: 10px; } }
  .tariff-block .tariff-block__table .tariff-block__td {
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    padding: 0px 20px;
    text-align: end; }
    @media screen and (max-width: 830px) {
      .tariff-block .tariff-block__table .tariff-block__td {
        padding: 0px 10px; } }
    @media screen and (max-width: 720px) {
      .tariff-block .tariff-block__table .tariff-block__td {
        text-align: center;
        border-bottom: 1px solid #f2f2f2;
        padding: 10px 0px; } }
    .tariff-block .tariff-block__table .tariff-block__td .hint {
      font-size: 11px;
      position: absolute;
      left: 20px;
      top: -20px;
      border: 1px solid #B32322;
      border-radius: 3px;
      color: #B32322;
      padding: 1px 5px; }
      @media screen and (max-width: 830px) {
        .tariff-block .tariff-block__table .tariff-block__td .hint {
          left: 10px;
          position: static;
          margin-bottom: 5px; } }
    .tariff-block .tariff-block__table .tariff-block__td:before {
      width: 1px;
      height: 20px;
      content: "";
      background: #9D9E9E;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      @media screen and (max-width: 720px) {
        .tariff-block .tariff-block__table .tariff-block__td:before {
          display: none; } }
    .tariff-block .tariff-block__table .tariff-block__td:first-child {
      padding-left: 0px;
        padding-right: 0px;}
      .tariff-block .tariff-block__table .tariff-block__td:first-child:before {
        display: none; }
    .tariff-block .tariff-block__table .tariff-block__td span {
      font-size: 24px;
      font-weight: bold; }
      @media screen and (max-width: 860px) {
        .tariff-block .tariff-block__table .tariff-block__td span {
          font-size: 18px; } }
    .tariff-block .tariff-block__table .tariff-block__td.td__speed {
      width: 17%;
      text-align: center; }
      @media screen and (max-width: 720px) {
        .tariff-block .tariff-block__table .tariff-block__td.td__speed {
          width: 100%; } }
    .tariff-block .tariff-block__table .tariff-block__td.td__cost {
      width: 17%;
      font-size: 12px; }
      @media screen and (max-width: 720px) {
        .tariff-block .tariff-block__table .tariff-block__td.td__cost {
          width: 100%; } }
    .tariff-block .tariff-block__table .tariff-block__td.td__price {
      width: 24%;
      padding: 0px 20px 0px 60px;
      text-align: center; }
      @media screen and (max-width: 830px) {
        .tariff-block .tariff-block__table .tariff-block__td.td__price {
          padding: 0px 10px 0px 50px; } }
      @media screen and (max-width: 720px) {
        .tariff-block .tariff-block__table .tariff-block__td.td__price {
          width: 100%;
          padding: 10px 0px; } }
    .tariff-block .tariff-block__table .tariff-block__td.td__discount-price {
      width: 20%; }
      @media screen and (max-width: 720px) {
        .tariff-block .tariff-block__table .tariff-block__td.td__discount-price {
          width: 100%; } }
    .tariff-block .tariff-block__table .tariff-block__td.td__options {
      width: 21%;
      position: relative; }
      .tariff-block .tariff-block__table .tariff-block__td.td__options.td__icon {
        padding-left: 65px; }
        @media screen and (max-width: 860px) {
          .tariff-block .tariff-block__table .tariff-block__td.td__options.td__icon {
            padding-left: 45px; }
            .tariff-block .tariff-block__table .tariff-block__td.td__options.td__icon .icon-router2 {
              width: 25px;
              height: 25px;
              left: 10px; } }
    @media screen and (max-width: 860px) and (max-width: 720px) {
      .tariff-block .tariff-block__table .tariff-block__td.td__options.td__icon .icon-router2 {
        display: inline-block;
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-right: 10px; } }
      .tariff-block .tariff-block__table .tariff-block__td.td__options .icon-router2 {
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      @media screen and (max-width: 720px) {
        .tariff-block .tariff-block__table .tariff-block__td.td__options {
          width: 100%; } }
    .tariff-block .tariff-block__table .tariff-block__td.td__links {
      width: 19%;
      padding-left: 0px;
      padding-right: 0px; }
      .tariff-block .tariff-block__table .tariff-block__td.td__links:before {
        display: none; }
      .tariff-block .tariff-block__table .tariff-block__td.td__links .btn_blue {
        width: 100%;
        text-align: center; }
        @media screen and (max-width: 830px) {
          .tariff-block .tariff-block__table .tariff-block__td.td__links .btn_blue {
            /*padding: 0px 10px;*/ } }
      @media screen and (max-width: 720px) {
        .tariff-block .tariff-block__table .tariff-block__td.td__links {
          width: 100%;
          padding: 10px 0px;
          border-bottom: 0px; } }
  .tariff-block .tariff-block__table.table__cost .tariff-block__tr {
    border-bottom: 2px solid #9D9E9E;
    margin-bottom: 20px;
    padding-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .tariff-block .tariff-block__table.table__cost .tariff-block__tr:last-child {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border: 0px; }
    .tariff-block .tariff-block__table.table__cost .tariff-block__tr .tariff-block__td.td__cost {
      width: 22%; }
      .tariff-block .tariff-block__table.table__cost .tariff-block__tr .tariff-block__td.td__cost span {
        display: block; }
      @media screen and (max-width: 720px) {
        .tariff-block .tariff-block__table.table__cost .tariff-block__tr .tariff-block__td.td__cost {
          width: 100%; } }
    .tariff-block .tariff-block__table.table__cost .tariff-block__tr .tariff-block__td.td__price {
      width: 19%;
      padding: 0px 10px 0px 10px;
        text-align: center;}
      .tariff-block .tariff-block__table.table__cost .tariff-block__tr .tariff-block__td.td__price.td__price-now {
        text-align: center; }
      @media screen and (max-width: 720px) {
        .tariff-block .tariff-block__table.table__cost .tariff-block__tr .tariff-block__td.td__price {
          width: 100%;
          padding: 10px 0px; } }
    .tariff-block .tariff-block__table.table__cost .tariff-block__tr .tariff-block__td.td__tv-price {
      width: 20%; }
      @media screen and (max-width: 720px) {
        .tariff-block .tariff-block__table.table__cost .tariff-block__tr .tariff-block__td.td__tv-price {
          width: 100%; } }
      .tariff-block .tariff-block__table.table__cost .tariff-block__tr .tariff-block__td.td__tv-price.tv__free {
        font-size: 12px; }
        .tariff-block .tariff-block__table.table__cost .tariff-block__tr .tariff-block__td.td__tv-price.tv__free span {
          font-size: 18px;
          display: block; }
    .tariff-block .tariff-block__table.table__cost .tariff-block__tr .tariff-block__td.td__options {
      width: 22%; }
      @media screen and (max-width: 720px) {
        .tariff-block .tariff-block__table.table__cost .tariff-block__tr .tariff-block__td.td__options {
          width: 100%;
          padding: 10px 0px; } }
    .tariff-block .tariff-block__table.table__cost .tariff-block__tr .tariff-block__td.td__links {
      width: 17%; }
      @media screen and (max-width: 720px) {
        .tariff-block .tariff-block__table.table__cost .tariff-block__tr .tariff-block__td.td__links {
          width: 100%;
          padding: 10px 0px; } }
  .tariff-block .tariff-block__table.table__cost .hint {
    font-size: 14px;
    border: 1px solid #B32322;
    border-radius: 3px;
    color: #B32322;
    padding: 1px 5px;
    margin-top: 5px; }
    @media screen and (max-width: 830px) {
      .tariff-block .tariff-block__table.table__cost .hint {
        left: 10px;
        position: static;
        margin-bottom: 5px; } }

.sec-how-pay .sec-how-pay__title {
  font-size: 33px;
  font-weight: bold;
  margin: 0px;
  line-height: 1.2;
  color: #2B2A29;
  margin-bottom: 20px;
  text-align: center; }

.how-pay .how-pay__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .how-pay .how-pay__list {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.how-pay .how-pay__item {
  width: 150px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .how-pay .how-pay__item {
      width: calc(50% - 10px);
      margin-right: 10px; } }
  @media screen and (max-width: 768px) {
    .how-pay .how-pay__item:nth-child(2n+2) {
      margin-right: 0px; } }
  .how-pay .how-pay__item .how-pay__item-icon {
    width: 150px;
    height: 150px;
    border: 1px solid #C5C6C6;
    border-radius: 3px;
    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;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-transition: all .4s;
    transition: all .4s; }
    @media screen and (max-width: 768px) {
      .how-pay .how-pay__item .how-pay__item-icon {
        width: 100%; } }
    .how-pay .how-pay__item .how-pay__item-icon:hover {
      border-color: #13A48A; }
    .how-pay .how-pay__item .how-pay__item-icon a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .how-pay .how-pay__item .how-pay__item-icon img {
      width: auto;
      max-width: 60%;
      height: auto;
      max-height: 60%; }
  .how-pay .how-pay__item .how-pay__item-title {
    color: #434242;
    font-size: 13px; }
    .how-pay .how-pay__item .how-pay__item-title a {
      color: #434242;
      -webkit-transition: all .4s;
      transition: all .4s; }
      .how-pay .how-pay__item .how-pay__item-title a:hover {
        color: #13A48A; }

.application-connection-v2 .application-connection-v2__title {
  font-size: 33px;
  font-weight: bold;
  margin: 0px 0px 25px 0px;
  color: #2B2A29;
  line-height: 1.2;
  text-align: center; }

.application-connection-v2 .application-connection-v2__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #13A48A;
  padding: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  counter-reset: list; }
  @media screen and (max-width: 680px) {
    .application-connection-v2 .application-connection-v2__steps {
      display: block; } }
  .application-connection-v2 .application-connection-v2__steps .application-connection-v2__step {
    margin-right: 15px;
    font-size: 11px;
    line-height: 1.1;
    position: relative;
    color: #2B2A29;
    padding-left: 50px;
    counter-increment: list; }
    @media screen and (max-width: 680px) {
      .application-connection-v2 .application-connection-v2__steps .application-connection-v2__step {
        padding-left: 0px;
        padding-top: 60px;
        text-align: center;
        margin-bottom: 20px;
        margin-right: 0px; } }
    .application-connection-v2 .application-connection-v2__steps .application-connection-v2__step:before {
      position: absolute;
      width: 40px;
      top: 0;
      left: 0;
      height: 40px;
      background: #fff;
      content: counter(list);
      color: #2B2A29;
      font-size: 24px;
      line-height: 1;
      border-radius: 50%;
      overflow: hidden;
      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; }
      @media screen and (max-width: 680px) {
        .application-connection-v2 .application-connection-v2__steps .application-connection-v2__step:before {
          left: 50%;
          margin-left: -20px; } }
    .application-connection-v2 .application-connection-v2__steps .application-connection-v2__step:last-child {
      margin-right: 0px; }

.application-connection-v2 .application-connection-v2__form {
  padding: 20px;
  border: 2px solid #13A48A;
  margin-bottom: 40px; }

.application-connection-v2 .application-connection-v2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.application-connection-v2 .application-connection-v2__col {
  width: calc(100%/3 - 20px);
  margin-bottom: 15px; }
  @media screen and (max-width: 750px) {
    .application-connection-v2 .application-connection-v2__col {
      width: calc(100%/2 - 5px); } }
  @media screen and (max-width: 485px) {
    .application-connection-v2 .application-connection-v2__col {
      width: 100%; } }
  .application-connection-v2 .application-connection-v2__col.col__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .application-connection-v2 .application-connection-v2__col.col__row .form-input__number {
      width: calc(100%/2 - 10px);
      margin-right: 20px; }
      .application-connection-v2 .application-connection-v2__col.col__row .form-input__number:last-child {
        margin-right: 0px; }

.application-connection-v2 .form-input {
  margin-right: 0px; }
  .application-connection-v2 .form-input input {
    width: 100%; }

.application-connection-v2 .form-input__number input {
  width: 100%;
  max-width: 100%; }

.application-connection-v2 .application-connection-v2__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.2; }
  .application-connection-v2 .application-connection-v2__options .chec-castom label {
    font-size: 14px; }
  .application-connection-v2 .application-connection-v2__options .application-connection-v2__option {
    margin-right: 40px;
    margin-bottom: 20px; }
    .application-connection-v2 .application-connection-v2__options .application-connection-v2__option:last-child {
      margin-right: 0px; }

.application-connection-v2 .application-connection-v2__comment {
  display: block;
  font-size: 14px;
  min-height: 24px;
  margin-bottom: 30px; }

.application-connection-v2 .application-connection-v2__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 670px) {
    .application-connection-v2 .application-connection-v2__bottom {
      display: block; } }

.application-connection-v2 .application-connection-v2__submit {
  margin-right: 20px; }
  @media screen and (max-width: 670px) {
    .application-connection-v2 .application-connection-v2__submit {
      margin-right: 0px;
      margin-bottom: 20px;
      text-align: center;
      } 
  }

.cost-block {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3; }
  .cost-block p {
    margin-bottom: 10px; }
  .cost-block span {
    font-size: 25px; }

p.accent {
  font-size: 19px;
  color: #B32322;
  text-decoration: underline;
  font-weight: normal; }

.connection-options {
  padding-top: 20px; }
  .connection-options .connection-options__title {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    text-align: center; }
  .connection-options .connection-options__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .connection-options .connection-options__item {
    width: calc(100%/4 - 15px);
    margin-bottom: 20px;
    margin-right: 15px;
    border: 2px solid #C5C6C6;
    padding: 15px 10px; }
    @media screen and (max-width: 650px) {
      .connection-options .connection-options__item {
        width: calc(100%/2 - 15px); } }
    @media screen and (max-width: 400px) {
      .connection-options .connection-options__item {
        width: calc(100%/2 - 5px);
        margin-right: 5px;
        margin-bottom: 10px; } }
    .connection-options .connection-options__item:last-child {
      margin-right: 0px; }
    @media screen and (max-width: 650px) {
      .connection-options .connection-options__item:nth-child(2n+2) {
        margin-right: 0px; } }
    .connection-options .connection-options__item .connection-options__item-icon {
      text-align: center;
      height: 80px;
      margin-bottom: 20px;
      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; }
      .connection-options .connection-options__item .connection-options__item-icon img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: calc(100% - 15px); }
    .connection-options .connection-options__item .connection-options__item-desc {
      font-size: 11px;
      line-height: 1.2; }

.recommendations-routes-wrap {
  margin-bottom: 25px; }

.recommendations-routes-title {
  font-size: 24px;
  color: #13A48A;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
  margin-bottom: 15px; }

.recommendations-routes {
  font-size: 14px;
  line-height: 1.4;
  background: #EBEBEB;
  display: none; }
  .recommendations-routes p {
    margin-bottom: 10px; }
  .recommendations-routes .recommendations-routes__cont {
    padding: 10px 15px; }
  .recommendations-routes .recommendations-routes__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px; }
    @media screen and (max-width: 720px) {
      .recommendations-routes .recommendations-routes__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (max-width: 400px) {
      .recommendations-routes .recommendations-routes__row {
        display: block; } }
  .recommendations-routes .recommendations-routes__col {
    width: calc(100%/4);
    padding-right: 15px;
    line-height: 1.4; }
    @media screen and (max-width: 720px) {
      .recommendations-routes .recommendations-routes__col {
        width: calc(100%/2);
        margin-bottom: 15px; } }
    @media screen and (max-width: 400px) {
      .recommendations-routes .recommendations-routes__col {
        width: 100%;
        padding-right: 0px; } }
    .recommendations-routes .recommendations-routes__col a {
      color: #434242; }
    .recommendations-routes .recommendations-routes__col p {
      margin-bottom: 0px; }
    .recommendations-routes .recommendations-routes__col:last-child {
      padding-right: 0px; }
    .recommendations-routes .recommendations-routes__col ul {
      list-style: none; }
      .recommendations-routes .recommendations-routes__col ul li a {
        color: #434242;
        display: inline-block;
        padding-left: 15px;
        position: relative; }
        .recommendations-routes .recommendations-routes__col ul li a:before {
          width: 4px;
          height: 4px;
          background: #13A48A;
          content: "";
          position: absolute;
          left: 0;
          top: 8px;
          border-radius: 50%; }
    .recommendations-routes .recommendations-routes__col .recommendations-routes__col-t {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 10px; }
  .recommendations-routes .recommendations-routes__bot {
    background: #727271;
    font-size: 14px;
    text-align: center;
    padding: 10px 15px;
    line-height: 1.2;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .recommendations-routes .recommendations-routes__bot p {
      margin-right: 15px;
      margin-bottom: 0px; }
      @media screen and (max-width: 570px) {
        .recommendations-routes .recommendations-routes__bot p {
          margin-bottom: 15px;
          margin-right: 0px; } }
    @media screen and (max-width: 570px) {
      .recommendations-routes .recommendations-routes__bot {
        display: block; } }
    @media screen and (max-width: 340px) {
      .recommendations-routes .recommendations-routes__bot a {
        font-size: 12px; } }

.channel-list {
  margin-bottom: 40px; }
  .channel-list .channel-list__title {
    font-size: 33px;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
    line-height: 1.2; }
  .channel-list .channel-list__show {
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff; }
    .channel-list .channel-list__show:before {
      width: 100%;
      height: 40px;
      background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, rgba(255, 255, 255, 0.5)), to(white));
      background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.5) 50%, white 100%);
      content: "";
      position: absolute;
      left: 0;
      top: -40px; }
  .channel-list .channel-list__wrap {
    height: 430px;
    overflow: hidden;
    position: relative; }
    .channel-list .channel-list__wrap.all__list {
      height: auto; }
  .channel-list .channel-list__block .channel-list__block-header {
    background: #13A48A;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    padding: 7px 10px 7px 15px; }
    @media screen and (max-width: 480px) {
      .channel-list .channel-list__block .channel-list__block-header {
        font-size: 22px; } }
@media screen and (max-width: 720px) {
      .channel-list .channel-list__block .channel-list__block-cont {
    justify-content: center } }
  .channel-list .channel-list__block .channel-list__block-cont {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .channel-list .channel-list__block .channel-list__block-item {
    text-decoration: none;
    display: block;
    width: 75px;
    text-align: center;
    color: #434242;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 10px; }
    .channel-list .channel-list__block .channel-list__block-item:hover {
      color: #13A48A; }
    .channel-list .channel-list__block .channel-list__block-item img {
      width: 75px;
      height: 75px;
      margin-bottom: 5px; }
    .channel-list .channel-list__block .channel-list__block-item span {
      font-size: 12px; }

.installation-instructions {
  margin-bottom: 30px; }
  .installation-instructions .installation-instructions__title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0px 0px 15px 0px;
    color: #2B2A29;
    text-align: center; }
  @media screen and (max-width: 900px) {
      .installation-instructions .installation-instructions__title {
        font-size: 26px;
         } }
  @media screen and (max-width: 500px) {
      .installation-instructions .installation-instructions__title {
        font-size: 22px;
         } }
  @media screen and (max-width: 400px) {
      .installation-instructions .installation-instructions__title {
        font-size: 20px;
         } }
  .installation-instructions .installation-instructions__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .installation-instructions .installation-instructions__list .installation-instructions__item {
      border: 2px solid #C5C6C6;
      width: calc(50% - 5px);
      margin-right: 10px;
      margin-bottom: 10px;
      padding: 15px;
      text-align: center;
      color: #434242;
      text-decoration: none;
      height: 180px;
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .installation-instructions .installation-instructions__list .installation-instructions__item.active {
        border: 2px solid #13A48A;
        color: #13A48A; }
      @media screen and (max-width: 400px) {
        .installation-instructions .installation-instructions__list .installation-instructions__item {
          margin-right: 5px;
          font-size: 14px;
          line-height: 1.3; } }
      .installation-instructions .installation-instructions__list .installation-instructions__item:hover {
        color: #13A48A;
        border-color: #13A48A; }
      .installation-instructions .installation-instructions__list .installation-instructions__item:nth-child(2n+2) {
        margin-right: 0px; }
      .installation-instructions .installation-instructions__list .installation-instructions__item img {
        width: auto;
        max-width: 100px;
        height: 70px;
        margin-bottom: 20px; }
  .installation-instructions .installation-instructions__tabs .installation-instructions__tab {
    padding: 20px 0px 0px 0px;
    font-size: 14px;
    display: none; }
    .installation-instructions .installation-instructions__tabs .installation-instructions__tab.active {
      display: block; }
    .installation-instructions .installation-instructions__tabs .installation-instructions__tab p {
      margin-bottom: 10px; }
    .installation-instructions .installation-instructions__tabs .installation-instructions__tab img {
      width: auto;
      max-width: 100%;
      height: auto; }

.content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .content-row {
      display: block; } }
  .content-row p {
    margin-bottom: 0px; }
  .content-row .content-col {
    width: calc(50% - 10px);
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .content-row .content-col {
        width: 100%; } }

.doorphones__nav {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative; }
  .doorphones__nav:before {
    width: 100%;
    height: 3px;
    background: #13A48A;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute; }
  .doorphones__nav .doorphones__nav-item {
    background: #AEAFB0;
    color: #fff;
    width: calc(50% - 5px);
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    height: 180px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    @media screen and (max-width: 740px) {
      .doorphones__nav .doorphones__nav-item {
        display: block;
        text-align: center;
        padding: 20px 10px;
        height: auto; } }
    .doorphones__nav .doorphones__nav-item:after, .doorphones__nav .doorphones__nav-item:before {
      bottom: -52px;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .doorphones__nav .doorphones__nav-item:after {
      border-color: #88b7d5;
      border-bottom-color: #fff;
      /*border-width: 20px;*/
      margin-left: -20px; }
    .doorphones__nav .doorphones__nav-item:before {
      /*border-color: #c2e1f5;*/
      border-bottom-color: #13A48A;
      border-width: 23px;
      margin-left: -23px; }
    .doorphones__nav .doorphones__nav-item.active {
      background: #13A48A; }
      .doorphones__nav .doorphones__nav-item.active:after, .doorphones__nav .doorphones__nav-item.active:before {
        bottom: -32px; }
    .doorphones__nav .doorphones__nav-item .doorphones__nav-icon {
      margin-right: 20px; }
      @media screen and (max-width: 740px) {
        .doorphones__nav .doorphones__nav-item .doorphones__nav-icon {
          margin-right: 0px; } }
      .doorphones__nav .doorphones__nav-item .doorphones__nav-icon img {
        width: 110px;
        height: 110px; }
        @media screen and (max-width: 740px) {
          .doorphones__nav .doorphones__nav-item .doorphones__nav-icon img {
            width: 80px;
            height: 80px; } }
    .doorphones__nav .doorphones__nav-item .doorphones__nav-desc {
      font-size: 12px;
      line-height: 1.2; }
    .doorphones__nav .doorphones__nav-item .doorphones__nav-title {
      font-size: 21px;
      font-weight: bold;
      margin-bottom: 10px; }
      @media screen and (max-width: 440px) {
        .doorphones__nav .doorphones__nav-item .doorphones__nav-title {
          font-size: 14px; } }
    .doorphones__nav .doorphones__nav-item .doorphones__nav-link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: 2; }
    .doorphones__nav .doorphones__nav-item:last-child {
      margin-right: 0px; }

.doorphones__tabs .doorphones__tab {
  padding: 15px 0px;
  font-size: 14px;
  line-height: 1.4;
  display: none; }
  .doorphones__tabs .doorphones__tab.active {
    display: block; }
  .doorphones__tabs .doorphones__tab p {
    margin-bottom: 10px; }
  .doorphones__tabs .doorphones__tab img {
    /*width: auto;*/
    max-width: 100%;
    height: auto; }
  .doorphones__tabs .doorphones__tab .home-store-wrap {
    margin-top: 30px; }
  .doorphones__tabs .doorphones__tab .home-store__title {
    font-size: 30px; }
  .doorphones__tabs .doorphones__tab .home-store__link {
    padding-bottom: 0px; }

#store {
    padding-top: 20px;
}

.doorphones__list {
  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;
  margin-top: 40px; }
  .doorphones__list .doorphones__list-item {
    width: calc(100%/4 - 10px);
    margin-bottom: 10px;
    border: 1px solid #C5C6C6;
    min-height: 180px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    line-height: 1.2; }
    @media screen and (max-width: 740px) {
      .doorphones__list .doorphones__list-item {
        width: calc(100%/2 - 10px); } }
    .doorphones__list .doorphones__list-item p {
      margin: 0px;
      max-width: 100%; }
    .doorphones__list .doorphones__list-item img {
      width: auto;
      height: 60px;
      margin-bottom: 20px; }

.list-adress-connect {
  padding-top: 15px; }
  .list-adress-connect .list-adress-connect__title {
    color: #13A48A;
    font-size: 21px;
    text-decoration: underline;
    text-align: center;
    cursor: pointer; }
  .list-adress-connect .list-adress-connect__content {
    padding-top: 15px;
    padding: 25px 25px 0px 25px;
    display: none;
    font-size: 14px;
    line-height: 1.4; }
    .list-adress-connect .list-adress-connect__content ul {
      list-style-position: inside; }

.faq__nav {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
display: none; }
  @media screen and (max-width: 590px) {
    .faq__nav {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .faq__nav:before {
    width: 100%;
    height: 3px;
    background: #13A48A;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute; }
  .faq__nav .faq__nav-item {
    background: #AEAFB0;
    color: #fff;
    width: calc(100%/4 - 5px);
    margin-right: 10px;
    padding: 10px 15px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 590px) {
      .faq__nav .faq__nav-item {
        width: calc(100%/2 - 5px);
        margin-bottom: 10px; } }
    @media screen and (max-width: 590px) {
      .faq__nav .faq__nav-item:nth-child(2n+2) {
        margin-right: 0px; } }
    .faq__nav .faq__nav-item:after, .faq__nav .faq__nav-item:before {
      bottom: -52px;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      -webkit-transition: all .3s;
      transition: all .3s; }
      @media screen and (max-width: 590px) {
        .faq__nav .faq__nav-item:after, .faq__nav .faq__nav-item:before {
          display: none; } }
    .faq__nav .faq__nav-item:after {
      border-color: #88b7d5;
      border-bottom-color: #fff;
      border-width: 20px;
      margin-left: -20px; }
    .faq__nav .faq__nav-item:before {
      border-color: #c2e1f5;
      border-bottom-color: #13A48A;
      border-width: 23px;
      margin-left: -23px; }
    .faq__nav .faq__nav-item.active {
      background: #B32322; }
      .faq__nav .faq__nav-item.active:after, .faq__nav .faq__nav-item.active:before {
        bottom: -32px; }
    .faq__nav .faq__nav-item .faq__nav-icon {
      margin-bottom: 5px; }
      .faq__nav .faq__nav-item .faq__nav-icon img {
        width: auto;
        max-width: 100%;
        height: 80px; }
    .faq__nav .faq__nav-item .faq__nav-title {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.2;
      max-width: 100%; }
    .faq__nav .faq__nav-item .faq__nav-link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: 2; }
    .faq__nav .faq__nav-item:last-child {
      margin-right: 0px; }

.faq__tabs .faq__tab {
  padding: 15px 0px;
  font-size: 14px;
  line-height: 1.4;
  display: none; }
  .faq__tabs .faq__tab.active {
    display: block; }
  .faq__tabs .faq__tab p {
    margin-bottom: 10px; }
  .faq__tabs .faq__tab img {
    width: auto;
    max-width: 100%;
    height: auto; }

.faq-accordion .faq-accordion__item {
  margin-bottom: 10px; }
  .faq-accordion .faq-accordion__item .faq-accordion__item-head {
    font-size: 21px;
    font-weight: bold;
    padding: 10px 20px;
    line-height: 1.2;
    border: 1px solid #B2B3B3;
    cursor: pointer; }
    .faq-accordion .faq-accordion__item .faq-accordion__item-head:hover {
      color: #13A48A; }
  .faq-accordion .faq-accordion__item .faq-accordion__item-cont {
    padding: 20px 20px 20px 20px;
    display: none; }
    @media screen and (max-width: 590px) {
      .faq-accordion .faq-accordion__item .faq-accordion__item-cont {
        padding: 20px 0px; } }
    .faq-accordion .faq-accordion__item .faq-accordion__item-cont ul {
      list-style: none; }
      .faq-accordion .faq-accordion__item .faq-accordion__item-cont ul li {
        display: block;
        position: relative;
        margin-bottom: 20px;
        padding-left: 30px; }
        .faq-accordion .faq-accordion__item .faq-accordion__item-cont ul li:before {
          width: 15px;
          height: 15px;
          content: "";
          background: url(../img/arrow_ul.png) no-repeat center;
          background-size: contain;
          position: absolute;
          left: 0;
          top: 9px; }
        .faq-accordion .faq-accordion__item .faq-accordion__item-cont ul li:last-child {
          margin-bottom: 0px; }
        .faq-accordion .faq-accordion__item .faq-accordion__item-cont ul li a {
          font-size: 21px;
          color: #13A48A; }
          @media screen and (max-width: 590px) {
            .faq-accordion .faq-accordion__item .faq-accordion__item-cont ul li a {
              font-size: 18px; } }
          .faq-accordion .faq-accordion__item .faq-accordion__item-cont ul li a:hover {
            color: #107461; }
  .faq-accordion .faq-accordion__item.active .faq-accordion__item-cont {
    display: block; }

.ask-question {
  padding-top: 10px;
  margin-bottom: 30px; }
  .ask-question .form-input {
    margin-right: 0px;
    margin-bottom: 15px; }
    .ask-question .form-input input {
      width: 100%; }
    @media screen and (max-width: 590px) {
      .ask-question .form-input label {
        min-height: auto; } }
  .ask-question .ask-question__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 590px) {
      .ask-question .ask-question__row {
        display: block; } }
    .ask-question .ask-question__row .ask-question__col {
      width: calc(50% - 5px); }
      @media screen and (max-width: 590px) {
        .ask-question .ask-question__row .ask-question__col {
          width: 100%; } }
    .ask-question .ask-question__row.ask-question__min .form-input {
      margin-right: 0px; }
      .ask-question .ask-question__row.ask-question__min .form-input:last-child {
        margin-right: 0px; }
      .ask-question .ask-question__row.ask-question__min .form-input:first-child {
        width: calc(100% - 420px); }
        @media screen and (max-width: 590px) {
          .ask-question .ask-question__row.ask-question__min .form-input:first-child {
            width: 100%; } }
      .ask-question .ask-question__row.ask-question__min .form-input input {
        width: 100%; }
    @media screen and (max-width: 590px) {
      .ask-question .ask-question__row .form-input.form-input__number input {
        max-width: 100%; } }
    .ask-question__submit {
        display: flex;
        justify-content: center;
    }
  .ask-question .ask-question__bottom {
    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; }
    .ask-question .ask-question__bottom .ask-question__submit {
      width: 100%; }
    @media screen and (max-width: 590px) {
      .ask-question .ask-question__bottom {
        display: block; } }
    .ask-question .ask-question__bottom .ask-question__bottom-left {
      width: 100%; }
      @media screen and (max-width: 590px) {
        .ask-question .ask-question__bottom .ask-question__bottom-left {
          width: 100%; } }
    .ask-question .ask-question__bottom .ask-question__bottom-right {
      width: 100%;
      padding-left: 0px; }
      @media screen and (max-width: 590px) {
        .ask-question .ask-question__bottom .ask-question__bottom-right {
          width: 100%;
          padding-left: 0px; } }
    .ask-question .ask-question__bottom .form-info {
      margin-bottom: 20px; }
  .ask-question .ask-question__directions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 590px) {
      .ask-question .ask-question__directions {
        display: block; } }
    .ask-question .ask-question__directions .ask-question__direction {
      width: calc(50% - 5px);
      margin-bottom: 10px; }
      @media screen and (max-width: 590px) {
        .ask-question .ask-question__directions .ask-question__direction {
          width: 100%; } }
      .ask-question .ask-question__directions .ask-question__direction .ask-question__direction-title {
        background: #989898;
        color: #fff;
        font-size: 20px;
        font-weight: 20px;
        padding: 10px 80px 10px 90px;
        cursor: pointer;
        position: relative;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold; }
        @media screen and (max-width: 670px) {
          .ask-question .ask-question__directions .ask-question__direction .ask-question__direction-title {
            font-size: 18px;
            padding: 10px 60px 10px 65px;
            height: 70px; } }
        .ask-question .ask-question__directions .ask-question__direction .ask-question__direction-title:hover {
          background: #13A48A; }
        .ask-question .ask-question__directions .ask-question__direction .ask-question__direction-title:before {
          width: 50px;
          height: 50px;
          background: #B32322;
          content: "";
          position: absolute;
          left: 20px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
          @media screen and (max-width: 670px) {
            .ask-question .ask-question__directions .ask-question__direction .ask-question__direction-title:before {
              width: 40px;
              height: 40px;
              left: 10px; } }
        .ask-question .ask-question__directions .ask-question__direction .ask-question__direction-title:after {
          width: 40px;
          height: 40px;
          border: 1px solid #fff;
          content: "";
          position: absolute;
          right: 20px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
          border-radius: 50%;
          background: url(../img/down-arrow__white.svg) no-repeat center;
          background-size: 20px 20px; }
          @media screen and (max-width: 670px) {
            .ask-question .ask-question__directions .ask-question__direction .ask-question__direction-title:after {
              width: 30px;
              height: 30px;
              background-size: 15px 15px; } }
      .ask-question .ask-question__directions .ask-question__direction.ask-question__direction-internet .ask-question__direction-title:before {
        background: url(../img/faq__icon1.png) no-repeat center;
        background-size: contain; }
      .ask-question .ask-question__directions .ask-question__direction.ask-question__direction-wifi .ask-question__direction-title:before {
        background: url(../img/wifi.png) no-repeat center;
        background-size: contain; }
      .ask-question .ask-question__directions .ask-question__direction.ask-question__direction-tv .ask-question__direction-title:before {
        background: url(../img/tv.png) no-repeat center;
        background-size: contain; }
      .ask-question .ask-question__directions .ask-question__direction.ask-question__direction-other .ask-question__direction-title:before {
        background: url(../img/faq__icon4.png) no-repeat center;
        background-size: contain; }
      .ask-question .ask-question__directions .ask-question__direction .ask-question__direction-content {
        padding: 10px 20px;
        display: none; }
      .ask-question .ask-question__directions .ask-question__direction .ask-question__direction-input {
        font-size: 13px;
        padding: 5px 5px;
        border-bottom: 1px solid #9D9E9E;
        position: relative;
        overflow: hidden; }
        .ask-question .ask-question__directions .ask-question__direction .ask-question__direction-input input {
          opacity: 0;
          position: absolute;
          left: -30px;
          visibility: hidden; }
          .ask-question .ask-question__directions .ask-question__direction .ask-question__direction-input input:checked + label {
            color: #13A48A;
            font-weight: 700;
            border: 1px solid #13A48A; }
        .ask-question .ask-question__directions .ask-question__direction .ask-question__direction-input label {
          display: inline-block;
          padding: 0px 5px;
          cursor: pointer;
          border: 1px solid transparent;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .ask-question .ask-question__directions .ask-question__direction .ask-question__direction-input label:hover {
            color: #13A48A; }
      .ask-question .ask-question__directions .ask-question__direction.active .ask-question__direction-title {
        background: #13A48A; }
        .ask-question .ask-question__directions .ask-question__direction.active .ask-question__direction-title:after {
          -webkit-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg); }
      .ask-question .ask-question__directions .ask-question__direction.active .ask-question__direction-content {
        display: block; }

.setup-instructions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px; }
  @media screen and (max-width: 840px) {
    .setup-instructions {
      display: block; } }
  .setup-instructions .setup-instructions__line {
    width: calc(50% - 5px);
    position: relative; }
.setup-instructions &gt; div &gt; .setup-instructions__line {
    width: calc(100% - 5px);
    position: relative; }
    @media screen and (max-width: 840px) {
      .setup-instructions .setup-instructions__line {
        width: 100%; } }
    .setup-instructions .setup-instructions__line:first-child:before {
      width: 0px;
      height: calc(100% - 95px);
      position: absolute;
      right: -5px;
      top: 95px;
      content: "";
      background: #9D9E9E; }
      @media screen and (max-width: 840px) {
        .setup-instructions .setup-instructions__line:first-child:before {
          display: none; } }
    .setup-instructions .setup-instructions__line .setup-instructions__line-head {
      background: #13A48A;
      color: #fff;
      font-size: 21px;
      font-weight: bold;
      height: 90px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px 20px 10px 120px;
      line-height: 1.2;
      position: relative; }
      @media screen and (max-width: 440px) {
        .setup-instructions .setup-instructions__line .setup-instructions__line-head {
          padding: 10px 10px 10px 80px; } }
      .setup-instructions .setup-instructions__line .setup-instructions__line-head:before {
        position: absolute;
        left: 20px;
        top: 50%;
        width: 90px;
        height: 50px;
        content: "";
        background: #fff;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        @media screen and (max-width: 440px) {
          .setup-instructions .setup-instructions__line .setup-instructions__line-head:before {
            left: 10px;
            width: 60px; } }
      .setup-instructions .setup-instructions__line .setup-instructions__line-head.setup-instructions__line-tv:before {
        background: url(../img/ip-tv.png) no-repeat center;
        background-size: contain; }
	.setup-instructions .setup-instructions__line .setup-instructions__line-head.setup-instructions__line-tv.osystem:before {
        background: url(../img/win.png) no-repeat center;
        background-size: contain; }
      .setup-instructions .setup-instructions__line .setup-instructions__line-head.setup-instructions__line-router:before {
        background: url(../img/router__white.png) no-repeat center;
        background-size: contain; }
  .setup-instructions .setup-instructions__list {
    padding: 0px 20px; }
  .setup-instructions .setup-instructions__brand {
    padding: 20px 0px 0px 20px; }
    .setup-instructions .setup-instructions__brand img {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 30px; }
  .setup-instructions .setup-instructions__item {
    font-size: 21px;
    padding: 20px;
    border-bottom: 1px solid #9D9E9E;
    line-height: 1.2; }
    .setup-instructions .setup-instructions__item:last-child {
      border-bottom: 0px; }
    .setup-instructions .setup-instructions__item a {
      color: #434242;
      display: inline-block;
      padding-left: 25px;
      position: relative;
      text-decoration: none; }
      .setup-instructions .setup-instructions__item a:hover {
        color: #13A48A; }
      .setup-instructions .setup-instructions__item a:before {
        width: 15px;
        height: 15px;
        content: "";
        background: #13A48A;
        position: absolute;
        left: 0;
        top: 5px;
        border-radius: 50%; }

.zone-wifi {
  font-size: 16px; }
  .zone-wifi strong {
    font-size: 19px;
    display: block;
    margin-bottom: 10px;
    line-height: 1.2; }
  .zone-wifi .zone-wifi__accent {
    background: #13A48A;
    height: 150px;
    margin: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 20px 10px 195px;
    position: relative;
    line-height: 1.2; }
    @media screen and (max-width: 640px) {
      .zone-wifi .zone-wifi__accent {
        padding: 10px 10px 10px 95px;
        font-size: 22px;
        height: 100px; } }
    @media screen and (max-width: 400px) {
      .zone-wifi .zone-wifi__accent {
        height: auto;
        padding: 130px 20px 20px 20px;
        text-align: center; } }
    .zone-wifi .zone-wifi__accent:before {
      width: 135px;
      height: 90px;
      content: "";
      background: url(../img/zone-wifi.png) no-repeat center;
      background-size: contain;
      position: absolute;
      left: 30px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      @media screen and (max-width: 640px) {
        .zone-wifi .zone-wifi__accent:before {
          width: 65px;
          left: 10px; } }
      @media screen and (max-width: 400px) {
        .zone-wifi .zone-wifi__accent:before {
          width: 135px;
          left: 50%;
          top: 20px;
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); } }
  .zone-wifi .zone-wifi__list {
    font-size: 11px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 640px) {
      .zone-wifi .zone-wifi__list {
        display: block; } }
    .zone-wifi .zone-wifi__list strong {
      font-size: 12px;
      display: inline; }
    .zone-wifi .zone-wifi__list .zone-wifi__list-col {
      width: 33.3333%;
      padding: 0px 10px;
      border-right: 1px solid #D3D4D5; }
      @media screen and (max-width: 640px) {
        .zone-wifi .zone-wifi__list .zone-wifi__list-col {
          border: none;
          padding: 0px;
          width: 100%;
          margin-bottom: 15px; } }
      .zone-wifi .zone-wifi__list .zone-wifi__list-col:last-child {
        padding-right: 0px;
        border: none; }
      .zone-wifi .zone-wifi__list .zone-wifi__list-col:first-child {
        padding-left: 0px; }
    .zone-wifi .zone-wifi__list .zone-wifi__list-item {
      margin-bottom: 15px;
      position: relative;
      padding-left: 10px; }
      .zone-wifi .zone-wifi__list .zone-wifi__list-item:last-child {
        margin-bottom: 0px; }
      .zone-wifi .zone-wifi__list .zone-wifi__list-item:before {
        width: 4px;
        height: 4px;
        background: #2B2A29;
        position: absolute;
        left: 0;
        top: 5px;
        content: "";
        border-radius: 50%; }

.careers-page {
  font-size: 14px;
  line-height: 1.4; }
  .careers-page p {
    margin-bottom: 15px; }
  .careers-page strong {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    line-height: 1.2; }

.vacancy {
  margin-bottom: 20px; }
  .vacancy .vacancy__title {
    color: #13A48A;
    border: 2px solid #13A48A;
    padding: 15px 80px 15px 20px;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    cursor: pointer;
    position: relative; }
    @media screen and (max-width: 992px) {
      .vacancy .vacancy__title {
        font-size: 20px; } }
    @media screen and (max-width: 580px) {
      .vacancy .vacancy__title {
        font-size: 16px; } }
    .vacancy .vacancy__title p {
      margin-bottom: 0px; }
    .vacancy .vacancy__title:after {
      width: 40px;
      height: 40px;
      border: 1px solid #13A48A;
      content: "";
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      border-radius: 50%;
      background: url(../img/down-arrow__accent.svg) no-repeat center;
      background-size: 20px 20px; }
      @media screen and (max-width: 992px) {
        .vacancy .vacancy__title:after {
          width: 30px;
          height: 30px;
          background-size: 15px 15px; } }
  .vacancy .vacancy__cont {
    padding: 15px 20px 0px 20px;
    display: none; }
  .vacancy .vacancy__list {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.2; }
    .vacancy .vacancy__list .vacancy__list-t {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px; }
      .vacancy .vacancy__list .vacancy__list-t p {
        margin: 0px; }
    .vacancy .vacancy__list ul {
      list-style-position: inside; }
      .vacancy .vacancy__list ul li {
        margin-bottom: 6px; }
  .vacancy.active .vacancy__title:after {
    -webkit-transform: translate(0, -50%) rotate(-180deg);
    transform: translate(0, -50%) rotate(-180deg); }
  .vacancy.active .vacancy__cont {
    display: block; }
    .vacancy.active .vacancy__cont p {
      margin-bottom: 5px; }
      .vacancy.active .vacancy__cont p strong {
        font-size: 16px; }

.contacts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 670px) {
    .contacts-row {
      display: block; } }
  .contacts-row .contacts-info {
    width: 250px;
    margin-right: 20px; }
    @media screen and (max-width: 670px) {
      .contacts-row .contacts-info {
        width: 100%;
        margin-right: 0px; } }
  .contacts-row .contacts-map {
    width: calc(100% - 270px); }
    @media screen and (max-width: 670px) {
      .contacts-row .contacts-map {
        width: 100%; } }

.contacts-info {
  font-size: 16px;
  color: #2B2A29;
  line-height: 1.2; }
  .contacts-info .contacts-info__title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px; }
  .contacts-info .city {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px; }
  .contacts-info .phone {
    margin-bottom: 20px;
    font-weight: bold; }
  .contacts-info .adress {
    margin-bottom: 25px; }

.contacts-form {
  padding-top: 30px; }
  .contacts-form .contacts-form__title {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2; }
  .contacts-form .contacts-form__desc {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2; }
  .contacts-form .contacts-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 770px) {
      .contacts-form .contacts-form__row {
        display: block; } }
    .contacts-form .contacts-form__row .form-input {
      margin-right: 0px;
      margin-bottom: 15px; }
      .contacts-form .contacts-form__row .form-input input {
        width: 100%; }
    .contacts-form .contacts-form__row .form-file {
      margin-right: 0px;
      margin-bottom: 15px; }
    .contacts-form .contacts-form__row .contacts-form__col {
      width: calc(50% - 10px); }
      @media screen and (max-width: 770px) {
        .contacts-form .contacts-form__row .contacts-form__col {
          width: 100%; } }
  .contacts-form .contacts-form__comment {
    margin-bottom: 15px; }
  .contacts-form .contacts-form__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 670px) {
      .contacts-form .contacts-form__bottom {
        display: block; } }
  .contacts-form .contacts-form____submit {
    margin-right: 20px;
      text-align: center;}
    @media screen and (max-width: 670px) {
      .contacts-form .contacts-form____submit {
        margin-right: 0px;
        margin-bottom: 20px; } }

.new-year__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  top: -15px; }
  .new-year__nav .new-year__nav-item {
    margin-right: 15px;
    color: #434242;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none; }
    .new-year__nav .new-year__nav-item.active {
      color: #13A48A;
      text-decoration: underline; }
    .new-year__nav .new-year__nav-item:hover {
      color: #13A48A; }

.new-year__tabs .new-year__tab {
  display: none; }
  .new-year__tabs .new-year__tab.active {
    display: block; }

@media screen and (max-width: 1020px) {
  .main-footer .container {
    padding: 0px; } }

.main-footer .main-footer__line {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 480px) {
    .main-footer .main-footer__line {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.main-footer .main-footer__liner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #E4E4E4;
  padding: 0px 15px 30px 15px; }
@media screen and (max-width: 940px) {
    .main-footer .main-footer__liner {
      display: block; }
	.foot-ip {
		float: none;
		margin: 1rem 0 0;
	}
 }

.footer-social {
  list-style: none;
  line-height: 0; }
  @media screen and (max-width: 480px) {
    .footer-social {
      margin-bottom: 15px; } }
  .footer-social .footer-social__item {
    display: inline-block;
    margin-right: 30px; }
    @media screen and (max-width: 510px) {
      .footer-social .footer-social__item {
        margin-right: 10px; } }
    .footer-social .footer-social__item:last-child {
      margin-right: 0px; }
    .footer-social .footer-social__item .footer-social__link {
      display: block;
      line-height: 0; }

.icon-social {
  width: 40px;
  height: 40px;
  content: "";
  display: block; }
  .icon-social.icon-vk {
    background: url(../img/vk.png) no-repeat center;
    background-size: contain; }
  .icon-social.icon-twitter {
    background: url(../img/twitter.png) no-repeat center;
    background-size: contain; }
  .icon-social.icon-instagram {
    background: url(../img/instagram.png) no-repeat center;
    background-size: contain; }
  .icon-social.icon-facebook {
    background: url(../img/facebook.png) no-repeat center;
    background-size: contain; }

.footer-lk {
  display: inline-block;
  font-size: 14px;
  color: #434242;
  padding-left: 40px;
  position: relative; }
  .footer-lk:before {
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    background: url(../img/lk.png) no-repeat center;
    background-size: contain; }

.main-footer__container {
  background: #E4E4E4;
  padding: 20px 15px; }

.footer-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 570px) {
    .footer-menu-wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .footer-menu-wrap .footer-menu-col {
    width: calc(100%/4 - 15px); }
    @media screen and (max-width: 570px) {
      .footer-menu-wrap .footer-menu-col {
        width: calc(100%/2 - 15px);
        margin-bottom: 20px; } }
    .footer-menu-wrap .footer-menu-col .footer-menu {
      margin-bottom: 27px; }
      .footer-menu-wrap .footer-menu-col .footer-menu:last-child {
        margin-bottom: 0px; }

.footer-menu {
  list-style: none;
  line-height: 1.2; }
  .footer-menu .footer-menu__title {
    font-size: 14px;
    font-weight: bold;
    color: #A3A6AD;
    line-height: 1.2;
    margin-bottom: 5px; }
  .footer-menu .footer-menu__item {
    display: block;
    margin-bottom: 5px; }
    .footer-menu .footer-menu__item .footer-menu__link {
      font-size: 12px;
      color: #434242;
      text-decoration: none; }
      .footer-menu .footer-menu__item .footer-menu__link:hover {
        color: #13A48A;
        text-decoration: underline; }

.footer-contact {
display:flex;
flex-direction: column;
justify-content: center;
  height: max-content;
  background: #13A48A;
  color: #434242;
  padding: 15px 30px;
  border-radius: 5px;
  margin-right: 40px;
  max-width: 260px; }
  .footer-contact &gt; div{
    filter: brightness(5);
  }
  @media screen and (max-width: 940px) {
    .footer-contact {
        margin: auto;
        margin-bottom: 15px; } }
  .footer-contact .footer-contact__tel {
    padding-left: 55px;
    position: relative;
    font-size: 18px;
    line-height: 1.2; }
    .footer-contact .footer-contact__tel:before {
      width: 45px;
      height: 100%;
      content: "";
      position: absolute;
      left: 0;
      top: 5px;
      background: url(../img/phone_black.png) no-repeat top center;
      background-size: contain; }
    .footer-contact .footer-contact__tel a {
      color: #434242;
      text-decoration: none;
      font-size: 30px;
      font-weight: bold; }
      .footer-contact .footer-contact__tel a:hover {
        color: #fff; }
  .footer-contact .footer-contact__email {
    padding-left: 55px;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    min-height: 35px;
    white-space: nowrap;
    line-height: 35px; }
    .footer-contact .footer-contact__email:before {
      width: 45px;
      height: 35px;
      content: "";
      position: absolute;
      left: 0;
      top: 5px;
      background: url(../img/email_black.png) no-repeat top center;
      background-size: contain; }
    .footer-contact .footer-contact__email a {
      color: #434242;
      text-decoration: none;
      font-size: 16px;
      font-weight: bold; }
      .footer-contact .footer-contact__email a:hover {
        color: #fff; }

.footer-docs {
    padding-top: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch; }
  @media screen and (max-width: 940px) {
    .footer-docs {
      margin-bottom: 20px;
      padding-top: 0px; } }
  @media screen and (max-width: 420px) {
    .footer-docs {
      align-items: start; } }
  .footer-docs .footer-docs__item {
    padding-left: 40px;
    position: relative;
    margin-bottom: 40px; }
    @media screen and (max-width: 940px) {
      .footer-docs .footer-docs__item {
        margin-bottom: 10px; } }
    .footer-docs .footer-docs__item:last-child {
      margin-bottom: 0px; }
    .footer-docs .footer-docs__item a {
      color: #434242;
      font-size: 14px; }
      .footer-docs .footer-docs__item a:hover {
        color: #13A48A; }
    .footer-docs .footer-docs__item:before {
      width: 25px;
      height: 30px;
      background: url(../img/acrobat.png) no-repeat center;
      background-size: contain;
      content: "";
      position: absolute;
      left: 0;
      top: 0; }

.footer-links {
        text-align: center;
        min-width: 220px;
        padding-top: 15px; }
  @media screen and (max-width: 940px) {
    .footer-links {
      padding-top: 0px; } }
  .footer-links .footer-links__item {
    margin-bottom: 25px; }
    @media screen and (max-width: 940px) {
      .footer-links .footer-links__item {
        margin-bottom: 0px; } }
    .footer-links .footer-links__item:last-child {
      margin-bottom: 0px; }
    .footer-links .footer-links__item a {
      color: #434242;
      font-weight: bold;
      font-size: 14px;
      line-height: 1.2;
      display: inline-block; }
      .footer-links .footer-links__item a:hover {
        color: #13A48A; }

.main-footer__bottom {
  background: #13A48A;
  color: #f5f5f5;
  padding: 20px;
  font-size: 12px;
  line-height: 1.2; }
  .main-footer__bottom p {
    margin-bottom: 20px; }

.authorization-popup {
  padding-top: 20px; }
  .authorization-popup .authorization-popup__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .authorization-popup .authorization-popup__nav span {
      display: block;
      width: 50%;
      padding: 10px 10px;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      border: 1px solid #E4E4E4;
      cursor: pointer;
      line-height: 1.2; }
      @media screen and (max-width: 480px) {
        .authorization-popup .authorization-popup__nav span {
          font-size: 12px;
          padding: 5px; } }
      .authorization-popup .authorization-popup__nav span:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-right: 0px; }
        .authorization-popup .authorization-popup__nav span:first-child.active {
          border-right: 1px solid #13A48A; }
      .authorization-popup .authorization-popup__nav span:last-child {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-left: 0px; }
        .authorization-popup .authorization-popup__nav span:last-child.active {
          border-left: 1px solid #13A48A; }
      .authorization-popup .authorization-popup__nav span:hover {
        color: #13A48A; }
      .authorization-popup .authorization-popup__nav span.active {
        color: #13A48A;
        border-color: #13A48A; }
  .authorization-popup .form-input {
    margin-bottom: 15px; }

.internet-connection-popup .internet-connection-popup__adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .internet-connection-popup .internet-connection-popup__adress .selectric-wrapper {
    margin-right: 30px; }
    @media screen and (max-width: 480px) {
      .internet-connection-popup .internet-connection-popup__adress .selectric-wrapper {
        margin-right: 10px; } }

.internet-connection-popup .privacy-policy {
  text-align: left;
  margin-bottom: 15px; }

.internet-connection-popup .form-input {
  margin-bottom: 10px; }

#download_support
{
    color: white;
    text-decoration: none;
}

#download_support:hover
{
    color: black;
}


	.container {
	  max-width: 1050px; }
	.main-head .main-head__right {
	  text-align: right;
	}
	.main-head .main-head__line {
		display: inline-flex;
	}

@media (min-width: 1220px) {
	.container {
	  max-width: 1100px;
	}
}
@media (min-width: 1320px) {
	.container {
	  max-width: 1200px;
	}
}

table {
    max-width: 90vw;
}

iframe {
    max-width: 100%;
}

.youtube-block {
  padding-bottom: 75%; /* 4:3 */
}
.youtube-block {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}
.youtube-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.header_phone_div{
	padding: 8px;
	font-size:14px;
	text-align: left;
}

.header-callme-link{
font-size: 14px;
}

@media screen and (min-width: 901px) {
	.header-hor-separator{
		width: 2px;
		background-color: white;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 10px;
		height: 30px;
	}
}

@media screen and (max-width: 900px) {
	.main-head .main-head__phone{
		display: block;
		padding-left: 40px;
	}
	.header-callme-link{
		font-size: 12px;
	}
	.header_phone_div{
		padding: 4px;
		font-size:12px;
	}
	.main-head .main-head__phone:before{
		    height: 30px;
			position: absolute;
			left: 0;
	}
}

@media screen and (max-width: 370px) {
	.header-callme-link{
		font-size: 11px;
	}
	.header_phone_div{
		padding: 3px;
		font-size:11px;
	}
}

.product-item-button-container {
text-align: center!important;
}