/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 1920px !important;
    margin-left: calc(-1 * (1920px - 1170px) / 2) !important;
    margin-right: calc(-1 * (1920px - 1170px) / 2) !important;
  }
}

html {
  box-sizing: border-box;
  margin: 0 !important;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'NunitoSans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  /*font-size: 16px;*/
  box-sizing: inherit;
  color: #333333;
}

body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  min-width: 320px;
  max-width: 1920px;
  background-color: #F3F3F3;
  box-shadow: 0px 0px 150px -10px rgb(0 0 0 / 50%);
  font-size: 16px;
  line-height: 100%;
  color: #333333;
  font-family: 'NunitoSans',sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'lnum' 1;
  -o-font-feature-settings: 'lnum' 1;
  -ms-font-feature-settings: 'lnum' 1;
  -moz-font-feature-settings: 'lnum' 1;
  -webkit-font-feature-settings: 'lnum' 1;
  text-size-adjust: none;
  -o-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
@media(max-width: 1030px) {
  body {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
a {
  text-decoration: none;
  color: #333333;
  transition: all 0.3s ease-in;
  line-height: 100%;
}

a:hover {
  color: #D52B1E;
}
.wp-block-column {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.wp-block-column ul, .wp-block-column ol {
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
body div.wp-block-column li {
	list-style: disc!important;
}
body div.wp-block-column li::marker {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	color: #333333;
}
.wp-block-column:last-child figure  {
	position: sticky;
	-weblik-position: sticky;
	top: 0;
}

/* РАЗМЕР ЗАГОЛОВКОВ С АДАПТИВОМ */

h1,
.h1 {
  font-weight: 900;
  font-size: calc((100vw - 320px)/(1920 - 320) * (56 - 30) + 30px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (66 - 35) + 35px);
  font-family: 'SegoeUI';
  transition: all 0.3s ease-in;
}

h2,
.h2 {
  font-weight: 900;
  font-size: calc((100vw - 320px)/(1920 - 320) * (48 - 24) + 24px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (58 - 26) + 26px);
  font-family: 'SegoeUI';
  transition: all 0.3s ease-in;
}

h3,
.h3 {
  font-weight: 900;
  font-size: calc((100vw - 320px)/(1920 - 320) * (24 - 18) + 18px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (32 - 20) + 20px);
  font-family: 'SegoeUI';
  transition: all 0.3s ease-in;
}

h4,
.h4 {
  font-weight: 800;
  font-size: calc((100vw - 320px)/(1920 - 320) * (20 - 18) + 18px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (28 - 19) + 19px);
  font-family: 'NunitoSans',sans-serif;
  transition: all 0.3s ease-in;
}

h5,
.h5 {
  font-weight: 800;
  font-size: calc((100vw - 320px)/(1920 - 320) * (18 - 16) + 16px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (28 - 18) + 18px);
  font-family: 'NunitoSans',sans-serif;
  transition: all 0.3s ease-in;
}

h6,
.h6 {
  font-weight: 800;
  font-size: calc((100vw - 320px)/(1920 - 320) * (16 - 14) + 14px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (22 - 16) + 16px);
  font-family: 'NunitoSans',sans-serif;
  transition: all 0.3s ease-in;
}
@media (min-width: 1920px) {
  h1, .h1 {
    font-size: 54px;
    line-height: 120%;
    -webkit-font-size: 54px;
    -webkit-line-height: 120%;
  }
  h2, .h2 {
    font-size: 40px;
    line-height: 47px;
    -webkit-font-size: 40px;
    -webkit-line-height: 47px;
  }
  h3, .h3 {
    font-size: 24px;
    line-height: 28px;
    -webkit-font-size: 24px;
    -webkit-line-height: 28px;
  }
  h4, .h4 {
    font-size: 24px;
    line-height: 120%;
    -webkit-font-size: 24px;
    -webkit-line-height: 120%;
  }
  h5, .h5 {
    font-size: 20px;
    line-height: 120%;
    -webkit-font-size: 20px;
    -webkit-line-height: 120%;
  }
  h6, .h6 {
    font-size: 16px;
    line-height: 120%;
    -webkit-font-size: 16px;
    -webkit-line-height: 120%;
  }
}

/* ЭТОТ КЛАСС ОТВЕЧАЕТ ЗА ГЛОБАЛЬНЫЕ ОТСТУПЫ В БЛОКЕ (НАЗВАНИЕ ПРИДУМАЛА Н.З) */
.chicken_m {
  margin: 70px 0 60px;
  transition: all 0.3s ease-in;
}

@media (max-width: 960px) {
  .chicken_m {
    margin: 60px 0 50px;
    transition: all 0.3s ease-in;
  }
}

@media (max-width: 720px) {
  .chicken_m {
    margin: 50px 0 40px;
    transition: all 0.3s ease-in;
  }
}

@media (max-width: 540px) {
  .chicken_m {
    margin: 40px 0 30px;
    transition: all 0.3s ease-in;
  }
}

/*.home .chicken_m {
  margin-top: 0;
}*/ 

.chicken_p {
  padding: 70px 0 60px;
  transition: all 0.3s ease-in;
}

@media (max-width: 960px) {
  .chicken_p {
    padding: 60px 0 50px;
    transition: all 0.3s ease-in;
  }
}

@media (max-width: 720px) {
  .chicken_p {
    padding: 50px 0 40px;
    transition: all 0.3s ease-in;
  }
}

@media (max-width: 540px) {
  .chicken_p {
    padding: 40px 0 30px;
    transition: all 0.3s ease-in;
  }
}

/* ОТСТУП У ЗАГОЛОВКОВ И ПОДЗАГОЛОВКОВ С АДАПТИВОМ */

.block_title {
  /*text-transform: uppercase;*/
  /*padding-top: 60px;*/
  margin-bottom: 40px;
  position: relative;
  transition: all 0.3s ease-in;
  width: fit-content;
  
}
@media (max-width: 720px) {
  .block_title {
    margin-bottom: 20px;
    transition: all 0.3s ease-in;
  }
}

.s_title {
  margin-bottom: 40px;
  transition: all 0.3s ease-in;
}
@media (max-width: 720px) {
  .s_title {
    margin-bottom: 20px;
    transition: all 0.3s ease-in;
  }
}

/* ХЛЕБНЫЕ КРОШКИ */

.breadcrumbs {
  padding: 40px 0 20px;
  font-weight: 400;
  font-family: 'NunitoSans', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}

.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  color: inherit;
}

.breadcrumbs span.current-item {
  color: #D52B1E;
}

.screen-reader-text {
  display: none;
}

ul li {
  list-style-position: inside;
  color: #3E1006;
  font-size: 16px;
  line-height: 26px;
  list-style: none;
}

ul li::marker {
  color: #D52B1E;
}

ol li {
  list-style-position: inside;
  color: #3E1006;
  font-size: 16px;
  line-height: 22px;
  /*margin-bottom: 10px;*/
}

p {
  /*margin-bottom: 15px;*/
  font-size: 16px;
  line-height: 24px;
}

main.foned {
  position: relative;
  overflow: hidden;
  z-index: 999;
}

main.foned:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.flex {
  display: flex;
}

/* АНИМАЦИЯ КНОПОК */

.btn {
  background-color: #D52B1E;
  padding: 15px 40px;
  border: 1px solid #D52B1E;
  border-radius: 40px;
  color: #ffffff;
  background: linear-gradient(to top, #ffffff 50%, #D52B1E 50%);
  background-size: 100% 200%;
  background-position: left top;
  transition: all 0.3s ease-in;
  width: fit-content;
  align-items: center;
  cursor: pointer;
}
.btn:hover {
  border: 1px solid #D52B1E;
  background-color: #ffffff;
  color: #D52B1E;
  background-position: right bottom;
}

/* АНИМАЦИЯ БЕЛЫХ КНОПОК */

.w_btn {
  background-color: #ffffff;
  padding: 15px 40px;
  border: 1px solid #D52B1E;
  border-radius: 40px;
  color: #D52B1E;
  background: linear-gradient(to top, #D52B1E 50%, #ffffff 50%);
  background-size: 100% 200%;
  background-position: left top;
  transition: all 0.3s ease-in;
  align-items: center;
  width: fit-content;
  cursor: pointer;
}
.w_btn:hover {
  border: 1px solid #D52B1E;
  background-color: #D52B1E;
  color: #ffffff;
  background-position: right bottom;
}

/* РАЗМЕТКА СТРАНИЦ */
.privacy-policy {
	background-color: white;
}
.privacy-policy #primary {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px 15px 15px;
  margin: auto;
	
}

.content {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: auto;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

#main,
#primary {
  min-height: 83vh;
  max-width: 1920px;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1;

}
/*================ ღ | HEADER | ღ ================*/

#header {
  background-color: white;
  -webkit-position: sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
#header .content {
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in;
  padding: 15px;
  border-bottom: 1px solid #E0E0E0;
  gap: 10px;
}
#header .logo {
  max-width: 180px;
  width: 100%;
}
#header .logo img {
  width: 100%;
}

#header #h-menu {
  column-gap: 15px;
  transition: all 0.3s ease-in;
}
#header #h-menu .nav-menu-element.active a {
  color: #D52B1E;
}
#header .socials {
  flex-direction: column;
  gap: 10px;
  transition: all 0.3s ease-in;
}
#header .soc__item {
  width: 24px;
  height: 24px;
}
#header .soc__item img {
  width: 100%;
  height: 100%;
}
#header .contacts {
  flex-direction: column;
  transition: all 0.3s ease-in;
}
#header .phones a {
  color: #005FF9;
  transition: all 0.3s ease-in;
}
#header .phones a:hover {
  color: #D52B1E;
  transition: all 0.3s ease-in;
}
#header .contacts .modal {
  color: #D52B1E;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
