/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
	min-width: 360px;
}

strong {
    font-weight: 500;
}

em {
    font-style: italic;
}

.container {
    max-width: 1320px;
    padding: 0 30px;
    margin: 0 auto;
}

.header {
    background-color: rgba(0, 0, 0, 1);
    z-index: 2;
    width: 100%;
    transition: all ease 0.3s;
    box-sizing: border-box;
    position: fixed;
    top: -94px;
}

.header .container {
    justify-content: space-between;
    display: flex;
}

.home {
    background-image: url('../img/sections/home.jpg');
    background-color: #18120b;
    padding: 0;
	border-bottom: 40px solid #fff;
}

.cases {
    background-image: url(../img/sections/certificates.jpg);
    background-color: #18120b;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.certificates {
    padding-top: 60px;
    padding-bottom: 0px;
	border-bottom: 40px solid #0e5b8b;
}

.home__intro h1 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-family: "Noto Serif", serif;
    font-weight: 600;
    position: relative;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

.home__intro p {
    color: #fff;
    font-size: 20px;
    margin-top: 33px;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    padding-right: 20px;
}

.home .container {
    display: flex;
    align-items: center;
}

.home__links {
    margin-top: 20px;   
}

.home__links .std__button {
    margin-right: 20px;
}

.home__intro {
    min-width: 30%;
    padding-top: 94px;
}

.home__person {
    padding-bottom: 0px;
    min-width: calc(70% - 30px);
    margin-left: 30px;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

.home__about {
    padding-top: 94px;
}

.home__img {
    width: 417px;
}

.home__person:before, .home__person:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-style: solid;
    transform: rotate(0deg);
}
.home__person:before {
    border-width: 0 0 520px 60px;
    left: -60px;
    border-color: transparent transparent #FFFFFF transparent;
}
.home__person:after {
    border-width: 520px 60px 0 0;
    right: 357px;
    border-color: #ffffff transparent transparent transparent;
 }

.header__right {
    position: relative;
    top: 0;
    transition: all 0.4s;
}

.header__menu-item {
    padding: 0 0 0 45px;
}

.header__menu-link {
    font-size: 17px;
    line-height: 31px;
    text-decoration: none;
    font-family: "Vollkorn", serif;
    position: relative;
    display: block;
    padding-bottom: 3px;
}

.header__menu-link:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #0e5b8b;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.header__menu-link:hover:after, .header__menu-link.active:after { 
    width: 100%; 
    left: 0; 
}

.header__menu-link:link, .header__menu-link:visited {
    color: #fff;
}

.header__menu {
    display: flex;
    margin-top: 3px;
}

.logo__img {
    height: 84px;
    width: 84px;
    margin: 0 auto;
    transition: all 0.4s;
}

.logo {
    background-color: #fff;
    display: flex;
    font-family: "Noto Serif", serif;
    flex-direction: row;
    width: 235px;
    text-decoration: none;
    padding: 5px 0 5px 10px;
    position: relative;
    transition: all 0.4s;
}

.logo__outer {
	z-index: 10;
}

.logo:before {
    content: "";
    position: absolute;
    width: 0px;
    right: -13px;
    top: 0px;
    height: 0px;
    border-style: solid;
    border-width: 97px 14px 0 0;
    border-color: #FFFFFF transparent transparent transparent;
    transform: rotate(0deg);
 }

.logo__outer {
	overflow: hidden;
    padding-left: 13px;
    padding-right: 13px;
}

.logo:after {
    content: "";
    position: absolute;
    width: 0px;
    top: -3px;
    left: -13px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 98px 14px;
    border-color: transparent transparent #FFFFFF transparent;
    transform: rotate(0deg);
}


.logo__company {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #000;
    padding-top: 5px;
    transition: all 0.4s;
}

.logo__bureau {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    transition: all 0.4s;
}

.logo__name {
    font-size: 16px;
    font-weight: 400;
    margin-top: 1px;
    transition: all 0.4s;
}

@media (min-width: 1101px) {
	.short__header .logo__img {
		height: 48px;
		margin-top: 36px !important;
		width: 48px;
	}

	.short__header .logo__company {
		margin-top: 31px;
	}

	.short__header .logo__bureau {
		line-height: 16px;
	}

	.short__header .logo__name {
		margin-top: -2px;
	}

	.short__header .logo {
		width: 193px;
	}

	.short__header .header__top {
		visibility: hidden;
	}
}

.phone {
    color: #ffffff;
    font-size: 29px;
    text-decoration: none;
    margin-bottom: 7px;
    margin-top: 7px;
}

.phone__icon {
	display:none;
}

.header__top {
    margin-top: 14px;
    display: flex;
    justify-content: end;
    gap: 30px;
}

.lang__menu {
    border: 2px solid #0e5b8b;
    height: 40px;
    padding: 5px 19px 5px 38px;
    background-position: 6px 5px;
    background-size: 26px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    line-height: 27px;
    background-image: url(../img/language.svg);
    cursor: pointer;
    position: relative;
	transition: background ease 0.5s;
	z-index: 10;
}

.lang__menu a:link, .lang__menu a:visited {
    color: #fff;  
}

.lang__menu:hover {
    background-color: #11537c;
    border-color: #11537c;
    cursor: pointer;
}

.lang__current:after {
    content: "";
    position: absolute;
    width: 0px;
    top: 15px;
    right: 6px;
    height: 0px;
    border-style: solid;
    border-width: 7px 3.5px 0 3.5px;
    border-color: #FFFFFF transparent transparent transparent;
    transform: rotate(0deg);
 }

