* {
  box-sizing: border-box;
  font-family: 'Manrope', sans-serif;
}
div {
  border: 0px red solid;


}
.content {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}

div.color {    width: 34px;
    height: 34px;
    border: 1px #a3a3a3 solid;
    display: block;
    border-radius: 50%;
    margin-bottom: 40px;
    padding: 3px;}
div.color div {
  width: 26px;
height: 26px;
border: 1px #a3a3a3 solid;
border-radius: 50px;
}

a.bnt-white, a.bnt-black {
  display: inline-block;
  /* height: 50px; */
  font-weight: 700;
  padding: 16px 26px;
  border-radius: 5px;
  text-decoration: none;
}


a.bnt-white:link,
a.bnt-white:active,
a.bnt-white:visited {
  background: #ffffff;
  color: #4dd8cb;
  border: 2px #4dd8cb solid;
}
a.bnt-white:hover {
  background: #4dd8cb;
  color:#ffffff;
  border: 2px #4dd8cb solid;
}

a.bnt-black:link,
a.bnt-black:active,
a.bnt-black:visited {
  background: #4dd8cb;
  color:#ffffff;
  border: 2px #4dd8cb solid;

}
a.bnt-black:hover {
  background: #ffffff;
  color: #4dd8cb;
  border: 2px #4dd8cb solid;
}

/***Стили меню****/
.section-navigation {
  height: 100px;
  position: sticky;
  top:0px;
    background: #eef2f5;
  z-index: 99999;
}

.section-navigation .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.section-navigation-logo {
  width: calc(100% / 12);
  background: url(images/Group_1521.svg);
      background-position: center;
      background-repeat: no-repeat;
      width: 80px;
      height: 100px;
      background-size: contain;

}
.section-navigation-link {
  width: calc(100% / 3)
}
.section-navigation-contact {
  width: calc(100% / 7);
      text-align: end;
}

.section-navigation-link a {
  text-decoration: none;
  font-weight: 600;
  padding: 0px 20px;}
.section-navigation-link a:link,
.section-navigation-link a:active,
.section-navigation-link a:visited { color: black;}
.section-navigation-link a:hover   { color: black;}


.section-navigation-contact a {
  text-decoration: none;
  font-weight: 600 }
