@media screen and (max-width: 1199px) {
  .row {
    width: 991px;
  }
  .document-block {
    width: 991px;
  }
}
@media screen and (max-width: 991px) {
  .row {
    width: 768px;
  }
  .row .col-t-1 {
    width: 8.33333333%;
  }
  .row .col-t-2 {
    width: 16.66666667%;
  }
  .row .col-t-3 {
    width: 25%;
  }
  .row .col-t-4 {
    width: 33.33333333%;
  }
  .row .col-t-5 {
    width: 41.66666667%;
  }
  .row .col-t-6 {
    width: 50%;
  }
  .row .col-t-7 {
    width: 58.33333333%;
  }
  .row .col-t-8 {
    width: 66.66666667%;
  }
  .row .col-t-9 {
    width: 75%;
  }
  .row .col-t-10 {
    width: 83.33333333%;
  }
  .row .col-t-11 {
    width: 91.66666667%;
  }
  .row .col-t-12 {
    width: 100%;
  }
  .hidden-t {
    display: none;
  }
  .visible-t {
    display: block;
  }
  .document-block {
    width: 768px;
  }
  .step-item .step-item__circle {
    display: table;
    margin: 0 auto 20px;
  }
  .step-item .step-item__info {
    margin-left: 40px;
    margin-right: 40px;
  }
  .step-item::after {
    right: -20px;
    width: 40px;
  }
  .step-item:last-child .step-item__info {
    margin-right: 40px;
  }
  .product-item .product-item__info {
    width: 30%;
  }
  .product-list__item {
    margin-bottom: 30px;
  }
  .invest-info__item {
    display: block;
    border-right: 0;
    padding: 10px;
  }
  .invest-info__item .invinf-item__name {
    font-size: 14px;
    padding-right: 20px;
  }
  .invest-info__item .invinf-item__amount {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .row {
    width: 100%;
  }
  .row .col-p-1 {
    width: 8.33333333%;
  }
  .row .col-p-2 {
    width: 16.66666667%;
  }
  .row .col-p-3 {
    width: 25%;
  }
  .row .col-p-4 {
    width: 33.33333333%;
  }
  .row .col-p-5 {
    width: 41.66666667%;
  }
  .row .col-p-6 {
    width: 50%;
  }
  .row .col-p-7 {
    width: 58.33333333%;
  }
  .row .col-p-8 {
    width: 66.66666667%;
  }
  .row .col-p-9 {
    width: 75%;
  }
  .row .col-p-10 {
    width: 83.33333333%;
  }
  .row .col-p-11 {
    width: 91.66666667%;
  }
  .row .col-p-12 {
    width: 100%;
  }
  .hidden-p {
    display: none;
  }
  .visible-p {
    display: block;
  }
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 14px;
  }
  .header-menu__toggle {
    display: inline-block;
  }
  .header-mobile-menu {
    position: absolute;
    background: #da9a82;
    margin-top: 0;
    z-index: 100;
    padding: 15px;
  }
  .header-mobile-menu a:hover,
  .header-mobile-menu a:focus {
    color: #091029;
  }
  .header-mobile-menu a.active {
    color: #091029;
    border-color: #091029;
  }
  .header-menu {
    position: absolute;
    background: #da9a82;
    margin-top: 0;
    z-index: 100;
    padding: 15px;
  }
  .header-menu a:hover,
  .header-menu a:focus {
    color: #091029;
  }
  .header-menu a.active {
    color: #091029;
    border-color: #091029;
  }
  .header-phone__toggle {
    display: inline-block;
  }
  .header-phone {
    position: absolute;
    right: 0;
    background: #da9a82;
    margin-top: 0;
    z-index: 100;
    padding: 15px;
  }
  .header-phone .header-phone__item {
    display: block;
    padding: 0;
    white-space: nowrap;
  }
  .header-phone .header-phone__item::after {
    display: none;
  }
  .table-responsive {
    margin-bottom: 15px;
    overflow-y: hidden;
    width: 100%;
    min-height: 0.01%;
    overflow-x: auto;
  }
  .table-responsive table {
    margin-bottom: 0;
  }
  .table-responsive table tr th:first-child {
    padding-left: 20px;
  }
  .table-responsive table tr th:last-child {
    padding-right: 20px;
  }
  .table-responsive table tr td:first-child {
    padding-left: 20px;
  }
  .table-responsive table tr td:last-child {
    padding-right: 20px;
  }
  .second-menu a {
    display: table;
    margin: 0 auto;
  }
  .second-menu a::after {
    display: none;
  }
  .document-block {
    width: 100%;
  }
  .media-item {
    min-height: 850px;
  }
  .media-item__info .meadia-info__yield {
    margin-bottom: 20px;
  }
  .media-item__info .meadia-info__yield span {
    font-size: 16px;
  }
  .media-item__info .meadia-info__yield-amount {
    font-size: 60px;
  }
  .media-item__info .meadia-info__yield-amount span {
    font-size: 36px;
  }
  .media-item__info .meadia-info__yield-name {
    font-size: 36px;
  }
  .media-item__info .meadia-info__yield-desc {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .about-header {
    padding: 35px 0;
  }
  .border-button {
    padding: 20px 70px;
  }
  .about-item__info {
    width: auto;
  }
  .about-item__info .about-item__desc {
    font-size: 18px;
    margin: 15px 0 20px;
  }
  .document-item__info .document-info__link span img {
    margin-right: 5px;
  }
  .step-item .step-item__circle {
    display: table;
    margin: 0 auto 20px;
  }
  .step-item .step-item__info {
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .step-item::after {
    right: -10px;
    width: 20px;
  }
  .step-item:last-child .step-item__info {
    margin-right: 10px;
  }
  .header-fon__header-border {
    padding: 20px 0 20px;
  }
  .header-fon__header-border.contacts-block {
    padding: 20px 0 50px;
  }
  .contacts-item {
    display: table;
    margin: 0 auto;
  }
  .contacts-item:nth-of-type(1) {
    width: auto;
  }
  .contacts-item .contacts-item__email a {
    padding: 15px;
  }
  .product-item .product-item__media {
    display: table;
    margin: 0 auto 20px;
  }
  .product-item .product-item__media .product-item__image {
    width: 100%;
    height: auto;
  }
  .product-item .product-item__media .product-item__image img {
    width: 100%;
    height: auto;
  }
  .product-item .product-item__info {
    width: auto;
  }
  .product-list__item {
    margin-bottom: 30px;
  }
  .product-list__item .prlist-item__image {
    width: 100%;
    height: auto;
  }
  .product-list__item .prlist-item__image img {
    width: 100%;
    height: auto;
  }
  .advatages-item {
    padding: 0 30px 30px;
  }
  .advatages-item::after {
    display: none;
  }
  .invest-form label {
    display: block;
  }
  .invest-form input[type="text"] {
    display: block;
    width: 100%;
  }
  .invest-form .select-style {
    display: block;
  }
  .table-responsive table tr th {
    padding: 20px;
  }
  .table-responsive table tr td {
    padding: 20px;
    font-size: 15px;
  }
  .footer {
    background: transparent;
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
	.main{
		overflow: hidden;
	}
  .step-item {
    display: block;
    margin: 0 auto 20px;
  }
  .step-item::after {
    display: none;
  }

  .chard-nav .chard-nav__item {
    width: auto !important;
    padding: 10px 0 10px 45px !important;
  }
  .chard-nav .chard-nav__item::before{
	  top: 4px !important;
  }
  .chard-nav .chard-nav__item.chard-nav__item--selected::after{
	  top: 13px !important;
  }

  .chard-nav .chard-nav__item:nth-child(n+5) {
    border-top: none;
  }
  .media-item {
    min-height: auto;
    height: 925px;
  }
  
  .chard-nav{
	  padding: 5px !important;
  }
  
  .chart-timerange li{
	  padding-bottom: 9px;
	  margin: 0 5px 10px;
  }
  .chart-timerange li a{
	  font-size: 12px;
  }
  .chart-timerange{
	  margin: 20px 0;
  }
  
  .invest-info__item .invinf-item__percent{
	  display: none;
  }
  .invest-info__item{
	  border-right: none;
	  padding: 10px 10px 30px 20px;
  }
  .options-item{
	  margin-bottom: 20px;
  }
  .options-item:after{
	  display: none;
  }
  
}