#header .contacts .modal:hover {
  color: #005FF9;
  transition: all 0.3s ease-in;
}
@media (max-width: 1130px) {
  #header .content {
    flex-wrap: wrap;
    transition: all 0.3s ease-in;
  }
  #header #h-menu {
    order: 1;
    transition: all 0.3s ease-in;
  }
}
@media (max-width: 1040px) {
  #header #h-menu {
    /*padding-top: 15px;*/
    /*column-gap: 15px;*/
    justify-content: space-evenly;
    width: inherit;
    transition: all 0.3s ease-in;
  }
  #header .socials {
    margin-left: auto;
  }
}
@media (max-width: 787px) {
  #header #h-menu {
    column-gap: 5px;
    justify-content: space-evenly;
    width: inherit;
    transition: all 0.3s ease-in;
  }
}
@media (max-width: 710px) {
	#header {
		position: sticky;
		z-index: 100;
		width: 100%;
		top: 0;
	}
  #header #h-menu {
    display: none;
    transition: all 0.3s ease-in;
  }
}
@media (max-width: 560px) {
  #header .content {
    gap: 10px;
  }
  #header .contacts {
    order: 3;
    max-width: 560px;
    width: 100%;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
  }
}
@media (max-width: 470px) {
  #header .contacts {
/*    display: none;*/
  }
}

