/*!
Theme Name: Certification
Theme URI: https://your-startup.space/
Author: Your Startup
Author URI: https://your-startup.space/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: certification
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

body {
	color: #31394E;
	margin: 0 !important;
	border: none !important;
}

header {
	position: relative;
    z-index: 100;
}

header a,
footer a {
	color: #fff;
	text-decoration: none;
	transition: 0.4s;
	width: max-content;
}

a:hover {
	color: #096BFF;
}

h1 {
	font-weight: bold;
	font-size: 46px;
	line-height: 130%;
	color: #FFFFFF;
}

.entry-title {
	color: #31394E;
	word-break: break-all;
}

h2 {
	font-weight: bold;
	font-size: 38px;
	line-height: 46px;
	color: #31394E;
	margin-bottom: 70px;
}

h2.center,
h3.center {
	text-align: center;
}

h2.white {
	color: #fff;
}

h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
}

p {
	font-size: 18px;
	color: #31394E;
}

section {
	padding: 100px 0;
}

section.dark {
	background-color: #F8FAFC;
}

.sub-title {
	font-size: 30px;
	line-height: 130%;
	color: #FFFFFF;
}

.qualities {
	margin-top: 50px;
	font-style: italic;
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	color: #FFFFFF;
}

.site-header { 
	background: #1B305E;
}

.site-header .container {
	z-index: 15;
	position: relative;
}

.main-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
}

.nav-container {
	display: flex;
	align-items: center;
}

.site-branding img {
	width: 100%;
	max-width: 210px;
	height: auto;
}

.header-contacts {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.menu  {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.menu li {
	margin: 0 12px;
}
.menu-container.desktop {
    margin: 0 20px;
}
.header-contacts__phone,
.footer-contacts__phone {
	font-size: 24px;
}

.header-contacts__email {
	font-size: 14px;
}


/* MAIN */