.lang__menu a:link, .lang__menu span {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.std__button {
    background-color: #0e5b8b;
    color: #fff;
    border: #0e5b8b;
    text-transform: uppercase;
    line-height: 39px;
    display: block;
    float: left;
    text-decoration: none;
    height: 40px;
    font-family: "Vollkorn", serif;
    font-size: 16px;
    box-sizing: border-box;
    padding: 3px 20px 3px 20px;
}

.trans__button {
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #0e5b8b;
	transition: all ease 0.5s;
}

.consultion__button {
    padding: 3px 20px 3px 20px;
	transition: background ease 0.5s;
}

.consultation__icon {
    width: 28px;
    height: 28px;
    margin-top: 3px;
    margin-right: 5px;
    float: left;
}

.std__button:hover, .lang__hidden:hover {
    background-color: #11537c;
    cursor: pointer;
}

.lang__menu:hover .lang__hidden {
    display: block;
}

.lang__hidden {
    width: 40px;
    line-height: 40px;
    display: none;
    background: #0e5b8b;
    height: 40px;
    position: absolute;
    bottom: -40px;
    left: -2px;
    padding-left: 41px;
    z-index: 3;
}

section {
    padding: 70px 0 85px;
}

.home__contact {
    padding: 30px 0 40px;
    z-index: 1;
    position: relative;
	max-width: 100%;
    width: 100%;
	margin: -40px auto 0;
    bottom: -40px;
}
.home__contact .container {
    flex-direction: column;
}



p.subtitle {
    color: #fff;
    font-size: 16px;
    text-align: center;
	padding-left: 30px;
    padding-right: 30px;
}

section h2 {
    font-weight: 400;
    text-align: center;
    font-size: 36px;
    font-family: "Noto Serif", serif;
    position:relative;
    margin-bottom: 40px;
}

section.blue__section h2, section.cases h2 {
    color: #fff;
    text-shadow: none;
    font-weight: 400;
}

.home__contact h2 {
	padding-left: 30px;
	padding-right: 30px;
}

.cases .cases__item {
    display: flex;
}

.cases .caes__img {
    max-width: 1000px;
}

.cases .cases__details {
    background-color: #0e5b8b;
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-right: 40px;
}

.cases .cases__details:before {
    position: absolute;
    content: "";
    left: -49px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 400px 50px;
    border-color: transparent transparent #0E5B8B transparent;
    transform: rotate(0deg);
 }

 .cases__company {
    margin-top: 5px;
    color: #dddddd;
 }

.cases .std__button {
    background-color: #194f71;
    width: 270px;
    margin-top: 20px;
    text-align: center;
	transition: background ease 0.5s;
}

.cases .std__button:hover {
	background-color: #1a435c;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 0px;
}

.swiper-pagination-bullet-active {
	color: #38a3fd;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 30px;
}

.cases__name {
    font-size: 40px;
    font-family: "Noto Serif", serif;
    font-weight: 400;
}

.cases__rewiew {
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px;
    font-family: "Vollkorn", serif;
}

#services {
    padding-bottom: 0px;
    position: relative;
	border-bottom: 40px solid #000;
}

.services__content {
    margin-top: 85px;
}

section.white__section h2 {
    color: #000;
    text-shadow: none;
    font-weight: 400;
}

section.blue__section, .home__contact {
    background:#0e5b8b; 
}

section h2:after, h1:after, .contacts__subtitle:after {
    content:'';
    position:absolute;
    left:0;right:0;
    top:100%;
    margin: 10px auto;
    width: 90px;
    height:4px;
    background:#fff;
}

.contacts__subtitle:after {
    background: #fff;
}

section.white__section h2:after {
    background-color: #0e5b8b;
}

.advantages {
    z-index: 0;
    position: relative;
}

.advantages .container {
    overflow: hidden;
}

.center__button {
    margin: 30px auto 0;
    display: block;
    float: none;
}

.advantage__item {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.advantage__item img {
    width: 70%;
    margin: 0 auto 15px;
}

.advantage__item h3 {
    font-size: 21px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Noto Serif", serif;
}

.advantage__item p {
    color: #000000;
}

#advantages .swiper-button-prev, #advantages .swiper-button-next {
    display: none;
}

p {
    font-family: "Vollkorn", serif;
    font-size: 15px;
}

.home__about h2 {
    font-size: 28px;
    color: #000;
    text-shadow: none;
}

.home__about h2:after {
    background: #0e5b8b;
}

.home__about p {
    text-align: justify;
    font-size: 19px;
}

.socials__header {
    color: #0e5b8b;
    margin-top: 17px;
    text-align: center;
    width: 100%;
    display: block;
}

.home__socials {
    text-align: center;
    margin-top: 10px;
}

.contacts__body .socials__item:first-child a {
    margin-left: 0;
}

.contacts__body .socials__item--link {
    margin-left: 1px;
    margin-right: 1px;
}

.socials__item {
    display: inline-block;
    overflow: hidden;
}

.socials__item--link {
    width: 34px;
    height: 34px;
    display: flex;
    margin-left: 4px;
    margin-right: 4px;
    align-items: center;
    justify-content: center;
	transition: all ease 0.3s;
}

.socials__item--link--linkedin {
    background-color: #0882bd;
}

.socials__item--link--instagram {
    background-color: #e14a80;
}

.socials__item--link--facebook {
    background-color: #1877f2;
}

.call__phone::before {
	background-color: #228814;
}

.socials__item--link--viber, .call__viber::before {
    background-color: #6c3da5;
}

.socials__item--link--telegram, .call__telegram::before {
    background-color: #34ace1;
}

.socials__item--link--whatsapp, .call__whatsapp::before {
    background-color: #48c355;
}

.call__mail::before {
	background-color: #dd700e;
}

.call__phone:hover::before {
	background-color: #227416;
}

.socials__item--link--linkedin:hover {
    background-color: #156a95;
}

.socials__item--link--instagram:hover {
    background-color: #b1476c;
}

.socials__item--link--facebook:hover {
    background-color: #2769c0;
}

.socials__item--link--viber:hover, .call__viber:hover::before {
    background-color: #623a92;
}

.socials__item--link--telegram:hover, .call__telegram:hover::before {
    background-color: #3498c4;
}

.socials__item--link--whatsapp:hover, .call__whatsapp:hover::before {
    background-color: #42a44d;
}

