*::-webkit-scrollbar {
    width: 10px;
    background-color: #5B5B5F;
  }
  
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000;
	border: 1px solid #ccc;
  }
  
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
}


@font-face {
	font-family: 'Benzin-Bold';
	src: url('../fonts/benzin-bold.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/benzin-bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/benzin-bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/benzin-bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/benzin-bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/benzin-bold.svg#benzin-bold') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
    font-family: 'Billie Glory';
    src: url('../fonts/BillieGlory.eot');
    src: url('../fonts/BillieGlory.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BillieGlory.woff2') format('woff2'),
        url('../fonts/BillieGlory.woff') format('woff'),
        url('../fonts/BillieGlory.ttf') format('truetype'),
        url('../fonts/BillieGlory.svg#BillieGlory') format('svg');
}

*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	width: 100%;
	font-size: 100%;
	line-height: 1.2;
	font-size: 25px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Inter", sans-serif;
	background-color: #111111;
	color: #fff;
    letter-spacing: -1px;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;color: #fff;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top; width: 100%; height: 100%;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;font-family: 'Benzin-Bold'; color: #fff;}
/*--------------------*/

.container{
	/* max-width: 1728px;
	width: 100%;
	margin: 0 auto; */
	position: relative;
	padding: 0 20px;
}

section{
	margin: 10px 0;
}

.link__button{
	position: relative;
	padding: 14px 65px 14px 25px;
	text-transform: uppercase;
	border-radius: 10px;
	box-shadow: 0px 4px 30px 0px #FF6241;
	border: 1px solid #FF2900;
	background: linear-gradient(0deg, #FF2900, #FF2900);

}

.link__button::after{
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	background-image: url('/wp-content/uploads/2025/07/white_arrow.svg');
	background-repeat: no-repeat;
    right: 8%;
	background-size: contain;
	top: 22%;
}

.link__button::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}

.section__position_marker {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 16px;
}

.section__position_marker ul{
	display: flex;
	gap: 3px;
}

