/*==========  Desktop First Method  ==========*/

@media (max-width: 1200px) {
	.top_line .logo {
		max-width: 180px;
	}
	.top_line .top_nav ul li a {
		font-size: 14px;
	}
	.top_line .phone {
		font-size: 14px;
	}
	.top_line .top_nav {
		display: none;
	}
	.header_form_img {
		display: none;
	}
	.header_form_content {
		margin-left: 35px;
	}
	.partners_list .item_wrap {
		width: 20%;
	}
	.account_nav ul li a {
		font-size: 14px;
	}
}

@media (max-width: 992px) {
    .header_form {
        border-radius: 30px;
        margin-bottom: 10px;
    }
	.header_form_title {
		font-size: 36px;
	}
	.header_form_description {
		font-size: 20px;
	}
	.header_form_footer {
		margin: 0 -1px;
	}
	.header_form_footer .item_wrap {
		margin-right: 0;
		width: 100%;
	}
	.header_form_footer .item_wrap .item {
		-webkit-border-radius: 0;
		        border-radius: 0;
	    padding: 10px 20px;
	    margin-bottom: -1px;
	}
	.catalog_list .item_sizer {
		width: 50%;
	}
	.catalog_list .item_wrap {
		width: 50% !important;
		height: 190px !important;
	}
	.main_about .text_wrapper{
		width: 100%;
	}
	.main_about .img_wrapper {
		padding: 0;
		width: 100%;
	}
	.subscription_wrapper {
		background: none !important;
		padding: 0;
	}
	.subscription {
		max-width: 100%;
		margin-top: 0;
	}
	.mobile_app_wrapper .waves {
		background: #b4cd41;
	}
	.mobile_app_form {
		max-width: 100%;
	}
	.mobile_app_wrapper .waves {
		top: 190px;
	}
	.mobile_app_content {
		padding-top: 220px;
	}
	.footer .footer_item {
		width: 50%;
	}
	.footer .footer_item:nth-child(2n) {
		text-align: right;
	}
	.footer .social ul {
		-webkit-justify-content: flex-end;
		        justify-content: flex-end;
	}
	.partners_list .item_wrap {
		width: 25%;
	}
	.partner_wrapper .left_wrapper {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.partner_wrapper .right_wrapper {
		width: 100%;
	}
	.account_nav ul {
		-webkit-justify-content: center;
		        justify-content: center;
	}
}

@media (max-width: 768px) {
	.header {
		padding: 10px 0;
	}
	.header .account_links_wrapper {
		position: initial;
	}
	.header .account_links_item {
		width: auto;
		font-size: 0;
	}
	.header .account_wrapper:first-child {
		margin-right: 15px;
	}
	.header .account {
		max-width: 100%;
		width: 100%;
	}
	.header .account {
		top: calc(100% - 10px);
	}
	.header .account.opened {
		top: calc(100%);
	}
	.header_form_title {
		font-size: 28px;
	}
	.header_form_description {
		font-size: 20px;
	}
	.main_title {
		font-size: 24px;
	}
	.catalog_list .item {
		padding: 20px;
	}
	.catalog_list .item .title {
		font-size: 20px;
	}
	.section {
		margin-bottom: 50px;
	}
	.subscription {
		padding: 40px;
	}
	.main_form .privacy {
		font-size: 12px;
	}
	.footer .footer_item {
		width: 100%;
		text-align: center;
	}
	.footer .footer_item:nth-child(2n) {
		text-align: center;
	}
	.footer .social ul {
		-webkit-justify-content: center;
		        justify-content: center;
	}
	.partners_list .item_wrap {
		width: 33.3333%;
	}
	.user_story table th {
		font-size: 12px;
		padding: 10px 5px;
	}
	.page table td {
		padding: 5px;
		font-size: 12px;
	}
}

@media (max-width: 576px) {
	.btn_main, a.btn_main, button.btn_main {
		font-size: 16px;
		padding: 15px 40px;
		-webkit-border-radius: 10px;
		        border-radius: 10px;
	}
	.top_line .logo {
		max-width: 137px;
	}
	.header .account_links_item {
		padding: 12px;
		-webkit-border-radius: 10px;
		        border-radius: 10px;
	}
	.header .account .btns_wrap .forgot_password,
	.main_form .btns_wrap .forgot_password {
		font-size: 13px;
	}
	.header .account .btns_wrap .registration,
	.main_form .btns_wrap .registration {
		font-size: 15px;
	}
	.header_form_content {
		margin: 0 10px;
	}
	.header_form_container {
		padding: 25px;
	}
	.header_form_title {
		font-size: 20px;
	}
	.header_form_description {
		font-size: 16px;
	}
	.catalog_list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.catalog_list .item_wrap {
		height: 170px !important;
		padding: 5px;
	}
	.catalog_list .item .title {
		font-size: 16px;
	}
	.catalog_list .item .link {
		font-size: 12px;
	}
	.catalog_list .item .link:after {
		width: 12px;
		height: 12px;
		-webkit-background-size: 12px;
		     -o-background-size: 12px;
		        background-size: 12px;
	}
	.main_title {
		font-size: 20px;
	}
	.subscription_wrapper .description {
		font-size: 16px;
		margin-bottom: 25px;
	}
	.subscription {
		padding: 30px;
	}
	.faq .item_wrap .item_link {
		font-size: 16px;
	}
	.faq .item_wrap .text {
		font-size: 14px;
	}
	.mobile_app .mobile_app_screen {
		right: auto;
	}
	.mobile_app .description {
		font-size: 16px;
	}
	footer {
		padding: 30px 0;
	}
	.breadcrumb {
		font-size: 14px;
	}
	.partners_list .item_wrap {
		width: 50%;
	}
	.account_nav ul li {
		width: 50%;
	}
	.account_nav ul li a {
		height: 50px;
	}
	.user_story_date .input_wrap {
		width: 100%;
	}
	.user_story_date input {
		width: 100%;
	}
	.user_story_date button {
		width: 100%;
	}
	.form_fiz_ur_wrap {
	    display: block;
	}
	.form_fiz_ur_wrap .item_wrap {
	    margin-bottom: 5px;
	}
	.popup_title {
		font-size: 20px;
	}
	.popup {
		padding: 40px 20px;
	}
	.mfp-close-btn-in .popup .mfp-close {
		top: 5px;
		right: 5px;
	}
}

/*==========  Mobile First Method  ==========*/

@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	
}

@media (min-width: 992px) {
	.header_form_footer .item_wrap:first-child .item {
	border-radius: 0px 20px 0px 30px;
	}
	.header_form_footer .item_wrap:last-child .item {
		border-radius: 0px 0px 30px 20px;
		padding: 0 20px;
	}
}

@media (min-width: 1200px) {
	
}