@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
* {
  margin: 0px 0px;
  padding: 0px 0px;
  box-sizing: border-box;

  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  flex-direction: row;
  justify-content: center;
  align-items: center; 
  align-content: center;
}
html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-stretch: narrower;
    color: rgb(29, 29, 29);
    display: flex;
    flex-direction: column;
    overflow: auto;
    font-family: 'Oswald', sans-serif;

}
a:link {
    font-family: 'Oswald', sans-serif;
    color: rgb(29, 29, 29);
    text-decoration: none;
}
/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(29, 29, 29); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #dbdbdb; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #535353; 
}
 




/* site start */

.main {
  box-sizing: border-box;
  width: 100%;   
}

@media (max-width: 575px) { 
  
  /* --- HERO SECTION --- */    
  
  .contact_bar {
    width: 100%;
    height: 100px;
    display: flex;
    background-image: url(trainpro2.jpg);
    position: fixed;
    z-index: 10;
    flex-direction: column;
    }
      .contact_1 {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: flex-end;
        background-color: #e1e1e1; 
        font-size: 0.8rem;
        padding: 0px 10px;
      }
      .contact_2 {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: flex-end;
       
      }
          .social_icon {
            width: 20px;
            margin: 0px 10px;
            position: relative;
            top: 1px;
          }
          .social_icon:hover {
            height: 50px;
  
            filter: brightness(150%);
            filter: saturate(25%);
            transition: .5s;
          }  
  
  .hero {
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    background-image: url(trainpro.jpg);
    position: relative;
    top: 100px;
  }
  
      .bartas_hero {
        width: 320px;
        height: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        top: -40px;
      }
  
          .landing_text {
            width: 320px;
            display: flex;
            flex-direction: column;
            justify-content: center;
          }

              h1 {
                text-align: center;
                font-size: 1.3rem;
                color: #ffffff;
                line-height: 1.25;
                width: 90%;
                margin: 20px 0px 20px 0px;
              }  
              .logo {
                height: 250px;
              }
  
  /* --- OFFER SECTION --- */ 
  
  .offer {
    width: 100%;
    padding: 50px 0px;
    display: flex;
    background-image: url(trainpro1.jpg);
  }
      .offer_con_main {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        top: 0px;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        display: flex;
        gap: 25px 0px;
      }
          .offer_con {
            width: 290px;
            background-image: url(trainpro3.jpg);
            text-align: center;
            padding: 10px;
            color: #010000;
            -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
          }
              .offer_con_icon {
                width: 100%;
                height: 150px;
                display: flex;
              }
              .offer_con_title {
                width: 100%;
                height: 50px;
                display: flex;
                text-align: center;
                font-size: 1.25rem;
                padding: 10px;
                color:rgb(34, 33, 33);
                font-weight: 700;
              }
              .offer_con_info {
                width: 100%;
                height: 200px;
                text-align: center;
                vertical-align: top;
                font-weight: 400;
                padding: 10px;
                line-height: 1.75;
                color:rgb(82, 81, 81);
              }
              .offer_con_button {
                width: 100%;
                height: 100px;
                display: flex;
              }
  
                  .myButton {
                    box-shadow:inset 0px 1px 0px 0px #ffffff;
                    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
                    background-color:#ffffff;
                    border:1px solid #e73725;
                    display:inline-block;
                    cursor:pointer;
                    color:#e73725;
                    font-size:15px;
                    font-weight:bold;
                    padding:10px 50px;
                    text-decoration:none;
                    text-shadow:0px 1px 0px #ffffff;
                  }
                  .myButton:hover {
                    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
                    background-color:#f6f6f6;
                  }
                  .myButton:active {
                    position:relative;
                    top:1px;
                  }
  
  /* --- PRICELIST SECTION --- */ 
  
  
  
  .pricelist1 {
    width: 100%;
    padding: 50px 0px;
    display: flex;
    background-image: url(trainpro4.jpg);
  }
  .pricelist2 {
    width: 100%;
    padding: 50px 0px;
    display: flex;
    background-image: url(trainpro4.jpg);
  }
      .pricelist_con {
        width: 300px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
      }
          .price_con {
            width: 300px;
            padding: 20px 0px;
            min-height: 200px;
            display: flex;
            flex-direction: column;
            background-image: url(trainpro3.jpg);
            text-align: center;
            color: #010000;
            -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
          }
          .price_con2 {
            width: 300px;
            padding: 20px 0px;
            min-height: 200px;
            display: flex;
            flex-direction: column;
            background-image: url(trainpro3.jpg);
            text-align: center;
            color: #010000;
            -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
            filter: opacity(.4);
          }
              .price_con_title {
                width: 90%;
                padding: 10px 25px;
                text-align: center;
                font-weight: 400;
                font-size: 1.25rem;
                line-height: 1.25;
                color:#e73725;
              }
              .price_con_info {
                width: 90%;
                padding: 20px 10px;
                text-align: left;
                vertical-align: top;
                font-weight: 400;
                line-height: 1.75;
                font-size: 1rem;
                color:rgb(82, 81, 81);
              }
              .price_con_price0 {
                width: 90%;
                padding: 10px 25px;
                display: flex;
                flex-direction: column;
              }
              .price_con_price1 {
                width: 90%;
                padding: 10px 25px;
                text-align: center;
                font-size: 1.25rem;
                color:#e73725;
                font-weight: 700;
              }
              .price_con_price2 {
                width: 90%;
                padding: 10px 25px;
                text-align: center;
                font-size: 0.75rem;
                color:#e73725;
                font-weight: 400;
              }







  
  /* --- ABOUTME SECTION --- */ 
  
  .aboutme {
    width: 100%;
    padding: 50px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    background-image: url(trainpro0.jpg);
    color: rgb(175, 174, 174);
  }
      .aboutme_con_photo {
        width: 275px;
        height: 320px;
  
        background-image: url(b01.png);
        background-position: center center;
        background-size: contain;
        background-attachment: local;
      }
          .aboutme_con_text {
            width: 85%;
            font-size: 0.8rem;
          }
              .aboutme_con_text_ul {
                padding: 0px 10px;
                line-height: 2;
              }
  
  /* --- MAP SECTION --- */ 
  
  .map {
  width: 100%;
  padding: 50px;
  display: flex;
  background-image: url(trainpro1.jpg);
  flex-direction: column;
  }
  
    .map_con1 {
      width: 290px;
      padding: 20px 0px;
  
      display: flex;
      color: #ffffff;
      flex-direction: column;
      text-align: center;
      
      background-image: url(trainpro0.jpg);
      -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
    }
        .mapka {
          width: 250px; 
          height: 250px;
          padding: 20px 0px;
        }
    .map_con2 {
      width: 290px;
  
      display: flex;
      color: #ffffff;
      
      background-image: url(trainpro0.jpg);
      -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
    }
        
        .map_icon {
          width: 25px;
          height: 25px;
          fill:#ffffff;
          position: relative;
          top: 2px;
        }
            .td1 {
              width: 50px;
              height: 60px;
              padding: 0 5px;
            }
            .td2 {
              width: 200px;
              height: 60px;
              padding: 0 5px;
              text-align: left;
              font-size: 1.25rem;
              vertical-align: middle;
            }
                .map_con2 a {
                  color: white;
                }
  
  /* --- FOOTER SECTION --- */ 
  
  .footer {
    width: 100%;
    height: 100px;
    display: flex;
    background-image: url(trainpro2.jpg);
    color: #e1e1e1;
  }
  .footer a {
    color: white;
  }
  
  
  
  
  }