#main {
	position: relative;
	z-index: 10;
	padding: 100px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.title-block {
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.qualities {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.qualities__item {
	width: calc(50% - 10px);
	display: flex;
	background: #FFFFFF;
	color: #096BFF;
	border-radius: 8px;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.qualities-icon {
	margin-right: 15px;
}

.main-form {
	position: relative;
}

.main-form__container {
	background-color: #fff;
	padding: 35px 45px;
	border-radius: 10px;
	width: 100%;
	height: max-content;
	z-index: 10;
	position: absolute;
	box-shadow: 0px 4px 12px -2px rgba(0, 0, 0, 0.25);
}

.main-form__title {
	font-weight: bold;
	font-size: 22px;
	line-height: 130%;
	text-align: center;
	margin-bottom: 40px;
}

.main-form__title span {
	color: #096BFF;
	font-style: italic;
}

label {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

input {
	background: #F4F6FB;
	border-radius: 8px;
	height: 60px;
	padding: 20px;
	margin-top: 10px;
	border: 1px solid #F4F6FB;
	outline: none;
	width: 100%;
}

button {
	background: linear-gradient(101.8deg, #1B305E -17.95%, #394EBB 118.56%);
	border-radius: 8px;
	border: none;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	text-transform: uppercase;
	outline: none;
	height: 70px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-form__tip {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.02em;
	color: #000000;
}

#activity-areas {
	padding-top: 160px;
}

.tabs-container {
	display: flex;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.tabs {
	display: flex;
	justify-content: space-between;
	height: auto;
	flex-direction: column;
}

.desktop-tab {
	background-color: #fff;
	width: 160px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #A3A3A3;
	margin-bottom: -2px;
	transition: 0.4s;
	z-index: 1;
	position: relative;
	cursor: pointer;
}

.tab-icon-alt {
	position: absolute;
	z-index: 2;
	opacity: 0;
	transition: 0.4s;
}

.desktop-tab:hover,
.desktop-tab.active {
	border-color: #096BFF;
	z-index: 2;
}

.desktop-tab:hover .tab-icon-alt,
.desktop-tab.active .tab-icon-alt {
	opacity: 1;
}

.desktop-tab:first-child {
	border-top-left-radius: 8px;
}

.desktop-tab:last-child {
	border-bottom-left-radius: 8px;
	margin-bottom: 0;
}

.tabs-body {
	position: relative;
	width: 100%;
	height: 700px;
}

.tabs-body__item {
	top: 0;
	left: 0;
	opacity: 0;
	transition: 2s;
	transition-delay: 0.5s;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
	position: absolute;
}

.tabs-body__item.active {
	opacity: 1;
	pointer-events: all;
}

.tabs-body__item.active .tabs-body__item-container {
	opacity: 1;
	transition-delay: 1.5s;
	transform: translateX(0%);
}


.tabs-body__item-container  {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 80px;
	opacity: 0;
	transition: 0.5s;
	transition-delay: 0s;
	transform: translateX(100%);
}

.tabs-body__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 140%;
	color: #FFFFFF;
	width: 100%;
	max-width: 700px;
	margin-bottom: 25px;
}

.tabs-body__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #FFFFFF;
	margin-bottom: 80px;
}

.tabs-body__content {
	flex-basis: 60%;
	padding-right: 30px;
}


.tabs-body__container {
	display: flex;
	align-items: flex-end;
	position: relative;
}

.request-btn {
	flex-basis: 40%;
}

.tabs-body__certificates {
	width: 100%;
	display: flex;
	flex-wrap: wrap-reverse;
}

.tabs-body__certificates img {
	height: 64px;
	width: 64px;
	margin-bottom: 25px;
	margin-right: 25px;
}

.advantage {
	border: 1px solid #ADADAD;
	border-left: none;
	position: relative;
	transition: 0.4s;
	height: 100%;
}

.advantage::before {
	content: '';
	position: absolute;
	right: -1px;
	top: -1px;
	transition: 0.4s;

	width: 10px;
	height: 10px;
	background-color: #ADADAD;
	z-index: 5;
}

.advantage::after {
	content: '';
	position: absolute;
	right: -2px;
	top: -2px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	z-index: 4;
}

.advantage:hover {
	border-color: #096BFF;
}

.advantage:hover::before {
	background-color: #096BFF;
}

.advantage:hover .advantage-icon-alt{
	opacity: 1;
}

.advantage-img {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.advantage-icon-alt {
	position: absolute;
	z-index: 2;
	transition: 0.4s;
	opacity: 0;
}

.advantage-text {
	padding: 25px 40px 25px 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}

.advantage-text p {
	margin: 0;
}

.why-text {
	font-weight: normal;
	font-size: 18px;
	line-height: 145%;
}

.why-text h2 {
	margin-bottom: 30px;
}

.why-text p, .why-text ol, .why-text ul {
	margin-bottom: 30px;
}

.why-img {
	display: flex;
	justify-content: flex-end;
	height: 100%;
	position: relative;
}

.why-img img {
	max-width: 100%;
	width: auto;
	height: calc(100% - 50px);
	position: absolute;
	right: 0;
	top: 0;
}

.search-form {
	display: flex;
	align-items: flex-end;
}

.search-form button {
	max-width: max-content;
	padding-left: 30px;
	padding-right: 30px;
	height: 60px;
	margin-left: 20px;
}

.search-form label {
	margin-bottom: 0;
	width: 100%;
}

#registry {
	position: relative;
	background: linear-gradient(96.78deg, #1B305E -11.72%, #394EBB 103.93%);
}

.registry-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 90%;
	max-height: 1000px;
	pointer-events: none;
}

#registry .container {
	position: relative;
	z-index: 2;
}

#registry h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 42px;
	line-height: 51px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.registry-text p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 20px;
}

a.registry-link {
	width: 340px;
	height: 70px;
	background: #FFFFFF;
	border-radius: 8px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #1C355A;
	text-decoration: none;
}

.registry-video-block {
	position: relative;
}

.registry-video-block img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
	pointer-events: none;
}

.play-btn-block {
	position: absolute;
	bottom: 30px;
	left: 30px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 18px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.video-info {
	margin-left: 10px;
	font-family: 'Montserrat';
}

.video-type {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: rgba(28, 53, 90, 0.7);
}

.video-name {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #1C355A;
}

.callback-bite {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px -2px rgba(96, 96, 96, 0.15);
	border-radius: 6px;
	width: 100%;
    margin: 80px auto 0;
}

.callback-bite h3 {
	margin-bottom: 30px;
}

.callback-phone {
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	letter-spacing: 0.04em;
	margin-right: 60px;
}

.callback-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.callback-btn {
	width: max-content;
	padding-left: 30px;
	padding-right: 30px;
}

.slider {
	position: relative;
}

.slider-content {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.slider-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30vw;
	transform: scale(0.25);
	position: absolute;
	transition: 2s;
	opacity: 0;
}

.slider-slide img {
	width: 100%;
}

.slider-slide::before {
	content: "";
	background-color: #fff;
	height: 100%;
	width: 100%;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	transition: 2s;
}

.slider-slide.active {
	z-index: 100;
	position: relative;
	transform: scale(1);
	opacity: 1;
}

.slider-slide.active::before {
	opacity: 0;
}

.slider-slide.left::before,
.slider-slide.right::before {
	opacity: 0.5;
}

.slider-slide.left {
	z-index: 50;
	opacity: 1;
	transform: scale(0.6) translateX(-170%);
}

.slider-slide.right {
	z-index: 50;
	opacity: 1;
	transform: scale(0.6) translateX(170%);
}

.slider-nav {
	position: absolute;
	width: 100%;
	pointer-events: none;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	z-index: 150;
	padding: 0 22vw;
}

.slider-nav__prev,
.slider-nav__next {
	cursor: pointer;
	pointer-events: all;
	margin: 0 17vw;
}

.slider-nav__prev path,
.slider-nav__next path {
	opacity: 0.4;
	transition: 0.4s;
}

.slider-nav__prev:hover path,
.slider-nav__next:hover path {
	opacity: 1;
}

.keys-carousel {
	position: relative;
}

.keys-carousel-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	z-index: 5;
	pointer-events: none;
	top: 150px;
}

.keys-carousel-nav__next,
.keys-carousel-nav__prev {
	cursor: pointer;
	pointer-events: all;
}

.keys-carousel-items {
	padding: 0 70px;
}

#keys .key .key-img {
	width: 50%;
}

