@font-face {
  font-family: "Acrom";
  src: url("../../milk/fonts/Acrom-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Acrom";
  src: url("../../milk/fonts/Acrom-Bold.ttf");
  font-weight: 700;
}
body {
  scroll-behavior: smooth;
  margin: 0;
}
body * {
  color: #262728;
  margin: 0;
  font-size: 16px;
  line-height: 120%;
  font-family: "Acrom";
  font-weight: 400;
}

body,
p,
a,
span,
b {
  color: #262728;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

p {
  line-height: 150%;
      font-weight: 600;
    font-size: 15px;
}

b {
  font-weight: 700;
}

.container {
  width: 100%;
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}

.titleStandart {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
}
.titleStandart span {
  color: #001d53;
  font-weight: 700;
  font-size: 30px;
}
.mainBanner__text {
  font-size: 18px;
  font-weight: 600;
}
.like-italic {
  font-style: italic;
  font-size: 14px;
}
.mainBanner__text ul {
  margin: 3% auto;
  padding: 0px 0px 0px 20px;
}
.mainBanner__text ul li{
  font-weight: 600;
  line-height: 2;
  font-size: 15px;
}
@media (max-width: 768px) {
  .titleStandart {
    font-size: 25px;
  }
  .titleStandart span {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .titleStandart {
    font-size: 26px;
  }
  .titleStandart span {
    font-size: 26px;
  }
}

.header {
  background: #001d53;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s;
}
.header--scroll {
  padding: 10px 0;
  box-shadow: 0px 2px 14px 4px rgba(103, 103, 103, 0.5);
}
@media (max-width: 768px) {
  .header {
    padding: 10px 0;
  }
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header__Alogo {
  display: block;
  transition: all 0.3s;
  overflow: hidden;
}
.header__Alogo:hover img {
  transform: scale(0.95);
}
.header__Alogo img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.header__btns {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .header__btns {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .header__btns {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 15px;
  }
}
.header__A {
  color: #ffffff;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 600px) {
  .header__A {
    font-size: 14px;
  }
}
.header__A:hover::after {
  width: 100%;
}
.header__A::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #FFFFFF;
  transition: all 0.3s;
  transform: translateX(0);
}
.header__Btn {
  display: block;
  font-weight: 700;
  color: #001d53;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 20px;
  border: 1px solid #001d53;
  border-radius: 2px;
}
.header__Btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .header__Btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media (max-width: 600px) {
  .header__Btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media (max-width: 400px) {
  .header__Btn {
    font-size: 12px;
    padding: 7px 7px;
  }
}


@media (max-width: 500px) {
  .mainBanner {
    padding: 30px 0;
  }
}
.mainBanner__card {
  /*background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);*/
  background: #fff;
  max-width: 570px;
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .mainBanner__card {
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .mainBanner__card {
    padding: 30px;
  }
}
@media (max-width: 400px) {
  .mainBanner__card {
    padding: 20px;
  }
}
.mainBanner__title {
  margin-bottom: 21px;
}
@media (max-width: 500px) {
  .mainBanner__title {
    margin-bottom: 15px;
  }
}
.mainBanner__text p {
  padding: 4px 0 4px 10px;
  line-height: 150%;
  border-left: 1px solid #262728;
  font-weight: 600;
}
@media (max-width: 500px) {
  .mainBanner__text p {
    line-height: 120%;
  }
}

.newsSect {
  background: #F5F6F7;
  padding: 91px 0 100px 0;
}
@media (max-width: 500px) {
  .newsSect {
    padding: 60px 0;
  }
}
.newsSect__wrap {
  display: flex;
  flex-direction: column;
}
.newsSect__card {
  filter: drop-shadow(0px 5px 25px rgba(0, 0, 0, 0.1));
  display: flex;
  align-items: center;
  height: 100%;
}
.newsSect__card:nth-child(2n) .newsSect__left {
  order: 1;
}
@media (max-width: 767px) {
  .newsSect__card {
    flex-direction: column;
  }
  .newsSect__card:nth-child(2n) .newsSect__left {
    order: 0;
  }
}
.newsSect__left {
  background: #FFFFFF;
  padding: 55px 30px;
  margin: 30px 0;
  max-width: 600px;
  height: 260px;
  box-sizing: border-box;
  order: 0;
}
@media (max-width: 1024px) {
  .newsSect__left {
    max-width: 450px;
    height: auto;
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .newsSect__left {
    margin: 30px 0 0;
    max-width: 90%;
  }
}
@media (max-width: 500px) {
  .newsSect__left {
    max-width: 100%;
    padding: 30px 20px;
  }
}
.newsSect__left p {
  border-left: 1px solid #001d53;
  padding: 4px 0 4px 10px;
}
.newsSect__right {
  max-width: 570px;
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .newsSect__right {
    max-width: 100%;
  }
}
.newsSect__right::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #FFFFFF;
  transform: translate(20px, 20px);
  top: 0;
  left: 0;
}
.newsSect__right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.newsSect__note {
  position: absolute;
  bottom: 40px;
  right: 40px;
  max-width: 106px;
  height: auto;
}
.newsSect__note img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}



.trendSect__title {
  margin-bottom: 75px;
  margin-top:50px;
  max-width: 755px;
}
@media (max-width: 768px) {
  .trendSect__title {
    margin-bottom: 21px;
  }
}
.trendSect__card {
  display: flex;
  gap: 45px;
  align-items: center;
  height: 100%;
}
.trendSect__card:nth-child(odd) .trendSect__text {
  order: 2;
}
.trendSect__card:nth-child(odd) .trendSect__img {
  transform: translate(0, 0);
}
@media (max-width: 768px) {
  .trendSect__card:nth-child(odd) .trendSect__img {
    transform: translate(-10px, -10px);
  }
}
.trendSect__card:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .trendSect__card {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .trendSect__card {
    flex-direction: column;
    align-items: center;
  }
  .trendSect__card:nth-child(odd) .trendSect__text {
    order: 0;
  }
}
.trendSect__text {
  width: calc(100% - 395px);
  height: 100%;
  order: 0;
}
@media (max-width: 768px) {
  .trendSect__text {
    width: 100%;
  }
}
.trendSect__text p:first-of-type {
  margin-bottom: 10px;
}
.trendSect__text:nth-child(even) {
  margin-top: 20px;
}
.trendSect__img {
  position: relative;
  max-width: 370px;
  width: 100%;
  transform: translate(-20px, -20px);
}
@media (max-width: 1024px) {
  .trendSect__img {
    max-width: 330px;
  }
}
@media (max-width: 768px) {
  .trendSect__img {
    max-width: 500px;
    transform: translate(-10px, -10px);
  }
}
@media (max-width: 520px) {
  .trendSect__img {
    width: calc(100% - 20px);
  }
}
.trendSect__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  transform: translate(20px, 20px);
}
.trendSect__img::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #001d53;
  top: 0;
}
.trendSect__att {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
}
@media (max-width: 1024px) {
  .trendSect__att {
    margin-top: 20px;
    gap: 10px;
  }
}
.trendSect__att p {
  margin-bottom: 0 !important;
  color: #001d53;
  font-size: 24px;
  line-height: 120%;
  width: calc(100% - 55px);
}
@media (max-width: 1024px) {
  .trendSect__att p {
    font-size: 18px;
    width: calc(100% - 40px);
  }
}
.trendSect__att svg {
  width: 35px;
}
@media (max-width: 1024px) {
  .trendSect__att svg {
    width: 30px;
  }
}

.infoBlock {
  background: linear-gradient(rgb(0 29 83), rgb(126 198 215 / 90%)), url(../../milk/img/new_bg.png) no-repeat;
  background-size: cover;
margin-top:7%;
  margin-bottom: 7%;
}
@media (max-width: 1024px) {
  .infoBlock {
    margin-top: 5%;
  }
}
@media (max-width: 500px) {
  .infoBlock {
    margin-top: 3%;
  }
  .infoBlock__bg {
    margin-top:30%!important;
  }
  .fermaSect {
    padding-bottom: 0px;
  }
}
.infoBlock__bg {

  background: linear-gradient(rgb(0 29 83), rgb(126 198 215 / 90%)), url("../../milk/img/infoBlock_bg2.png") no-repeat;
  background-size: cover;
      margin-top: 15%;
}
.infoBlock .container {
  position: relative;
}
.infoBlock__left {
  padding: 20px;
  border: 1px solid #FFFFFF;
  border-top: none;
  position: relative;
  z-index: 6;
}
.infoBlock__left--two {
  padding: 20px;
}
@media (max-width: 1024px) {
  .infoBlock__left {
    padding: 20px 40px;
  }
}

@media (max-width: 550px) {
  .infoBlock__left {
    padding: 15px;
  }
}
.infoBlock__wrap {
  padding: 30px 0;
  position: relative;
}
@media (max-width: 768px) {
  .infoBlock__wrap {
    padding: 20px 0;
  }
}
.infoBlock__line {
  position: absolute;
  width: 100%;
  display: block;
  height: 1px;
  background: #FFFFFF;
  top: 30px;
  left: 0;
  z-index: 3;
}
@media (max-width: 768px) {
  .infoBlock__line {
    top: 20px;
  }
}
.infoBlock__text {
  width: calc(100% - 285px);
  z-index: 10;
}
@media (max-width: 1024px) {
  .infoBlock__text {
    width: calc(100% - 245px);
  }
}
@media (max-width: 768px) {
  .infoBlock__text {
    width: calc(100% - 180px);
  }
}
@media (max-width: 550px) {
  .infoBlock__text {
    width: calc(100% - 100px);
  }
}
.infoBlock__text h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .infoBlock__text h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .infoBlock__text h3 {
    font-size: 22px;
  }
}
@media (max-width: 550px) {
  .infoBlock__text h3 {
    font-size: 18px;
  }
}
.infoBlock__img {
  position: absolute;
  bottom: 0;
  right: 80px;
  z-index: 5;
  max-width: 155px;
}
.infoBlock__img--two {
  right: 130px;
}
@media (max-width: 1024px) {
  .infoBlock__img {
    right: 60px;
  }
}
@media (max-width: 768px) {
  .infoBlock__img {
    max-width: 160px;
    right: 30px;
  }
}
@media (max-width: 550px) {
  .infoBlock__img {
    max-width: 120px;
    right: 20px;
  }
}

.fermaSect {
  background: #F5F6F7;
  padding: 40px 0;
}
@media (max-width: 500px) {
  .fermaSect {
    padding: 60px 0;
  }
}
.fermaSect__wrap {
  /*background: url("/images/main-page-slider/4.jpg") no-repeat;*/
  background: #ddd;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 50px 30px 30px;
  align-items: center;
  gap: 0 50px;
}
@media (max-width: 1024px) {
  .fermaSect__wrap {
    gap: 0 30px;
  }
}
@media (max-width: 750px) {
  .fermaSect__wrap {
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .fermaSect__wrap {
    padding: 20px 30px 20px 20px;
  }
}
.fermaSect__item {
  width: calc(50% - 25px);
  position: relative;
  height: 280px;
  margin-bottom: -30px;
}
@media (max-width: 1024px) {
  .fermaSect__item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 750px) {
  .fermaSect__item {
    width: 100%;
    transform: translate(0, 0);
  }
}
@media (max-width: 500px) {
  .fermaSect__item {
    height: 200px;
  }
}
.fermaSect__item:nth-child(2) {
  transform: translate(0, -70px);
}
@media (max-width: 750px) {
  .fermaSect__item:nth-child(2) {
    transform: translate(0, 0);
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .fermaSect__item:nth-child(2) {
    margin-bottom: 10px;
  }
}
.fermaSect__item:nth-child(3) {
  transform: translate(0, 50px);
  margin-top: -30px;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .fermaSect__item:nth-child(3) {
    transform: translate(0, 0);
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .fermaSect__item:nth-child(3) {
    margin-bottom: 10px;
  }
}
.fermaSect__item:nth-child(4) {
  transform: translate(0, 50px);
  margin-top: -30px;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .fermaSect__item:nth-child(4) {
    transform: translate(0, 0);
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .fermaSect__item:nth-child(4) {
    margin-bottom: 10px;
  }
}
.fermaSect__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #001d53;
  z-index: 10;
}
.fermaSect__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(20px, 20px);
}
@media (max-width: 500px) {
  .fermaSect__img {
    transform: translate(10px, 10px);
  }
}
.fermaSect__itemText {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: -30px;
}
.fermaSect__itemText::before {
  display: none;
}
@media (max-width: 750px) {
  .fermaSect__itemText {
    height: auto;
    margin-bottom: 0;
  }
}
.fermaSect__logo {
  width: 100px;
  height: 100px;
}
@media (max-width: 1024px) {
  .fermaSect__logo {
    width: 80px;
    height: 80px;
  }
}
.fermaSect__text h4 {
  font-size: 36px;
  line-height: 150%;
  font-weight: 700;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .fermaSect__text h4 {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .fermaSect__text h4 {
    font-size: 26px;
  }
}
.fermaSect__text p {
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
  color: #FFFFFF;
  background: #00000078;
  padding: 10px;
}
@media (max-width: 1024px) {
  .fermaSect__text p {
    font-size: 18px;
    line-height: 120%;
  }
}
@media (max-width: 500px) {
  .fermaSect__text p {
    font-size: 16px;
  }
}


.infoSect__two {
  padding-bottom: 94px;
}
@media (max-width: 500px) {
  .infoSect__two {
    padding-bottom: 60px;
  }
}
.infoSect__expert {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .infoSect__expert {
    align-items: stretch;
  }
}
@media (max-width: 500px) {
  .infoSect__expert {
    position: relative;
    background: #001d53;
  }
}
.infoSect__img {
  max-width: 200px;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
@media (max-width: 600px) {
  .infoSect__img {
    max-width: 150px;
    height: auto;
    display: flex;
  }
}
@media (max-width: 400px) {
  .infoSect__img {
    display: none;
  }
}
.infoSect__img::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #FFFFFF;
  transform: translate(10px, 10px);
  top: 0;
  left: 0;
}
@media (max-width: 600px) {
  .infoSect__img::after {
    transform: translate(5px, 5px);
  }
}
.infoSect__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.infoSect__text {
  background: #001d53;
  padding: 33px 80px 33px 30px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .infoSect__text {
    width: calc(100% - 200px);
    padding: 20px 60px 20px 20px;
    height: auto;
  }
}
@media (max-width: 600px) {
  .infoSect__text {
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 40px 15px 15px;
  }
}
@media (max-width: 400px) {
  .infoSect__text {
    width: 100%;
  }
}
.infoSect__logo {
  position: absolute;
  height: 40px;
  top: 10px;
  right: 10px;
}
@media (max-width: 600px) {
  .infoSect__logo {
    height: 30px;
  }
}
.infoSect__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .infoSect__name {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .infoSect__name {
    font-size: 18px;
  }
}
.infoSect__post {
  color: #FFFFFF;
  line-height: 120%;
}
@media (max-width: 768px) {
  .infoSect__post {
    font-size: 14px;
  }
}
.infoSect__mainText {
  margin-top: 43px;
}
.infoSect__mainText p:not(:last-of-type) {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .infoSect__mainText p:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .infoSect__mainText {
    margin-top: 20px;
  }
}
.infoSect__note {
  font-size: 24px;
  line-height: 120%;
  color: #001d53;
  padding: 4px 0 4px 10px;
  border-left: 1px solid #001d53;
  margin-bottom: 24px;
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .infoSect__note {
    font-size: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .infoSect__note {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .infoSect__note {
    margin-left: 10px;
  }
}

.contactsSect {
 /* padding: 100px 0;
  background: url("/img/vhod-11.jpg") no-repeat;
  background-size: cover;*/
}

.contactsSect__wrap {
  display: flex;
  gap: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .contactsSect__wrap {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .contactsSect__wrap {
    flex-direction: column;
    align-items: center;
  }
}
.contactsSect__item {
  width: calc(50% - 15px);
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .contactsSect__item {
    padding: 20px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .contactsSect__item {
    width: 100%;
  }
}
.contactsSect__item--top {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
.contactsSect__item--top img {
  height: 60px;
}
.contactsSect__item--name {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}
.contactsSect__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contactsSect__info svg {
  width: 24px;
}
.contactsSect__info svg path {
  -o-object-fit: cover;
     object-fit: cover;
}
.contactsSect__info a {
  line-height: 150%;
}
.contactsSect__info a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #262728;
  transform: translateX(0);
  transition: all 0.3s;
}
.contactsSect__info a:hover::after {
  width: 100%;
}
.contactsSect__address {
  display: flex;
  gap: 10px;
}
.contactsSect__phone {
  display: flex;
  gap: 10px;
  align-items: center;
}
.contactsSect__phone--number {
  display: flex;
  flex-direction: column;
}

.footer {
  background: #001d53;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .footer {
    padding: 10px 0;
  }
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer__Alogo {
  display: block;
  transition: all 0.3s;
  overflow: hidden;
}
.footer__Alogo:hover img {
  transform: scale(0.95);
}
.footer__Alogo img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.footer__btns {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .footer__btns {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .footer__btns {
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
  }
}
.footer__A {
  color: #ffffff;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 600px) {
  .footer__A {
    font-size: 14px;
  }
}
.footer__A:hover::after {
  width: 100%;
}
.footer__A::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #FFFFFF;
  transition: all 0.3s;
  transform: translateX(0);
}
.footer__Btn {
  display: block;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 15px 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}
.footer__Btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .footer__Btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media (max-width: 600px) {
  .footer__Btn {
    font-size: 13px;
    padding: 10px 15px;
  }
}
@media (max-width: 400px) {
  .footer__Btn {
    font-size: 12px;
    padding: 7px 7px;
  }
}

.popup {
  width: 700px;
  position: relative;
  overflow: hidden;
  padding: 40px 50px;
}
@media (max-width: 500px) {
  .popup {
    padding: 25px 30px;
  }
}
.popup__title {
  text-align: center;
  margin-bottom: 20px;
}
.popup__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup__form label {
  width: 100%;
}
.popup__form input {
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: none;
  padding: 10px 15px;
  color: #262728;
  outline: none;
  transition: all 0.3s;
  border-radius: 3px;
}
.popup__form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.popup__form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.popup__form input:focus {
  border-color: #262728;
  outline: none;
}
.popup__form button {
  height: 55px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #001d53;
  background: #001d53;
  color: #FFFFFF;
  border-radius: 3px;
  transition: all 0.3s;
}
.popup__form button:hover {
  background: #FFFFFF;
  color: #001d53;
}
.popup__close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
}

.checkbox input {
    width:auto;
    height:auto;
    -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
}
.fancybox-content {
    overflow: hidden !important;
    padding:20px !important;
}



#jGrowl {
    z-index:9999999;
}
     

.photo-sec_wrap {
  display: flex;
    width: 100%;
}

.photo-sec__item {
    padding: 10px;
    box-sizing: border-box;
}
.photo-sec__item:hover {
    opacity: 0.7;
}

.photo-sec__item img{
    width: 100%;
}
.main-certificates-slider {
  margin-top:7%;
}

.main-certificates-slider .slick-arrow {
  position: absolute;
  width: 28px;
  height: 43px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  top: 50%;
  margin-top: -14px;
  border: none;
  font-size: 0;
  outline: none;
  cursor: pointer;
}

.main-certificates-slider .slick-slide img:hover {
  opacity: 0.7;
}
.main-certificates-slider .slick-arrow.slick-prev {
  background-image: url(/assets/template/img/arrow-left.svg);
  left: -35px;
}

.main-certificates-slider .slick-arrow.slick-next {
  background-image: url(/assets/template/img/arrow-right.svg);
  right: -35px;
}

.main-certificates-slider .slick-slide {
  height: auto;
  outline: none;
}

.main-certificates-slider .slick-slide * {
  outline: none;
}

.main-certificates-slider .slick-arrow:hover {
  opacity: 0.8;
}


.slick-slide img {
      width: 95%;
    display: block;
    margin: 0px auto;
}
.fancybox-toolbar {
  background: #fff!important;
}
.fancybox-button svg {
  background: #fff;
}
.fancybox-infobar {
  display: none;
}
.text-center {
    text-align: center;
    margin: 3% auto;
    display: block;
}
.love-img {
    width:70%;
    display:block;
    margin:0px auto;
}
@media screen and (max-width: 590px) {
.slick-slide img {
      width: 80%;
}
.main-certificates-slider .slick-arrow.slick-prev {
  left: 0px;
}

.main-certificates-slider .slick-arrow.slick-next {
  right: 0px;
}

}
.header {
    display:none;
}

@media screen and (max-width: 500px) {
    .header {
    display:block;
}
.header__wrap {
    display:block;
    text-align:center;
}
.header__Alogo img {
    width:40%;
    display:block;
    margin:3% auto;
}
.header__btns {
    gap: 15px;
    display: flex;
    flex-direction: row;
    margin:5% 0;
}
.header__Btn {
       width: 50%;
    display: block;
    margin: 0px auto;
}
.header {
        position: relative;
}
.love-img {
    width:100%;
}
.text-center {
    margin:5% 0;
}
}