@media (min-width: 576px) { 
  
  /* --- HERO SECTION --- */    
  
  .contact_bar {
    width: 100%;
    height: 75px;
    display: flex;
    background-image: url(trainpro2.jpg);
    position: fixed;
    z-index: 10;
    }
      .contact_1 {
        width: 100%;
        height: 75px;
        display: flex;
        justify-content: flex-start;
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
        background-color: #e1e1e1; 
      }
      .contact_2 {
        width: 200px;
        height: 75px;
        display: flex;
        justify-content: flex-end;
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
      }
          .social_icon {
            width: 20px;
            margin: 0px 10px;
            position: relative;
            top: 1px;
          }
          .social_icon:hover {
            height: 50px;
  
            filter: brightness(150%);
            filter: saturate(25%);
            transition: .5s;
          }  
  
  .hero {
    width: 100%;
    height: 600px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    background-image: url(trainpro.jpg);
    position: relative;
    top: 75px;
  }
  
      .bartas_hero {
        width: 576px;
        height: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        top: -50px;
      }
  
          .landing_text {
            width: 576px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
          }
            .logo {
              height: 350px;
            }
              h1 {
                text-align: center;
                font-size: 2rem;
                color: #ffffff;
                line-height: 1.25;
                width: 90%;
                margin: 0px 0px 50px 0px;
              }  
  
  /* --- OFFER SECTION --- */ 
  
  .offer {
    width: 100%;
    padding: 50px 0px 0px 0px;
    display: flex;
    background-image: url(trainpro1.jpg);
  }
      .offer_con_main {
        width: 100vw;
        box-sizing: border-box;
        position: relative;
        top: -50px;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        display: flex;
        gap: 45px 35px;
      }
          .offer_con {
            width: 450px;
            background-image: url(trainpro3.jpg);
            text-align: center;
            padding: 10px;
            color: #010000;
            -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
          }
              .offer_con_icon {
                width: 100%;
                height: 150px;
                display: flex;
              }
              .offer_con_title {
                width: 100%;
                height: 50px;
                display: flex;
                text-align: center;
                font-size: 1.25rem;
                padding: 10px;
                color:rgb(34, 33, 33);
                font-weight: 700;
              }
              .offer_con_info {
                width: 100%;
                height: 200px;
                text-align: center;
                vertical-align: top;
                font-weight: 400;
                padding: 10px;
                line-height: 1.75;
                color:rgb(82, 81, 81);
              }
              .offer_con_button {
                width: 100%;
                height: 100px;
                display: flex;
              }
  
                  .myButton {
                    box-shadow:inset 0px 1px 0px 0px #ffffff;
                    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
                    background-color:#ffffff;
                    border:1px solid #e73725;
                    display:inline-block;
                    cursor:pointer;
                    color:#e73725;
                    font-size:15px;
                    font-weight:bold;
                    padding:10px 50px;
                    text-decoration:none;
                    text-shadow:0px 1px 0px #ffffff;
                  }
                  .myButton:hover {
                    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
                    background-color:#f6f6f6;
                  }
                  .myButton:active {
                    position:relative;
                    top:1px;
                  }
  
  /* --- PRICELIST SECTION --- */ 
  
 
  
  .pricelist1 {
    width: 100%;
    padding: 50px 0px;
    display: flex;
    background-image: url(trainpro4.jpg);
  }
  .pricelist2 {
    width: 100%;
    padding: 50px 0px;
    display: flex;
    background-image: url(trainpro4.jpg);
  }
      .pricelist_con {
        width: 520px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
      }
          .price_con {
            width: 400px;
            padding: 20px 0px;
            min-height: 200px;
            display: flex;
            flex-direction: column;
            background-image: url(trainpro3.jpg);
            text-align: center;
            color: #010000;
            -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
          }
          .price_con2 {
            width: 400px;
            padding: 20px 0px;
            min-height: 200px;
            display: flex;
            flex-direction: column;
            background-image: url(trainpro3.jpg);
            text-align: center;
            color: #010000;
            -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
            filter: opacity(.4);
          }
              .price_con_title {
                width: 90%;
                padding: 10px 25px;
                text-align: center;
                font-weight: 400;
                font-size: 1.25rem;
                line-height: 1.25;
                color:#e73725;
              }
              .price_con_info {
                width: 90%;
                padding: 20px 30px;
                text-align: left;
                vertical-align: top;
                font-weight: 400;
                line-height: 1.75;
                font-size: 1rem;
                color:rgb(82, 81, 81);
              }
              .price_con_price0 {
                width: 90%;
                padding: 10px 25px;
                display: flex;
                flex-direction: column;
              }
              .price_con_price1 {
                width: 90%;
                padding: 10px 25px;
                text-align: center;
                font-size: 1.25rem;
                color:#e73725;
                font-weight: 700;
              }
              .price_con_price2 {
                width: 90%;
                padding: 10px 25px;
                text-align: center;
                font-size: 0.75rem;
                color:#e73725;
                font-weight: 400;
              }
  





  
  /* --- ABOUTME SECTION --- */ 
  
  .aboutme {
    width: 100%;
    padding: 50px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    background-image: url(trainpro0.jpg);
    color: rgb(175, 174, 174);
  }
      .aboutme_con_photo {
        width: 450px;
        height: 500px;
  
        background-image: url(b01.png);
        background-position: center center;
        background-size: contain;
        background-attachment: local;
      }
          .aboutme_con_text {
            width: 90%;
            font-size: 1rem;
          }
              .aboutme_con_text_ul {
                padding: 0px 10px;
                line-height: 2;
              }
  
  /* --- MAP SECTION --- */ 
  
  .map {
  width: 100%;
  padding: 50px 10px;
  display: flex;
  background-image: url(trainpro1.jpg);
  flex-direction: column;
  }
  
    .map_con1 {
      width: 450px;
      height: 450px;
      padding: 20px 0px;
  
      display: flex;
      color: #ffffff;
      flex-direction: column;
      text-align: center;
      
      background-image: url(trainpro0.jpg);
      -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
    }
        .mapka {
          width: 400px; 
          height: 400px;
          padding: 20px 0px;
        }
    .map_con2 {
      width: 450px;
  
      display: flex;
      color: #ffffff;
      
      background-image: url(trainpro0.jpg);
      -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
    }
        
        .map_icon {
          width: 25px;
          height: 25px;
          fill:#ffffff;
          position: relative;
          top: 2px;
        }
            .td1 {
              width: 50px;
              height: 60px;
              padding: 0 5px;
            }
            .td2 {
              width: 200px;
              height: 60px;
              padding: 0 5px;
              text-align: left;
              font-size: 1.5rem;
              vertical-align: middle;
            }
                .map_con2 a {
                  color: white;
                }
  
  /* --- FOOTER SECTION --- */ 
  
  .footer {
    width: 100%;
    height: 150px;
    display: flex;
    background-image: url(trainpro2.jpg);
    color: #e1e1e1;
  }
  .footer a {
    color: white;
  }
  
  
  
  
  }