/*================| MOBILE MNU |================*/
#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all 0.3s ease-in;
}
#header .burger.open_menu span {
  background-color: #D12D26;
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
}
#header .burger.open_menu.clicked {
  background-color: #D12D26;
}
#header .burger.open_menu.clicked span {
  background-color: #fff;
}
#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: #f1f2f3;
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
}
#header #mobile-mnu #close-mnu {
  font-size: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transform: rotate(45deg);
  display: block;
  color: #D12D26;
}
#header #mobile-mnu a {
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}
#header #mobile-mnu a:hover {
  color: #D12D26;
}
#header #mobile-mnu .logo__holder {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#header #mobile-mnu .logo__holder img {
  max-height: 60px;
}
#header #mobile-mnu .menuTop {
  list-style-type: none;
  margin-bottom: 10px;
}
#header #mobile-mnu .menuTop li {
  margin-bottom: 10px;
}
#header #mobile-mnu .menuTop li a {
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}
#header #mobile-mnu .menuTop li a:hover {
  color: #D12D26;
}
#header #mobile-mnu .menuTop li.active a {
  color: #D12D26;
}
#header #mobile-mnu .adresses__holder {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  width: 100%;
}
#header #mobile-mnu .adresses__holder:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-image: url("../images/map.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
#header #mobile-mnu .adresses__holder p {
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}
#header #mobile-mnu .email__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
#header #mobile-mnu .email__holder .email__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}
#header #mobile-mnu .email__holder .email__item:hover {
  color: #D12D26;
}
#header #mobile-mnu .email__holder .email__item svg {
  margin-right: 10px;
}
#header #mobile-mnu .phones__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
#header #mobile-mnu .phones__holder .phone__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}
#header #mobile-mnu .phones__holder .phone__item:hover {
  color: #D12D26;
}
#header #mobile-mnu .phones__holder .phone__item svg path {
  stroke: #D12D26;
}