.call__mail:hover::before {
	background-color: #d06e15;
}

.socials__item--link::before, .call__method::before {
    content: " ";
    display: block;
    background-size: cover;
}

.call__method::before {
	background-repeat: no-repeat;
	background-position: center center;
	width: 28px !important;
	height: 28px !important;
	margin-right: 8px;
	background-size: 22px;
	transition: background 0.5s ease;
}

.socials__item--link--facebook::before {
    background-image: url('../img/socials/facebook.svg');
    width: 28px;
    height: 28px;
}

.call__phone::before {
	background-image: url(../img/phone.svg);
	width: 28px;
    height: 30px;
	background-size: 20px;
}

.socials__item--link--viber::before, .call__viber::before {
    background-image: url('../img/socials/viber.svg');
    width: 28px;
    height: 30px;
}

.socials__item--link--telegram::before, .call__telegram::before {
    background-image: url('../img/socials/telegram.svg');
    width: 28px;
    height: 28px;
}

.call__telegram::before {
	background-position: 1px 2px;
}

.socials__item--link--whatsapp::before, .call__whatsapp::before {
    background-image: url('../img/socials/whatsapp.svg');
    width: 28px;
    height: 28px;
}

.call__mail::before {
	background-image: url(../img/mail.svg);
	background-size: 22px;
}

.socials__item--link--instagram::before {
    background-image: url('../img/socials/instagram.svg');
    width: 28px;
    height: 28px;
}

.socials__item--link--linkedin::before {
    background-image: url('../img/socials/linkedin.svg');
    width: 26px;
    height: 26px;
}

.left__contacts, .right__contacts {
    width: 280px;
    height: 400px;
    display: flex;
    position: relative;
}

#contacts .container {
	display: block;
    overflow: hidden;
}

#contacts iframe {
	width: calc(100% - 560px);
    float: left;
}

.left__contacts {
    background-color: #194f71;
	float: left;
}

.right__contacts {
    background-color: #262626;
	float: right;
}

.contacts .container {
    display: flex;
    position: relative;
    bottom: -40px;
}

.contacts h2 {
	margin-bottom: 0;
}

.contacts {
    padding-bottom: 0;
}

.contacts__data {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contacts__subtitle {
    font-size: 26px;
    letter-spacing: -1px;
    color: #fff;
    text-shadow: none;
    font-family: "Noto Serif", serif;
    position: relative;
    text-transform: uppercase;
}

.right__contacts h3 {
    text-align: right;
}

.form__text, .form__textarea {
    width: 100%;
    border: none;
    margin-top: 10px;
    line-height: 27px;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
}

.form__text::placeholder, .form__textarea::placeholder {
    color: rgb(57, 57, 57);
    font-size: 14px;
}

.contacts__consultation {
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 16px;
    text-align: center;
}

.form__button {
    margin-top: 26px;
    float: right;
	transition: background 0.5s ease;
	width: 100%;
}

.form__text {
    height: 27px;
}

.form__textarea {
    height: 80px;
}

.contacts__body {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
}

.contacts__body .home__socials {
    text-align: left;
}

.contacts__phone, .contacts__mail, .contacts__address {
    font-size: 21px;
    text-decoration: none;
    color: #ffffff;
    padding-top: 15px;
    padding-left: 34px;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 0 50%;
    padding-bottom: 15px;
}

.contacts__phone {
    background-image: url(../img/phone.svg);
}

.contacts__mail {
    background-image: url(../img/mail.svg);
}

.contacts__address {
    background-image: url(../img/address.svg);
}

.social__subtitle, .contacts__consultation {
    color: #ffff;
    margin-top: 14px;
    font-size: 17px;
}

.social__subtitle {
	margin-top: 19px;
}

.underline__left:after {
    margin-left: 0px;
    height: 3px;
}

.underline__right:after {
    margin-right: 0px;
    height: 3px;
}

.left__contacts:after, .right__contacts:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    transform: rotate(0deg);
}

.certificates__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0px auto;
    max-width: 1320px;
    position: relative;
    gap: 1px;
    background-color: #262626;
    border-left: 1px solid #262626;
    border-right: 1px solid #262626; 
	bottom: -40px;
}

#certificates h2 {
	margin-bottom: 0px;
}

.certificate__item {
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
    overflow: hidden;
}

.certificate__overlay {
    position: absolute;
    top: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .3s ease;
}

.certificate__text {
    opacity: 0.8;
    background: #0e5b8b;
    color: #fff;
    padding: 5px 15px;
    line-height: 20px;
    font-family: "Noto Serif", serif;
    width: 35%;
    position: relative;
}

.certificate__text:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 90px 0 0 10px;
    border-color: transparent transparent transparent #0E5B8B;
    transform: rotate(0deg);
    position: absolute;
    right: -9px;
    top: 0px;
}

 .certificate__text:before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 90px 0;
    border-color: transparent #0E5B8B transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    top: 0px;
    left: -9px;
}

.certificate__item:hover .certificate__overlay {
    bottom: -100%;
    top: 100%;
    opacity: 0;
}

.certificate__link {
    display: flex;
}

.certificate__item img {
    width: 100%;
}

.left__contacts:after {
    right: -60px;
    border-width: 400px 0 0 60px;
    border-color: transparent transparent transparent #194f71;
}

.right__contacts:before {
    left: -60px;
    border-style: solid;
    border-width: 0 60px 400px 0;
    border-color: transparent #262626 transparent transparent;
}

form {
    padding-top: 30px;
}

form button {
    padding-top: 30px;
}

.services__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0px auto;
    max-width: 1320px;
	padding: 0 30px;
    position: relative;
	bottom: -40px;
}

.services__item {
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
	z-index: 1;
}

#services__item--1, #services__item--5 {
    background-color: #262626;
}
#services__item--2, #services__item--6 {
    background-color: #194f71;
}
#services__item--3, #services__item--7 {
    background-color: #5787a5;
}
#services__item--4, #services__item--8 {
    background-color: #dddddd;
}
#services__item--9 {
	display: none;
}