.key {
	box-shadow: 0px 6px 30px -2px rgba(157, 157, 157, 0.15);
	border-radius: 8px;
	padding: 50px;
	margin: 30px;
}

.key-min-text {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #31394E;
	margin-bottom: 40px;
}

.key-stat-number {
	font-weight: bold;
	font-size: 40px;
	line-height: 47px;
	font-feature-settings: 'pnum' on, 'lnum' on;
}

.key-stat-text {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #31394E;
}

.key-stat-sub-text {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #31394E;
}

.key-stats {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.key-stat {
	width: calc(33% - 10px);
	margin: 0 10px 10px 0;
}

.keys-carousel-items li::marker {
	font-size: 18px;
	line-height: 145%;
	font-weight: 700;
}

.keys-carousel-items {
	font-size: 17px;
	line-height: 145%;
}

#request-bite {
	background-image: url('assets/img/bite-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#request-bite .request-btn {
	width: max-content;
	padding-left: 30px;
	padding-right: 30px;
}

.bottom-form__container {
	display: flex;
	align-items: flex-end;
}

.bottom-form__container label {
	color: #fff;
	margin-right: 20px;
	margin-bottom: 0;
	width: 100%;
}

.bottom-form__container input  {
	height: 70px;
}

.bottom-form__container button  {
	margin-bottom: 10px;
}


.wpcf7-not-valid-tip {
	position: absolute;
}


#contacts {
	position: relative;
	overflow: hidden;
}

