@charset "UTF-8";
/*---------------- Fonts ----------------*/
/* Reset */
*{box-sizing:border-box;margin:0;padding:0;}
html,body{width:100%;margin:0;padding:0;overflow-x: hidden;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{font-family: "Montserrat", sans-serif;font-weight:400;background:#F4F4FF;color:#1a1a1a;font-size:16px;line-height:130%;width:100%;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
table{border-collapse:collapse;border-spacing:0;width: 100%;border-collapse: separate;border-spacing: 6px;}
.anchor_list::-webkit-scrollbar-button{background-image:url();background-repeat:no-repeat;width:9px;height:0;}
::selection,::-moz-selection,::-webkit-selection{background:#000;color:#fff;}
input {outline:none;border:none;}
::-webkit-input-placeholder {color:#1a1a1a;}
::-moz-placeholder          {color:#1a1a1a;}
:-moz-placeholder           {color:#1a1a1a;}
:-ms-input-placeholder      {color:#1a1a1a;}
strong {font-weight:700;}
img {display:block;}
/* General */
.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 20px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.btn_darkblue {
	background: #0502b8;
	border: 1px solid #0502b8; 
	color: #fff;
	border-radius: 6px;
	height: 52px;
	padding: 0 15px;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
	transition: all 0.15s ease-in;
}
.btn_darkblue:hover {
	background: #fff;
	color: #0502b8;
}
h2 {
	text-align: center;
	font-weight: 700;
	margin: 0 auto 50px auto;
	font-size: 40px;
	line-height: 110%;
}
.padding_80 {
	padding: 80px 0;
}
section {
    opacity: 0;
    transition: all 1s;
    transition-delay: 0.4s;
    margin: 70px 0 0 0;
}
section.in-viewport {
    opacity: 1;
    margin: 0;
}
.frm_forms label span,
.frm_forms span.frm_required {
	display: none !important;
}
.frm_forms input {
	margin: 0 0 10px 0 !important;
}
.frm_checkbox label {
	display: block !important;
}
.frm_checkbox label {
    align-items: center;
    gap: 10px;
    display: flex !important;
    font-size: 11px !important;
}
.frm_checkbox input[type="checkbox"] {
    position: relative !important;
    top: 4px !important;
}
.frm_button_submit {
    background: #0502b8 !important;
    border: 1px solid #0502b8 !important;
    color: #fff !important;
    border-radius: 6px !important;
    height: 52px !important;
    padding: 0 15px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    transition: all 0.15s ease-in;	
}
.frm_button_submit:hover {
	background: #fff !important;
	color: #0502b8 !important;
}
.with_frm_style .frm_form_fields > fieldset {
    padding: 0 !important;
}
.frm_style_formidable-stil.with_frm_style .form-field {
    margin-bottom: 0 !important;
}
/* Popup */
.popup {
	width: 100%;
	height: 100%;
	z-index: -1;
	position: fixed;
	visibility: hidden;
	opacity: 0;
	backdrop-filter: blur(5px);
}
.popup.active {
	z-index: 999999;
	visibility: visible;
	opacity: 1;
}
.popup__container {
	width: 500px;
	height: auto;
	padding: 50px;
	border-radius: 30px;
	background: #fff;
	z-index: 99;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.popup__close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.popup__title {
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 700;
    font-size: 24px;
}
.popup input {
	height: 50px !important;
	width: 100% !important;	
	padding: 0 0 0 15px !important;
}
.popup input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    padding: 0 !important;
	top: -1px !important;
}
.popup .frm_forms input {
    margin: 0 !important;
}
.popup .frm_style_formidable-stil.with_frm_style .form-field {
    margin-bottom: 10px;
}

/* Header */
header {
	border-bottom: 1px #E4E4FF solid;
	transition: all 0.2s ease-in;
}
header.fixed {
	backdrop-filter: blur(7px);
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}
.header__inner {
    padding: 8px 0;
    justify-content: space-between;
    align-items: center;
}
.header__inner > div:last-of-type {
	display: none;
}
.header__title {
	font-weight: 700;
	text-transform: uppercase;
	color: #0502b8;
	font-size: 15px;
	line-height: 100%;
	text-decoration: none;
	display: block;
}
.header__subtitle {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 100%;
	margin: 5px 0 0 0;
}
.header__contacts {
    align-items: end;
    flex-direction: column;
}
.header__phone {
	text-decoration: none;
	font-weight: 700;
	color: #0502b8;	
	display: block;
}
.header__email {
	text-decoration: none;
	font-weight: 700;
	color: #1a1a1a;
	font-size: 14px;
	display: block;
	margin: 0;
}
nav ul {
	display: flex;
	gap: 30px;
}
nav li a {
	text-decoration: none;
	color: #000;
	display: block;	
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.15s ease-in;
}
nav li a:hover,
.current-menu-item a {
	color: #0502b8;
}
.menu-item-has-children:hover .sub-menu {
	display: flex;
}
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children:before {
    content: "";
    display: block;
    background: url(images/li-arrow.svg) no-repeat;
    width: 9px;
    height: 5px;
    background-size: cover !important;
    position: absolute;
    right: -12px;
    top: 8px;
}
.sub-menu {	
    flex-wrap: wrap;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    position: absolute;
    z-index: 222;
	gap: 10px;
	display: none;
	width: 200px;
}
.sub-menu a {
	text-transform: none;
}
.btn__menu {
	width: 28px;
	height: 23px;
	display: none;
}
.btn__menu span {
	display: block;
	position: relative;
	background: #000;
	height: 2px;
	width: 28px;
	transition: 0.2s;
}
.btn__menu span:nth-child(2) {
	top: 7px;
}
.btn__menu span:nth-child(3) {
	top: 14px;
}
.btn__menu.active span:nth-child(2) {
	display: none;
}
.btn__menu.active span:nth-child(1) {
	transform: rotate(45deg);
	transition: 0.2s;
	top: 8px;
}
.btn__menu.active span:nth-child(3) {
	transform: rotate(-45deg);
	transition: 0.2s;
	top: 6px;
}
.header__social {
	gap: 8px;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}
.header__call {
	border: 1px #0502b8 solid;
	background: #fff;
	color: #0502b8;
	border-radius: 6px;
	height: 52px;
	padding: 0 15px;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
	transition: all 0.15s ease-in;
}
.header__call:hover {
	color: #fff;
	background: #0502b8;
}
/* Menu Mobile */
.menu__mobile {
    width: 300px;
    z-index: 9999;
    padding: 40px;
    transition: 0.3s;
    display: none;
    position: fixed;
    background: #fff;
    border-radius: 32px;
    right: 10px;
    top: 130px;
}
.menu__mobile .menu__close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.menu__mobile.active {
	display: block;
}
.menu__mobile a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 0 20px 0;
}
/* Home */
.block_start {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    min-height: 530px;
}
.block_start .container {
	position: relative;
	height: 100%;
}
.page-template-page-tariffs .block_start__container, 
.page-template-page-blog .block_start__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    height: 400px;
}
.block_start__img {
    position: absolute;
    right: 0;
    top: 0;
    height: 600px;
    width: auto;
}
.block_start__container {
	max-width: 700px;
}
h1 {
    font-size: 45px;
    line-height: 115%;
    font-weight: 600;
}
h1 strong {
	color: #0502b8;
}
.block_start__subtitle {
    color: #0502b8;
    font-weight: 700;
    margin: 10px 0 0 0;
    max-width: 500px;
}
.block_start__text {
    margin: 30px 0 0 0;
    line-height: 150%;
    max-width: 600px;
	position: relative;
	padding: 0 0 0 35px;
}
.block_start__text:before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background-size: cover !important;
	background: url(images/info-icon.svg) no-repeat;
	position: absolute;
	left: 0;
	top: -2px;
}
.block_start__img_1 {
    position: absolute;
    right: 0;
    top: 0%;
    transform: translateY(0%);
    height: auto;
    width: 420px;
    border-radius: 16px;
}
.block_start__benefits {
    margin: 50px 0 0 0;
    max-width: 570px;
    font-size: 16px;
    line-height: 120%;
}
.block_start__benefits_inner {
    align-items: center;
    gap: 8px;
    font-weight: 500;
}
.block_start__benefits_inner img {
	height: auto;
	width: 30px;
}
.block_start__benefits_inner > div {
	margin: 0 0 10px 0;
}
.block_start__benefits_inner > div:nth-child(1) {
	flex: 0 42px;
}
.block_start__benefits_inner > div:nth-child(2) {
	flex: 0 calc(100% - 50px);	
}
.block_start__bottom {
    margin: 30px 0 0 0;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 15px;
}
.block_start__bottom > div:nth-child(1) {
	flex: 0 50%;
}
.block_start__bottom > div:nth-child(2) {
	position: relative;
	flex: 0 50%;
}
.block_start__bottom_info {
	align-items: center;
}
.block_start__bottom_info > div:nth-child(1) {
    flex: 0 130px;
    padding: 0 0 0 15px;
}
.block_start__bottom_info > div:nth-child(2) {
    flex: 0 calc(100% - 130px);
    justify-content: center;
}
.block_start__bottom ul {
	padding: 5px 10px 0 0;
}
.block_start__bottom li {
	position: relative;
	padding: 0 0 0 24px;
    font-size: 15px;
    line-height: 105%;
	margin: 0 0 6px 0;
}
.block_start__bottom li:last-of-type {
	margin: 0;
}
.block_start__bottom li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	background: url(images/check-li.svg) no-repeat;
	width: 17px;
	height: 17px;
	background-size: cover !important;
}
.block_start__gift {
    height: auto;
    width: 110px;
}
.block_start__bottom p {
    font-size: 15px;
    line-height: 105%;
	padding: 0 10px 0 0;
}
#timer {
	display: flex;
	flex-wrap: wrap;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	justify-content: center;
	position: relative;
	max-width: 190px;
	margin: 0 0 15px 0;
}
.timer_num {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	flex: 0 100%;
	color: #0502b8;
}
.timer_text {
	flex: 0 100%;
	font-size: 10px;
	line-height: 110%;
	font-weight: 700;
	text-align: center;
}
.timer_num > div,
.timer_text > div {
	flex: 0 33.33%;
	text-align: center;
}
.block_service {
	position: relative;
}
.block_service__list {
	gap: 30px;
}
.block_service__list > div {
    border-radius: 16px;
    background: #fff;
    flex: 0 calc(33.33% - 20px);
    padding: 0 0 30px 0;
	transition: all 0.25s ease-in;
	position: relative;
}
.block_service__list > div a {
	text-decoration: none;
	color:#2A2A2A;
}
.block_service__list > div:hover {
	background: #E4E4FF;
}
.block_service__list_title {
	font-weight: 700;
	font-size: 16px;
	line-height: 115%;
	text-align: center;
	margin: 30px 0 10px 0;
	padding: 0 25px;
}
.block_service__list_text {
	border-radius: 16px;
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    text-align: center;
    padding: 0 25px;
    height: auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in;
    position: absolute;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block_service__list > div:hover .block_service__list_text {
	opacity: 1;
	visibility: visible;
	height: 100%;
}
.block_service__list_img {
	background-size: cover !important;
	height: 200px;
	background-repeat: no-repeat;
	border-radius: 16px;
	position: relative;
	transition: all 0.25s ease-in;
}
.block_service__list_icon {
    position: absolute;
    bottom: -10px;
    left: 35px;
    height: 150px;
	width: auto;
}
.block_partner__list {
	gap: 30px;
}
.block_partner__list > div {
	flex: 0 calc(25% - 23px);
	height: 106px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 40px;
	border-radius: 8px;
	transition: all 0.25s ease-in;
}
.block_partner__list > div:hover {
	transform: scale(1.05);
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.05));
}
.block_partner__list > div img {
	max-width: 100%;
	height: auto;
}
.block_problem {
	position: relative;
}
.block_problem__list {
	gap: 30px;
}
.block_problem__list_inner {
	flex: 0 calc(33.33% - 20px);
	border-radius: 16px;
	background: #fff;
	padding: 20px;
	align-items: center;
	filter: drop-shadow(3px 6px 8px rgba(5, 2, 184, 0.04));
	transition: all 0.2s ease-in;
}
.block_problem__list_inner:hover .block_problem__list_inner_num {
	transform: scale(1.05);
}
.block_problem__list_inner > div:nth-child(1) {
	flex: 0 30px;
}
.block_problem__list_inner > div:nth-child(2) {
    flex: 0 calc(100% - 30px);
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 130%;
}
.block_problem__list_inner_num {
	height: 30px;
	border-radius: 8px;
    background: #0602B8;
    background: linear-gradient(270deg, #0602B8, #2522EB);
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease-in;
}
.block_problem__frame {
    background: #0602B8;
    background: linear-gradient(270deg, #2522EB, #0602B8);
	color: #fff;
	font-size: 20px;
	line-height: 130%;	
	padding: 25px;
	border-radius: 16px;
	font-weight: 600;
	margin: 30px 0 0 0;
	position: relative;
}
.block_problem__frame strong {
	text-decoration: underline;
	font-weight: 500;
}
.block_problem__frame_text {
    max-width: 53%;
}
.block_problem__frame_img {
    position: absolute;
    bottom: 0;
    right: 10px;
    height: 260px;
    width: auto;
}
.block_advant {
    background: #fff;
    border-radius: 32px;
    width: fit-content;
    margin: 0 auto;
    padding: 80px 120px;
}
.block_advant__list {
	gap: 30px;
}
.block_advant__list > div {
    flex: 0 calc(33.33% - 20px);
    border-radius: 16px;
    height: 220px;
    background: #F4F4FF;
    position: relative;
    display: flex;
    align-items: end;
    padding: 25px;
    font-weight: 500;
}
.block_advant__list_icon {
	height: 50px;
	width: auto;
	position: absolute;
	right: 20px;
	top: 20px;
}
.block_about {
	position: relative;
}
.block_about__header {
    align-items: center;
    justify-content: center;
    gap: 30px;
    color: #0502b8;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    max-width: 800px;
    text-align: left;
	margin: 0 auto;
}
.block_about__logo {
	width: 150px;
	height: auto;
}
.block_about__header > div:nth-child(1) {
	flex: 0 150px;
}
.block_about__header > div:nth-child(2) {
	flex: 0 calc(100% - 180px);
}
.block_about__header h2 {
	margin: 0;
	text-align: left;
}
.block_about__text {
    text-align: left;
	margin: 40px auto 0 auto;
	line-height: 150%;
}
.block_about__text p {
	margin: 0 0 15px 0;
}
.block_about__acc {
	margin: 20px auto 0 auto;
	display: none;
}
.block_about__acc_subtitle {
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	margin: 25px 0 25px 0;
	color: #0502b8;
	display: none;
}
.block_about__acc > div {
	padding: 20px 30px;
	border-radius: 8px;
	background: #fff;
	margin: 0 0 10px 0;
	cursor: pointer;
	position: relative;
	transition: all 0.15s ease-in;
}
.block_about__acc > div:hover,
.block_about__acc > div.active {
	filter: drop-shadow(3px 6px 8px rgba(5, 2, 184, 0.07));
}
.block_about__acc_icon {
	position: absolute;
	right: 30px;
	top: 15px;
	height: 30px;
	width: 30px;
}
.block_about__acc > div.active .block_about__acc_icon {
	transform: rotate(-180deg);
}
.block_about__acc_title {
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
}
.block_about__acc_text {
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.15s ease-in;
	line-height: 150%;
}
.block_about__acc > div.active .block_about__acc_text {
	margin: 20px 0 0 0;
	height: auto;
	opacity: 1;
	visibility: visible;
}
.block_form {
    background: #fff;
    border-radius: 32px;
    width: fit-content;
    margin: 80px auto;
    padding: 80px 120px;
    position: relative;
	height: 540px;
}
.block_form__inner {
    max-width: 800px;
    margin: 0 auto;
}
.block_form__inner > div:nth-child(1) {
	flex: 0 450px;
	position: relative;
}
.block_form__inner > div:nth-child(2) {
	flex: 0 calc(100% - 450px);
}
.block_form__inner > div:nth-child(1) p {
    margin: 0 0 10px 0;
    line-height: 140%;
    padding: 0 45px 0 0;
    font-size: 22px;
    font-weight: 700;
	color: #0502b8;
}
.block_form__img {
    position: absolute;
    left: 10px;
    bottom: -70px;
    height: 230px;
    width: auto;
}
.round_bg {
    border-radius: 900px;
    background: #0502b8;
    position: absolute;
    filter: blur(100px);
    z-index: -1;
}
.round_bg_1 {
    right: 260px;
    top: 70px;
	opacity: 0.2;
    width: 500px;
    height: 500px;
}
.round_bg_2 {
    left: 120px;
    top: 30px;	
	opacity: 0.15;
    width: 700px;
    height: 700px;
}
.round_bg_3 {
    right: 120px;
    bottom: -160px;	
	opacity: 0.15;
    width: 700px;
    height: 700px;
}
.round_bg_4 {
    left: 220px;
    bottom: -100px;	
	opacity: 0.15;
    width: 700px;
    height: 700px;
}
.round_bg_service_1 {
    left: 0px;
    bottom: 0px;	
	opacity: 0.15;
    width: 700px;
    height: 700px;	
}
.block_service_1__frame_text {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    position: relative;
    max-width: 65%;
    margin: 0 auto;
    text-align: center;
	filter: drop-shadow(3px 6px 8px rgba(5, 2, 184, 0.07));
	font-weight: 700;
}
.block_service_1__frame_text:after {
    content: "";
    display: block;
    background: #0502b8;
    height: 5px;
    width: 80%;
    position: absolute;
    bottom: -5px;
    left: 10%;
    border-radius: 0 0 4px 4px;
}
.block_service__benefits {
	gap: 30px;
	margin: 60px 0 0 0;
}
.block_service__benefits > div {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    height: 300px;
    flex: 0 calc(33.33% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
	position: relative;
	overflow: hidden;
}
.block_service__benefits_title {
    font-weight: 700;
    font-size: 18px;
    padding: 0 40px 0 0;
}
.block_service__benefits_header {
	height: 100px;
}
.block_service__benefits_header > div:nth-child(1) {
	flex: 0 calc(100% - 60px);
}
.block_service__benefits_header > div:nth-child(2) {
	flex: 0 60px;
}
.block_service__benefits_text {
	font-size: 15px;
}
.block_order__list {
	gap: 30px;
}
.block_order__list > div {
	flex: 0 calc(33.33% - 20px);
	background: #fff;
	padding: 15px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block_order__list > div img {
	width: 70%;
	height: auto;
	border-radius: 16px;
	margin: 0 auto;
}
.block_service__website_create {
	gap: 30px;
}
.block_service__website_create > div {
	flex: 0 calc(33.33% - 20px);
	border-radius: 16px;
	background: #fff;
	padding: 30px;
	position: relative;
}
.block_service__website_create_title {
    font-weight: 700;
    font-size: 20px;
    max-width: 80%;
    line-height: 115%;
}
.block_service__website_create_text ul {
	margin: 15px 0 0 0;
}
.block_service__website_create_text li {
    font-size: 14px;
    line-height: 115%;
	margin: 0 0 10px 0;
	position: relative;
	padding: 0 0 0 12px;
}
.block_service__website_create_text li:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 5px;
	background: #0502b8;
}
.block_service__website_create_num {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F4F4FF;
	width: 40px;
	height: 40px;
	font-weight: 700;
	color: #0502b8;
	border-radius: 8px;
	position: absolute;
	right: 20px;
	top: 20px;
}
.block_service_2__inner {
	margin: 0 0 60px 0;
	align-items: center;
}
.block_service_2__inner > div:nth-child(1) {
	flex: 0 400px;
}
.block_service_2__inner > div:nth-child(2) {
	flex: 0 calc(100% - 400px);
	padding: 0 0 0 50px;
}
.block_service_2__inner > div:nth-child(1) img {
	width: 100%;
	height: auto;
}
.block_service__website_benefits {
	gap: 30px;
}
.block_service__website_benefits > div {
	background: #fff;
	border-radius: 16px;
	padding: 30px;
	flex: 0 calc(50% - 20px);
	position: relative;
}
.block_service__website_benefits_title {
	font-weight: 700;
	max-width: 85%;
}
.block_service__website_benefits_icon {
	position: absolute;
	right: 20px;
	top: 20px;
}
.block_service_2,
.block_service_1 {
	position: relative;
}
.block_service_1__acc {
	margin: 60px 0;
}
.block_service_2__context_list {
	gap: 30px;
	margin: 0 0 60px 0;
}
.block_service_2__context_list > div {
    border-radius: 16px;
    padding: 30px;
    flex: 0 calc(25% - 23px);
    background: #fff;
	position: relative;
}
.block_service_2__context_list_icon {
	position: absolute;
	right: 20px;
	top: 20px;
}
.block_service_2__context_text {
	max-width: 85%;
}
.block_tariffs__inner {
	gap: 30px;
	margin: 0 0 30px 0;
}
.block_tariffs__inner > div:nth-child(1) {
    flex: 0 300px;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
	min-height: 288px;
	overflow: hidden;
	position: relative;
}
.block_tariffs__inner > div:nth-child(2) {
	flex: 0 calc(100% - 330px);
	background: #fff;
	border-radius: 16px;
	padding: 30px;
}
.block_tariffs__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: #0502b8;
}
.block_tariffs__price {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    color: #0502b8;
    position: relative;
    z-index: 3;
    max-width: 180px;
}
.block_tariffs__text li {
	position: relative;
	padding: 0 0 6px 12px;
}
.block_tariffs__text li:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 7px;
	background: #0502b8;
}
.block_tariffs__round {
    border-radius: 300px;
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: -35px;
    right: -35px;
    background: #F4F4FF;
}
.block_contacts__info {
	gap: 30px;
	align-items: center;
}
.block_contacts__logo {
	height: 140px;
	width: auto;
	background: #fff;
	padding: 15px;
	border-radius: 16px;
}
.block_contacts__phone {
	text-align: left;
	text-decoration: none;
	font-size: 30px;
	display: block;
	color: #0502b8;
	font-weight: 700;
	position: relative;
	margin: 25px 0;
}
.block_contacts__phone:before {
	content: "";
	display: inline-block;
	background: url(images/phone-icon.svg) no-repeat;
	width: 30px;
	height: 30px;
	background-size: cover;
	margin: 0 8px 0 0;
	position: relative;
    top: 5px;
}
.block_contacts__email {
	text-align: left;
	text-decoration: none;
	font-size: 22px;
	display: block;
	color: #1a1a1a;
	position: relative;
	margin: 25px 0;
}
.block_contacts__email:before {
	content: "";
	display: inline-block;
	background: url(images/email-icon.svg) no-repeat;
	width: 30px;
	height: 30px;
	background-size: cover;
	margin: 0 8px 0 0;
    position: relative;
    top: 9px;
}
.page-template-page-contacts h1 {
    margin: 0 0 50px 0;
}
span[aria-label] {
	display: none;
}
.blog__list h3 a {
    color: #1a1a1a;
    font-size: 34px;
    line-height: 120%;
    margin: 0 0 30px 0;
    font-weight: 700;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in;
}
.blog__list h3 a:hover {
	color: #0502b8;
}
.blog__list_desc {
	line-height: 150%;
}
.blog__list_link {
	display: flex;
	gap: 6px;
	align-items: center;
	text-decoration: none;
	margin: 30px 0 0 0;
	color: #0502b8;
	font-weight: 700;
	transition: all 0.2s ease-in;
}
.blog__list_link svg {
	height: 10px;
	width: 15px;
}
.blog__list_link:hover {
	color: #1a1a1a;
}
.blog__list_link:hover svg path {
	fill: #1a1a1a;
}
.blog__list {
    max-width: 800px;
    margin: 80px auto 0 auto;
}
.blog__list > div {
    border-bottom: 1px #E4E4FF solid;
    margin: 0 0 50px 0;
    padding: 0 0 50px 0;
}
.blog_single h1 {
	margin: 60px 0;
}
.blog_single p {
	margin: 0 0 20px 0;
	line-height: 150%;
}
.blog_single li {
	position: relative;
	padding: 0 0 6px 12px;
}
.blog_single li:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 7px;
	background: #0502b8;
}
.blog_single__bottom {	
    margin: 60px 0 0 0;
	height: 80px;
	border-bottom: 1px #E4E4FF solid;
	border-top: 1px #E4E4FF solid;
	justify-content: space-between;
	align-items: center;
}
.blog_single__bottom a {
	color: #0502b8;
	position: relative;
}
.blog_single__bottom > div:nth-child(1) a {
	padding: 0 0 0 22px;
}
.blog_single__bottom > div:nth-child(2) a {
	padding: 0 22px 0 0;
}
.blog_single__bottom > div:nth-child(1) a:before {
	content: "";
	display: inline-block;
	background: url(images/blog-arrow.svg) no-repeat;
	height: 10px;
	width: 15px;
	background-size: cover !important;
	position: absolute;
    left: 0;
    top: 5px;
	transform: rotate(-180deg);
}
.blog_single__bottom > div:nth-child(2) a:after {
	content: "";
	display: inline-block;
	background: url(images/blog-arrow.svg) no-repeat;
	height: 10px;
	width: 15px;
	background-size: cover !important;
	position: absolute;
    right: 0;
    top: 5px;
}
.block_form .container,
.block_form .block_form__inner {
	height: 100%;
}
.page_standart {
	padding: 50px 0 0 0;
}
.page_standart h1 {
	text-align: center;
	margin: 0 0 30px 0;
}
.page_standart h2 {
	text-align: left;
	font-size: 30px;
	margin: 40px 0 25px 0;
}
.page_standart p {
	padding: 0 0 15px 0;
}
/* Footer */
footer {
	background: #fff;
	margin: 80px 0 0 0;
	padding: 20px 0;
}
.footer__inner {
	justify-content: space-between;
	align-items: center;
}
.footer_logo {
    height: 100px;
    width: auto;
}
.footer__phone {
	display: block;
	font-size: 26px;
	line-height: 120%;
	color: #0502b8;
	text-decoration: none;
}
.footer__email {
	color: #1a1a1a;
	display: block;
	text-decoration: none;
}
.footer__social {
    gap: 8px;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    justify-content: end;
}
.footer__contacts {
    flex-direction: column;
    align-items: end;
	gap: 8px;
}
.footer__inn {
	margin: 10px 0 0 0;
	font-size: 13px;
}
footer .sub-menu,
footer .menu-item-has-children:before {
	display: none !important;
}
.footer__social img {
	height: 25px;
	width: auto;
}
.footer_pol {
	color: #000;
	font-size: 14px;
}