#header #mobile-mnu .email__holder .email__item svg path {
  stroke: #D12D26;
}

#header #mobile-mnu .logo__footer {
  margin-bottom: 20px;
}
#header #mobile-mnu .soc__holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}
#header #mobile-mnu .soc__holder .soc__item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3A899A;
  transition: background-color .3s ease-in;
}
#header #mobile-mnu .soc__holder .soc__item:hover {
  background-color: #609FA8;
}
#header #mobile-mnu.opened {
  transform: translateX(0);
}
@media (max-width: 710px) {
  #header .burger.open_menu {
    display: flex;
    transition: all 0.3s ease-in;
  }
}

/*================| A-DIRECT |================*/

#a-direct .items_terms {
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 30px;
}
#a-direct .term {
  max-width: calc((100% / 4) - 15px);
  width: 100%;
  border: 1px solid #A2A5B7;
  box-shadow: 0px 0px 20px rgba(230, 234, 242, 0.5);
  border-radius: 5px;
  padding: 30px 40px;
  flex-direction: column;
  transition: all 0.3s ease-in;
}
#a-direct .term:hover {
  border: 1px solid #D52B1E;
  transition: all 0.3s ease-in;

}
#a-direct .term .style-svg path {
  fill: #005FF9;
  transition: all 0.3s ease-in;
}
#a-direct .term:hover .style-svg path {
  fill: #D52B1E;
  transition: all 0.3s ease-in;
}
#a-direct .term h3 {
  margin-top: 15px;
  margin-bottom: auto;
}
#a-direct .term .link {
  padding-top: 15px;
  border-top: 1px solid #A2A5B7;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in;
}
#a-direct .term:hover .link {
  border-top: 1px solid #D52B1E;
  color: #D52B1E;

}
#a-direct .term .link svg path {
  color: #333333;
  transition: all 0.3s ease-in;
}
#a-direct .term:hover .link svg path {
  color: #D52B1E;
  transition: all 0.3s ease-in;
}
@media(max-width: 940px) {
  #a-direct .items_terms {
    grid-row-gap: 20px;
    transition: all 0.3s ease-in;
  }
  #a-direct .term {
    max-width: calc((100% / 2) - 15px);
    transition: all 0.3s ease-in;
  }
}
@media(max-width: 540px) {
  #a-direct .items_terms {
    grid-row-gap: 15px;
    transition: all 0.3s ease-in;
  }
  #a-direct .term {
    max-width: 100%;
    transition: all 0.3s ease-in;
  }
}

/* DIRECT_CAT */

#t-direct {
	padding-bottom: 20px;
}
#t-direct .cats_item {
  max-width: 100%;
  width: 100%;