#contacts h2 {
	margin-bottom: 50px;
}

.contacts-items {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 70px;
}

.contact {
	display: flex;
	margin-bottom: 20px;
}

.contact svg {
	min-width: 30px;
	margin-right: 20px;
}

#contacts h4 {
	margin-bottom: 20px;
}

.map {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
}


.site-footer {
	padding: 50px 0;
	background: #1B305E;
	font-size: 16px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.75);
}

.footer-col {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.footer-col.right {
	align-items: flex-end;
}

.footer-col.bottom {
	justify-content: flex-end;
}

.footer-col.center {
	align-items: center;
}

.privacy-policy {
	color:rgba(255, 255, 255, 0.75);
	border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.privacy-policy:hover {
	color: #096BFF;
	border-color: #096BFF;
}

.your-startup {
	display: flex;
	align-items: flex-end;
	width: max-content;
	margin-top: 40px;
	margin-bottom: 30px;
}

.your-startup-text {
	margin-right: 15px;
	font-size: 15px;
	line-height: 158%;
	text-align: right;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.your-startup-link {
	width: 50%;
}

.your-startup-link img {
	width: 100%;
	max-width: 130px;
}

.company-rights {
	text-align: right;
}

.mobile,
.owl-carousel img.mobile {
	display: none;
}

.document {
	margin: 100px 0;
}

.document-info {
	margin-bottom: 50px;
}

.document-info h2 {
	margin-bottom: 25px;
}

.document-field {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
}

.document-field-name {
	font-weight: 600;
}


.document-img img {
	width: auto;
	max-height: 600px;
	max-width: 100%;
	float: right;
}

.not-found {
	min-height: calc(100vh - 442px);
	display: flex;
	align-items: center;
}

.not-found h1 {
	color: #31394E;
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999999;
	display: none;
}

.mobile-menu.open .mobile-menu-block {
	transform: translateX(0%);
}

.mobile-menu-container {
	background: rgba(9, 17, 30, 0.7);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	transition: 0.4s;
}

.mobile-menu-block {
	min-width: 270px;
	width: 70%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	background-color: #fff;
	padding: 50px 20px 70px;
	transition: 0.4s;
    transform: translateX(100%);
}

.menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.menu-logo img {
	width: 100%;
	max-width: 210px;
    height: auto;
}

.menu-close {
	width: 50px;
    height: 50px;
}

.menu-body a {
	font-size: 20px;
	line-height: 24px;
	text-align: right;
	letter-spacing: 0.02em;
	color: #07194E;
	text-decoration: none;
}

.menu-body .menu {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.menu-body .menu .menu-item {
	margin-bottom: 16px;
}

.menu-footer {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.menu-footer a.header-contacts__phone {
	font-size: 22px;
	line-height: 27px;
	text-align: right;
	letter-spacing: 0.04em;
	color: #1B305E;
	text-decoration: none;
}

.menu-footer a.header-contacts__email {
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	letter-spacing: 0.04em;
	color: #1B305E;
	text-decoration: none;
	font-weight: bold;
}

a.download {
	width: 340px;
	height: 70px;
	background: linear-gradient(96.78deg, #1B305E -11.72%, #394EBB 103.93%);
	border-radius: 8px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu-item-has-children {
	margin-right:0!important;
}
.ws-chat .ws-chat-btn-el-container {

    bottom: 50px!important;
}
.banner-form {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px -2px rgba(0, 0, 0, 0.25);
}

.banner-form__row p {
    margin: 0;
}

.banner-form__row input {
    margin: 0;
    width: 100%;
    max-width: none;
}

.banner-form__row {
    margin-bottom: 15px;
}

.banner-form__privacy, .banner-form__privacy p {
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
}
.wpcf7-form.invalid input.wpcf7-validates-as-required {
    border-color: red!important;
}
.banner-form__title .main-form__title p {
    margin: 0px;
}

.banner-form__title .main-form__title {
    margin-bottom: 30px;
}
.archive-post__item-thumbnaill a {
    display: flex;
}

.archive-post__item-thumbnaill a img {
    max-width: 100%;
    height: auto;
}
/* Menu */
.burger-menu {display:none;}

button.btn-burger {
    position: relative;
    background: transparent;
    width: 48px;
    height: 48px;
    padding: 0;
    display: block;
}
button.btn-burger span:nth-child(1), button.btn-burger span:nth-child(2), button.btn-burger span:nth-child(3) {
    width: 33px;
    height: 2px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    left: 8px;
    transition: 0.2s;
}
button.btn-burger span:nth-child(1) {
    top: 10px;
}

button.btn-burger span:nth-child(2) {
    top: 23px;
}

button.btn-burger span:nth-child(3) {
    bottom: 10px;
    width: 25px;
}
div#fixed-menu {
    position: fixed;
    top: 88px;
    left: -110%;
    background: #fff;
    height: 100%;
    max-width: 300px;
    transition: .2s;
    width: 100%;
    z-index: 999;
    box-shadow: 5px 0px 30px -20px #000;
    opacity: 0;
    visibility: hidden;
}
body.admin-bar.fixmenu div#fixed-menu {
    top: 120px;
}
ul#primary-menu-fixed {
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
}

ul#primary-menu-fixed li a {
    display: block;
    background: #E7EDF6;
    color: #13253F;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 15px;
    line-height: normal;
}

ul#primary-menu-fixed li {
    width: 100%;
    margin: 2px 0;
}

.fixed-menu__menu {
    padding: 30px 0px 20px 0px;
}

.fixed-menu__container {
    padding: 0 20px;
}

.fixed-menu__contact a {
    font-weight: bold;
    font-size: 16px;
    color: #3A3E4B;
    text-decoration: none;
}

.fixed-menu__contact {
    margin-bottom: 20px;
}

.fixed-menu__btn button {
    width: 100%;
    background: linear-gradient(101.8deg, #1B305E -17.95%, #394EBB 118.56%);
    border-radius: 8px;
}
body.fixmenu div#fixed-menu {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.fixed-menu__contact > div {
    display: flex;
    gap: 5px;
}

.fixed-menu__contact > div svg {
    flex-shrink: 0;
}

.fixed-phone {
    margin-bottom: 5px;
}
body.fixmenu {
    overflow: hidden;
}
body.fixmenu button.btn-burger {
    pointer-events: none;
}
body.fixmenu button.btn-burger span:nth-child(1) {
    top: 23px;
    transform: rotate(-45deg);
}

body.fixmenu button.btn-burger span:nth-child(2) {
    left: 24.5px;
    width: 0;
}

body.fixmenu button.btn-burger span:nth-child(3) {
    bottom: 23px;
    width: 33px;
    transform: rotate(45deg);
}
body.admin-bar div#fixed-menu {
    top: 120px;
}















@media (max-width: 1024px) {
.sub-title {
    font-size: 24px;
    text-align: center;
}

.qualities__item {
    height: 65px;
}

.qualities {
    font-size: 18px;
}

.qualities-icon img {
    width: 34px;
}

.banner-form {
    padding: 25px;
}
.banner-form__button button {
    font-size: 18px;
}
#activity-areas {
    padding-top: 100px;
}





} /* 1024 */