#services__item--3 img, #services__item--4 img, #services__item--7 img, #services__item--8 img {
	filter: brightness(0);
}

.service__name {
    font-size: 20px;
    color: #ffffff;
    font-family: "Noto Serif", serif;
    font-weight: 600;
    line-height: 23px;
    margin-top: 5px;
    margin-left: 10px;
}

.service__head {
    display: flex;
}

.service__head img {
    max-width: 60px;
    height: 60px;
}

#services__item--1 .service__name {
    letter-spacing: -2px;
    font-weight: 400;
}

.service__description {
    color: #eeeeee;
    margin-top: 10px;
}

#services__item--3 .service__name, #services__item--7 .service__name,
#services__item--4 .service__name, #services__item--8 .service__name {
    color: #1c1c1c;
}

#services__item--3 .service__description, #services__item--7 .service__description,
#services__item--4 .service__description, #services__item--8 .service__description {
    color: #000;
}

.call__window {
	position: fixed;
    bottom: 68px;
    right: -240px;
    width: 232px;
    height: 274px;
    z-index: 11;
    background: #fff;
	box-shadow: 0px 0px 4px #000000;
	transition: right ease 0.5s;
}

.call__window:after {
	content: "";
    position: absolute;
    bottom: -4px;
    width: 0px;
    right: 18px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #FFFFFF transparent transparent transparent;
    transform: rotate(0deg);
}

.call__header {
	text-transform: uppercase;
    text-align: center;
    background-color: #0e5b8b;
    color: #ffffff;
    font-size: 19px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px;
    font-family: "Vollkorn", serif;
}
.call__subtitle {
	text-align: center;
    color: #000;
    width: 100%;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
	font-weight: 400;
}

.call__body {
	display: flex;
    flex-direction: column;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 6px;
}

.call__body a:link, .call__body a:visited {
	color: #000;
    font-size: 16px;
    padding-left: 0px;
    text-decoration: none;
	padding-top: 4px;
    padding-bottom: 5px;
    display: flex;
	line-height: 24px;
}

.footer {
    background-color: #000;
    overflow: hidden;
    padding-top: 40px;
}

.footer .logo {
    margin: 0 auto;
    width: 85px;
    padding-right: 10px;
    height: 100px;
    flex-direction: column;
}

.footer .footer__est {
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.footer .logo:visited, .footer .logo:link {
	color: #000000;
}

.footer .logo:before {
	border-width: 0 19px 135px 0;
    border-color: transparent #FFFFFF transparent transparent;
    left: -18px;
}

.footer .logo:after {
	border-width: 135px 0 0 19px;
	border-color: transparent transparent transparent #FFFFFF;
	right: -18px;
	left: auto;
}

.est {
	float: left;
}

.year {
	float: right;
    font-size: 11px;
    margin-top: 3px;
}

#order__modal {
    width: 340px;
    padding: 0;
}

.contacts__form {
    max-width: 340px;
    margin: 0 auto;
    background: #ffffff;
}

#order__modal .contacts__header {
    text-transform: uppercase;
    text-align: left;
    background-color: #0e5b8b;
    color: #ffffff;
    font-size: 19px;
    padding: 10px 15px;
	font-family: "Vollkorn", serif;
	
}

#order__modal .is-close-btn {
    border-radius: 0 !important;
    margin-top: 0px !important;
    top: 0px !important;
    right: 0px !important;
    height: 39px !important;
    width: 39px !important;
    background: #262626 !important;
    opacity: 1 !important;
    color: #ffffff !important;
	transition: all 0.4s;
}

#order__modal .is-close-btn:before {
	content: "";
	position: absolute;
	top: 0px;
	left: -13px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 13px 39px 0;
	border-color: transparent #262626 transparent transparent;
	transform: rotate(0deg);
	transition: all 0.4s;
}

#order__modal .is-close-btn:hover {
	background-color: #161616 !important;
}
 #order__modal .is-close-btn:hover:before {
	border-color: transparent #161616 transparent transparent; 
 }
 
 #order__modal .contacts__inputs {
    padding: 2px 15px 11px;
}

#order__modal .contacts__consulation {
	color: #000000;
    margin-top: 9px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: left;
    padding-left: 75px;
    font-family: Arial;
    background: url(../img/consultation.svg) no-repeat 0px 0px;
    background-size: 49px;
    background-position: 15px 2px;
    padding-top: 5px;
    padding-bottom: 12px;
}

#order__modal .contacts__consulation span {
	font-size: 17px;
	letter-spacing: 0;
}

#order__modal .form__text, #order__modal .form__textarea {
	border: 1px solid #dddddd;
	background-color: #dddddd;
}

.has-ajax:before, .has-ajax:before {
	display: none;
}

.has-ajax, .has-ajax {
	padding-top: 30px;
}

#order__modal .std__button {
	width: 100%;
    margin-bottom: 3px;
    margin-top: 9px;
	transition: background 0.5s ease;
}

.just-validate-error-label {
	font-size: 13px;
	margin-top: 2px;
}

#order__modal .std__button:disabled, .form__button:disabled {
    background-color: #626262;
}

.success-message, .error-message {
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
}

.success-message {
    color: #498000;
}

.error-message {
    color:#b81111
}