/*  justify-content: space-between;*/
  flex-wrap: wrap;
  
  margin-bottom: 40px;
  gap: 20px;
}
#t-direct .a_item {
  max-width: calc((100% / 4) - 15px);
  width: 100%;
  border: 1px solid #A2A5B7;
  box-shadow: 0px 0px 20px rgba(230, 234, 242, 0.5);
  border-radius: 5px;
  padding: 30px 40px;
  flex-direction: column;
  transition: all 0.3s ease-in;
}
#t-direct .a_item:hover {
  border: 1px solid #D52B1E;
  transition: all 0.3s ease-in;

}
#t-direct .a_item svg path {
  fill: #005FF9;
  transition: all 0.3s ease-in;
}
#t-direct .a_item:hover svg path {
  fill: #D52B1E;
  transition: all 0.3s ease-in;
}
#t-direct .a_item h3 {
  margin-top: 15px;
  margin-bottom: auto;
}
#t-direct .a_item .link {
  padding-top: 15px;
  border-top: 1px solid #A2A5B7;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in;
}
#t-direct .a_item:hover .link {
  border-top: 1px solid #D52B1E;
  color: #D52B1E;

}
#t-direct .a_item .link svg path {
  color: #333333;
  transition: all 0.3s ease-in;
}
#t-direct .a_item:hover .link svg path {
  color: #D52B1E;
  transition: all 0.3s ease-in;
}
@media(max-width: 940px) {
  #t-direct .cats_item {
    grid-row-gap: 20px;
    transition: all 0.3s ease-in;
  }
  #t-direct .a_item {
    max-width: calc((100% / 2) - 15px);
    transition: all 0.3s ease-in;
  }
}
@media(max-width: 540px) {
  #t-direct .cats_item {
    grid-row-gap: 15px;
    transition: all 0.3s ease-in;
  }
  #t-direct .a_item {
    max-width: 100%;
    transition: all 0.3s ease-in;
  }
}

/* END DIRECT_CAT */
/*================| END A-DIRECT |================*/
/*================| A-PRACTICE |================*/

#a-practice .archive_holder {
  max-width: 100%;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  transition: all 0.3s ease-in;
}
#a-practice .archive_holder .item_practice {
  max-width: calc((100% / 2) - 15px);
  width: 100%;
  padding: 40px 35px 45px 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(230, 234, 242, 0.5);
  border-radius: 5px;
  justify-content: space-between;
  transition: all 0.3s ease-in;
  column-gap: 30px;
}
#a-practice .archive_holder .item_practice .img {
  position: relative;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease-in;
}
#a-practice .archive_holder .item_practice .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background-color: #005FF9;
  box-shadow: 0px 0px 0px 2px rgba(0, 95, 249, 1);
  opacity: 0;
  transition: all 0.3s ease-in;
}
#a-practice .archive_holder .item_practice .img:hover .hover {
  opacity: 1;
  width: 51px;
  height: 51px;
  transition: all 0.3s ease-in;
}
#a-practice .archive_holder .item_practice img {
  max-width: 145px;
  max-height: 210px;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 0px 20px #E6EAF2);
  transition: all 0.3s ease-in;
}
#a-practice .archive_holder .item_practice h3 {
 margin-bottom: 20px;
}
#a-practice .archive_holder .text {
  margin-bottom: 15px;
}
#a-practice .item_practice .item_link {
  align-items: center;
  column-gap: 15px;
}
#a-practice .archive_holder .svg {
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #D52B1E;
  width: 26px;
  height: 26px;
  transition: all 0.3s ease-in;
}
#a-practice .archive_holder .svg svg path {
  color: white;
  transition: all 0.3s ease-in;
}
#a-practice .item_practice .item_link:hover .svg {
  transform: scale(1, -1);
  background-color: #005FF9;
  transition: all 0.3s ease-in;
} 
#a-practice .article-pagination {
  margin-top: 40px;
  margin-bottom: 40px;
  transition: all 0.3s ease-in;
}
@media (max-width: 898px) {
  #a-practice .archive_holder {
    flex-direction: column;
    gap: 15px;
    transition: all 0.3s ease-in;
  }
  #a-practice .archive_holder .item_practice {
    max-width: 100%;
    transition: all 0.3s ease-in;
  }
}
@media (max-width: 510px) {
  #a-practice .archive_holder .item_practice {
    flex-direction: column;
    transition: all 0.3s ease-in;
    grid-row-gap: 15px;
  }
}

/*================| END A-PRACTICE |================*/
/*================| A-PRICES |================*/