@media (max-width: 1025px) {
.burger-menu {
    display: block;
}
.archive-post__item-thumbnaill a img {
    height: 200px;
}

.archive-post__item-title a {
    font-size: 18px;
}
.banner-service {
    padding: 55px 45px;
}

h1.service-title {
    text-align: left;
    font-size: 34px;
}

.service-cost-srok {
    font-size: 16px;
}
.service-textarea__right.service-sidebar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.service-sidebar__form .wpcf7, .service-sidebar__form form, .service-form {
    height: 100%;
    margin-bottom: 0;
}

.service-form {}

.other-service__item:nth-last-child(1) {
    margin-bottom: 0;
}

} /* 1024 */

@media (max-width: 1023px) {
.archive-post__item-thumbnaill a img {
    height: auto;
}
.archive-page__title h1 {
    text-align: left;
}

.single-page__entry {
    margin-bottom: 50px;
}

.sidebar-widget__title {
    margin-bottom: 20px;
}

.single-page__sidebar {
    padding-left: 0;
}

.other-service__item-pic {
    width: 80px;
}
.banner-service__right img {
    max-width: 230px;
}

h1.service-title {
    font-size: 32px;
    line-height: normal;
}

.service-srok_oformleniya:before, .service-stoimost:before {
    width: 40px;
    height: 40px;
}

.banner-service {
    padding: 55px 30px;
}

button.banner-btn {
    height: 50px;
    max-width: none;
    width: auto;
    padding: 0 35px;
}
.service-cost-srok {
    flex-direction: column;
    gap: 15px;
}
.other-service__item-title a {
    font-size: 14px;
    line-height: 1.4;
    display: block;
}

.service-form {
    padding: 40px 35px;
}

.service-form-submit button {
    font-size: 18px;
}
.service-footer__right {
    padding-left: 0;
}

.service-footer__heading {
    font-size: 28px;
    margin-bottom: 25px;
}

.service-footer__badge {
    font-size: 14px;
    margin-bottom: 25px;
}
body.admin-bar div#fixed-menu, body.admin-bar.fixmenu div#fixed-menu {
    top: 134px;
}

