/* fonts */

@font-face {
	font-family: 'Russo One';
	src:
		url('/css/fonts/RussoOne-Regular.ttf') format('truetype');
    font-style: normal; 
    font-weight: 400;
}
@font-face {
	font-family: 'Roboto';
	src: 
		url('/css/fonts/Roboto-Medium.ttf') format('truetype');
    font-style: normal; 
    font-weight: 500;
}
@font-face {
	font-family: 'Roboto';
	src:
		url('/css/fonts/Roboto-Regular.ttf') format('truetype');
    font-style: normal; 
    font-weight: 400;
}

/* *******  */


/* settings styles */

*{
	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{
	height: 100vh;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    margin: 0;
    background: #FDFDFD;
    scroll-behavior: smooth;
}
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;}
a:hover{text-decoration: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
li {list-style-type: none;}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.flex {
    display: flex;
}

/* *******  */


/* стили страницы*/

.container {
    max-width: 1170px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.container__allWidth {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 709px;
    background-image: url('/css/img/bg_main.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

/* *******  */


/* header блок стили  */

.header {
    width: 100%;
    display: flex;
    align-items: center;
    background: #292929;
    position: relative;
    max-width: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header__box {
    display: flex;
    width: 100%;
    max-width: 1170px;
    justify-content: space-between;
    align-items: center;
}
.header__box_item {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
.header__box_item:nth-child(2) {
    margin-right: 237px;
}
.header__box_item_menu {
    display: flex;
    gap: 60px;
}
.header__box_item_menu a {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    transition: 0.2s;
    height: 28px;
}
.header__box_item_menu a:hover {
    color: #940A0D;
    border-bottom: 5px solid #940A0D;
}
.header__box_item_city {
}
.header__box_item_city span {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
.header__box_item_phone {
}

.header__box_item_phone a {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    transition: 0.2s;
}
.header__box_item_phone a:hover {
    color: #940A0D;
}

/* *******  */


/* pages блок стили  */
.main__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.main__content_title {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.main__content_link {
    background: #E31E24;
    width: 270px;
    height: 60px;
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main__content_link:hover {
    background-color: #940A0D;
}
.container_content {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}
.container_content_title {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: #333333;
}
.title__red {
    color: #940A0D;
}
.about__box {
    display: flex;
    flex-direction: column;
}
.text__box {
    display: flex;
    gap: 96px;
    margin-top: 70px;
    margin-bottom: 80px;
}
.about__box_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 146.19%;
    color: #000000;
    max-width: 802px;
    width: 100%;
}
.about__box_text_size {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    line-height: 146.19%;
    color: #000000;
    font-size: 20px;
    max-width: 273px;
    width: 100%;
}
.img__box_position {
    position: absolute;
    bottom: -162px;
    left: 0;
}
.services__box {
    display: flex;
    margin-top: 70px;
    align-items: baseline;
}
.services__box_item_text {
    /* max-width: 648px; */
    width: 100%;
}
.item__text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 146.19%;
    color: #000000;
}
.servicesImg__box {
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.servicesImg__box_item {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.servicesImg__box_item:nth-child(2) {
    margin-top: 234px;
}
.servicesImg__box_item:nth-child(4) {
    margin-top: 142px;
}
.servicesImg__box_item:nth-child(5) {
    margin-top: 50px;
}
.servicesImg__box_item_reverse {
    align-items: end;
}
.servicesImg__box_item_img {
    width: 100%;
    height: 100%;
}
.img_one {
    max-width: 367px;
    max-height: 317px; 
}
.img_two {
    max-width: 482px;
    max-height: 303px;
}
.img_three {
    max-width: 382px;
    max-height: 431px; 
}
.img_four {
    max-width: 418px;
    max-height: 484px;
}
.img_five {
    max-width: 695px;
    max-height: 450px;
}
.servicesImg__box_item_title {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    color: #333333;
}
.servicesImg__box_item_title_right {
    text-align: right;
}
.servicesCompound__box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
}
.servicesCompound__box_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 146.19%;
    color: #000000;
    padding-left: 30px;
}
.servicesCompound__box_list {
    padding-left: 60px;
}
.servicesCompound__box_list_item {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 146.19%;
    color: #000000;
    list-style-type: disc;
}

.contacts__box {
    margin-top: 70px;
    display: flex;
    margin-bottom: 50px;
}
.contacts__box_item_text {
    display: flex;
    align-items: baseline;
}
.contacts__box_item_text_mg {
    margin-right: 100px;
}
.adress_title {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}
.adress_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin-left: 20px;
    display: inline-block;
}
.tel__box {
    display: flex;
    flex-direction: column;
}
.tel__box a:hover {
    text-decoration: underline;
} 
.contacts__box_item_social {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-left: auto;
    gap: 10px;
}
.item_social_box {
    display: flex;
    gap: 12px;
}
.item_social_box_item {
    background-position: center;
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    transition: 0.3s;
}
.vk {
    background-image: url(/css/img/social_one.svg);
}
.vk:hover {
    filter: drop-shadow(0px 0px 15px rgba(81, 129, 184, 0.7));
}
.wp {
    background-image: url(/css/img/social_two.svg);
}
.wp:hover {
    filter: drop-shadow(0px 0px 15px rgba(81, 200, 93, 0.7));
}
.vb {
    background-image: url(/css/img/social_three.svg);
}
.vb:hover {
    filter: drop-shadow(0px 0px 15px rgba(127, 77, 160, 0.7));
}
.tg {
    background-image: url(/css/img/social_four.svg);
}
.tg:hover {
    filter: drop-shadow(0px 0px 15px rgba(44, 181, 229, 0.7));
}

/* *******  */



/* footer блок стили  */
.footer__box {
    background: #292929;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    margin: 0 auto;
}
.line__footer {
    width: 100%;
    height: 1px;
    background-color: #b9b6b6;
}
.footer__bottom {
    max-width: 1170px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer__boxContent {
    max-width: 1170px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer__boxContent_item {
    display: flex;
}
.footer__boxContent_item_menu {
    display: flex;
    gap: 40px;
    margin-right: 200px;
}
.footer__boxContent_item_menu_link {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    color: #FFFFFF;
    transition: 0.2s;
}
.footer__boxContent_item_menu_link:hover {
    color: #940A0D;
}
.footer__boxContent_item_city {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    color: #FFFFFF;
    transition: 0.2s;
}
.footer__boxContent_item_phone {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    color: #FFFFFF;
    transition: 0.2s;
}
.footer__boxContent_item_phone:hover {
    color: #940A0D;
}
.footer__boxContent_item_policy {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    transition: 0.2s
}
.footer__boxContent_item_policy:hover {
    color: #940A0D;
}
.ww__box {
    display: flex;
    opacity: 0.8;
    transition: 0.2s;
}
.ww__box:hover {
    opacity: 1;
}
.ww__link {
    display: flex;
    gap: 9px;
    align-items: center;
}
.ww__text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 120%;
    color: #FFFFFF;
}


/* *******  */

.box__404 {
    display: flex;
    flex-direction: column;
    height: 100vh;
    align-items: center;
    justify-content: center;
}
.box__404_textBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.box__404_textBox_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 59px;
    color: #1C1818;
}
.box__404_textBox_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 230px;
    line-height: 270px;
    color: #1C1818;
}
.box__404_textBox_button {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 43px;
    color: #FFFFFF;
    background: #940A0D;
    border-radius: 10.25px;
    width: 393px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.section_personal {
    padding-top: 40px;
  }
  .main {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .policy {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }
  .policy__content {
    display: flex;
    flex-direction: column;
  }
  .policy__heading, .personal_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }
  .policy__block {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .policy__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .policy__text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
  }
  .policy__subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px
  }
  .policy__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .policy__item {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    list-style-type: disc;
  }
  .policy__block-mini {
    display: flex;
    flex-direction: column;
  }
  .container_main {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .politics_info_subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .personal_info {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
  }

  /*куки*/
.cookie {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 13px 50px;
    display: flex;
    width: 100%;
    border-top: 1px solid #333333;
    font-size: 1.3em;
    justify-content: center;
    background-color: #fff;
    z-index: 1000;
    align-items: center;
}
.cookie__wrapper {
    display: flex;
    margin-right: 20px;
    color: #333333;
    align-items: center;
}

.cookie__wrapper p {
    margin-right: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.cookie__wrapper a {
    color: #333333;
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.cookie__wrapper a:hover {
    color: #333333;
    text-decoration: underline;
}

.cookie__btn {
    color: #940A0D;
    cursor: pointer;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.cookie__close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-46%);
    width: 12px;
    cursor: pointer;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}

.section_personal {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container_main {
    max-width: 1170px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.personal_title {
    font-size: 28px;
}
.personal_info {
}
.politics_info_subtitle {
    font-size: 23px;
}
.personal_info-a {
}


.section_personal {
    display: flex;
    flex-direction: column;
}
.container_main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* *******  */


/* mobile blocks styles and modal  */
.mobile__menu_header {
    display: flex;
    justify-content: space-between;
    order: -1;
}
.mobile__menu {
    display: none;
    flex-direction: column;
    gap: 40px;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #292929;
    z-index: 4;
    top: 0;
    bottom: 0;
    margin: 0;
    left: 0;
    padding: 10px;
}
.mobile__menu_active {
    display: flex;
}
.button__close {
    width: 40px;
    height: 40px;
}
.button__close img {
    width: 100%;
    height: 100%;
}
/* *******  */