.section-navigation-contact a:link,
.section-navigation-contact a:active,
.section-navigation-contact a:visited { color: #4dd8cb}
.section-navigation-contact a:hover { color: red}

.section-navigation-contact span {
  font-size: 0.8em;
  font-weight: 600 }

.section-navigation-btn {
  width: calc(100% / 4.5);
  text-align: end;
}



/***Стили меню****/

.section-main {
  height: 100vh;
  background: #eef2f5;
  position: relative;
}
.section-main-line {
  background: url(images/Frame_1.svg);
  background-position: bottom;
  background-size: 70%;
  height: 100vh;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
}

.section-main-bg {
  background: url(images/female-hands-disposa.png);
  background-position: bottom;
  background-size: 50%;
  height: 100vh;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
}

.section-main .content {height: 100vh}
.section-main-content {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;

  top:0;
  bottom: 0;
  margin: auto 0;

  height: 550px;

}
.section-main-title {
  font-size: 68px;
  line-height: 0.95;
  font-weight: 400;
  margin: 0px;

}
.section-desc-l,
.section-desc-r {
  width: 50%;
  padding-left: 30px;
  padding-right:  30px;
}

.section-desc-r::before,
.section-desc-l::before {
  content: " ";
  width: 14px;
  height: 14px;
  background: #4dd8cb;
  position: absolute;
  border-radius: 50%;
  margin-left: -30px;
  margin-top: 10px;
}






.section-href {
  width: 100%;
}


/***Стили товары****/
.section-price {}

.section-price-item,
.section-recomendations-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.section-recomendations-item img {
      width: calc(100% + 30px );
      height: 250px;
      object-fit: cover;
      margin: -15px 0px 0px -15px;
      border: 3px solid #eef2f5;
      border-radius: 15px 15px 0px 0px;
}
.section-price-item .price-item,
.section-recomendations-item .recomendations-item
 {
      background: #eef2f5;
      border-radius: 15px;
      width: calc(( 100% / 3 ) - 20px);
      margin-bottom: 30px;
      min-height: 540px;
      padding: 15px;
}
.section-price-item .price-item img{
width: calc(100% + 30px );
height: 250px;
object-fit: cover;
margin: -15px 0px 0px -15px;
border: 3px solid #eef2f5;
border-radius: 15px 15px 0px 0px;
}
  /***Стили товары****/

  /***Стили товары****/
.section-price {}

    /***Стили товары****/
.section-pricelist {}

.section-pricelist .content
{
   min-height: 550px;
    border-radius: 15px;
    background: rgb(54,173,161);
    background: linear-gradient(135deg, rgba(54,173,161,1) 0%, rgba(79,220,207,1) 100%);
    position: relative;
}

.section-pricelist-bg1
{
  position: absolute;
  background: url(images/Vector_1.svg);
  top: 0;
  bottom: 0;
  width: 100%;
  background-size: contain;
  background-position-x: right;
  background-repeat: no-repeat;
}
.section-pricelist-bg2 {
  position: absolute;
  background: url(images/iphone-x-line-button.webp);
  top: 0;
  bottom: 0;
  width: 100%;
  background-size: contain;
  background-position-x: 80%;
  background-repeat: no-repeat;
}


    /***Стили товары****/
.section-recomendations {}
    /***Стили товары****/
.section-company {
    background: rgb(238,242,245);
    background: linear-gradient(180deg, rgba(238,242,245,1) 0%, rgba(255,255,255,1) 100%);
    height: 200vh;
    position: relative;
}

.section-company-info {}


.section-company-service {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.section-company-service-item {
    background: #ffffff;
    border-radius: 15px;
    width: calc(( 100% / 3 ) - 20px);
    margin-bottom: 30px;
    min-height: 270px;
    border: 2px  #eef2f5 solid;
    padding: 30px;

    position: relative;
    z-index: 2;
}


.service-item-1,
.service-item-2,
.service-item-3,
.service-item-4,
.service-item-5,
.service-item-6 {
  height: 70px;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 40px !important;
  background-position-y: top !important;
}
.oval-0 {
    z-index: -1;
    background: #cfdce5;;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 15px 0px 200px 0px;
    animation-delay: 1s;
    background: #f2f5f799;

}
.oval-1 {
  background: #eef2f5;
  height: 130px;
  width:  130px;
    border-radius: 15px 0px 130px 0px;
    animation-delay: 1s
}
.service-item-1 {background: url(images/fi-rr-credit-card.svg)}
.service-item-2 {background: url(images/fi-rr-truck-side.svg)}
.service-item-3 {background: url(images/fi-rr-shield-check.svg)}
.service-item-4 {background: url(images/fi-rr-earnings.svg)}
.service-item-5 {background: url(images/fi-rr-shopping-cart-.svg)}
.service-item-6 {background: url(images/fi-rr-user.svg)}



.section-company-service-item:hover  .oval-0 {background: #6dd9ce60;
   animation-delay: 1s}
.section-company-service-item:hover  .oval-1 {background: #4ad2c560;
  animation-delay: 1s}

.section-company-bg1 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url(images/pixlr-bg-result.webp);
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-size: contain;
  background-position-x: 60%;

}

/***Стили товары***/

.section-map  {

  background-color: blue; /*************/
}

/***Стили товары****/
.section-contacts {
  background: rgb(54,173,161);
  background: linear-gradient(135deg, rgba(54,173,161,1) 0%, rgba(79,220,207,1) 100%);

position: relative;
height: 550px; /*******/
}


.section-contacts-bg1 {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      background: url(images/Vector_1.svg);
      background-position-x: right;
      background-repeat: no-repeat;


}