#a-prices .content {
  flex-direction: column;
}
#a-prices .tabs-buttons {
  grid-gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
#a-prices .item_title {
  background-color: #ffffff;
  padding: 15px 40px;
  border: 1px solid #005FF9;
  border-radius: 40px;
  color: #005FF9;
  background: linear-gradient(to top, #005FF9 50%, #ffffff 50%);
  background-size: 100% 200%;
  background-position: left top;
  transition: all 0.3s ease-in;
  align-items: center;
  width: fit-content;
  cursor: pointer;
}
#a-prices .item_title:hover,
#a-prices .item_title.active {
  border: 1px solid #005FF9;
  background-color: #005FF9;
  color: #ffffff;
  background-position: right bottom;
}
#a-prices .tabs_text {
  margin: 20px;
}

/*================| END A-PRICES |================*/
/*================| A-REVIEWS |================*/
/*#a-reviews {
  padding-bottom: 40px;
}*/
#a-reviews .archive_item {
  max-width: 1000px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  /*-webkit-box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);*/
  padding: 37px 70px 28px 70px;
  margin-bottom: 30px;
  border: 1px solid #A2A5B7;
  border-radius: 5px;
}
#a-reviews .archive_item .item_title {
  align-items: center;
  align-content: center;
  margin-bottom: 25px;
}
#a-reviews .archive_item .title {
  color: #1F2F47;
  margin-left: 20px;
}
#a-reviews .archive_item .svg {
  width: 50px;
  height: 50px;
  background-color: #005FF9;
  border-radius: 50%;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-shrink: 0;
}
#a-reviews .archive_item .data {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-left: auto;
  color: #BDBDBD;
}
#a-reviews .archive_item .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 30px;
}
#a-reviews .archive_item .gallery {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 30px;
}
#a-reviews .archive_item a {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 10px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
#a-reviews .archive_item a:last-child {
  margin-right: 0px;
}
#a-reviews .archive_item a img {
  object-fit: cover;
  width: 80px;
  height: 80px;
}
#a-reviews .archive_item a .hover {
  content: "";
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: -webkit-linear-gradient(0deg, rgb(213 43 30), rgb(213 43 30 / 90%));
  background: -moz-linear-gradient(0deg, rgb(213 43 30), rgb(213 43 30 / 90%));
  background: -o-linear-gradient(0deg, rgb(213 43 30), rgb(213 43 30 / 90%));
  background: -ms-linear-gradient(0deg, rgb(213 43 30), rgb(213 43 30 / 90%));
  background: linear-gradient(0deg, rgb(213 43 30), rgb(213 43 30 / 90%));
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#a-reviews .archive_item a:hover .hover {
  opacity: 1;
}
#a-reviews .archive_r {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#a-reviews .archive_items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}
#a-reviews .archive_r .right_form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
  max-width: 270px;
  height: 300px;
  padding: 35px 40px 32px 40px;
  margin-left: 30px;
  background-color: #005FF9;
  -webkit-box-shadow: 0px 4px 4px rgba(238, 231, 235, 0.25);
  -moz-box-shadow: 0px 4px 4px rgba(238, 231, 235, 0.25);
  -o-box-shadow: 0px 4px 4px rgba(238, 231, 235, 0.25);
  -ms-box-shadow: 0px 4px 4px rgba(238, 231, 235, 0.25);
  box-shadow: 0px 4px 4px rgba(238, 231, 235, 0.25);
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  z-index: 0;
}
#a-reviews .archive_r .right_form:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../images/shum1.svg);
  background-size: cover;
  background-repeat: repeat;
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 47.4%, rgba(0, 0, 0, 0.3) 100%);*/
}
#a-reviews .archive_r .right_form h3 {
  color: #FFF;
  margin-bottom: 10px;
}
#a-reviews .archive_r .right_form .form_text {
  color: white!important;
  margin-bottom: auto;
}
#a-reviews .archive_r .right_form button {
  align-items: center;
  align-content: center;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: auto;
  position: relative; 
}
/*#a-reviews .archive_r .right_form button:before {
  content: '';
  position: absolute;
  background-image: url(../images/rev_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  max-width: 200px;
  width: 100%;
  max-height: 90px;
  height: 100%;
  top: -20px;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 0;
}*/

