@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v20-latin-300.woff2') format('woff2'), 
         url('../fonts/roboto-v20-latin-300.woff') format('woff'); 
    }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), 
         url('../fonts/roboto-v20-latin-regular.woff') format('woff'); 
    }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), 
         url('../fonts/roboto-v20-latin-500.woff') format('woff'); 
    }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), 
         url('../fonts/roboto-v20-latin-700.woff') format('woff');
    }
  
  *,
  *::before,
  *::after {
      box-sizing: inherit;
      font-family: 'Roboto', sans-serif;
      scroll-behavior: smooth;
    }
    
  html {
      box-sizing: border-box;
    }
    
  body {
      margin: 0;
      padding: 0;
    }
  
.container {
    width: 80%;
    margin: 0px auto;
}

    /* Start site-header  */
  .site-header {
      position: relative;
  }
  
  .divider {
      position: relative;
      transform: translateY(30px);
  }
  
  .company-info {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 20px;
      margin-bottom: -10px;
      width: 1140px;
    }
  
  .contact-us-link {
      display: flex;
      justify-content: space-between;
      width: 150px;
      text-decoration: none;
      align-items: center;
      transition: opacity 0.4s ease;
    }
  
  .contact-us-link:hover {
      opacity: 0.8;
  }
  .contact-us-link:active {
      opacity: 0.6;
  }
  
    .contact-us h4 {
      margin: 0;
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      color: #272727;
    }
    .contact-us p {
      margin: 0;
      font-weight: 300;
         font-size: 14px;
      line-height: 16px;
      color: #272727;
      margin-top: 3px;
    }
  
  .logo-link {
      text-decoration: none;
      transition: opacity .4s ease;
  }
  
  .logo-link:hover {
      opacity: 0.8;
  }
  
  .logo-link:active {
      opacity: 0.6;
  }
  
  .logo-link p {
      margin: 0;
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      color: #0055B8;
      margin-top: 5px;
  }
  
  .heading {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 76px;
  }
  
  .heading h1 {
      margin: 0;
      transform: rotate(90deg);
      font-weight: 500;
      font-size: 36px;
      color: #FFD600;
      text-shadow: 1px 1px 3px rgba(141, 110, 0, 0.25);
      margin-left: 10px;
  }
  
  .working-hours {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 197px;
  }
  
  .clock-us h4 {
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      color: #00B007;
      margin: 0;
  }
  
  .clock-us p {
      font-weight: 300;
      font-size: 14px;
      line-height: 16px;
      color: #272727;
      margin: 0;
      margin-top: 3px;
  }
  
  .site-nav {
      background-color: #0055B8;
      border-radius: 5px;
      width: 1140px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 68px;
  }
  
  .site-nav-list {
      list-style-type: none;
      padding: 0;
      width: 530px;
      display: flex;
      justify-content: space-between;
      margin: 0;
      align-items: center;
      margin-left: 20px;
  }
  
  .site-nav-item a {
      font-size: 18px;
      line-height: 21px;
      color: #fff;
      text-decoration: none;
      transition: color 0.4s ease,
                  opacity 0.4s ease;
  }
  
  .site-nav-item a:hover {
      color: #FFD600;
  }
  
  .site-nav-item a:active {
      opacity: 0.6;
  }
  