.loader {
    display: block;
    position: relative;
    height: 15px;
    width: 105px;
    margin: 0 auto;
    background-image:
        linear-gradient(#FFF 15px, transparent 0),
        linear-gradient(#FFF 15px, transparent 0),
        linear-gradient(#FFF 15px, transparent 0),
        linear-gradient(#FFF 15px, transparent 0);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 0 0, 30px 0, 60px 0, 90px 0;
    animation: pgfill 1s linear infinite;
}

@keyframes pgfill {
    0% {
        background-image: linear-gradient(#262626 15px, transparent 0), linear-gradient(#262626 15px, transparent 0), linear-gradient(#262626 15px, transparent 0), linear-gradient(#262626 15px, transparent 0);
    }

    25% {
        background-image: linear-gradient(#3496d2 15px, transparent 0), linear-gradient(#262626 15px, transparent 0), linear-gradient(#262626 15px, transparent 0), linear-gradient(#262626 15px, transparent 0);
    }

    50% {
        background-image: linear-gradient(#3496d2 15px, transparent 0), linear-gradient(#3496d2 15px, transparent 0), linear-gradient(#262626 15px, transparent 0), linear-gradient(#262626 15px, transparent 0);
    }

    75% {
        background-image: linear-gradient(#3496d2 15px, transparent 0), linear-gradient(#3496d2 15px, transparent 0), linear-gradient(#3496d2 15px, transparent 0), linear-gradient(#262626 15px, transparent 0);
    }

    100% {
        background-image: linear-gradient(#3496d2 15px, transparent 0), linear-gradient(#3496d2 15px, transparent 0), linear-gradient(#3496d2 15px, transparent 0), linear-gradient(#3496d2 15px, transparent 0);
    }
}

.btn-call .hidden {
	display: none;
}

#menu-btn {
    --animation-duration: 0.6s;
    --animation-timing-function: ease-in-out;
    --bar-color: #0e5b8b;
    --btn-size: 45px;
    --bar-spacing: calc(var(--btn-size) * 0.15);
    background: 0;
    border: 0;
    flex-direction: column;
    gap: var(--bar-spacing);
    height: var(--btn-size);
    justify-content: center;
    padding: 0;
    transition:
        calc(var(--animation-duration) / 2) transform var(--animation-timing-function);
    width: var(--btn-size);
}

#menu-btn span {
    --bar-height: calc(var(--btn-size) * 0.15);
    animation-duration: var(--animation-duration);
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    background: var(--bar-color);
    border-radius: 0;
    height: var(--bar-height);
    width: 100%;
}

#menu-btn[data-state="x"] {
    transform: rotate(-90deg);
}

#menu-btn[data-state="x"] span:nth-child(1) {
    animation-name: to-x-top;
}

#menu-btn[data-state="x"] span:nth-child(2) {
    animation-name: to-x-mid;
}

#menu-btn[data-state="x"] span:nth-child(3) {
    animation-name: to-x-btm;
}

@keyframes to-x-top {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(calc(var(--bar-height) + var(--bar-spacing))) rotate(0);
    }

    100% {
        transform: translateY(calc(var(--bar-height) + var(--bar-spacing))) rotate(-45deg);
    }
}

@keyframes to-x-mid {
    50% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@keyframes to-x-btm {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(calc(-1 * (var(--bar-height) + var(--bar-spacing)))) rotate(0);
    }

    100% {
        transform: translateY(calc(-1 * (var(--bar-height) + var(--bar-spacing)))) rotate(-135deg);
    }
}

#menu-btn[data-state="hamburger"] span:nth-child(1) {
    animation-name: to-hamburger-top;
}

#menu-btn[data-state="hamburger"] span:nth-child(2) {
    animation-name: to-hamburger-mid;
}

#menu-btn[data-state="hamburger"] span:nth-child(3) {
    animation-name: to-hamburger-btm;
}

@keyframes to-hamburger-top {
    0% {
        transform: translateY(calc(var(--bar-height) + var(--bar-spacing))) rotate(-45deg);
    }

    50% {
        transform: translateY(calc(var(--bar-height) + var(--bar-spacing))) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

@keyframes to-hamburger-mid {
    0% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(0);
    }
}

@keyframes to-hamburger-btm {
    0% {
        transform: translateY(calc(-1 * (var(--bar-height) + var(--bar-spacing)))) rotate(-135deg);
    }

    50% {
        transform: translateY(calc(-1 * (var(--bar-height) + var(--bar-spacing)))) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}


#menu-btn {
    display: none;
}

@media (max-width: 1420px) {
	.home__contact {
		margin-top: -30px
	}
	.services__content, .home__contact, .certificates__content, .contacts .container {
		bottom: -30px;		
	}
	.certificates__content {
		margin-top: 8px;
	}
	.home, #services, .certificates {
		border-bottom-width: 30px;
	}
	.certificates {
		padding-left: 30px;
		padding-right: 30px;
	}
	.footer {
		padding-top: 30px;
	}
	section {
		padding: 60px 0 75px;
	}
	.cases__name {
		font-size: 32px;
	}
	.cases__rewiew {
		font-size: 16px;
		line-height: 18px;
	}
	.caes__img {
		width: calc(100% - 320px);
	}
	.home__contact {
		padding: 30px 0;
	}
	section h2 {
		font-size: 30px;
	}
	.contacts h2 {
		margin-bottom: 13px;
	}
	#advantages h2 {
		margin-bottom: 20px;
	}
	.advantage__item h3 {
		margin-bottom: 5px;
	}
	.btn-call {
		bottom: 15px !important;
		right: 15px !important;
	}
	.call__window {
		bottom: 63px;
	}
	.call__window:has(+ .btn-open) {
		right: 15px !important;
	}
}

@media (max-width: 1300px) {
	.header__menu-item {
		padding: 0 0 0 35px;
	}
	header .phone {
		letter-spacing: -1px;
	}
	header .header__top {
		gap: 20px;
	}
	header .consultion__button {
		padding: 3px 15px 3px 15px;
	}
    .service__name {
        font-size: 18px;
        margin-top: 6px;
    }
}