body div#fixed-menu, body.fixmenu div#fixed-menu {
    top: 88px;
}

}/* 768 */




@media (max-width: 760px) {
.banner-service {
    padding: 55px 20px;
}

.banner-service__left {
    padding-right: 30px;
}

h1.service-title br {
    display: none;
}

h1.service-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.service-srok_oformleniya:before, .service-stoimost:before {
    width: 30px;
    height: 30px;
}

.service-srok_oformleniya, .service-stoimost {
    padding-left: 40px;
}

.service-cost-srok {
    font-size: 14px;
    margin-bottom: 25px;
}

.banner-service__right {
    flex-shrink: 0;
}

.banner-service__left {
    flex-shrink: 0;
    max-width: 80%;
}

.banner-service__right img {
    max-width: 170px;
}
.service-textarea__cardpic-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.service-textarea__cardpic-title {
    font-size: 16px;
}

.service-textarea__right.service-sidebar {
    grid-template-columns: 1fr;
}

.service-textarea__left {
    padding-right: 0;
}

.service-textarea__text h2 br {
    display: none;
}

.service-textarea__text h2 {
    font-size: 24px;
    margin-bottom: 25px;
}

.service-tekstovyj_redaktor {
    padding: 20px 20px;
    margin-bottom: 40px;
}

.service-textarea__cardpic-img img {
    height: 100px;
}

.service-footer__sert img {
    max-height: 250px;
}

.service-footer__sert {
    margin-bottom: 0;
    position: absolute;
    right: -50px;
    top: 140px;
    width: 150px;
}

.service-footer__heading {
    font-size: 24px;
    order: -1;
}

.service-form__horizont .service-form-row {
    width: 100%;
}

.service-form__horizont .service-form-submit {
    padding-left: 0;
}

.service-footer__right {
    display: flex;
    flex-direction: column;
}

.service-footer__badge {
    margin-right: 110px;
}
body.admin-bar.fixmenu div#fixed-menu {
    top: 134px;
    opacity: 1;
    visibility: visible;
}
body.fixmenu div#fixed-menu, body.admin-bar div#fixed-menu {
    top: 150px;
}
div#fixed-menu {
    max-width: 100%;
    height: auto;
    padding-bottom: 40px;
    box-shadow: 0px 10px 30px -20px #000;
    top: 150px;
    left: 0;
}
.breadcrumbs {
    font-size: 12px;
}

.service-textarea__section {
    margin-bottom: auto;
}

}/* 760 */