.heading-link {
    display: none;
}

  .nav-social-media {
      width: 90px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-right: 20px;
  }
  
  .nav-social-media img {
      transition: opacity 0.4s ease;
  }
  
  .nav-social-media img:hover {
      opacity: 0.8;
  }
  
  .nav-social-media img:active {
      opacity: 0.6;
  }
  .menu-link {
      display: none;
  }
  .menu-x-link {
      display: none;
  }
  .drop-down-menu-nav {
      display: none;
  }
  /*End site-header*/

  /* start site header media query for tabs */
  @media only screen and (max-width: 1024px) {
    .contact-us-link, .logo-link, .working-hours {
        display: none;
    }
    .divider {
        width: 1024px;
        transform: translateY(-9.5px);
        justify-content: space-around;
    }

    .heading-link {
        display: block;
        text-decoration: none;
        transition: opacity .4s ease;
    }

    .heading-link:hover {
        opacity: 0.8;
    }

    .heading-link:active {
        opacity: 0.6;
    }

    .heading-link h1 {
        font-size: 18px;
        line-height: 21px;
        color: #fff;
    }

    .heading-link h1 span {
        font-size: 18px;
        line-height: 21px;
        color: #FFD600;
    }

    .container {
        width: 100%;
    }
  }
  @media only screen and (max-width: 375px) {
    .divider {
        width: 375px;
        justify-content: space-between;
        padding: 0px 20px;
    }
    .site-nav-list {
        display: none;
    }
    .nav-social-media {
        display: none;
    }
    .menu-link {
        display: block;
    }
    .media-none {
        display: block;
    }
    .drop-down-menu-nav {
        position: absolute;
        width: 375px;
        background-color: #0055B8;
        transform: translateY(253px);
        margin-left: 355px;
        display: block;
        z-index: 10;
    }
    .drop-down-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: center;
    } 
    .deop-down-item a{
       font-weight: 500;
       font-size: 18px;
       line-height: 21px;
       text-transform: uppercase;
       color: #FFD600;
       text-decoration: none;
       display: block;
       padding: 20px 0px;
    }
    .deop-down-item a:hover {
       background-color: #FFD600;
       color: #0055B8;
    }
    .deop-down-item {
       border-top: 1px solid #FFD600;
       border-bottom: 1px solid #FFD600;
    }
    .media-none {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100px;
        padding-top: 68px;
        padding-bottom: 26px;
        margin: 0px auto;
    } 
  } /* End medi query for header  */

  /* Start site main  */
  /* Start get smile section  */
  .get-smile-section {
      background-image: url(../img/smile-img.png);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: contain;
  }
  .container {
      width: 1140px;
      margin: 0px auto;
  }
  .get-smile {
      padding-top: 300px;
      /* padding-bottom: 147px; */
      transform: translateY(-130px);
  }
  .get-smile p {
    font-size: 18px;
    line-height: 21px;
    color: #272727;
    margin: 0;
    width: 360px;
  }
  .get-smile h1 {
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    color: #272727;
    margin: 0;
    margin-top: 10px;
    width: 543px;
  }
  .get-button {
    background-color: #0055B8;
    border-radius: 5px;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    width: 265px;
    height: 70px;
    outline: none;
    margin-top: 27px;
    transition: opacity 0.4s ease;
  }
  .get-button:hover {
    opacity: 0.8;
  }
  .get-button:active {
    opacity: 0.6;
  }
  .buttons {
      margin-top: 20px;
  }
  .first {
    background-color: #FFD600;
    border-radius: 5px;
    width: 42px;
    height: 70px;
    outline: none;
    transition: opacity 0.4s ease;
  }
  .first:hover {
    opacity: 0.8;
  }
  .first:active {
    opacity: 0.6;
  }
  .second {
    background-color: #FFD600;
    border-radius: 5px;
    width: 70px;
    height: 70px;
    outline: none;
    transition: opacity 0.4s ease;
  }
  .second:hover {
    opacity: 0.8;
  }
  .second:active {
    opacity: 0.6;
  }
/* Start get smile section  */

/* Start get smile responsive  */
@media only screen and (max-width: 1024px) {
    .get-smile-section {
        transform: translateY(-10px);
        background-size: cover;
        width: 1024px;
    }
    .get-smile {
        transform: translateY(20px);
        width: 1024px;
    }
    .divider {
        width: 1024px;
    }
}
@media only screen and (max-width: 375px) {
    .get-smile p {
        display: none;
    }
    .get-smile h1 {
        display: none;
    }
    .get-button {
        display: none;
    }
    .first {
        width: 26px;
    }
    .second {
        width: 44px;
    }
    .get-smile-section {
        background-position: center;
        width: 375px;
    }
    .get-smile {
        width: 375px;
    }
    .divider {
        width: 375px;
    }
}
/* end responsive get smile  */

/* Start teeth info section  */
.teeth-info {
    display: flex;
    position: relative;
}