@media screen and (max-width: 992px) {
  #a-reviews .archive_r {
    flex-direction: column-reverse;
  }
  #a-reviews .archive_r .right_form {
    order: 1;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  #a-reviews .archive_items #a-reviews {
    order: 2;
  }
  #a-reviews .archive_item {
    padding: 37px 40px 28px;
  }
}
@media screen and (max-width: 400px) {
  #a-reviews .archive .right_form:before {
    top: 115px;
    left: 70px;
  }
  #a-reviews .archive_r .right_form:after {
    content: none;
  }
  #a-reviews .archive .right_form .w_btn {
    font-size: 14px;
  }
}

/*================| END A-REVIEWS |================*/
/*================| 404 |================*/

.error-404 {
  min-height: 85vh;
}
.error-404 .info-404 {
  column-gap: 30px;
  align-items: center;
}

.error-404 .info-404 .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.error-404 .num {
  margin: 20px auto 20px;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  color: #1D1D1B;
  max-width: 680px;
  width: 100%;
}

.error-404 .num span {
  font-size: 300px;
  line-height: 300px;
  font-weight: 900;
  font-family: 'NunitoSans';
  color: #005FF9;

}

.error-404 .num .color {
  /*color: #F1881E;*/
}

.error-404 .num img {
  background-color: ;
  border-radius: 50%;
}

.error-404 h3 {
  margin-bottom: 20px;
  /*text-align: center;*/
  text-transform: uppercase;
}

.error-404 p {
  /*text-align: center;*/
}

.error-404 button {
  margin-top: 30px;
}

@media (max-width: 1000px) {
  .error-404 .info-404 {
    row-gap: 10px;
    flex-direction: column;
  }

  .error-404 .num span {
    display: contents;
  }

  .error-404 .num {
    /*font-size: 280px;*/
    max-width: 100%;
  }

  .error-404 .num img {
    max-width: 250px;
  }

  .error-404 h3,
  .error-404 p {
    text-align: center;
  }

  .error-404 button {
    margin: 30px auto 30px;
  }
}

@media (max-width: 720px) {
  .error-404 .num span {
    font-size: 100px;
  }

  .error-404 .num img {
    max-width: 100px;
    width: 100%;
  }
}

/*================| END 404 |================*/
/*================| PAGINATION |================*/

.article-pagination .pagination-container {
  column-gap: 200px;
  justify-content: center;
}
.article-pagination .pagination-container .prev, 
.article-pagination .pagination-container .next {
  border: 1px solid #D52B1E;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease-in;
}

.article-pagination .pagination-container .pagination-next svg {
  transform: rotate(180deg);
  transition: all 0.3s ease-in;
} 
.article-pagination .pagination-container .page-numbers svg path {
  color: #D52B1E;
  transition: all 0.3s ease-in;
}
.article-pagination .pagination-container .prev:hover, 
.article-pagination .pagination-container .next:hover {
  background-color: #D52B1E;
  transition: all 0.3s ease-in;
}
.article-pagination .pagination-container .page-numbers:hover svg path {
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.article-pagination .pagination-container .pagination-links {
  align-items: center;
  column-gap: 20px;
  transition: all 0.3s ease-in;
  display: none;
}
.article-pagination .pagination-container .pagination-links li span {
  color: #005FF9;
  transition: all 0.3s ease-in;
}
.article-pagination .pagination-container .pagination-links li span, 
.article-pagination .pagination-container .pagination-links li a {
  font-weight: 800;
  font-size: calc((100vw - 320px)/(1920 - 320) * (20 - 18) + 18px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (28 - 20) + 20px);
  font-family: 'Yeseva One';
  transition: all 0.3s ease-in;
}

@media (max-width: 570px) {
  .article-pagination .pagination-container {
    column-gap: 0;
    justify-content: space-between;
  }
}

/*================| END PAGINATION |================*/
/*================| FOOTER |================*/

/*================| FOOTER |================*/

#footer {
  background-color: #333333;
}
#footer .content {
  justify-content: space-between;
  padding-top: 30px;
  align-items: self-start;
}
#footer .items_mnu {
  column-gap: 150px;
  row-gap: 30px;
  justify-content: flex-start;
}
#footer #f-menu, #footer #c-menu {
  flex-direction: column;
}
#footer h5 {
  /*text-transform: uppercase;*/
  color: white;
}
#footer .nav-menu-element a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: white;
}
/* hover link */
#footer .nav-menu-element {
  position: relative;
  place-content: center;
  z-index: 0;
  padding: 5px 0;
  margin: 0;
}
#footer .nav-menu-element:before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}