@media (min-width: 768px) { 
  
/* --- HERO SECTION --- */    

.contact_bar {
  width: 100%;
  height: 75px;
  display: flex;
  background-image: url(trainpro2.jpg);
  position: fixed;
  z-index: 10;
  }
    .contact_1 {
      width: 100%;
      height: 75px;
      display: flex;
      justify-content: flex-start;
      clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
      background-color: #e1e1e1; 
    }
    .contact_2 {
      width: 250px;
      height: 75px;
      display: flex;
      justify-content: flex-end;
      clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    }
        .social_icon {
          width: 20px;
          margin: 0px 15px;
          position: relative;
          top: 1px;
        }
        .social_icon:hover {
          height: 50px;

          filter: brightness(150%);
          filter: saturate(25%);
          transition: .5s;
        }  

.hero {
  width: 100%;
  height: 600px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  background-image: url(trainpro.jpg);
  position: relative;
  top: 75px;
}

    .bartas_hero {
      position: relative;
      top: 0px;
      width: 768px;
      height: 100%;
      display: flex;
      justify-content: flex-start;
      background-image: url(bart1.png);
      background-position: right bottom;
      background-attachment: local;
      background-size: contain;
    }

        .landing_text {
          width: 400px;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
        }
        
        .logo {
          height: 250px;
        }
            h1 {
              text-align: center;
              font-size: 1.5rem;
              color: #ffffff;
              line-height: 1.25;
              width: 90%;
              margin: 0px 0px 50px 0px;
            }  

/* --- OFFER SECTION --- */ 

.offer {
  width: 100%;
  padding: 50px 0px 0px 0px;
  display: flex;
  background-image: url(trainpro1.jpg);
}
    .offer_con_main {
      width: 100vw;
      box-sizing: border-box;
      position: relative;
      top: -50px;
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      display: flex;
      gap: 45px 35px;
    }
        .offer_con {
          width: 350px;
          background-image: url(trainpro3.jpg);
          text-align: center;
          padding: 10px;
          color: #010000;
          -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
        }
            .offer_con_icon {
              width: 100%;
              height: 150px;
              display: flex;
            }
            .offer_con_title {
              width: 100%;
              height: 50px;
              display: flex;
              text-align: center;
              font-size: 1.25rem;
              padding: 10px;
              color:rgb(34, 33, 33);
              font-weight: 700;
            }
            .offer_con_info {
              width: 100%;
              height: 200px;
              text-align: center;
              vertical-align: top;
              font-weight: 400;
              padding: 10px;
              line-height: 1.75;
              color:rgb(82, 81, 81);
            }
            .offer_con_button {
              width: 100%;
              height: 100px;
              display: flex;
            }

                .myButton {
                  box-shadow:inset 0px 1px 0px 0px #ffffff;
                  background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
                  background-color:#ffffff;
                  border:1px solid #e73725;
                  display:inline-block;
                  cursor:pointer;
                  color:#e73725;
                  font-size:15px;
                  font-weight:bold;
                  padding:10px 50px;
                  text-decoration:none;
                  text-shadow:0px 1px 0px #ffffff;
                }
                .myButton:hover {
                  background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
                  background-color:#f6f6f6;
                }
                .myButton:active {
                  position:relative;
                  top:1px;
                }

/* --- PRICELIST SECTION --- */ 


.pricelist1 {
  width: 100%;
  padding: 50px 0px;
  display: flex;
  background-image: url(trainpro4.jpg);
}
.pricelist2 {
  width: 100%;
  padding: 50px 0px;
  display: flex;
  background-image: url(trainpro4.jpg);
}
    .pricelist_con {
      width: 700px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 20px;
    }
        .price_con {
          width: 700px;
          min-height: 200px;
          display: flex;
          flex-direction: row;
          background-image: url(trainpro3.jpg);
          text-align: center;
          color: #010000;
          -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
        }
        .price_con2 {
          width: 700px;
          min-height: 200px;
          display: flex;
          flex-direction: row;
          background-image: url(trainpro3.jpg);
          text-align: center;
          color: #010000;
          -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
          filter: opacity(.4);
        }
            .price_con_title {
              width: 35%;
              padding: 20px 10px;
              text-align: center;
              font-weight: 400;
              font-size: 1.25rem;
              line-height: 1.25;
              color:#e73725;
            }
            .price_con_info {
              width: 45%;
              padding: 20px 10px;
              text-align: left;
              vertical-align: top;
              font-weight: 400;
              line-height: 1.75;
              font-size: 1rem;
              color:rgb(82, 81, 81);
            }
            .price_con_price0 {
              padding: 20px 10px;
              width: 20%;
              display: flex;
              flex-direction: column;
            }
            .price_con_price1 {
              width: 100%;
              padding: 5px 0px;
              text-align: center;
              font-size: 1.25rem;
              color:#e73725;
              font-weight: 700;
            }
            .price_con_price2 {
              width: 100%;
              padding: 5px 0px;
              text-align: center;
              font-size: 0.75rem;
              color:#e73725;
              font-weight: 400;
            }







/* --- ABOUTME SECTION --- */ 

.aboutme {
  width: 100%;
  padding: 50px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  background-image: url(trainpro0.jpg);
  color: rgb(175, 174, 174);
}
    .aboutme_con_photo {
      width: 400px;
      height: 450px;

      background-image: url(b01.png);
      background-position: center center;
      background-size: contain;
      background-attachment: local;
    }
        .aboutme_con_text {
          width: 90%;
          font-size: 1.2rem;
          padding: 50px 0px 0px 0px;
        }
            .aboutme_con_text_ul {
              padding: 0px 20px;
              line-height: 2;
            }

/* --- MAP SECTION --- */ 

.map {
width: 100%;
padding: 50px;
display: flex;
background-image: url(trainpro1.jpg);
flex-direction: row;
}

  .map_con1 {
    width: 400px;
    height: 450px;

    display: flex;
    color: #ffffff;
    text-align: center;
    
    background-image: url(trainpro0.jpg);
    -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
  }
      .mapka {
        width: 325px; 
        height: 350px;
      }
  .map_con2 {
    width: 350px;
    height: 450px;

    display: flex;
    color: #ffffff;
    
    background-image: url(trainpro0.jpg);
    -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
  }
      
      .map_icon {
        width: 25px;
        height: 25px;
        fill:#ffffff;
        position: relative;
        top: 2px;
      }
          .td1 {
            width: 50px;
            height: 60px;
            padding: 0 5px;
          }
          .td2 {
            width: 200px;
            height: 60px;
            padding: 0 5px;
            text-align: left;
            font-size: 1.5rem;
            vertical-align: middle;
          }
              .map_con2 a {
                color: white;
              }

/* --- FOOTER SECTION --- */ 

.footer {
  width: 100%;
  height: 150px;
  display: flex;
  background-image: url(trainpro2.jpg);
  color: #e1e1e1;
}
.footer a {
  color: white;
}




}