.treatment {
    background-color: #FFD600;
    border-radius: 5px;
    text-align: center;
    width: 300px;
    padding: 30px;
}
.treatment h4 {
    font-size: 18px;
    line-height: 21px;
    color: #272727;
}
.treatment p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #272727;
}

.prosthetics {
    background-color: #FFE040;
    border-radius: 5px;
    text-align: center;
    width: 300px;
    padding: 30px;
}
.prosthetics h4 {
    font-size: 18px;
    line-height: 21px;
    color: #272727;
}
.prosthetics p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #272727;
}
.form {
    background-color: #0055B8;
    border-radius: 5px;
    width: 540px;
    height: 400px;
    padding: 20px 33px;
}
.form label {
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
}
.form input{
    display: block;
}
.form-input {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
    width: 473px;
    height: 55px;
    outline: none;
    background-color: #0055B8;
    margin-top: 29px;
}
.form-input2 {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
    width: 473px;
    height: 55px;
    outline: none;
    background-color: #0055B8;
    margin-top: 12px;
}
.form button {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #272727;
    background-color: #FFD600;
    border-radius: 5px;
    width: 230px;
    height: 55px;
    margin-top: 12px;
    transition: opacity 0.4s ease;
}
.form button:hover {
    opacity: 0.8;
}
.form button:active {
    opacity: 0.6;
}

.give {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.give p {
    width: 255px;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}
.give input {
    width: 35px;
    height: 35px;
}
.la {
    position: absolute;
    margin-left: 600px;
    transform: translateY(-60px);
}
/* End teeth-info section  */

/* Start teeh-info responsive  */
@media only screen and (max-width: 1024px) {
    .teeth-info {
        width: 1024px;
    }
}
@media only screen and (max-width: 375px) {
    .treatment, .prosthetics {
        display: none;
    }
    .teeth-info {
        width: 375px;
    }
    .la {
        margin: 0;
    }
}
/* end  */

/* Start services section  */
.section {
    margin-top: 74px;
    width: 1140px;
    background-image: url(../img/dp-shadow.svg);
    background-position: center top;
    background-repeat: no-repeat;
}

.new-divider {
    border: none;
    width: 50px;
    background-color: #FFD600;
    border-radius: 3px;
    border: 2px solid #FFD600;
}
.section h1 {
    margin: 0;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #272727;
    text-align: center;
    margin-top: 20px;
}
.section p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #4D4D4D;
    width: 744px;
    margin: 10px auto;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    list-style-type: none;
    padding: 0;
    text-align: center;
    transform: translateX(-65px);
}

.bosh {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 66px;
    padding: 20px;
    height: 240px;
}

.item {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 200px;
    height: 240px;
    padding: 20px;
}
.item a {
    text-decoration: none;
}
.item h4 {
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-top: 14px;

color: #272727;
}
.item p {
    margin: 0px auto;
    width: 42px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: line-through;
    margin-top: 13px;

color: rgba(0, 0, 0, 0.25);
}
.item hr {
    border: none;
    border: 2px solid #0A60C3;
    width: 25px;
    background-color: #0A60c3;
    margin-top: 33px;
}
.item span {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #0A60C3;
    margin-top: 3px;
}
/* Start responsive services  */
@media only screen and (max-width: 1024px) {
    .section {
        width: 1024px;
    }
    .nm {
        display: none;
    }
}
@media only screen and (max-width: 375px) {
    .section {
        width: 375px;
        margin-top: 400px;
    }
    .section p {
        width: 289px;
    }
    .item {
        display: none;
    }
    .xd {
        display: block;
    }
    .navbar button {
        display: none;
    }
    .list-item {
        width: 375px;
        transform: translateX(20px);
    }
}
/* end responsive  */

/* start modeern technology section  */
.modern-technology-section {
    background-image: url(../img/mother-child.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
.modern-technology {
    transform: translateX(545px);
    background-image: url(../img/dp-shadow.svg);
    background-repeat: no-repeat;
    background-position: center left top;
}
.modern-technology h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #272727;
    width: 633px;
}
.modern-technology p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    width: 538px;
}
.modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 620px;
    margin-top: 24px;
}
.expert h4 {
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin: 0;
}
.expert p {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #4D4D4D;
    margin: 0;
    margin-top: 5px;
}
/* end modern technology section  */

