@media (max-width: 1350px) {
  .popup {
    width: 40%;
  }
}
@media (max-width: 1250px) {
  	.about-sec-feq__inner {
	  background-size: 55% 100%;
	}
	.about-sec-feq__inner .text{
		padding: 20px 0 20px;
	}
}
@media (max-width: 1150px) {
  .shopping-sec .search-form {
    width: 40%;
  }
  .main-heading {
    font-size: 40px;
    line-height: 50px;
  }
  .logo {
    width: 300px;
    height: 70px;
  }
  .menu li {
    margin-right: 15px;
  }
  	.about-sec-feq__inner .text h1 {
	  font-size: 24px;
	  line-height: 40px;
	  margin-bottom: 20px;
	}
	.about-sec-feq__inner {
	  align-items: end;
	}
	.about-sec-feq__inner .text .descr p{
		margin-bottom: 15px;
	}
	.about-sec-feq__inner .text .descr p:last-of-type {
	  margin-bottom: 30px;
	}
}
@media (max-width: 1050px) {
  .menu li a {
    font-size: 13px;
  }
  .popup {
    width: 50%;
  }
  
}
@media (max-width: 991px) {
	.menu li.menu-item-has-children.pll-parent-menu-item:after {
		top: calc(50% - 0px);
	}
	.mob_switch{
		display:block;
	}
	
	.header-inner__right-part .menu li.menu-item-has-children.pll-parent-menu-item{
		display:none;
	}
	.menu li.menu-item-has-children:after {
		top: 27px;
	}
	.menu li.menu-item-has-children.pll-parent-menu-item{
		position: absolute;
		bottom: 100px;
		left: 10px;
	}
	
	.menu li.menu-item-has-children.pll-parent-menu-item a{
		font-size: 22px;
		line-height: 54px;
	}
	.menu li.menu-item-has-children.pll-parent-menu-item:hover .sub-menu {
		right: auto;
		top: auto;
		bottom: 0;
		background: #fff;
		padding: 12px 17px;
		left: 0;
		z-index: 1;
	}
		
	.form-input input{
		max-height:50px
	}
	.menu li.current-menu-item::after {
	  display:none;
	}
	.account {
		border-left: none;
		padding-left: 0;
		margin-left: 0;
	}
  .text-description {
    font-size: 16px;
    line-height: 26px;
  }
  .shopping-wraper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .shopping-sec .search-form {
    width: 50%;
  }
  footer {
    border-top: unset;
  }
  .footer-inner {
    flex-direction: column;
  }
  .footer-inner .soc-media {
    order: 1;
    justify-content: center;
    margin-bottom: 30px;
  }
  .footer-inner__left {
    order: 2;
    border-top: 1px solid #D6DFE1;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 15px;
  }
  .soc-media__link {
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }
  .soc-media__link svg {
    width: 20px;
    height: 20px;
  }
  .copyright {
    font-size: 11px;
  }
  .logo {
    width: 253px;
    height: 57px;
  }
  header.active {
    border-bottom: unset;
  }
  .header-inner {
    position: relative;
  }
  .header-inner__right-part {
    height: calc(100vh - 57px);
    padding-top: 70px;
    width: 100%;
    background: #E8F2F4;
    display: none;
    top: 100%;
    position: absolute;
    overflow-y: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .header-inner__right-part::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .header-inner__right-part.active {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .header-inner__right-part .search {
    display: none;
  }
  .header-inner__right-part .menu {
    flex-direction: column;
    margin-bottom: 40px;
    padding-left: 0;
  }
 .header-inner__right-part .menu ul {
    flex-direction: column;
  }
  .header-inner__right-part .menu li {
    margin-right: 0;
  }
  .header-inner__right-part .menu li.active:after {
    bottom: -5px;
  }
  .header-inner__right-part .menu li a {
    font-size: 26px;
    line-height: 54px;
  }
  .header-inner__right-part .btn:first-of-type {
    margin-left: 0;
  }
  .header-inner__right-part .flex-btn {
    padding-bottom: 42px;
  }
  .header-inner .gumb {
    display: block;
  }
  .header-inner .wrap_sw_gumb {
    display: flex;
  }
	.info_text{
		margin-left: -91%;
		width: 100%;
	}
	.funds_text-btn {
		padding: 20px;
		flex-direction: column;
		align-items: flex-start;
	}
	.funds_text {
		margin-right: 0;
		margin-bottom: 14px;
	}
	.menu li.menu-item-has-children .sub-menu {
		right: 0;
		background: transparent;
		padding: 0;
		width: fit-content;
		text-align: center;
		margin: 0;
	}
	.menu li.menu-item-has-children:hover .sub-menu {
		right: 0;
		background: transparent;
		padding: 0;
		position: inherit;
		top: 0;
		width: 100%;
	}
	.menu  li.pll-parent-menu-item.menu-item-has-children:hover .sub-menu {
		right: auto;
		bottom: 0;
		top: auto;
		background: #fff;
		padding: 12px 17px;
		width: fit-content;
	}
	.about-sec-feq {
	  	background-color: #E8F2F4;
	}
	.about-sec-feq__inner{
		flex-direction: column-reverse;
		width: calc(100% + 30px);
    	margin-left: -15px;
		background-image: none!important;
	}
	.about-sec-feq__inner .text{
		padding: 30px 15px 22px;
		width: 100%;
		margin-bottom: 8px;
		background-color: #fff;
	}
	.about-sec-feq__inner .img{
		width: 100%;
		margin-left: 0;
		display: flex;
	}
	.about-sec-feq__inner .text h1 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.about-sec-feq__inner .text .descr p{
		font-size: 14px;
	}
	.about-sec-feq__inner .text .descr p:last-of-type {
		margin-bottom: 0px;
	}
	.faq-wrap {
	  width: 85%;
	}
	.name-sec {
	  padding: 20px 20px;
	}
	.name-sec span {
	  font-size: 16px;
	}
	.faq-wrap .accordion-sec .content {
	  padding: 20px 20px 28px 20px;
	  font-size: 14px;
	}
	.faq-wrap__title {
	  font-size: 28px;
	  line-height: 44px;
	  margin-bottom: 10px;
	}
	.news-wrap .single-news {
	  width: calc(50% - 23px);
	}
	.news-page__inner .title-news {
	  font-size: 35px;
	  line-height: 44px;
	  margin-bottom: 15px;
	}
	.news-page__inner {
	  padding: 40px 0 40px;
	}
	.soc-media-single-post .soc-media__link img{
		width: 20px;
		height: 20px;
	}
	.single-post__inner {
	  width: 70%;
	}
}
@media (max-width: 850px) {
  .popup {
    width: 60%;
  }
}
@media (max-width: 768px) {
	.info_bl {
		left: calc(100% - 60px);
		top: 10px;
		width: 40px;
		padding: 30px;
	}
  .main-heading {
    font-size: 28px;
    line-height: 44px;
  }
  .text-description {
    font-size: 14px;
    line-height: 24px;
  }
  .heading {
    font-size: 24px;
    line-height: 44px;
  }
  .shopping-wraper {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    grid-gap: unset;
  }
  .shopping-card {
    width: 100%;
    margin-bottom: 10px;
  }
  .shopping-card__top {
    padding: 24px 65px 14px 65px;
  }
  .shopping-sec .shopping-wraper {
    margin-bottom: 30px;
  }
  .shopping-sec__title-wraper {
    align-items: flex-start;
    flex-direction: column;
  }
  .shopping-sec__title-wraper .main-heading {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 10px;
  }
  .shopping-sec__title-wraper .heading {
    margin-bottom: 10px;
  }
  .shopping-sec .search-form {
    width: 100%;
  }
  .shopping-sec .search-form input {
    padding: 8px 18px 11px 42px;
    background-size: 14px 14px;
    background-position: 16px center;
    font-size: 16px;
  }
  .shopping-sec .search-form input::placeholder {
    font-size: 16px;
  }
  .shopping-sec .search-form button {
    font-size: 16px;
  }
  .popup {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 23px 14px 15px;
  }
  .popup .popup-heading {
    margin-bottom: 17px;
  }
  .popup .text-description {
    margin-bottom: 10px;
  }
  .form-input {
    margin-bottom: 9px;
  }
  .form-input__name {
    font-size: 13px;
  }
  .form-input input {
    padding: 8px 18px 10px;
    font-size: 16px;
  }
  .form-input input::placeholder {
    font-size: 16px;
  }
  .form__links {
    margin-top: 20px;
  }
  .form__links a {
    font-size: 16px;
    line-height: 20px;
  }
  .have-account {
    font-size: 16px;
  }
  .popup-heading {
    font-size: 22px;
    line-height: 40px;
  }
  .mfp-content {
    vertical-align: bottom !important;
  }
  .footer-inner {
    padding-bottom: 9px;
  }
	.funds_bl {
		margin-bottom: 10px;
		flex-direction: column;
	}
	.funds_grid {
		padding-bottom: 45px;
		margin-top: -20px;
	}
	.funds_logo {
		border-right: none;
		border-bottom: 1px solid #E8F2F4;
		min-width: auto;
	}
	.funds_text h2{
		font-size: 18px;
		line-height: 26px; 
		margin-bottom: 12px;
	}
	.funds_text p{
		font-size: 14px;
		line-height: 22px; 
	}
	.faq-wrap {
	  width: 100%;
	  padding: 30px 0 42px;
	}
	.name-sec span {
	  font-size: 14px;
	  line-height: 20px;
	}
	.faq-wrap .accordion-sec {
	  margin-bottom: 6px;
	}
	.faq-wrap .btn {
	  display: inline-flex;
	  width: 240px;
	}
	.name-sec img{
		width: 9px;
		height: 9px;
	}
	.news-wrap {
	  flex-flow: unset;
	  flex-wrap: unset;
	  width: 100%;
	  margin-left: 0;
	  flex-direction: column;
	}
	.news-wrap .single-news {
	  width: 100%;
	  margin-left: 0;
	  margin-bottom: 10px;
	}
	.news-wrap .single-news:last-of-type{
		margin-bottom: 20px;
	}
	.single-news .img {
	  height: 165px;
	}
	.single-news .text{
		padding: 15px 7px 15px 20px;
	}
	.single-news .text p {
	  font-size: 16px;
	  line-height: 24px;
	}
	.single-news .text .bottom-text .date {
	  font-size: 14px;
	}
	.news-page__inner .title-news {
		font-size: 24px;
		line-height: 44px;
	}
	.news-page__inner{
		padding: 30px 0 30px;
	}
	.main-section-single-post {
	  padding: 20px 0 21px;
	}
	.back-link span{
		display: none;
	}
	.post-flex {
	  align-items: unset;
	  flex-direction: column;
	}
	.post-flex .img{
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	.post-flex .img img{
		border-radius: unset;
	}
	.post-flex .text{
		width: 100%;
		margin-left: 0;
		padding: 5px 0px 0px;
	}
	.post-flex .text .date {
	  font-size: 14px;
	  margin-bottom: 0;
	}
	.post-flex .text .title {
	  font-size: 18px;
	  line-height: 28px;
	  margin-bottom: 15px;
	}
	.soc-media-single-post span {
	  font-size: 14px;
	  line-height: 30px;
	  margin-right: 13px;
	}
	.single-post__inner {
	  width: 100%;
	  padding: 25px 0 30px;
	}
	.single-post__inner h1, h2, h3, h4, h5, h6 {
	  font-size: 16px;
	  line-height: 24px;
	  margin-bottom: 10px;
	}
	.single-post__inner p, ul li, ol li {
	  font-size: 14px;
	}
	.single-post__inner .foto-post img {
	  height: 190px;
	}
	.more-news-sec {
	  margin-bottom: 20px;
	}
}
@media (max-width: 450px) {
  .copyright {
    font-size: 10px;
  }
}