@media (max-width: 1240px) {
	.home__about p {
		font-size: 15px;
		line-height: 17px;
	}
	.home__about h2 {
		font-size: 23px;
	}
	.home__intro h1 {
		font-size: 27px;
	}
	#cases .swiper-button-prev {
		left: 2px;
	}
	#cases .swiper-button-next {
		right: 2px;
	}
	.cases .cases__details {
		padding-right: 30px;
	}
	.cases .std__button {
		width: 100%;
	}
	.services__content {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.certificate__text {
		width: 180px;
	}
	#services__item--1, #services__item--4, #services__item--7 {
		background-color: #262626;
	}
	#services__item--2, #services__item--5, #services__item--8 {
		background-color: #194f71;
	}
	#services__item--3, #services__item--6, #services__item--9 {
		background-color: #5787a5;
	}
	#services__item--9 {
		display: block;
	}
	
	#services__item--1 .service__name, #services__item--2 .service__name,
	#services__item--4 .service__name, #services__item--5 .service__name,
	#services__item--7 .service__name, #services__item--8 .service__name {
		color: #ffffff;	
	}
	
	#services__item--1 .service__description, #services__item--2 .service__description,
	#services__item--4 .service__description, #services__item--5 .service__description,
	#services__item--7 .service__description, #services__item--8 .service__description {
		color: #eeeeee;
	}
	#services__item--3 .service__name, #services__item--6 .service__name,
	#services__item--9 .service__name {
		color: #000;
	}
	#services__item--3 .service__description, #services__item--6 .service__description,
	#services__item--9 .service__description {
		color: #000;
	}
	
	#services__item--3 img, #services__item--6 img, #services__item--9 img {
		filter: brightness(0);
	}
	#services__item--1 img, #services__item--2 img, #services__item--4 img,
	#services__item--5 img, #services__item--7 img, #services__item--8 img {
		filter: brightness(1);
	}
	.cases__rewiew {
		margin-top: 10px;
	}
	.cases .std__button {
		margin-top: 10px;		
	}
}

@media (max-width: 1100px) {
	#menu-btn {
		display: flex;
		z-index: 10;
		margin-top: 8px;
	}
	header .logo__img {
		height: 50px;
		width: 50px;
	}
	header .logo__bureau {
		font-size: 13px;
		line-height: 15px;
	}
	header .logo {
		width: 195px;
		padding: 5px 0 5px 4px;
	}
	header .logo__company {
		padding-top: 8px;
	}
	header .header__top {
        margin-top: 10px;
        flex-direction: row-reverse;
    }
	header .container {
		padding: 0 15px;
	}
	header .header__right {
		flex-grow: 1;
		padding-right: 20px;
	}
	header .phone {
		font-size: 25px;
        line-height: 37px;
        margin-top: 3px;
		z-index: 10;
	}
	header .consultion__button {
		z-index: 10;
	}
	header .phone span {
		margin-top: 2px;
	}
	header .phone__icon {
        display: inline-block;
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 2px;
        margin-right: 5px;
	}
	.home .container:first-child {
        flex-direction: column;
        height: 724px;
	}
	.home__intro h1 {
        text-align: center;
    }
	.underline__left:after {
		margin-left: auto;
	}
	#contacts .underline__left:after {
		margin-left: 0;
	}
	.home__intro p {
		text-align: center;
		max-width: 500px;
	}
	.home__links {
		margin: 20px auto;
		width: 320px;
	}
	.home__intro {
		padding-bottom: 35px;
	}
	.home__links .std__button {
		width: 140px;
		margin: 0 10px;
        text-align: center;
		border-width: 2px;
	}
	.home__person:before {
		display:none;
	}
	.home__person {
		margin-left: 0px;
		overflow: hidden;
		align-items: flex-start;
	}
	.home__about {
		padding-left: 30px;
	}
	.home__img {
		top: -80px;
		position: relative;
	}
	.cases__name {
        font-size: 26px;
    }
	.cases__rewiew {
		font-size: 13px;
        line-height: 13px;
        margin-top: 5px;
    }
	.cases .std__button {
        margin-top: 5px;
    }
	.cases__company {
		font-size: 14px;
	}
	#nav {
        top: -110vh !important;
        height: calc(100vh - 50px);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all ease 0.5s;
        z-index: 10;
        opacity: 0;
    }
	.header__menu-item {
		padding-left: 0px;
	}
	.header__menu-link {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	#nav {
		width: 100vw;
        left: auto;
        right: -60px;
	}
	#nav[data-state='open'] {
        top: 60px !important;
        background-color: rgba(0, 0, 0, 0.85);
        opacity: 1;
		z-index: 5;
    }
    .header__menu {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
	.certificate__item:hover .certificate__overlay {
		bottom: auto;
		top: auto;
		opacity: 1;
	}
}
@media (max-width: 1000px) {
	.right__contacts {
		display: none;
	}
	#contacts iframe {
		width: calc(100% - 280px);
	}
}
@media (max-width: 940px) {
    .caes__img {
        width: calc(100% - 240px);
    }
	.cases .std__button {
        font-size: 12px;
    }
	.cases__rewiew {
        line-height: 12px;
	}
	#advantages .swiper-button-prev, #advantages .swiper-button-next {
		display: block;
	}
	#advantages .swiper {
		overflow: unset;
	}
	#advantages .swiper-button-prev {
		left: -27px;
	}
	#advantages .swiper-button-next {
		right: -30px;
	}
	.advantage__item h3 {
		font-size: 16px;
		letter-spacing: -1px;
	}
	.swiper-button-next, .swiper-button-prev {
		color: #38a3fd;
	}
	.services__content {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	#services__item--1, #services__item--3, #services__item--5, #services__item--7 {
		background-color: #194f71;
	}
	#services__item--2, #services__item--4, #services__item--6, #services__item--8 {
		background-color: #5787a5;
	}
	#services__item--9 {
		display: none;
	}
	
	#services__item--1 .service__name, #services__item--3 .service__name, #services__item--5 .service__name, .service__name #services__item--7 {
		color: #ffffff;	
	}
	
	#services__item--1 .service__description, #services__item--3 .service__description,
	#services__item--5 .service__description, #services__item--7 .service__description {
		color: #eeeeee;
	}

	#services__item--2 .service__name, #services__item--4 .service__name, #services__item--6 .service__name, #services__item--8 .service__name {
		color: #000;	
	}
	
	#services__item--2 .service__description, #services__item--4 .service__description,
	#services__item--6 .service__description, #services__item--8 .service__description {
		color: #000;
	}
	#services__item--2 img, #services__item--4 img, #services__item--6 img,  #services__item--8 img {
		filter: brightness(0);
	}
	#services__item--1 img, #services__item--3 img, #services__item--5 img, #services__item--7 {
		filter: brightness(1);
	}
	.certificate__text {
        width: 135px;
    }
	
}
@media (max-width: 870px) {
	header .consultion__button {
		display: none;
	}
	header .phone__icon {
        margin-top: 0px;
	}
    .home__img {
        top: -73px;
        left: 40px;
		width: 370px;
	}
	.home__about {
		padding-top: 7%;
        margin-right: -65px;
        position: relative;
        z-index: 1;
	}
	.home__intro h1 {
        font-size: 20px;
    }
	.home__intro p {
		font-size: 18px;
		margin-top: 28px;
	}
	.home__person:after {
		border-width: 520px 90px 0 0;
		right: 250px;
	}
	.cases .cases__item {
		flex-direction: column;
	}
    .caes__img {
        width: 100%;
        border-top: 30px solid white;
        border-bottom: 60px solid white;
    }
	.cases .cases__details {
		padding-right: 30px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
        margin-left: 30px;
        margin-right: 30px;
        top: -30px;
	}
	.cases .cases__details:before {
		display:none;
	}
	.cases__rewiew {
        margin: 10px auto 0;
        max-width: 440px;
		font-size: 14px;
		line-height: 15px;
    }
    .caes__img {
        border-top: 20px solid white;
        border-bottom: 50px solid white;
        border-left: 10px solid white;
        border-right: 10px solid white;
        box-sizing: border-box;
    }
	.cases .std__button {
        margin-top: 10px;
    }
	.home .container:first-child {
        height: 650px;
    }
	section {
        padding: 50px 0 65px;
    }
	#cases .swiper-slide {
		padding-bottom: 5px;
	}
	#certificates {
		padding-top: 45px;
	}
	#cases {
		padding-bottom: 50px;
	}
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 0px;
	}
}

