@media only screen and (max-width: 1360px) {
	.nav-menu li {
    padding:0 0 8px 20px;
	}
}


@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  /***********************************
Form
************************************/
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"] {
    max-width: 100%;
  }
  .form-row input {
    max-width: 100%;
  }
  select {
    max-width: 100%;
  }
  .form-row {
    padding-left: 0;
    padding-right: 0;
  }
  .form-group .btn {
    max-width: 100%;
  }
  .color .btn-call{
    border: 1px solid #171f46;
    color:#171f46;
  }
  
  .only-mobile { display:block !important; }
  .only-mobile-inline { display:inline !important; }
  .only-desktop { display:none !important; }
  /***********************************
Header
************************************/
  header {
    height: 70px;
  }
  .header-wrap {
    padding: 16px 0;
    height: 100%;
  }

  /***********************************
Footer
************************************/
  .footer-wrap__logo {
    padding-right: 40px;
  }
  .footer-row {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-col1 {
    width: 100%;
    padding: 0 36px 24px 36px;
  }
  .footer-col2 {
    width: 100%;
    padding: 0 36px 24px 36px;
  }
  .footer-col__copyright {
    text-align: left;
  }
  footer .language-select__btn {
    text-align: left;
  }
  footer .language-switcher__item.active {
    display: inline-block;
  }
  footer .language-switcher__item {
    position: relative;
    padding: 0 12px 0 0;
  }
  footer .language-select {
    left: 0;
    right: initial;
  }
  /***********************************
Top box
************************************/
  .main-top-box {
    height: auto;
    min-height: 900px;
    padding-left: 0;
    padding-right: 0;
  }
  .top-box {
    min-height: 560px;
  }
  .top-steps {
    padding: 0 0 28px 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .top-steps-list {
    display: none;
  }
  .params-form {
    max-width: 400px;
    padding: 8px 16px;
    margin: 24px auto 0 auto;
  }
  .params-form__col {
    width: 100%;
  }
  .params-form__col--18 {
    width: 100%;
  }
  .params-form__col--23 {
    width: 100%;
  }
  .params-form__col.params-form__col-small {
    width: 25%;
  }
  .params-form__col.params-form__col-small,
  .params-form__col.params-form__col-big {
    width: 100%;
  }
  .params-form__header h2 {
    line-height: 1.2;
  }
  .tab-nav-box {
    padding-bottom: 16px;
  }
  .tab-nav-item {
    width: 100%;
  }
  .tab-nav-item__options{
    width: auto;
  } 
  .tab-nav-item {
    border: 1px solid #d7dfe9;
  }
  .tab-nav-item:first-child {
    border-radius: 4px 4px 0 0;
  }
  .tab-nav-item:last-child {
    border-radius: 0 0 4px 4px;
  }
  .tab-nav-item.tab-nav-item__options.active {
    border: 1px solid #d7dfe9;
  }
  .tab-nav-item.active {
    border: 1px solid #0a71c0;
}
  .dropdown-risk {
    margin-top: 0;
  }
  .dropdown-menu.dropdown-menu__quantity {
    min-width: 200px;
    width: 100%;
  }
  .dropdown-menu.dropdown-menu__risk {
    min-width: 200px;
  }
  .add-params-btn {
    padding: 8px 0;
    text-align: left;
    position: relative;
    bottom: 0;
  }
  /***********************************
Landing Companies
************************************/
  .landing-companies {
    padding: 32px 0 16px 0;
  }
  .landing-companies__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .landing-companies__list--item {
    padding: 0 25px 25px 25px;
    max-width: 50%;
  }
  /***********************************
Top offers
************************************/
  .top-offer__item {
    width: 50%;
    padding: 0;
  }
  .offer-item--cell2 {
    padding: 16px 16px 46px 16px;
  }
  .offer-item--cell2 a {
    padding: 9px 4px;
    font-size: 12px;
  }
  /***********************************
Advantages
************************************/
  /***********************************
Remind box
************************************/
  .remind-form__col {
    width: 100%;
  }
  /***********************************
Filter box
************************************/
  .filter-box__wrap {
    margin-top: -420px;
    background: -moz-linear-gradient(
      top,
      transparent 0%,
      transparent 290px,
      #f3f5f8 290px,
      #f3f5f8 100%
    );
    background: -webkit-linear-gradient(
      top,
      transparent 0%,
      transparent 290px,
      #f3f5f8 290px,
      #f3f5f8 100%
    );
    background: linear-gradient(
      to bottom,
      transparent 0%,
      transparent 290px,
      #f3f5f8 290px,
      #f3f5f8 100%
    );
  }
  .osago-option {
	position: relative;
	margin-bottom: -20px;
	z-index: 3;
  }
  .filter-page {
	padding-top: 40px; 
  }
  
  
  .filter-box {
    width: calc(100% - 32px);
    padding: 24px 8px 8px 8px;
  }
  .filter-badge__block {
	display:none; /* */
  }
  .filter-badge__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .filter-badge {
    margin-bottom: 4px;
  }
  .filter-btn {
    margin-left: 0;
  }
  .option__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

.filter-box__title {
	font-size:18px;
}
/*
.filter-box__undertitle {
	padding: 24px 0 0 0;
}
*/
.clean-filter-mobile {
	display:block;
	float:right;
}
.clean-filter-mobile button {
	border:none;
	display:block;
	width:36px;
	height:36px;
	background:url('img/mini-filter.png') center center no-repeat;
}
/***** ****/
.params-btn {
	display:none;
}
.params-btn-mobile {
	display:flex;
	width:100%;
	margin-bottom:10px;
	padding:10px 32px 0 32px;
}
.params-btn-mobile div:first-child {
	width:50%;
	padding-right:10px;
}
.params-btn-mobile div:nth-child(2) {
	width:50%;
	padding-left:10px;
}
.params-btn-mobile div:first-child span {
	background:url('img/bailer.svg') 15px center no-repeat;
}
.params-btn-mobile div:nth-child(2) span {
	background:url('img/sort-by.svg') 15px center no-repeat;
}
.params-btn-mobile div span {
	display:block;
	border:1px solid #D7DFE9;
	border-radius:6px;
	padding: 7px 16px 7px 46px;
	cursor:pointer;
}
.params-box {
	z-index:5;
	position:absolute;
	margin:52px 32px 0 32px;
	background:#FFFFFF;
	box-shadow: 0 0 10px #000000;
}
.sorting-bar {
	z-index:5;
	position:absolute;
	margin:-5px 32px 0 32px;
	background:#FFFFFF;
	box-shadow: 0 0 10px #000000;
	display:none;
	width:calc(100% - 96px);
}
.params-box .option__list:first-child .option__list--item:first-child {
	display:none;
}
.osago-option-btn {
	display:none;
}

  /*
  .filter-badge__list .clean-filter {
    display:none;
  }
  */
  /***********************************
Filter box
************************************/
  .sorting-bar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6px 24px 0 24px;
  }
  .sorting-bar__section {
    padding-bottom: 8px;
  }
  /***********************************
Product card
************************************/
  .product-card-main {
    padding: 32px 16px 24px 16px;
  }
  .product-card-main__badge {
    width: auto;
    height: 24px;
    padding: 6px 20px 0 16px;
  }
  .product-card-main__badge span {
    transform: none;
    width: auto;
    height: auto;
  }
  .product-card-body {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-card-body__picture {
    padding-top: 0;
    padding-right: 0;
    width: 30%;
    max-width: 84px;
    max-height: 84px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .product-card-body__info {
    margin-right: auto;
    width: 100%;
  }
  .product-card-body__info-cabinet {
    width: 100%;
  }
  .product-card-main--cabinet .product-card-body__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-card-main--cabinet .product-card-body-grid__cell {
    padding-bottom: 12px;
  }
  /*
  .osago-one-item__content .product-card-main--cabinet .product-card-body-grid__cell:last-child {
    width: 100%;
  }*/
  .product-card-body__header {
    padding: 0 112px 32px 0;
  }
  .product-card-body__footer {
    width: 100%;
  }
  .product-card-body-grid__cell {
    padding-right: 16px;
    min-width: 30%;
  }
  .product-card-body-grid__cell:last-child {
    padding-right: 0;
    width: 40%;
  }
  .product-card-body-grid__value {
    font-size: 18px;
    position: relative;
  }
  .product-card-body-grid__label {
    font-size: 12px;
  }
  .product-card-body-grid__value--old {
    font-size: 12px;
  }
  .product-card-body__footer .btn-orange {
    max-width: 290px;
  }
  .product-card-body__more-about, .add_dgo_title {
	  text-align:center;
  }

  .product-card-details {
    padding: 64px 16px 12px 16px;
  }
  .product-card-details__item {
    padding-left: 32px;
    padding-right: 0;
  }
  .details__item--style1 {
    padding: 6px 16px 6px 0;
  }
  .details__item--style2 {
    padding: 6px 16px 6px 0;
  }
  /***********************************
Product description
************************************/
  .product-description {
    padding: 24px 16px;
  }
  /***********************************
Count form
************************************/
  .return-link {
    padding: 24px 0 16px 54px;
  }
  .count-form__wrap {
    padding: 0;
  }
  .count-form__header {
    display: block;
    padding: 0;
  }
  .count-form__title {
    margin-bottom: 16px;
  }
  /*
  .count-form__more-about {
    position: relative;
    top: 0;
    right: 0;
    text-align: left;
  }
  */
  .form-section__title h5 {
    margin: 0;
    text-align: left;
    width: calc(100% - 40px);
  }
  .form-section__title p {
    padding-left: 40px;
  }
  .form-check__box {
    padding: 24px 16px 8px 16px;
  }

  .form-check__box table td {
    word-break: break-word;
  }
  .total-price {
    font-size: 18px;
  }
  .total-price--old {
    font-size: 12px;
  }
  .user-agreement__box {
    display: block;
  }
  .user-agreement__box .checkbox-label {
    display: inline;
  }
  .price-box__item {
    width: 50%;
  }
  .partners-list {
    margin-left: -16px;
    margin-right: -16px;
  }
  .partners-list__item {
    width: 25%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .count-form__total-price td {
    padding-right: 10px;
  }
  .next-step-hint {
    display: none;
  }
  /***********************************
News box
************************************/
  .news-article {
    width: 100%;
  }
  .news-aside {
    width: 100%;
    padding-left: 0;
  }
  /***********************************
Advantages
************************************/
  .advantages-list__item {
    width: 33.3%;
    margin-bottom: 40px;
  }
  .advantages--style2 .advantages-list__item {
    width: 50%;
  }
  /***********************************
Bottom modal
************************************/
  .bottom-modal__col1 {
    width: 100%;
    padding: 44px 16px 4px 16px;
    color: #fff;
  }
  .bottom-modal__col1 h2 {
    font-size: 26px;
  }
  .bottom-modal__col1 p {
    margin: 0 0 8px 0;
  }
  .bottom-modal__col2 {
    width: 100%;
    padding-bottom: 25vh;
  }
  .price-details__col {
    width: 100%;
    padding-top: 12px;
  }
  .price-details__col:first-child {
    width: 100%;
  }
  .price-details__col:nth-child(2) {
    width: 100%;
  }
  .price-details__col:last-child {
    width: 100%;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  /***********************************
Cabinet
************************************/
  .container .tab-nav-box {
    padding-bottom: 0;
  }
  .cabinet-form__inner {
    padding: 24px 16px;
  }
  .tab-nav-item.tab-nav-item-cabinet.active {
    border: 1px solid #d7dfe9;
  }
  .earned-box {
    display: block;
  }
  .earned-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .earned-col {
    width: 100%;
  }
  .earned-col1 {
    order: 1;
    padding-bottom: 24px;
  }
  .earned-col2 {
    order: 2;
    padding-bottom: 24px;
  }
  .earned-col3 {
    order: 4;
    text-align: left;
  }
  .earned-col4 {
    order: 3;
    text-align: left;
    padding-bottom: 24px;
  }
  .period-result-item {
    padding: 8px;
    width: 50%;
  }
  .period-result-row {
    margin-bottom: 0;
  }
  .cabinet-field-copy {
    margin-bottom: 24px;
  }
  #history-transaction {
    overflow-y: auto;
  }
  #history-order {
    overflow-y: auto;
  }
  .history-table {
    min-width: 600px;
  }
  .cabiner-form-section__row {
    padding-right: 32px;
  }

/***********************************
Index page
************************************/
  .top-cat {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding-top: 16px;
  }
  .top-cat h1{
    font-size: 32px;
  }
  .top-cat h4{
    font-size: 18px;
  }
  .top-cat-list{
    max-width: 320px;
    padding: 0 32px;
  }
  .top-cat-item{
    width: 100%;
    padding: 16px 0;
  }
/*
  .top-cat-item:nth-child(2){
    border-left: none;
    border-right: none;
    border-top: 1px solid #D7DFE9;
    border-bottom: 1px solid #D7DFE9;
  }
*/
.top-cat-item:nth-child(1n) {
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #D7DFE9;
}

.top-cat-item:nth-last-child() {
	border-bottom: none;
}
  .index-why-box__row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .index-why-box__col {
    padding: 0 16px 24px 16px;
  }
  .testimonial-box{
    padding: 40px 0;
  }
  .testimonial-slider{
    padding: 0 32px;
    margin-bottom: 40px;
  }
  .adv-news{
    padding: 40px 0;
  }
  .adv-news__list{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .adv-news__item{
    width: 50%;
  }
  .index-partner-box__row {
    margin-left: -16px;
    margin-right: 16px;
  }
  .index-partner-box__col {
    padding: 0 16px 24px 16px;
    font-size: 16px;
  }
  .index-services__list{
    margin-left: 0;
    margin-right: 0;
  }
  .index-services__item{
    width: 100%;
    padding: 0 16px 24px 16px;
  }
  .index-services__item .index-services__inner{
    max-width: 270px;
    margin: 0 auto;
  }
  .companies-item {
    padding: 16px;
  }
  .companies-item__more{
    display: none;
  }
  .companies-item__row {
    margin: 0;
  }
  .companies-item__col1{
    width: 100%;
    max-width: 96px;
    max-height: 84px;
    position: absolute;
    right: 16px;
    top: 16px;
    padding: 0;
  }
  .companies-item__col2{
    width: 100%;
    padding: 0 112px 16px 0;
  }
  .companies-item__col3{
    width: 100%;
    padding: 0 0 16px 0;
  }
  .companies-item__col4{
    width: 100%;
    padding: 0 0 16px 0;
  }

  header {
    /* overflow: hidden; */
  }
  .logo img{
    width: 140px;
    height: auto;
  }
  .mobile-menu-toggle {
    display: block;
    position: absolute;
    right: 16px;
    top: 28px;
    z-index: 1;
  }
  header.nav-open .mobile-menu-toggle {
    position: fixed;
  }
  .top-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -66%;
    background-color: #d9e3eb;
    /* background-color: #fff; */
    width: 66%;
    height: calc(100vh + 16px);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.5s linear;
    display: block;
    /* padding: 90px 48px 48px 48px; */
    padding: 90px 32px 48px 32px;
    overflow: scroll;
  }
  header.nav-open .top-nav {
    right: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.5s linear;
  }
  header.nav-open .logo {
    /* position: fixed;
    top: 24px; */
    /* z-index: 1; */
  }
  .nav-menu {
    /* padding-top: 10vh; */
    text-align: left;
}
  .nav-menu li {
    display: block;
    padding: 12px 0;
  }
  .nav-menu li a {
    font-size: 18px;
}
  header.nav-open .nav-menu li a {
    color: #171f46;
    display: block;
  }
  .cabinet-select, .articles-select, .car-select {
    display: block;
    width: 100%;
  }
  .cabinet-select.in {
    width: 100%;
  }
  .cabinet-menu-item:hover .cabinet-select, .articles-menu-item:hover .articles-select, .car-menu-item:hover .car-select {
    display: block;
  }
  .cabinet-select, .articles-select, .car-select {
    height: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    transform: none;
  }
  .cabinet-select.open, .articles-select.open, .car-select.open {
    height: 100%;
    padding: 8px 0;
    margin-top: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .language-select__btn {
    text-align: left;
    cursor: pointer;
  }
  .language-select__wrap:hover .language-select {
    display: block;
  }
  .language-switcher__item {
    padding: 12px 0;
    font-size: 18px;
  }
  .language-select__wrap.color .language-switcher__item {
    color: #171f46;
  }
  .language-select__btn .language-switcher__item.active {
    display: inline-block;
    padding-right: 20px;
    padding-left: 0;
  }
  .language-select__wrap.color .language-switcher__item:after,
  .language-select__wrap.white .language-switcher__item:after {
    background-image: url(/design/img/icon-lang-c.svg);
    top: 24px;
  }
  .language-select li a {
    text-align: left;
    padding: 8px 16px;
  }
  .language-select li.active a {
    background: transparent;
  }
  .language-select {
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    transform: none;
    /* -webkit-transition: all 0.5s ease;
    	transition: all 0.5s ease; */
  }
  .language-select.open {
    height: 100%;
    padding: 8px 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  footer .language-select {
    width: auto;
  }
  .one,
  .two,
  .three {
    width: 16px;
    height: 2px;
    background: #171f46;
    border-radius: 0.5px;
    margin: 3px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .transparent-header .one,
  .transparent-header .two,
  .transparent-header .three {
    background: #ffffff;
  }
  .color-header .one,
  .color-header .two,
  .color-header .three {
    background: #171f46;
  }
  .mobile-menu-toggle.on .one {
    background: #171f46;
    -moz-transform: rotate(45deg) translate(4px, 4px);
    -ms-transform: rotate(45deg) translate(4px, 4px);
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    transform: rotate(45deg) translate(4px, 4px);
  }
  .mobile-menu-toggle.on .two {
    opacity: 0;
  }
  .mobile-menu-toggle.on .three {
    background: #171f46;
    -moz-transform: rotate(-45deg) translate(3px, -3px);
    -ms-transform: rotate(-45deg) translate(3px, -3px);
    -webkit-transform: rotate(-45deg) translate(3px, -3px);
    transform: rotate(-45deg) translate(3px, -3px);
  }
  .cabinet-menu-item a span, .articles-menu-item a span, .car-menu-item a span {
    position: relative;
    padding-right: 20px;
    padding-left: 0;
  }
  .cabinet-menu-item a span:after, .articles-menu-item a span:after, .car-menu-item a span:after {
    content: "";
    width: 8px;
    height: 4px;
    background-image: url(/design/img/icon-lang-c.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .cabinet-select a:after, .car-select a:after {
    content: none;
  }
  .tel-box {
    margin-top: 16px;
  }
  .tel-box.color .tel-box__list:before{
    content: url(/design/img/phone-icon-b.svg);
  }
  .tel-box.color .tel-box__list a {
    color: #171f46;
  }
  .tel-box.color .tel-box__list a:visited, 
  .tel-box.color .tel-box__list a:visited:active, 
  .tel-box.color .tel-box__list a:visited:hover {
    color: #171f46;
  }
  .mobile-fb-link{
    display: block;
    margin-top: 16px;
    /* padding-left: 54px; */
    padding-left: 0;
  }
  .best-options__col{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  .mobile-cat__nav{
    display: block;
    height: 40px;
    border: 1px solid #d7dfe9;
    border-radius: 4px;
    padding: 8px 16px;
    margin-bottom: 8px;
    font-weight: 500;
    position: relative;
  }
  .mobile-cat__btn{
    position: absolute;
    top: 4px;
    right: 4px;
    height: 32px;
    width: 32px;
    background: rgba(215, 223, 233, 0.24);
    border-radius: 4px;
    background-image: url(/design/img/icon-lang-c.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
  }
  .cat__list{
    display: none;
    border: 1px solid #d7dfe9;
    border-radius: 4px;
    padding: 8px 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .cat__list-item {
    display: block;
    padding: 4px 32px 4px 0;
  }
  .cat__link--active:after {
    content: none;
  }
  .cat-sublist__btn{
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    height: 30px;
    width: 30px;
    background-image: url(/design/img/icon-lang-c.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
  }
  .cat-sublist {
    width: 100%;
    position: relative;
    left: initial;
    top: initial;
    margin: 0;
    padding: 8px 0 8px 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
  .cat__list-item:hover .cat-sublist {
    display: none;
  }
  
/***********************************
Author
************************************/
.author-short-data .author-photo img { margin-left:10px; }


}

@media only screen and (max-width: 768px) {
  .top-offer__item {
    width: 100%;
  }
  .video-container {
    margin-bottom: 40px;
  }
  .price-box__item {
    width: 100%;
  }
  .partners-list {
    margin-left: 0;
    margin-right: 0;
  }
  .partners-list__item {
    width: 50%;
  }
  .partners-list__img {
    height: 60px;
  }
  .why-box__wrap {
    padding: 0 0 128px 0;
  }
  .advantages-list__item {
    width: 50%;
    margin-bottom: 40px;
  }
  .advantages--style2 .advantages-list__item {
    width: 100%;
  }
  .sorting-bar__section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sorting-bar .form-check-inline {
    width: 100%;
  }
  .option-btn-hint {
    display: none;
  }
  .form-section__title {
    margin-left: 0;
  }
  .step-number {
    display: none;
  }
  .form-section__title h5 {
    width: 100%;
  }
  .form-section__title p {
    padding-left: 0;
  }
  .count-form__inner-blue {
    padding: 24px 24px 0 24px;
  }
  .count-form__inner-grey {
    padding: 24px 24px 0 24px;
  }
  .count-form__inner-white {
    padding: 24px 24px 0 24px;
  }
  .period-result-item {
    width: 100%;
    max-width: 240px;
  }
  
  footer .language-select__wrap.white .language-switcher__item:after {
    top: 6px;
  }
  
  .pt-26,
  .params-form__col.pt-32 {
    padding-top: 0;
  }

  .tcb-btn__wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px;
  }
  .add-testimonial-company-btn{
    margin-top: 16px;
  }
  .tcb-item {
    padding: 16px;
  }
  .tcb-item__meta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    margin-bottom: 16px;
  }
  .tcb-item__name {
    width: 100%;
    margin-bottom: 16px;
  }
  .tcb-item__rating {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .tcb-item__date {
    margin-left: 0;
  }
  .company-sorting-box {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    margin-top: 16px;
  }
  .about-companies{
    padding: 16px;
    margin-bottom: 64px;
  }
  .about-companies__list li{
    width: 100%;
  }
  .tab-nav-item__options{
    width: 100%;
  } 
  .remind-green__col1 {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .remind-green__col2 {
    width: 100%;
    text-align: center;
    margin-top: 32px;
  }
  
}

@media only screen and (max-width: 670px) {
.product-card-body__header {
	padding-bottom:10px;
}
.osago-one-item__content .product-card-body__row {
	margin:0;
}
  .best-options__item {
    display: block;
  }
  .best-options__cell1 {
    display: block;
    width: 100%;
    padding-bottom: 60%;
  }
  .best-options__cell2 {
    display: block;
    width: 100%;
  }
  .page-box__tab-col {
    width: auto;
  }
	#tab-col-tur-city, #tab-col-tur-country, #tab-col-tur-other {
	width: auto;
	}
  .page-box__col-title {
    font-size: 16px;
    padding: 0 0 6px 0;
    position: relative;
  }
  .page-box__tab-col .page-box__col-title:before{
    content: '';
    width: 0;
    height: 3px;
    background: #0a71c0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .page-box__tab-col.active .page-box__col-title:before{
    width: 100%;
  }
  .page-box__col {
    width: 100%;
    display: none;
    height: 0;
    overflow: hidden;
  }
  #page-col-tur-city, #page-col-tur-country, #page-col-tur-other {
  width: 100%;
}
  .page-box__col.active-tab-item{
    display: block;
    height: auto;
    overflow: visible;
  }
  
  
.sorting-bar__section {
  max-width:100%;
}
.osago-one-item__content .product-card-body__row {
  display: block;
}
.osago-one-item__content .product-card-body__row .product-card-body-grid__cell {
	width:50%;
	float:left;
}
.osago-one-item__content .product-card-body__row .product-card-body-grid__cell:first-child {
	width:100%;
	clear:both;
	margin-bottom:30px;
}

.count-form__more-about {
  margin:20px 0 10px 20px;
  position:static;
}
  
}

@media only screen and (max-width: 481px) {
	
.project-partners .project-partners_item {
	width:170px;
	height:150px;
	border-radius: 8px;
	margin: 10px;
	padding: 10px 5px;
	font-size:14px;
}

.filter-box__title {
	font-size:12px;
	font-weight:normal;
}

.filter-box__undertitle {
	font-size:14px;
	padding-top:14px;
}

.mobile-short-description {
	height:60px;
	overflow:hidden;
	padding:0;
	position:relative;
}

.product-description p{
	margin:0 10px;
}

.product-description .mobile-shadow {
	box-shadow: inset 0 -30px 5px -6px #FFFFFF;
	z-index:2;
	height:40px;
	width:100%;
	position:absolute;
	bottom:0;
}
.product-description .mobile-shadow span{
	display:block;
	margin:10px auto 0 auto;
	width: 20px;
	height: 20px;
	background:url('img/open-down.png') center center no-repeat;
}

.author-short-data .author-photo img { max-width:200px; }
.author-short-data h1 { font-size:2em; margin-top:10px; }
.author-short-data .author-position { font-size:1.2em; }
.inside_author_element img { float:none; margin:10px 0 10px 0; }
.inside_author_element a { float:none; }
.author-short-data { margin-bottom:20px; }
.author-short-data .author-short-info span { display:block; margin-bottom:10px; }
	
}