/* start responsive modern .modern-technology  */
@media only screen and (max-width: 375px) {
    .modern-technology {
        display: none;
    }
}/* end  */

/* start team section  */
.demo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 970px;
}
.demo-box p {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    width: 156px;
    color: #000000;
    text-align: left;

}
.demo-box h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    width: 108px;
}/* End team section  */

/* Start responsive design  */
@media only screen and (max-width: 1024px) {
    .demo-box {
        width: 375px;
    }
}
/* Start quality section  */
.quality-section {
    background-image: url(../img/mother.png);
    background-repeat: no-repeat;
    background-position: right;
}
.quality {
    transform: translateX(100px);
    background-image: url(../img/dp-shadow.svg);
    background-repeat: no-repeat;
    background-position: center top left;
}
.quality h1 {
    margin:0;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    width: 490px;
    color: #272727;
}
.quality p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    width: 500px;
}
.quality button {
    background-color: #0055B8;
    border-radius: 5px;
    width: 265px;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 20px 80px;
}/* End quality section  */

/* Start img  */
.patients-section {
    background-image: url(../img/dp-shadow.svg);
    background-repeat: no-repeat;
    background-position: center top;
}
.patients {
    margin-top: 100px;
}
.patients h1{
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #272727;
    text-align: center;
    margin: 0;
}
.patients span {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #4D4D4D;
    margin: 0px auto;
    width: 483px;
    text-align: center;
}
.contact-info-img {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.ivan p {
    color: #4D4D4D;
    width: 363px;
}
.patients button {
    border: 2px solid #0055B8;
    border-radius: 5px;
    width: 265px;
    font-size: 18px;
    line-height: 21px;
    color: #4D4D4D;
    padding: 24px 74px;
    margin-left: 430px;
}/* end  */
/* <!-- End site-main  --> */

/* Start site footer  */
.footer {
    position: relative;
}
.go {
    position: absolute;
    transform: translateY(-450px);
    margin-left: 90px;
}
/* end  */

/* Start footer section  */
.footer-div {
    position: relative;
}
.lop {
    position: absolute;
    transform: translateY(-30px);
}

.parent-box{
    display: flex;
  }
  
  .box30{
    display: block;
  }
  
  .tel1{
    font-size: 30px;
    line-height: 35px;
    color: #000000;
  }
  
  .tel2{
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: underline;
    margin-left: 142px;
    color: #000000;
  }
  
  .pochta{
    display: flex;
    /*align-items: center;*/
  }
  
  .pochta img{
    margin-top: 33px;
  }
  
  .pochta0{
    margin-top: 33px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-decoration-line: underline;
    color: #000000;
    margin-left: 12px;
  }
  
  .pochta1{
    font-size: 18px;
    line-height: 21px;
    width: 198px;
    color: #000000;
    margin-left: 9px;
    margin-top: 14px;
  }
  
  .privaxy{
    font-size: 14px;
    line-height: 16px;
    width: 140px;
    margin-top: 22px;
    color: rgba(0, 0, 0, 0.3);
  }
  
  .servis{
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 17px;
    color: #000000;
  }
  
  .box40{
    margin-left: 67px;
  }
  
  .box40 li{
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 10px;
  }
  
  .box50{
    margin-left: 116px;
    display: block;
  }
  
  .box60{
    margin-left: 187px;
    display: block;
  }
  
  .serviss{
    color: transparent;
  }
  
  .consent{
    width: 198px;
  }
  
  .license{
    width: 148px;
    margin-top: 16px;
  }
  
  .hr50{
    border: none;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 20px;
  }
  
  .zis{
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    width: 430px;
    color: rgba(0, 0, 0, 0.3);
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .last {
      margin-top: 50px;
  }
  .box40 ul {
      list-style-type: none;
      padding: 0;
  }

  @media only screen and (max-width: 1024px) {
    .parent-box {
        display: none;
    }
}
@media only screen and (max-width: 375px) {
    .parent-box {
        display: none;
    }
}

  /*end*/