@media (max-width: 700px) {
	.home__about p {
        font-size: 14px;
        line-height: 15px;
    }
	.left__contacts, .right__contacts {
        width: 100%;
        float: none;
        height: auto;
        padding: 20px 30px 30px;
        display: block;
        box-sizing: border-box;
	}
	#contacts iframe {
		width: 100%;
		float: none;
		display: block;
	}
	.left__contacts:after, .right__contacts:before {
		display: none;
	}
	.center__contacts {
		position: relative;
        overflow: hidden;
	}
	.center__contacts:before, .center__contacts:after {
		content: "";
		position: absolute;
		width: 0px;
		height: 0px;
		border-style: solid;
		transform: rotate(0deg);
		   border-style: solid;
	}
	.center__contacts:before {
        border-width: 0 700px 40px 0;
        border-color: transparent #194F71 transparent transparent;
        left: 0px;
        right: auto;
	}
	.center__contacts:after {
		border-width: 40px 0 0 700px;
		border-color: transparent transparent transparent #262626;
		transform: rotate(0deg);
		left: 0px;
		bottom: 0px;
	}
	.contacts__body {
		margin-top: 25px;
		width: 260px;
		margin: 25px auto;
	}
	.social__subtitle, .contacts__consultation {
		text-align: center;
	}
	.contacts__body .home__socials {
		text-align: center;
	}
	.contacts__subtitle {
		text-align: center;
	}
	#contacts .underline__left:after {
        margin-left: auto;
    }
	.contacts__phone, .contacts__mail, .contacts__address {
		padding-left: 50px;
		background-position: 15px 50%;
	}
	.left__contacts {
		padding-bottom: 0px;
	}
	.right__contacts {
		padding-top: 10px;
	}
	.right__contacts h3 {
		text-align: center;
	}	
	.underline__right:after {
		margin-right: auto;
	}
	.contacts__consultation {
        margin: 0 auto;
		display: block;
	}
	.right__contacts .contacts__data {
		padding: 0;
	}
}