#footer .nav-menu-element:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#footer .nav-menu-element:before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  /*top: 0; */
  right: 0; bottom: 0; left: 0;
  /*inset: 0 0 0 0;*/
  background: rgb(237 246 255);
  z-index: -1;
  transition: transform .3s ease;
}
/*end hover link */

#footer .soc {
  flex-direction: column;
  row-gap: 20px;
}
#footer .soc a {
  color: white;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

#footer .soc a h3 {
  color: #fff;
}
#footer .row {
    padding: 35px 20px;
}
#footer .dev {
  overflow: hidden;
}
#footer .privacy a, #footer .dev span {
  color: white;
  font-weight: 200;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
}
#footer .dev a {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
#footer .dev span {
  display: block;
  /*margin-right: 15px;*/
  color: #ffffff;
}
#footer .items_phone,
#footer .items_email, 
#footer .socs {
  align-items: center;
  column-gap: 10px;
}
#footer .dev img {
  display: block;
  width: 162px;
  object-fit: contain;
}
@media (max-width: 959px) {
  #footer .items_mnu {
    column-gap: 15px;
  }
}
@media (max-width: 700px) {
  #footer .content {
    flex-direction: column;
    gap: 15px;
  }
  #footer .items_mnu {
    flex-direction: column;
  }
  #footer #f-menu, #footer #c-menu {
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
  }
}

/*================| END FOOTER |================*/
/*================| MODAL |================*/
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

#footer .theme-modal {
  height: 400px;
  width: 600px;
  max-height: 90vh;
  max-width: 90vw;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform .3s ease-in;
  z-index: 9999;
}
#footer .theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#footer .theme-modal .close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 40px;
  font-weight: 750;
  color: #374957;
  transform: rotate(45deg);
  cursor: pointer;
}

/*================| END FOOTER |================*/
/*================| MODAL |================*/
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

#footer .theme-modal {
  height: 400px;
  width: 600px;
  max-height: 90vh;
  max-width: 90vw;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform .3s ease-in;
  z-index: 9999;
}
#footer .theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#footer .theme-modal .close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 40px;
  font-weight: 750;
  color: #374957;
  transform: rotate(45deg);
  cursor: pointer;
}

/* ============= MEDIA QUERIES =========== */

/*# sourceMappingURL=main.css.map */


.tabs-body .item_content {
  display: none;
  margin-bottom: 40px;
}

.tabs-body .item_content.active {
  display: block;
}

#s-practice {
  margin-bottom: 40px;
}

#s-practice .single-practic {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

#s-practice .single-practic .single-practic-left{
  width: 67%;
  padding-right: 3%; 
}

#s-practice .single-practic .single-practic-right{
  width: 30%;
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(230, 234, 242, 0.5);
  border-radius: 5px;
  position: relative;
}

#s-practice .single-practic .single-practic-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
}

#s-practice .single-practic .single-practic-right .icon {
  opacity: 0;
  position: absolute;
  left: 40px;
  top: 40px;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

#s-practice .single-practic .single-practic-right:hover .icon {
  opacity: 1;
}

@media (max-width:1100px) {
  #s-practice .single-practic {
    flex-direction: column-reverse;
  }
  #s-practice .single-practic .single-practic-right {
    margin-bottom: 30px;
    padding: 15px;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #s-practice .single-practic .single-practic-left {
    width: 100%;
  }
}