@media (min-width: 992px) {
/* --- HERO SECTION --- */    

.contact_bar {
  width: 100%;
  height: 75px;
  display: flex;
  background-image: url(trainpro2.jpg);
  position: fixed;
  z-index: 10;
  }
    .contact_1 {
      width: 100%;
      height: 75px;
      display: flex;
      justify-content: flex-start;
      clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
      background-color: #e1e1e1; 
    }
    .contact_2 {
      width: 250px;
      height: 75px;
      display: flex;
      justify-content: flex-end;
      clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    }
        .social_icon {
          width: 20px;
          margin: 0px 15px;
          position: relative;
          top: 1px;
        }
        .social_icon:hover {
          height: 50px;

          filter: brightness(150%);
          filter: saturate(25%);
          transition: .5s;
        }  

.hero {
  width: 100%;
  height: 700px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  background-image: url(trainpro.jpg);
  position: relative;
  top: 75px;
}

    .bartas_hero {
      position: relative;
      top: 0px;
      width: 992px;
      height: 100%;
      display: flex;
      justify-content: flex-start;
      background-image: url(bart1.png);
      background-position: right bottom;
      background-attachment: local;
      background-size: contain;
    }

        .landing_text {
          width: 550px;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
        }
            .logo {
              height: 300px;
            }
            h1 {
              text-align: center;
              font-size: 2.2rem;
              color: #ffffff;
              line-height: 1.25;
              width: 90%;
              margin: 0px 0px 50px 0px;
            }  

/* --- OFFER SECTION --- */ 

.offer {
  width: 100%;
  padding: 50px 0px 0px 0px;
  display: flex;
  background-image: url(trainpro1.jpg);
}
    .offer_con_main {
      width: 100vw;
      box-sizing: border-box;
      position: relative;
      top: -50px;
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      display: flex;
      gap: 45px 35px;
    }
        .offer_con {
          width: 350px;
          background-image: url(trainpro3.jpg);
          text-align: center;
          padding: 10px;
          color: #010000;
          -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
        }
            .offer_con_icon {
              width: 100%;
              height: 150px;
              display: flex;
            }
            .offer_con_title {
              width: 100%;
              height: 50px;
              display: flex;
              text-align: center;
              font-size: 1.25rem;
              padding: 10px;
              color:rgb(34, 33, 33);
              font-weight: 700;
            }
            .offer_con_info {
              width: 100%;
              height: 200px;
              text-align: center;
              vertical-align: top;
              font-weight: 400;
              padding: 10px;
              line-height: 1.75;
              color:rgb(82, 81, 81);
            }
            .offer_con_button {
              width: 100%;
              height: 100px;
              display: flex;
            }

                .myButton {
                  box-shadow:inset 0px 1px 0px 0px #ffffff;
                  background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
                  background-color:#ffffff;
                  border:1px solid #e73725;
                  display:inline-block;
                  cursor:pointer;
                  color:#e73725;
                  font-size:15px;
                  font-weight:bold;
                  padding:10px 50px;
                  text-decoration:none;
                  text-shadow:0px 1px 0px #ffffff;
                }
                .myButton:hover {
                  background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
                  background-color:#f6f6f6;
                }
                .myButton:active {
                  position:relative;
                  top:1px;
                }

/* --- PRICELIST SECTION --- */ 

.pricelist1 {
  width: 100%;
  padding: 50px 0px;
  display: flex;
  background-image: url(trainpro4.jpg);
}
.pricelist2 {
  width: 100%;
  padding: 50px 0px;
  display: flex;
  background-image: url(trainpro4.jpg);
}
    .pricelist_con {
      width: 800px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 20px;
    }
        .price_con {
          width: 900px;
          min-height: 200px;
          display: flex;
          flex-direction: row;
          background-image: url(trainpro3.jpg);
          text-align: center;
          color: #010000;
          -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
        }
        .price_con2 {
          width: 900px;
          min-height: 200px;
          display: flex;
          flex-direction: row;
          background-image: url(trainpro3.jpg);
          text-align: center;
          color: #010000;
          -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
          filter: opacity(.4);
        }
            .price_con_title {
              width: 40%;
              padding: 20px 10px;
              text-align: center;
              font-weight: 400;
              font-size: 1.25rem;
              line-height: 1.25;
              color:#e73725;
            }
            .price_con_info {
              width: 40%;
              padding: 20px 10px;
              text-align: left;
              vertical-align: top;
              font-weight: 400;
              line-height: 1.75;
              font-size: 1rem;
              color:rgb(82, 81, 81);
            }
            .price_con_price0 {
              width: 20%;
              padding: 20px 10px;
              display: flex;
              flex-direction: column;
            }
            .price_con_price1 {
              width: 100%;
              padding: 5px 0px;
              text-align: center;
              font-size: 1.25rem;
              color:#e73725;
              font-weight: 700;
            }
            .price_con_price2 {
              width: 100%;
              padding: 5px 0px;
              text-align: center;
              font-size: 0.75rem;
              color:#e73725;
              font-weight: 400;
            }

/* --- ABOUTME SECTION --- */ 

.aboutme {
  width: 100%;
  padding: 50px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  background-image: url(trainpro0.jpg);
  color: rgb(175, 174, 174);
  gap: 20px;
}
    .aboutme_con_photo {
      width: 306px;
      height: 600px;

      background-image: url(b01.png);
      background-position: center center;
      background-size: contain;
      background-attachment: local;
    }
        .aboutme_con_text {
          width: 556px;
          font-size: 0.90rem;
        }
            .aboutme_con_text_ul {
              padding: 0px 30px;
              line-height: 2;
            }

/* --- MAP SECTION --- */ 

.map {
width: 100%;
padding: 50px 50px;
display: flex;
background-image: url(trainpro1.jpg);
flex-direction: row;
}

  .map_con1 {
    width: 500px;
    height: 500px;

    display: flex;
    text-align: center;
    
    background-image: url(trainpro0.jpg);
    -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
  }
      .mapka {
        width: 400px; 
        height: 400px;
      }

  .map_con2 {
    width: 375px;
    height: 500px;

    display: flex;
    color: #ffffff;
    
    background-image: url(trainpro0.jpg);
    -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
  }

      .map_icon {
        width: 35px;
        height: 35px;
        fill:#ffffff;
        position: relative;
        top: 2px;
      }
          .td1 {
            width: 50px;
            height: 70px;
            padding: 0 10px;
          }
          .td2 {
            width: 200px;
            height: 70px;
            padding: 0 10px;
            text-align: left;
            font-size: 1.75rem;
            vertical-align: middle;
          }
            .map_con2 a {
              color: white;
            }

/* --- FOOTER SECTION --- */ 

.footer {
  width: 100%;
  height: 150px;
  display: flex;
  background-image: url(trainpro2.jpg);
  color: #e1e1e1;
}
.footer a {
  color: white;
}
  
}