@media (max-width: 660px) {
	
    #menu-btn {
        margin-top: 5px;
    }
	#nav[data-state='open'] {
		top: 0 !important;
		right: 0;
		left: 0;
	}
	#certificates .swiper-pagination {
		bottom: 10px;
	}
	header .lang__menu {
        display: block;
        position: absolute;
        top: -45px;
        right: 63px;
		border: 2px solid #000000;
	}
	header .lang__menu .lang__hidden {
		width: 37px;
		line-height: 40px;
		background: #000000;
		border: 2px solid #183648;
		bottom: -44px;
	}
	header .lang__menu .lang__hidden:hover {
		background: #183648;
	}
	header .header__right {
		top: 50px;
        padding-right: 0px;
        width: 100%;
        left: 0px;
		position: absolute;
	}
	header .consultion__button {
        display: block;
    }
	header {
		height: 90px;
	}
	header .header__top {
		gap: 0;
        background: #000;
        margin-top: 0px;
	}
	header .consultion__button, header .phone {
		width: 50%;
        text-align: center;
        font-size: 20px;
        margin: 0px;
        height: 40px;
		line-height: 40px;
        padding: 0px;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        display: flex;
		z-index: 5;
	}
	
	header .consultion__button span, header .phone span {
        line-height: 14px;
	}
	
	.home__intro {
		padding-top: 120px;
	}
	
	header .consultion__button span {
		padding-top: 5px;	
	}
	
	header .phone span {
		padding-top: 0px;
	}
	
	
	header .phone__icon {
        margin-top: 0px;
	}
	header .consultation__icon {
		margin-top: 0px;
	}
    header .phone__icon, header .consultation__icon {
        display: inline-block;
        float: none;
    }
	header .logo__img {
        height: 40px;
        width: 40px;
    }
	header .logo__company {
        padding-top: 4px;
    }
	header .logo {
        width: 185px;
	}
	#menu-btn {
		--btn-size: 40px;
	}
	header .container {
		padding-right: 12px;
	}
	.home__person {
        flex-direction: column-reverse;
    }
	.home__img {
        top: -135px;
        width: 100%;
		left: 0px;
    }
	.home__about {
        margin-right: 0px;
        padding-right: 30px;
        margin-top: -60%;
        padding-top: 10px;
		padding-bottom: 30px;
        background-color: #fff;
	}
	
	.home__about:before {
		border-width: 0 0 60px 900px;
        top: -40px;
        right: 0;
        border-color: transparent transparent #FFFFFF transparent;
		content: "";
		width: 0px;
		height: 0px;
		position: absolute;
		border-style: solid;
		transform: rotate(0deg);
	}
	.home__person:after {
		display: none;
	}
	.home .container:first-child {
		height: auto;
	}
	section h2 {
        font-size: 26px;
    }
	#services__item--1, #services__item--5 {
		background-color: #262626;
	}
	#services__item--2, #services__item--6 {
		background-color: #194f71;
	}
	#services__item--3, #services__item--7 {
		background-color: #5787a5;
	}
	#services__item--4, #services__item--8 {
		background-color: #dddddd;
	}
	.services__content {
		grid-template-columns: repeat(1, 1fr);
	}
	#services__item--1 .service__name, #services__item--2 .service__name,
	#services__item--5 .service__name, #services__item--6 .service__name {
		color: #ffffff;	
	}
	
	#services__item--1 .service__description, #services__item--2 .service__description,
	#services__item--5 .service__description, #services__item--6 .service__description {
		color: #eeeeee;
	}
	#services__item--3 .service__name, #services__item--4 .service__name,
	#services__item--7 .service__name, #services__item--8 .service__name {
		color: #000;
	}
	#services__item--3 .service__description, #services__item--4 .service__description,
	#services__item--7 .service__description, #services__item--8 .service__description {
		color: #000;
	}
	#services__item--3 img, #services__item--4 img, #services__item--7 img, #services__item--8 img {
		filter: brightness(0);
	}
	#services__item--1 img, #services__item--2 img, #services__item--5 img, #services__item--6 img {
		filter: brightness(1);
	}
	#certificates .swiper-button-next {
		right: 2px;
	}
	#certificates .swiper-button-prev {
		left: 2px;
	}
}

@media (max-width: 600px) {
    .home__person {
        flex-direction: column-reverse;
    }
	.home__about {
		padding-left: 30px;
		padding-top: 0px;
	}
	.home__img {
        top: -90px;
	}
	.home {
		background-size: 100%;
		background-color: #18120b;
		background-position: 0px 0px;
		background-image: url(../img/sections/home_mobile.jpg);
		background-repeat: repeat-y;
	}
}

@media (max-width: 550px) {
	#cases .container {
		padding-left: 0px;
		padding-right: 0px
	}
	.services__content, .home__contact, .contacts .container {
        bottom: -20px;
    }
	
	.certificates__content {
		bottom: 0px;
	}
	.certificates__content {
        margin-top: 34px;
    }
	.container {
		padding: 0 20px;
	}
	.cases .cases__details {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
        top: -20px;
    }
	.left__contacts, .right__contacts {
		padding-left: 20px;
		padding-right: 20px;
	}
	.certificates {
        padding-left: 20px;
        padding-right: 20px;
    }
	.swiper.certificates__content {
		overflow: unset;
	}
	
	#certificates {
		background-image: url(/img/certificates.svg);
        background-position-y: -20px;
        background-repeat: repeat-x;
		background-color: #0e5b8b;
		overflow: hidden;
		border-bottom: 0;
    }
	
	#certificates .swiper-button-next {
        right: -20px;
	}
	
	#certificates .swiper-button-prev {
		left: -19px;
	}
	
	.right__contacts {
        padding-top: 0px;
		padding-bottom: 20px;
    }
	.form__button {
		margin-top: 16px;
	}
	.footer {
        padding-top: 20px;
    }
	.contacts__body {
		margin-bottom: 15px;
	}
	.home__contact {
        padding: 20px 0;
    }
	.home, #services, .certificates {
        border-bottom-width: 20px;
    }
	.caes__img {
        border-top: 15px solid white;
        border-bottom: 40px solid white;
	}
	.home__about {
        padding-left: 20px;
		padding-right: 20px;
	}
	.services__content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.btn-call {
		bottom: 20px !important;
		right: 20px !important;
	}
	#advantages .swiper-button-prev {
        left: -16px;
    }
	#advantages .swiper-button-next {
        right: -20px;
    }
	#cases .swiper-button-next, #cases .swiper-button-prev {
		top: 23%;
	}
	.call__window {
		bottom: 68px;
	}
	.call__window:has(+ .btn-open) {
		right: 20px !important;
	}
}

@media (max-width: 440px) {
	.home__img {
        top: -60px;
    }
	.home__about {
        margin-top: -30%;
	}
	.left__contacts .contacts__data {
		padding: 0px;
	}
	.right__contacts {
        padding-top: 0px;
    }
}

@media (max-width: 400px) {
	header .consultion__button span, header .phone span {
        line-height: 14px;
        font-size: 18px;
    }
	header .consultion__button span {
		padding-top: 5px;	
	}
	header .phone span {
        padding-top: 0px;
	}
	.contacts__data {
		padding: 0px;
	}
	.home__about:before {
        right: -70px;
	}
	.home__about h2 {
		margin-bottom: 30px;
	}
	header .lang__menu {
		border-left-width: 0px;
        background-position: 0px 5px;
        border-right-width: 0px;
        padding-left: 28px;
        padding-right: 10px;
	}
	header .lang__menu .lang__hidden {
        width: 29px;
	}
	.lang__menu:hover {
		background-color: #000000;
		border-color: #000000;
	}
	.lang__hidden {
		padding-left: 29px;
	}
	.lang__current:after {
		right: 0px;
	}
}