.section__position_marker ul li{
	box-shadow: 0px 3.4px 9.07px 0px #D12A2870;
	background: linear-gradient(180deg, #FF504F 0%, #FE1F1E 100%);
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	flex: 0 0 8px;
}

.custom-lang-switcher-button {
    position: absolute;
    top: 19px;
    right: 240px;
    border: 1.18px solid #FFFFFF14;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: #FFFFFF1A;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* HEADER START */

.header {
    margin: 20px 0 10px 0;
}

.header .link__button{
	box-shadow: none;
	background: #fff;
	border: 1px solid #fff;
	color: #000;
	font-size: 14px;
	padding: 9px 44px 9px 16px;
}

.header .link__button::after{
	background-image: url('/wp-content/uploads/2025/07/red_arrow.svg');
	top: 24%;
	width: 20px;
	height: 20px;
}

.header__content{
	background-color: #000;
	border-radius: 16px;
	padding: 20px 32px;
}

.header__content_left {
    display: flex;
    align-items: center;
    gap: 48px;
}

.menu__box{
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.menu-header {
    display: flex;
    gap: 16px;
}

.menu-header a{
    font-size: 14px;
}

/* HEADER END */

/* burger AMP START */

.menu__btn, .input__burger{
	display: none;
}

@media(max-width:992px){

#menu__toggle {
	opacity: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 22px;
  right: 40px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1;
  border: 1px solid #FFFFFF14;
  background-color: #191919;
  border-radius: 8px;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
	display: block;
	position: absolute;
	width: 15px;
	height: 2px;
	background-color: #FFFFFF;
}
.menu__btn > span::before {
	content: '';
	top: -5px;
}
.menu__btn > span::after {
	content: '';
	top: 5px;
}

.menu__box {
    z-index: 5;
    position: fixed;
    visibility: hidden;
    top: -150%;
    left: 0;
    width: calc(100vw - 40px);
    margin: 0 20px;
    padding: 80px 0;
    list-style: none;
    text-align: center;
    background-color: #090909CF;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
    height: 100%;
    backdrop-filter: blur(10px);
}

.menu-header li{
  width: 90%;
  padding: 10px 0;
  border-radius: 5px;
}

.menu__item {
	display: block;
	padding: 12px 24px;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
}
.menu__item:hover {
	background-color: #CFD8DC;
}
#menu__toggle:checked ~ .menu__btn > span {
	transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
	top: 0;
	transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
	top: 0;
	transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
	visibility: visible;
	top: 90px;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
	transition-duration: .25s;
}
.menu__box {
	transition-duration: .25s;
}
.menu__item {
	transition-duration: .25s;
}

.menu-header{
	flex-direction: column;
}

.footer__nav_menu .current_page_item {
    background-color: transparent;
}

}

/* burger AMP END */

/* HERO section START */

.hero__content {
    position: relative;
    z-index: 1;
	height: 784px;
	background-color: #000;
	border-radius: 25px;
	overflow: hidden;
}

.hero__image_box {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.hero__image_box img{
    object-fit: cover;
    object-position: 100% 58%;
    width: 65%;
    margin-left: auto;
    display: block;
}

.hero__content_box {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 34px 28px;
    display: grid;
    grid-template: 2fr 1fr / 1fr;
    align-items: end;
}

.hero__header{
	font-size: 160px;
	line-height: 0.875;
	max-width: 776px;
	text-transform: uppercase;
	position: relative;
	background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
}

.hero__header::before {
    content: 'Google';
    font-family: 'Billie Glory';
    position: absolute;
    top: 120px;
    left: 35%;
    color: #FF0100;
    font-size: 64px;
	text-transform: capitalize;
}

.hero__header::after {
    content: 'Yandex';
    font-family: 'Billie Glory';
    position: absolute;
    bottom: -13px;
    right: -37%;
    color: #FF0100;
    font-size: 64px;
    text-transform: capitalize;
}

.hero__text {
    margin-top: 40px;
    max-width: 690px;
}

.hero__text span, .hero__button_descr span{
	color: #F9D686;
}

.hero__button_descr {
    max-width: 290px;
    text-align: right;
}

.hero__buttin_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* HERO section END */

/* ABOUT section START */

.about__section .section__position_marker ul li:nth-child(n + 2){
	background: #848383;
}

.about__content {
    position: relative;
    z-index: 1;
	height: 784px;
	background-color: #000;
	border-radius: 25px;
	overflow: hidden;
}

.about__image_box {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.about__image_box img{
    object-fit: cover;
    object-position: 100% 58%;
    width: 65%;
    margin-right: auto;
    display: block;
}

.about__wrapper {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 34px 28px;
}

.about__text_box {
    max-width: 756px;
    width: 100%;
    margin-left: auto;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.about__text_content{
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.about__text_content::before {
    content: '';
    position: absolute;
    top: 0;
    left: -36px;
    width: 26px;
    height: 26px;
    display: block;
    background-image: url(/wp-content/uploads/2025/07/plus_icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-shadow: 0px 3.4px 9.07px 0px #D12A2870;
}

.about__text_content p span{
	color: #848383;
}


/* ABOUT section END */

/* REASON section START */

.reason__section .section__position_marker ul li:nth-child(n + 3){
	background: #848383;
}

.reason__content {
    position: relative;
    z-index: 1;
	height: 784px;
	background-color: #000;
	border-radius: 25px;
	overflow: hidden;
}

.reason__image_box {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.reason__image_box img{
    object-fit: cover;
    object-position: 100% 58%;
    width: 65%;
    margin-left: auto;
    display: block;
}

.reason__wrapper {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 34px 28px;
}

.reason__head_content {
    display: flex;
    gap: 40px;
    margin-top: 20px;
}

.reason__head__title {
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
	font-size: 82px;
	line-height: 97.5%;
	max-width: 660px;
	position: relative;
    text-transform: uppercase;
}

.reason__head__title::before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: -65px;
    width: 173px;
    height: 92px;
    background-image: url(/wp-content/uploads/2025/07/interner_logo.svg);
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center;
    background-size: cover;
}

.reason__head__title::after {
    content: '';
    position: absolute;
    bottom: -70px;
    right: 90px;
    width: 348px;
    height: 50px;
    background-image: url(/wp-content/uploads/2025/07/decorate_line.svg);
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center;
    background-size: contain;
    transform: rotate(-1deg);
}

.reasno__text_descr {
    max-width: 616px;
	padding-top: 16px;
}

.reasno__text_descr span{
	color: #F9D686;
    display: block;
}

.reason__text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.reason__text_repeater {
    display: flex;
    flex-direction: column;
    max-width: 870px;
    gap: 10px;
}

.reason__text_box {
    padding: 20px;
    background: #1B1B1B7D;
    backdrop-filter: blur(10px);
    border-radius: 18px;
}

.reason__text_content::before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/wp-content/uploads/2025/07/plus_icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
    box-shadow: 0px 3.4px 9.07px 0px #D12A2870;
}

/* REASON section END */

/* WHY section START */

.why__section .section__position_marker ul li:nth-child(n + 4){
	background: #848383;
}

.why__content {
    position: relative;
    z-index: 1;
	height: 938px;
	background-color: #000;
	border-radius: 25px;
	overflow: hidden;
}

.why__image_box {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.why__image_box img {
    object-fit: cover;
    object-position: 100% 10%;
    display: block;
}

.why__wrapper {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 34px 28px;
}

.why__head__title {
    word-spacing: 69px;
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
    font-size: 140px;
    text-align: center;
    line-height: 97.5%;
    position: relative;
    margin-top: 20px;
    text-transform: uppercase;
}

.why__head__title::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 40%;
    width: 174px;
    height: 117px;
    background-image: url(/wp-content/uploads/2025/07/why_icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.why__head__title::after {
    content: 'Methods';
    position: absolute;
    bottom: -105px;
    left: 25%;
    width: 320px;
    height: 160px;
    color: #FF0100;
    font-size: 64px;
    text-transform: capitalize;
    font-family: 'Billie Glory';
}

.why__buttonbox {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.why__text_fbox .why__tex_box, .why__text_sbox .why__tex_box {
    border-radius: 20px;
    background: #1B1B1B7D;
    backdrop-filter: blur(10px);
    padding: 20px;
    max-width: 630px;
    width: 100%;
    display: flex;
    gap: 20px;
    transition: ease .3s border;
    border: 2px solid transparent;
}

.why__tex_icon {
    width: 30px;
    height: 52px;
    background-color: #222121;
    display: inline-block;
    flex: 0 0 30px;
    border-radius: 30px;
    position: relative;
}

.why__tex_icon::before{
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 23px;
    height: 23px;
    display: block;
    background-image: url(/wp-content/uploads/2025/07/plus_icon.webp);
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease .3s top;
}

.why__tex_box:hover .why__tex_icon::before{
    top: 26px;
}

.why__tex_box:hover{
    border: 2px solid #848383;
}

.why__text_fbox span, .why__text_sbox span{
    color: #848383;
}

.why__text_fbox {
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    gap: 30px;
}

.why__text_sbox{
    display: flex;
    justify-content: space-around;
    gap: 30px;
}

.why__text_descr span{
    color: #666666;
}

.why__text_descr {
    max-width: 630px;
    margin: 15px 100px 60px auto;
}

.why__text_container {
    display: flex;
    flex-direction: column;
    gap: 70px;
    margin-bottom: 85px;
}

/* WHY section END */

/* position section START */

.position__section .section__position_marker ul li:nth-child(n + 5){
	background: #848383;
}

.position__content {
    position: relative;
    z-index: 1;
	height: 670px;
	background-color: #000;
	border-radius: 25px;
	overflow: hidden;
}

.position__image_box {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.position__image_box img {
    object-fit: cover;
    object-position: 100% 35%;
    width: 55%;
    margin-left: auto;
    display: block;
}

.position__wrapper {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 34px 28px;
}

.position__head__title {
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
    font-size: 82px;
    line-height: 97.5%;
    position: relative;
    margin: 20px 0;
    text-transform: uppercase;
    max-width: 1100px;
}

.position__text_descr span{
    color: #F9D686;
}

.position__text_container{
    padding: 20px;
    background: #1B1B1B7D;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 712px;
    border-radius: 18px;
}

.position__text_descr {
    margin-bottom: 70px;
}

.position__button{
    width: fit-content;
}


/* position section END */

/* contacts section START */

.contacts__content {
    position: relative;
    z-index: 1;
	height: 670px;
	background-color: #000;
	border-radius: 25px;
	overflow: hidden;
}

.contacts__image_box {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.contacts__image_box img {
    object-fit: cover;
    object-position: 100% 35%;
    width: 55%;
    margin-left: auto;
    display: block;
}

.contacts__wrapper {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 34px 28px;
}

.contacts__text_box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.contacts__head__title {
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
    font-size: 82px;
    line-height: 97.5%;
    position: relative;
    margin: 20px 0;
    text-transform: uppercase;
    max-width: 1100px;
}

.contacts__head__title::after{
    content: '';
    position: absolute;
    bottom: -70px;
    left: 90px;
    width: 348px;
    height: 50px;
    background-image: url(/wp-content/uploads/2025/07/decorate_line.svg);
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center;
    background-size: contain;
    transform: rotate(-1deg);
}

.contacts__repeater {
    display: flex;
    gap: 10px;
}

.contacts__text_content {
    max-width: 160px;
}

.contacts__button_box {
    border-radius: 18px;
    background: #1B1B1B7D;
    backdrop-filter: blur(10px);
    padding: 16px;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}

a.contacts__button {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 12px 24px;
    background-color: #fff;
    border-radius: 18px;
    color: #000;
}

.contacts__button img{
    width: 32px;
    height: 32px;
}

/* contacts section END */

/* Footer START */
.footer {
    margin-bottom: 20px;
}

.footer__content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #848383;
	font-size: 16px;
	background-color: #000000;
	border-radius: 20px;
	padding: 20px 32px;
}

/* Footer END */

@media(max-width:1600px){
.why__head__title{
    font-size: 125px;
}
.reason__head__title::after {
    bottom: -60px;
    right: 190px;
}
.why__head__title::before {
    width: 160px;
    height: 110px;
}
.why__head__title::after {
    bottom: -105px;
    left: 15%;
    font-size: 60px;
}
}

@media(max-width:1400px){
.reason__head__title {
    font-size: 76px;
}
.reason__head__title::before {
    bottom: -10px;
    right: unset;
    left: 512px;
    width: 150px;
    height: 92px;
}

.why__head__title {
    font-size: 100px;
}
.why__head__title::before {
    width: 130px;
    height: 90px;
}
.why__head__title::after {
    bottom: -115px;
    left: 5%;
    font-size: 54px;
}
.why__text_descr {
    margin: 15px 40px 60px auto;
}
}

@media(max-width:1200px){
.hero__content{
    height: 620px;
}
.hero__header {
    font-size: 120px;
}
.hero__header::before {
    top: 80px;
    left: 18%;
}
.hero__header::after {
    bottom: -10px;
    right: -10%;
}

.reason__content {
    height: 700px;
}

.contacts__head__title {
    font-size: 72px;
}

.position__head__title{
    font-size: 72px;
}

.why__head__title {
    font-size: 86px;
}

.why__head__title::before {
    width: 120px;
    height: 75px;
    left: 39%;
}
.why__head__title::after {
    left: 2%;
    font-size: 46px;
}
.why__text_descr {
    margin: 25px 0px 60px auto;
}
.why__text_fbox{
    padding: 0;
}
.why__text_container{
    margin-bottom: 40px;
    gap: 40px;
}
.reason__head__title::after {
    bottom: -40px;
    left: 128px;
    width: 240px;
}
.reason__head__title {
    font-size: 62px;
}
.reason__head__title::before {
    bottom: -20px;
    left: 415px;
}
.reason__head_content {
    flex-direction: column;
    gap: 10px;
    margin: 10px 0;
}
.reason__text_box {
    padding: 15px;
}
}


@media(max-width:992px){
.custom-lang-switcher-button{
    right: 90px;
    width: 36px;
    height: 36px;
    top: 22px;
}
.hero__header {
    text-align: center;
}
.hero__header::before {
    top: 86px;
    left: 3%;
    font-size: 40px;
}
.hero__header::after {
    bottom: -15px;
    right: 5%;
    font-size: 40px;
}
.hero__text {
    text-align: center;
}
.hero__content_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.hero__text {
    margin-top: 30px;
    margin-bottom: 30px;
}
.hero__buttin_box {
    flex-direction: column;
    gap: 30px;
}
.hero__button_descr {
    max-width: 100%;
}
.hero__image_box img{
    width: 100%;
    margin: 0;
}
.about__text_box {
    margin-left: 30px;
    padding: 0;
    justify-content: flex-start;
    margin-top: 30px;
    gap: 30px;
}
.about__image_box img {
    margin: 0;
    width: 100%;
    height: 200%;
    object-position: 50% 40%;
    object-fit: contain;
}
html, body{
    font-size: 22px;
}
.reason__head__title {
    font-size: 52px;
}
.reason__head__title::before {
    bottom: -20px;
    left: 360px;
    width: 120px;
    height: 80px;
}
.why__text_fbox {
    flex-direction: column;
    gap: 10px;
}

.why__text_sbox {
    flex-direction: column;
    gap: 10px;
}
.why__text_container{
    gap: 10px;
}
.why__head__title {
    text-align: left;
}
.why__head__title::before {
    left: 50%;
    top: 15px;
}
.why__head__title::after {
    left: 17%;
    font-size: 46px;
    bottom: -40px;
}
.why__image_box img {
    object-fit: cover;
    object-position: 50% 10%;
    display: block;
}
.why__text_fbox .why__tex_box, .why__text_sbox .why__tex_box{
    padding: 10px;
}
.position__head__title {
    font-size: 52px;
}
.position__text_box {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.position__text_descr {
    flex: 1 1 auto;
}
.contacts__repeater {
    display: grid;
    grid-template: 1fr 1fr / 1fr 1fr;
    justify-items: center;
}
.contacts__button_box{
    width: 100%;
    max-width: 100%;
}

.contacts__repeater .contacts__button_box:last-child{
    grid-column: span 2;
}
.contacts__content{
    height: 694px;
}
.contacts__head__title {
    font-size: 52px;
}
.position__image_box img {
    width: 100%;
    object-fit: contain;
    object-position: 50% 34%;
    height: 200%;
}
.contacts__image_box img {
    width: 100%;
    object-fit: contain;
    object-position: 100% 100%;
}
}

@media(max-width:768px){
html, body{
    font-size: 15px;
}
.contacts__button{
    font-size: 10px;
    text-transform: uppercase;
}
.contacts__button img{
    width: 18px;
    height: 18px;
}
.contacts__head__title {
    font-size: 36px;
}
.contacts__head__title::after {
    bottom: -60px;
    left: 50px;
    width: 280px;
}
.contacts__text_box {
    justify-content: start;
    gap: 40px;
}
.position__head__title{
    font-size: 36px;
}
.why__head__title{
    font-size: 65px;
}
.why__head__title::before {
    left: 250px;
    top: 10px;
    width: 100px;
    height: 60px;
}
.why__head__title::after {
    left: 110px;
    bottom: 22px;
    font-size: 28px;
    width: 140px;
    height: 70px;
}
.why__text_descr {
    margin: 10px 0px 60px auto;
}
.why__text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 93%;
}
.why__image_box img {
    object-fit: contain;
    object-position: 50% 30%;
    display: block;
}
.reason__head__title{
    font-size: 40px;
}
.reason__head__title::before {
    left: 270px;
}
.reason__head__title::after {
   left: 20px;
}
.hero__header{
    font-size: 65px;
}
.hero__header::before {
    top: 50px;
    left: 5%;
    font-size: 22px;
}
.hero__header::after {
    bottom: -5px;
    right: 10%;
    font-size: 22px;
}
.container{
    padding: 0 10px;
}
}

@media(max-width:492px){
.hero__header {
    font-size: 55px;
}
.hero__content_box{
    padding: 20px;
}
.hero__image_box img {
    object-fit: contain;
    object-position: 100% -28%;
}
.hero__button_descr, .hero__text{
    font-size: 14px;
    letter-spacing: -1px;
}
.about__text_content::before{
    width: 18px;
    height: 18px;
    left: -30px;
}
.about__text_box {
    margin-left: 15px;
}
.reason__wrapper, .why__wrapper, .position__wrapper, .contacts__wrapper{
    padding: 20px 10px;
}
.reason__head__title::before {
    left: 260px;
    bottom: 0px;
    width: 80px;
    height: 50px;
}

.reason__text_repeater {
    margin-bottom: 20px;
}
.why__head__title::before {
    width: 80px;
    height: 50px;
}

.position__head__title, .contacts__head__title{
    font-size: 32px;
}

.link__button{
    font-size: 14px;
    padding: 14px 45px 14px 10px;
}

.link__button::after{
    width: 28px;
    height: 28px;
}

.contacts__head__title::after{
    left: 5px;
}

.contacts__button {
    padding: 10px 10px;
}

.footer__content{
    padding: 20px 14px;
    font-size: 12px;
}

.position__image_box img{
    object-position: 50% 25%;
}

}

@media(max-width:374px){
.header__content{
    padding: 20px 10px;
}
.menu__btn{
    right: 30px;
}
.custom-lang-switcher-button{
    right: 80px;
}
.footer__content{
    font-size: 10px;
}
.contacts__button_box{
    padding: 10px;
}
.position__head__title, .contacts__head__title {
    font-size: 26px;
}
.why__buttonbox{
    gap: 10px;
}
.link__button::after{
    right: 0;
}
.link__button {
    padding: 15px 24px 15px 5px;
}
.why__head__title {
    font-size: 50px;
}
.why__head__title::after {
    left: 30px;
    bottom: 0px;
}
.why__head__title::before {
    left: 190px;
    top: 5px;
}
.reasno__text_descr {
    padding-top: 24px;
}
.reason__head__title {
    font-size: 28px;
}

.reason__head__title::before {
    left: 195px;
    bottom: -15px;
    z-index: 2;
}
.reason__head__title::after{
    width: 170px;
}
}

@media(min-width:1770px){
    .hero__content, .about__content, .reason__content, .position__content, .contacts__content{
        height: calc(100vw / 2.25);
    }
    .why__content{
        height: calc(100vw / 1.85);
    }
    .hero__header {
        font-size: 190px;
        line-height: 0.875;
        max-width: 960px;
    }
    .hero__header::after {
    right: -20%;
    font-size: 80px;
}
.hero__header::before{
    font-size: 80px;
}
html, body{
    font-size: 36px;
}
.hero__text {
    max-width: 730px;
}
.hero__button_descr {
    max-width: 365px;
}
.section__position_marker {
    font-size: 24px;
}
.about__text_box{
    padding: 20px 0;
}
.reasno__text_descr {
    max-width: 815px;
}
.why__text_descr {
    max-width: 786px;
}
.position__head__title {
    font-size: 96px;
    margin: 20px 0 60px 0;
}
.position__text_box {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.position__text_descr {
    flex: 1;
}
.position__text_container{
    margin-bottom: 50px;
}
.contacts__head__title{
    font-size: 96px;
}
.contacts__head__title::after {
    height: 70px;
    width: 500px;
}
.contacts__button_box{
    max-width: 370px;
}
}


@media(min-width:2048px){
    .hero__content, .about__content, .reason__content, .position__content, .contacts__content{
        height: calc(100vw / 2.65);
    }
    .why__content {
        height: calc(100vw / 2.6);
    }
        .why__head__title::before {
        left: 45%;
    }
}