@media (min-width: 1200px) {

  /* --- HERO SECTION --- */    
  
    .contact_bar {
      width: 100%;
      height: 75px;
      display: flex;
      background-image: url(trainpro2.jpg);
      position: fixed;
      z-index: 10;   
    }
        .contact_1 {
          width: 100%;
          height: 75px;
          display: flex;
          justify-content: flex-start;
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
          background-color: #e1e1e1; 
        }
        .contact_2 {
          width: 250px;
          height: 75px;
          display: flex;
          justify-content: flex-end;
          clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
        }
            .social_icon {
              width: 20px;
              margin: 0px 15px;
              position: relative;
              top: 1px;
            }
  
    .hero {
      width: 100%;
      height: 700px;
      display: flex;
      align-items: flex-end;
      background-image: url(trainpro.jpg);
      position: relative;
      top: 75px;
    }
    
        .bartas_hero {
          position: relative;
          top: 0px;
          width: 1200px;
          height: 100%;
          display: flex;
          justify-content: flex-start;
          background-image: url(bart1.png);
          background-position: right bottom;
          background-attachment: local;
          background-size: contain;
        }
  
            .landing_text {
              width: 750px;
              display: flex;
              flex-direction: column;
              justify-content: flex-start;
            }
                .logo {
                  height: 350px;
                }
                h1 {
                  text-align: center;
                  font-size: 3rem;
                  color: #ffffff;
                  line-height: 1.25;
                  width: 90%;
                  margin: 0px 0px 50px 0px;
                }  
  
  /* --- OFFER SECTION --- */ 
  
    .offer {
      width: 100%;
      padding: 50px 0px 0px 0px;
      display: flex;
      background-image: url(trainpro1.jpg);
    }
        .offer_con_main {
          width: 1200px;
          box-sizing: border-box;
          position: relative;
          top: -50px;
          display: flex;
          align-items: flex-start;
          flex-wrap: wrap;
          display: flex;
          gap: 45px 35px;
        }
            .offer_con {
              width: 350px;
              background-image: url(trainpro3.jpg);
              text-align: center;
              padding: 10px;
              color: #010000;
              -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
              -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
            }
                .offer_con_icon {
                  width: 100%;
                  height: 150px;
                  display: flex;
                }
                .offer_con_title {
                  width: 100%;
                  height: 50px;
                  display: flex;
                  text-align: center;
                  font-size: 1.25rem;
                  padding: 20px 0px;
                  color:rgb(34, 33, 33);
                  font-weight: 700;
                }
                .offer_con_info {
                  width: 100%;
                  height: 130px;
                  text-align: center;
                  vertical-align: top;
                  font-weight: 400;
                  padding: 20px;
                  line-height: 1.75;
                  color:rgb(82, 81, 81);
                }
                .offer_con_button {
                  width: 100%;
                  height: 120px;
                  display: flex;
                  padding: 20px 0px;
                }
  
                    .myButton {
                      box-shadow:inset 0px 1px 0px 0px #ffffff;
                      background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
                      background-color:#ffffff;
                      border:1px solid #e73725;
                      display:inline-block;
                      cursor:pointer;
                      color:#e73725;
                      font-size:15px;
                      font-weight:bold;
                      padding:10px 50px;
                      text-decoration:none;
                      text-shadow:0px 1px 0px #ffffff;
                    }
                    .myButton:hover {
                      background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
                      background-color:#f6f6f6;
                    }
                    .myButton:active {
                      position:relative;
                      top:1px;
                    }
  
  /* --- PRICELIST SECTION --- */ 
  
    .pricelist1 {
      width: 100%;
      padding: 50px 0px;
      display: flex;
      background-image: url(trainpro4.jpg);
    }
    .pricelist2 {
      width: 100%;
      padding: 50px 0px;
      display: flex;
      background-image: url(trainpro4.jpg);
    }
        .pricelist_con {
          width: 900px;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          gap: 20px;
        }
            .price_con {
              width: 900px;
              min-height: 200px;
              display: flex;
              flex-direction: row;
              background-image: url(trainpro3.jpg);
              text-align: center;
              color: #010000;
              -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
              -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
            }
            .price_con2 {
              width: 900px;
              min-height: 200px;
              display: flex;
              flex-direction: row;
              background-image: url(trainpro3.jpg);
              text-align: center;
              color: #010000;
              -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
              -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
              filter: opacity(.4);
            }
                .price_con_title {
                  width: 40%;
                  padding: 20px 10px;
                  text-align: center;
                  font-weight: 400;
                  font-size: 1.25rem;
                  line-height: 1.25;
                  color:#e73725;
                }
                .price_con_info {
                  width: 40%;
                  padding: 20px 10px;
                  text-align: left;
                  vertical-align: top;
                  font-weight: 400;
                  line-height: 1.75;
                  font-size: 1rem;
                  color:rgb(82, 81, 81);
                }
                .price_con_price0 {
                  padding: 20px 10px;
                  width: 20%;
                  display: flex;
                  flex-direction: column;
                }
                .price_con_price1 {
                  width: 100%;
                  padding: 5px 0px;
                  text-align: center;
                  font-size: 1.25rem;
                  color:#e73725;
                  font-weight: 700;
                }
                .price_con_price2 {
                  width: 100%;
                  padding: 5px 0px;
                  text-align: center;
                  font-size: 0.75rem;
                  color:#e73725;
                  font-weight: 400;
                }
  
  /* --- ABOUTME SECTION --- */ 
  
    .aboutme {
      width: 100%;
      padding: 50px 0px;
      display: flex;
      flex-wrap: wrap;
      align-items: top;
      gap: 40px 40px;
      background-image: url(trainpro0.jpg);
      color: rgb(175, 174, 174);
    }
        .aboutme_con_photo {
          width: 450px;
          height: 600px;
  
          background-image: url(b01.png);
          background-position: center center;
          background-size: contain;
          background-attachment: local;
        }
            .aboutme_con_text {
              width: 650px;
              font-size: 1rem;
            }
                .aboutme_con_text_ul {
                  padding: 0px 30px;
                  line-height: 2;
                }
  
  /* --- MAP SECTION --- */ 
  
  .map {
    width: 100%;
    padding: 50px 0px;
    display: flex;
    flex-direction: row;
    background-image: url(trainpro1.jpg);
  }
  
      .map_con1 {
        width: 600px;
        height: 600px;
        padding: 50px 0px;
        display: flex;
        color: #ffffff;
        text-align: center;
        
        background-image: url(trainpro0.jpg);
        -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
      }
          .mapka {
            width: 450px; 
            height: 450px;
          }
      .map_con2 {
        width: 500px;
        height: 600px;
    
        display: flex;
        color: #ffffff;
        
        background-image: url(trainpro0.jpg);
        -webkit-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 11px 15px -3px rgba(0, 0, 0, 0.2);
      }
  
          .map_icon {
            width: 40px;
            height: 40px;
            fill:#ffffff;
            position: relative;
            top: 2px;
          }
              .td1 {
                width: 50px;
                height: 70px;
                padding: 0 10px;
              }
              .td2 {
                width: 200px;
                height: 70px;
                padding: 0 10px;
                text-align: left;
                font-size: 2.5rem;
                vertical-align: middle;
              }
                .map_con1 a {
                  color: white;
                }
  
  /* --- FOOTER SECTION --- */ 
  
    .footer {
      width: 100%;
      height: 300px;
      display: flex;
      background-image: url(trainpro2.jpg);
      color: #e1e1e1;
    }
    .footer a {
      color: white;
    }
  
  }