html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.viewport {
  padding-bottom: 30px;
  background: white;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

p {
  margin: 0;
}

.flex {
  display: flex;
}

img {
  max-width: 100%;
}

.list-reset {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Muller';
  src: local('Muller-Rgular'), url("../fonts/MullerRegular.woff2") format("woff2"), url("../fonts/MullerRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  src: local('Muller-Light'), url("../fonts/MullerLight.woff2") format("woff2"), url("../fonts/MullerLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  src: local('Muller-Bold'), url("../fonts/MullerBold.woff2") format("woff2"), url("../fonts/MullerBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  src: local('Muller-Medium'), url("../fonts/MullerMedium.woff2") format("woff2"), url("../fonts/MullerMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Muller', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #F1F1F1;
}

.header-text {
  font-size: 22px;
  font-weight: 700;
  color: #374159;
}

.btn-style {
  display: inline-flex;
  background: linear-gradient(147deg, #fff 5%, #ffefe0 74%);
  border: 1px solid #f49d4b;
  padding: 15px;
  border-radius: 10px;
  color: #f27c0f;
  box-shadow: 0 5px 10px rgba(252, 134, 56, 0.3);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  justify-content: center;
  text-align: center;

  /* padding: 15px;
  border: 1px solid #f27c0f;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  color: #f27c0f;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px; */
}

/* focus hover activ */
.btn-style:focus {
  background: linear-gradient(147deg, #ffb27a 0%, #f27c0f 74%);
  color: #fff;
  border: 1px solid #f49d4b;
  transition: color 0.3s ease, color 0.2s linear;
  box-shadow: none;
}

.btn-style:hover {
  background: linear-gradient(147deg, #ffb27a 0%, #f27c0f 74%);
  color: #fff;
  border: 1px solid #f49d4b;
  transition: color 0.3s ease, color 0.2s linear;
  box-shadow: 0 5px 10px rgba(252, 134, 56, 0.3);
  ;
}

.btn-style:active {
  background: linear-gradient(147deg, #fe7e05 0%, #c86100 74%);
  color: #fff;
  box-shadow: none;
  transition: color 0.3s ease, color 0.2s linear;
}



/* h1 {
  visibility: hidden;
  height: 0;
} */

h1,
h2,
h3 {
  color: #374159;
  margin: 0;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

/* header */
.header-all {
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
  margin-bottom: 70px;
}

.header-logo-left {
  display: inline-block;
  margin: 0;
  width: 180px;
  height: 180px;
  /* margin-right: 20px; */
  background: #fff;
  /* outline: red solid 1px; */
}

.header-logo-right {
  display: inline-block;
  padding-left: 10px;
}

.header-top {
  width: 980px;
  height: 85px;
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px 5px 20px;
  background-color: rgba(83, 118, 242, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  margin-bottom: 10px;
  /* outline: red solid 1px; */
}

.header-nav {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  font-size: 20px;
  font-weight: 500;
  color: #374159;
}

.header-bottom {
  width: 980px;
  height: 85px;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px 5px 20px;
  background-color: rgba(83, 118, 242, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  /* outline: red solid 1px; */
}

.head-nav {
  margin-right: 50px;
}

.nav-btn:focus {
  color: #f49d4b;
  outline-offset: 2px;
  outline: 1px solid #f49d4b;
  transition: color 0.3s ease, color 0.2s linear;
}

.nav-btn:hover {
  color: #f49d4b;
  transition: color 0.3s ease, color 0.2s linear;
  outline: none;
  box-shadow: 0 5px 10px rgba(252, 134, 56, 0.3);
}

.nav-btn:active {
  color: #c86100;
  outline: none;
  transition: color 0.3s ease, color 0.2s linear;
  box-shadow: none;
}

/* .header-button {
  margin: 0;
} */



/* main */
.main-title {
  font-size: 30px;
  font-weight: 700;
  color: #374159;
  padding-left: 40px;
}

.main-text {
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
  text-align: justify;
  color: #374159;
}

.author {
  /* display: block; */
  width: 1134px;
}

.main-cont {
  display: inline-block;
  margin: 0;
  width: 630px;
  height: 810px;
  padding: 0px 20px 0px 0px;
  /* outline: red solid 1px; */
}

.main-cont-right {
  display: inline-block;
  border-radius: 20px;
  padding-bottom: 20px;
  background-image: url("../img/myphoto1.JPG");
  background-size: 120%;
  background-position: right top -30%;
  background-repeat: no-repeat;
  background-color: rgba(83, 118, 242, 0.001);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  /* outline: red solid 1px; */
}

.main-cont-right-img {
  width: 500px;
  height: 730px;
  /* border-radius: 20px; */
  /* 1 background-color: rgba(83, 118, 242, 0.05); */
  /* overflow: hidden; */
  /* height: 100%; */
  /* padding: 20px 20px 0px 20px; */
  /* outline: red solid 1px; */
}

.main-cont-right-text {
  width: 500px;
  height: 66px;
  padding: 0px 20px 0px 20px;
  border-radius: 20px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); */
  /* outline: red solid 1px; */
}

.sections-border {
  background-color: rgba(83, 118, 242, 0.05);
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin-bottom: 70px;
}



/* function возможности*/

.function-all {
  /* display: flex; */
  flex-wrap: wrap;
  /* justify-content: space-between; */
  padding-top: 20px;
}

.function-tab-cont {
  /* display: flex; */
  flex-direction: column;
  text-align: center;
  width: 560px;
  height: 678px;
  border-radius: 20px;
  background-color: #fff;

  background-image: url("../img/tab.jpg");

  background-repeat: no-repeat;
  object-fit: cover;
  background-position: center;

  background-size: 103%;
  /* background-position: bottom; */
  /* background-repeat: no-repeat; */
  /* justify-content: center; */

  padding-top: 50px;

  /* outline: red solid 1px; */
}

.sau-logo {
  padding-top: 10px;
  margin-left: 40px;
  /* outline: red dashed 2px; */
}

.function-cont-up-left {
  padding: 10px 0 0px 0;
}

.func-item {


  width: 170px;
  height: 170px;
  margin-bottom: 10px;
  border-radius: 7px;

  /* outline: blue solid 1px; */

}

.func-item:not(:nth-child(2n)) {
  margin-right: 10px;
}




.function-cont-right {
  width: 500px;
  height: 680px;
  padding: 0 20px 0 20px;
  margin-left: 50px;

  background-image: url(../img/photo-user.jpg);
  background-repeat: no-repeat;
  object-fit: cover;
  /* background-position: center; */
  background-position: bottom right;
  background-size: 106%;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);

  /* outline: red solid 1px; */
}


.function-list-up {
  /* display: flex; */
  flex-wrap: wrap;
  width: 410px;

  padding: 0;
  margin: 0 5px 0 145px;
  list-style-type: none;
}

.function-cont-down-left {
  width: 350px;
  margin-left: 145px;
  /* padding: 0 70px 0 70px; */
}

.function-list-down {
  margin: 0;
  padding: 0;

  list-style-type: none;

  /* outline: red solid 1px; */
}

.func-item-2 {
  position: relative;
  margin-bottom: 10px;
  padding: 5px;
  background-color: rgba(83, 118, 242, 0.05);
  border-radius: 7px;

  color: rgba(55, 65, 89, 0.9);
  font-size: 18px;


  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: -70%;



  /* outline: red solid 1px; */
}





.item-name {
  display: block;
  text-align: center;
  height: 100%;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding-top: 125px;
  color: #374159;
  /* visibility: hidden; */
  justify-content: center;
}

/*  */
/*  */
/*  */

.item-linc-1 {
  color: #a1a7fa;
}

.item-linc-1::before {
  content: '';
  box-sizing: inherit;
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 2px solid #6a72eb;
  opacity: 0;
}

.item-linc-1:focus::before {
  opacity: 1;
  transition: opacity 0.3s ease, opacity 0.2s linear;
}

.item-linc-1:hover::before {
  opacity: 0;
  transition: opacity 0.3s ease, opacity 0.2s linear;
}

.item-linc-1:active::before {
  opacity: 0;
  transition: opacity 0.3s ease, opacity 0.2s linear;
}

.item-linc-1:focus {
  color: #6a72eb;
  transition: color 0.3s ease, color 0.2s linear;
}

.item-linc-1:hover {
  color: #6a72eb;
  font-size: 25px;
  transition: color 0.3s ease, color 0.2s linear;
}

.item-linc-1:active {
  color: #3e45a1;
  font-size: 30px;
  transition: color 0.3s ease, color 0.2s linear;
}

/*  */
/*  */
/*  */

.item-linc-2 {
  color: #6DCA6F;
}

.item-linc-2::before {
  content: '';
  box-sizing: inherit;
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 2px solid #3da03e;
  ;
  opacity: 0;
}

.item-linc-2:focus::before {
  opacity: 1;
  transition: opacity 0.3s ease, opacity 0.2s linear;
}

.item-linc-2:hover::before {
  opacity: 0;
  transition: opacity 0.3s ease, opacity 0.2s linear;
}

.item-linc-2:active::before {
  opacity: 0;
  transition: opacity 0.3s ease, opacity 0.2s linear;
}

.item-linc-2:focus {
  color: #3da03e;
  transition: color 0.3s ease, color 0.2s linear;
}

.item-linc-2:hover {
  color: #3da03e;
  font-size: 25px;
  transition: color 0.3s ease, color 0.2s linear;
}

.item-linc-2:active {
  color: #246f25;
  font-size: 30px;
  transition: color 0.3s ease, color 0.2s linear;
}




/*  */
/*  */
/*  */
.item-linc-3 {
  color: #70B7E8;
}

.item-linc-3::before {
  content: '';
  box-sizing: inherit;
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 2px solid #1b87d4;
  opacity: 0;
}

.item-linc-3:focus::before {
  opacity: 1;
  transition: opacity 0.3s ease, opacity 0.2s linear;
}

.item-linc-3:hover::before {
  opacity: 0;
  transition: opacity 0.3s ease, opacity 0.2s linear;
}

.item-linc-3:active::before {
  opacity: 0;
  transition: opacity 0.3s ease, opacity 0.2s linear;
}

.item-linc-3:focus {
  color: #1b87d4;
  transition: color 0.3s ease, color 0.2s linear;
}

.item-linc-3:hover {
  color: #1b87d4;
  font-size: 25px;
  transition: color 0.3s ease, color 0.2s linear;
}

.item-linc-3:active {
  color: #1365a0;
  font-size: 30px;
  transition: color 0.3s ease, color 0.2s linear;
}



/*  */
/*  */
/*  */
.item-linc-4 {
  color: #DCC46F;
}

.item-linc-4::before {
  content: '';
  box-sizing: inherit;
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 2px solid #e3b304;
  /* outline: #5376f2 solid 1px; */
  opacity: 0;
}

.item-linc-4:focus::before {
  opacity: 1;
  transition: opacity 0.3s ease, opacity 0.2s linear;
}

.item-linc-4:hover::before {
  opacity: 0;
  transition: opacity 0.3s ease, opacity 0.2s linear;
}

.item-linc-4:active::before {
  opacity: 0;
  transition: opacity 0.3s ease, opacity 0.2s linear;
}

.item-linc-4:focus {
  color: #e3b304;
  transition: color 0.3s ease, color 0.2s linear;
}

.item-linc-4:hover {
  color: #e3b304;
  font-size: 25px;
  transition: color 0.3s ease, color 0.2s linear;
}

.item-linc-4:active {
  color: #a28004;
  font-size: 30px;
  transition: color 0.3s ease, color 0.2s linear;
}


/*  */
/*  */
/*  */
.function-title {
  padding: 0 0 20px 70px;
}

.function-item-1 {
  background-image: url(../img/profile.svg);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: center;
  border-radius: 20px;
}




.function-item-2 {
  background-image: url(../img/chat.svg);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: center;
  border-radius: 20px;
}

.function-item-3 {
  background-image: url(../img/drugs.svg);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: center;
  border-radius: 20px;
}

.function-item-3 {
  background-image: url(../img/drugs.svg);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: center;
  border-radius: 20px;
}

.function-item-4 {
  background-image: url(../img/news.svg);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: center;
  border-radius: 20px;
}

.function-item-5 {
  position: relative;
  background-image: url(../img/hospital.svg);
  background-repeat: no-repeat;
  background-position: left top 49%;
  padding-left: 40px;
}



/*  */
/*  */
/*  */
.function-item-5::before {
  content: '';
  box-sizing: inherit;
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 2px solid #8c93f7;
  /* outline: #5376f2 solid 1px; */
  opacity: 0;
}

.function-item-5:focus::before {
  opacity: 1;
  transition: opacity 0.3s ease, opacity 0.2s linear;
}

.function-item-5:hover::before {
  opacity: 0;
  transition: opacity 0.3s ease, opacity 0.2s linear;
}

.function-item-5:active::before {
  opacity: 0;
  transition: opacity 0.3s ease, opacity 0.2s linear;
}

.function-item-5:focus {
  color: #8c93f7;
  transition: color 0.3s ease, color 0.2s linear;
}

.function-item-5:hover {
  color: #8c93f7;
  font-weight: 700;
  transform: scale(1.02);
  transition: color 0.3s ease, color 0.2s linear;
}

.function-item-5:active {
  color: #31389c;
  font-weight: 700;
  transform: scale(1.05);
  transition: color 0.3s ease, color 0.2s linear;
}


/*  */
/*  */
/*  */
.function-item-6 {
  padding-left: 10px;
}


/*  */
/*  */
/*  */
.function-item-6::before {
  content: '';
  box-sizing: inherit;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #8c93f7;
  /* outline: #5376f2 solid 1px; */
  opacity: 0;
}

.function-item-6:focus::before {
  opacity: 1;
  transition: opacity 0.3s ease, opacity 0.2s linear;
}

.function-item-6:hover::before {
  opacity: 0;
  transition: opacity 0.3s ease, opacity 0.2s linear;
}

.function-item-6:active::before {
  opacity: 0;
  transition: opacity 0.3s ease, opacity 0.2s linear;
}

.function-item-6:focus {
  color: #8c93f7;
  transition: color 0.3s ease, color 0.2s linear;
}

.function-item-6:hover {
  color: #8c93f7;
  font-weight: 700;
  transform: scale(1.02);
  /* transition: color 0.3s ease, color 0.2s linear; */
}

.function-item-6:active {
  color: #31389c;
  font-weight: 700;
  transform: scale(1.05);
  /* transition: color 0.3s ease, color 0.2s linear; */
}

/*  */











/* .function {
  background-color: #fff;
} */

/* .function-cont-up {
  width: 1130px;
  height: 1150px;
  margin-bottom: 20px;

  outline: red solid 1px;
} */

/* .function-list-up {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
  margin: 0;

  outline: red solid 1px;
} */

/* .func-item {

  width: 266px;
  height: 266px;

  padding: 0px 0px 0px 0px; */
/* margin-bottom: 20px; */
/* background-color: #fff;
  border-radius: 20px; */
/* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); */
/* list-style-type: none;

  outline: red solid 1px;
} */

/* .function-list-down {
  list-style-type: none;
} */

/* .function-item-5 {
  display: block;

  list-style-type: none;
  width: 250px;
  height: 35px;
  justify-content: center;
  font-size: 30px;
  text-align: center;
  position: relative;
  font-weight: 500;
  color: rgba(83, 118, 242);
  background-image: url('../img/clinic.svg');
  background-position: left top;
  background-size: 35px;
  background-repeat: no-repeat;
  margin-left: 400px;
  padding-left: 35px;
} */

/* .func-item:not(:nth-child(2n)) {
  margin-right: 20px;
} */



/*  */
/* .function-item-5::before {
  content: '';
  box-sizing: inherit;
  position: absolute;
  top: -29px;
  left: -447px;
  right: -447px;
  bottom: -25px;
  /* outline-offset: 400px; */
/* outline: rgba(83, 118, 242) solid 1px;
  border-radius: 20px;
  opacity: 1;
}  */

/*  */



/* .func-item img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
} */

/* .function-cont-down {
  padding: 5px 20px 1px 0px;
  margin: 0;
  background-color: #fff;
  border-radius: 20px;
  outline: rgba(0, 0, 0, 0.1) solid 1px;
} */




/*  */
/* .item-name {
  display: block;
  text-align: center;
  height: 100%;
  position: relative;
  font-size: 40px;
  font-weight: 700;
  padding-top: 450px;
  color: #374159;
  /* visibility: hidden; */
/* justify-content: center; */

/* outline: red solid 1px; */
/* } */

/* .item-name::before {
  content: '';
  box-sizing: inherit;
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  /* outline-offset: -8px; */
/* outline: rgba(83, 118, 242) solid 1px;
  border-radius: 20px;
  opacity: 1;
}  */

/* .item-linc-1 {
  color:#A1A7FA;
}

.item-linc-2 {
  color:#6DCA6F;
}

.item-linc-3 {
  color: #70B7E8;
}

.item-linc-4 {
  color: #DCC46F;
} */

/*  */






/* .function-item-1 {
  background-image: url(../img/profile.svg);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: center;
  border-radius: 20px;
  margin-bottom: 20px;
} */

/* .function-item-2 {
  background-image: url(../img/chat.svg);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: center;
  border-radius: 20px;
} */

/* .function-item-3 {
  background-image: url(../img/drugs.svg);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: center;
  border-radius: 20px;
} */

/* .function-item-3 {
  background-image: url(../img/drugs.svg);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: center;
  border-radius: 20px;
} */

/* .function-item-4 {
  background-image: url(../img/news.svg);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: center;
  border-radius: 20px;
} */






/* download скачать */
.download-block {
  /* display: flex; */
  justify-content: center;
  /* justify-content: space-between; */
}

.download-ios {
  display: inline-block;
  padding: 20px 80px 20px 20px;
}

.download-android {
  display: inline-block;
  padding: 20px 20px 20px 80px;
}

.ios-version {
  text-align: center;
  margin-bottom: 20px;
}

.android-version {
  text-align: center;
  margin-bottom: 20px;
}

.dnld {
  display: block;
  width: 300px;
  height: 90px;
  border-radius: 10px;
  background-color: #fff;
  /* box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1); */
  /* outline: rgba(0, 0, 0, 0.9) solid 1px; */
}

.ios-dnld {
  background-image: url(../img/appstorewhite.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  /* object-fit: cover; */
  background-position: center bottom 1%;
}

.android-dnld {
  background-image: url(../img/googleplaywhite.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  /* object-fit: cover; */
  background-position: center bottom 10%;
}

/*  */
/*  */
/*  */
.btn-dnld-app:focus {
  color: #f49d4b;
  outline-offset: 3px;
  border-radius: 0%;
  outline: 2px solid #f49d4b;
  transition: color 0.3s ease, color 0.2s linear;
}

.btn-dnld-app:hover {
  color: #f49d4b;
  outline-offset: 3px;
  border-radius: 0%;
  transition: color 0.3s ease, color 0.2s linear;
  outline: 2px solid #f49d4b;
  transform: scale(1.02);
}

.btn-dnld-app:active {
  color: #c86100;
  outline-offset: 3px;
  outline: 4px solid #c86100;
  border-radius: 0%;
  transition: color 0.3s ease, color 0.2s linear;
  transform: scale(1.05);
}



/* advantage преимущества */
.advantages {
  padding-bottom: 13px;
}

.advantages-border {
  /* outline: red solid 1px; */
}


.advantages-list {
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 0 0;
  margin: 0;
  /* outline: red solid 1px; */
}

.adv-item {
  width: 276px;
  height: 276px;
  padding: 0px 0px 0px 0px;
  margin-bottom: 7px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 20px 20px 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  list-style-type: none;
  /* outline: red solid 1px; */
}

.adv-item-text {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  color: #374159;
  padding-top: 20px;
}

.adv-card-icon {
  width: 50px;
  height: 50px;
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); */
  /* margin-bottom: 0 0 0 20px; */
  /* outline: red solid 1px; */
}




/* contacts контакты */
.contacts-cont {
  /* display: flex; */
  padding-top: 20px;
  justify-content: space-between;
}

.contacts-cont-left {
  display: inline-block;
  width: 375px;

  font-style: initial;
  font-size: 19px;
  color: #374159;
}

.contacts-block {
  width: 550px;
  height: 60px;
  padding: 20px 0px 0 0;

  border-bottom: 1px solid #aeacac;

  /* outline: red solid 1px; */
}

.contacts-info {
  display: inline;
  margin-left: 60px;
  text-align: start;
}

.contact-tel {
  margin-left: 40px;
}



/* focus hover activ */
.tel:focus {
  color: #f49d4b;
  outline-offset: 2px;
  outline: 1px solid #f49d4b;
  transition: color 0.3s ease, color 0.2s linear;
}

.tel:hover {
  color: #f49d4b;
  transition: color 0.3s ease, color 0.2s linear;
  outline: none;
}

.tel:active {
  color: #c86100;
  outline: none;
  transition: color 0.3s ease, color 0.2s linear;
}



.contacts-cont-right {
  display: inline-block;
  width: 560px;


  background-image: url(../img/img-contact.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  border-radius: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);

  /* outline: red solid 1px; */
}





/* footer */
.footer-cont {
  /* display: inline-block; */
  /* vertical-align: top; */
  justify-content: left;
  width: 1170px;
  height: 360px;
  padding-top: 30px;
  border-radius: 20px;
  background-color: #374159;
  background-image: url("../img/sau-logo.svg");
  background-size: 20%;
  background-position: right 20% bottom 30%;
  background-repeat: no-repeat;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.footer {
  color: #fff;
}

.footer-left {
  display: inline-block;
  width: 350px;
  height: auto;
  margin-right: 40px;

  /* outline: red solid 1px; */
}

.footer-info {
  padding-left: 20px;
}

.footer-text {
  margin-bottom: 25px;
  font-size: 18px;
}

.footer-medium {
  display: inline-block;
  width: 350px;
  height: 200px;
  margin-right: 330px;

  /* outline: red solid 1px; */
}

.footer-item {
  margin-bottom: 30px;


  font-style: initial;
  font-size: 19px;

}

/* .footer-right { */
/* display: block; */
/* width: 50px; */
/* height: 200px; */

/* outline: red solid 1px; */
/* } */

.social {
  margin: 0;
  padding: 0;
}

.social-items {
  width: 25px;
  height: 25px;
  margin-bottom: 20px;
}

/*  */
/*  */
/*  */
.social-link {
  display: block;
  height: 100%;
}

.social-link:focus {
  display: block;
  outline-offset: 2px;
  outline: 1px solid #fff;
  transition: color 0.3s ease, color 0.2s linear;
}

.social-link:hover {
  outline-offset: 2px;
  transform: scale(1.2);
  transition: color 0.3s ease, color 0.2s linear;
  outline: 1px solid #fff;
}

.social-link:active {
  outline-offset: 2px;
  transform: scale(1.4);
  transition: color 0.3s ease, color 0.2s linear;
  outline: 2px solid #fff;
  ;
}







/* footer-offer-agree страница договор оферты */
/* footer-offer-agree страница договор оферты */
.page-footer {
  width: 900px;
  height: auto;
  justify-content: center;
  margin: 0 0 70px 0;
  padding: 20px 20px 20px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.title-page-footer {
  text-align: center;
}

.text-page-footer {
  display: block;
  text-align: justify;
  padding: 0px 0 0 0;
  margin: 0;
  list-style-type: none;
}

.title-paragraf {
  text-align: left;
  padding: 20px 0 0 25px;
}

/* .txt-paragraf {
  padding-top: 30px;
} */

.txt-item {
  list-style-type: disc;
}

/* footer-privacy политика конфиденциальности */
/* footer-privacy политика конфиденциальности */
.item-txt-priv {
  list-style-type: none;
}

.header-paragraf {
  padding-left: 40px;
}

.user {
  padding-top: 20px;
}




/* carousel css карусель */
.carousel-view {
  display: flex;
  flex-wrap: wrap;
  width: 1170px;
  height: 1640px;
  outline: 1px solid red;
}

.carousel-cards {
  display: flex;
  flex-direction: column;
  width: 585px;
  height: 820px;
  padding: 10px;
  align-items: center;
  outline: 1px solid blue;
}

.carousel-desciption {
  padding: 10px;
}