/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
  


*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-appearance: none;
}
.elements__image__two{
    display: none;
}
#info::after{
    content: "▼";
}
body{
    font-family: 'ProximaNova', Arial, sans-serif;
    display: grid;
    justify-content: center;
    background-color: #fefef8;
    font-weight: 400;
    overflow-x: hidden;
    width: 100vw;
    padding-left: 50px;
}
.firstpage{
    width: 1300px;
    margin: 0 auto;
    padding-right: 200px;
}
header{
    display: flex;
    padding: 0 20px;
    margin: 0 auto;
    padding-top: 50px;
    justify-content: space-between;
    margin-bottom: 20px;
    max-width: 1200px;
}
.header__logo {
    display: flex;
    height: 80px;
}
.header__nav {
    display: flex;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    justify-content: space-around;
    width: 30%;
    margin-top: 30px;
    margin-right: 100px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nav__element {
  color: black

}
.nav__element>p {
    cursor: pointer;
    transition-duration: 0.5s;
}
.nav__element>p:hover {
    color: #ffc947;
}
.language{
    margin-left: 10px;
}
.firstpage__main {
    display: flex;
    font-size: 32px;
    margin-top: 10px;
    position: relative;
    max-height: 464px;
}
.main__text {
    display: flex;
    flex-direction: column;
}
.text__green {
    color: white;
    background-color: #305c2c;
    padding: 25px 100px;
    text-wrap: wrap;
    z-index: 0;
    line-height: 35px;
}
.text__green>span{
    font-size: 42px;
}
span{
    font-weight: 700;
}
.text__white {
    margin-left:auto;
    margin-left: 100px;
    margin-top: -20px;
    z-index: 999;
    display: flex;
    height: 80%;
}
.main__photo{
    width: 50%;
}
.white__ul{
    background-color: #fefef8;
    font-size: 20px;
    padding-left: 20px;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 10px 0px rgba(26, 26, 26, 0.2);
    line-height: 21px;
    justify-content: space-around;

}
li {
    list-style: none;
    padding: 10px 30px;
    background-image: url(/image/li.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px;
}


/* ourpluss part */

.ourpluss {
    margin: 0 auto;
    display: grid;
    justify-items: center;
    width: 1300px;
    max-width: 100vw;
    background: no-repeat;
    background-position-x: 100%;
    background-image: url(/image/Vector-2.svg\ fill.png);

    margin-top: 30px;
}
.ourpluss__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}
.header__title {
    margin: 0 auto;
    font-size: 40px;
}
.header__subtitle {
    font-size: 34px;
}
.ourpluss__elements {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ourpluss__elements__element {
    display: flex;
    background-color: #fefdf9;
    flex-basis: 40%;
    box-shadow: 0px 4px 10px 0px rgba(26, 26, 26, 0.2);
    margin-right: 40px;
    margin-bottom: 60px;
    height: 97px;
    max-width: 700px;
    max-height: 97px;
    overflow-y: hidden;
}
.element__img {
}
.element__text {
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-left: 20px;
}
.text__title {
    font-size: 20px;
    margin-bottom: 10px;
}
.text__subtitle {
font-size: 20px;
font-weight: 400;
}
/* History part */

.history {
    width: 1400px;
    margin: 0 auto;
}
.history__text {
    text-align: center;
}
.history__text__title {
    font-size: 42px;
}
.history__text__text {
    font-size: 36px;
}
.history__main {
    display: flex;
}
.history__main__photo {
    margin-top: 100px;
}
.main__elements {
    display: flex;
    margin-left: -450px;
}

.elements__text {
    font-size: 19px;
    margin-left: 10px;
}
.elements__text>div {
    max-width: 500px;
}
.text__1 {
    margin-top: 20px;
}
.text__2 {
    margin-top: 15px;
}
.text__3 {
    margin-top: 37px;
    margin-left: -5px;
}
.text__4 {
    margin-top: 50px;
    margin-left: -25px;
}
.text__5 {
    margin-top: 70px;
    margin-left: -130px;
}
.text__6 {
    margin-top: 65px;
    margin-left: -170px;
}
.text__7 {
    margin-top: 40px;
    margin-left: -400px;
}
.text__8 {
    margin-top: -20px;
    margin-left: -690px;
    width: 200px;
}



/* Section */


.info {
    width: 1160px;
margin-top: 100px;
    padding-right: 100px;
    margin: 0 auto;
}
.info__select{
    display: none;
}
.info__textside {
    background-color: white;
    width: 1160px;
    display: flex;
    border: #000000 solid 1px;
    height: 550px;
    display: none;
    margin-top: 20px;
}
.info__textside__text {
    padding: 10px 50px;
}
.info__textside__text__title {
    font-size: 34px;
    padding-top: 30px;
}
.info__textside__text__text {
    font-size: 20px;
}
.info__textside__photo>img {
  margin-top: 100px;
}
.info__buttonside {
}
.active{
    display: flex;
}
.info__buttonside {
    display: flex;
    width: 1160px;
}
.info__buttonside__button {
    width: calc(1157px/6);
    text-align: center;
    height: 37.5px;
    vertical-align: middle;
    background-color: white;
    border-right: #000000 solid 1px;
    border-bottom: #000000 solid 1px;
    padding: 0 5px;
    padding-top: 30px;
    cursor: pointer;
    color: #305c2c;
    font-weight: 600;
}
.f {
    border-left: #000000 solid 1px;
    
}
.l{
    padding-top: 20px;
    padding-bottom: 10px;
}
.active__btn{
    background-color: #305c2c;
    color: white;
}


/* Contact */

.contact {
    width: 106vw;
    background: no-repeat url(/image/phone.png);
    background-size: 100%;
    background-position: 0px 300px;
    padding-bottom: 100px;
}
.contact__section{
    width: 1200px;
    display: flex;
    justify-content: center;
    padding-left: 200px;
    padding-right: 100px;
    margin: 0 auto;
    margin-top: 100px;

}
.contact__input {
    width: 450px;
    max-width: 500px;
}
.input__title {
    font-size: 35px;
    margin-bottom: 10px;
}
.input__form{
    display: flex;
    flex-direction: column;
    text-align: center;

}
.input__form>input{
    padding: 15px 10px;
    margin-bottom: 15px;
    border: 1px black solid;
}
.input__form>input:focus{
    outline: none;
}

.input__conf {

}
.conf__text {
    text-align: center;
    font-size: 13px;
}
.contact__contact {
    margin-left: 50px;
    max-width: 700px;
}
.contact__title {
    font-size: 35px;
    margin-bottom: 10px;

}
.contact__elements {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.contact__elements__element {
    width: 300px;
    height: auto;
    font-size: 20px;
}
a{
    color: #305c2c;
}
.submit{
    background-color: #305c2c;
    color: white;
    font-weight: 600;
    width: 150px;
    margin: 0 auto;
    cursor: pointer;
    border: none;
}



/* Footer */
footer{
    background-color: #1a1a1a;
    display: flex;
    flex-direction: row;
    color: white;
    justify-content: space-around;
    padding: 20px 0;
    justify-content: center;
}
.footer__logo img{
    height: 70px;
}
.footer__nav {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    
}
.footer__nav__element {
    margin-left: 20px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.footer__nav__element>p:hover {
    color: #ffc947;
    cursor: pointer;
}
.footer__nav__phone {
    margin-left: 10px;
}
.q{
    margin-left: 30px;
}


/* Adaptive */
@media (max-width: 1500px) {
    .contact{
        width: auto;
    }
    .history__main{
        display: flex;
        flex-direction: row;
    }
    .elements__image__two{
        display: block;
    }
    .elements__image>img{
        display: none;
    }
    .main__elements{
        margin: 0;
        margin-top: 20px;
        margin-left: 20px;
    }
    .elements__text>div{
        margin-left: 0px;
    }
    .text__1{
        margin-top: 27px;
    }
    .text__2{
        margin-top: 10px;
    }
    .text__3{
        margin-top: 56px;
    }
    .text__4{
        margin-top: 87px;
    }
    .text__5{
        margin-top: 27px;
    }
    .text__6{
        margin-top: 25px;
    }
    .text__7{
        margin-top: 23px;
    }
    .text__8{
        margin-top: 23px;
    }
    .ourpluss{
        max-width: 2000px;
    }
  }
  @media (max-width: 1350px) {
    .nav__element{
        margin-right: 10px;
    }
  .ourpluss__elements__element {
    flex-basis: 50%;
  }
  .history__main{
    flex-direction: column;
  }
  .history>div{
    margin: 0 auto;
  }
  .history{
    width: auto
  }
  .history__main__photo{
    margin: 0 auto;
  }
  .main__elements{
    margin: 0 auto;
    margin-top: 50px;
  }
  .contact__section{
    width: auto;
  }
  .firstpage__main{
    flex-direction: column;
  }
  .ourpluss{
    overflow-x: hidden;

  }
  .main__photo{
    margin-bottom: 50px;
    margin-top: -50px;
  }
  .info__buttonside{
    display: none;
  }
  .info__select {
    margin-top: 20px;
    display: block;
  }
  #info{
    width: 100%;
    text-align: center;
    background-color: #305c2c;
    color: white;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
  }
  .info__textside{
    flex-direction: column;
    height: 900px;
    width: 600px;
    margin: 0 auto;
  }
  .info__textside__photo{
    margin-top: -50px;
  }
  .info__textside__photo>img{
    height: 250px;
    margin-top: 0;
  }
  .info{
    width: 700px;
    padding-right: 0;
    padding-left: 0;
  }
  .firstpage{
    width: 80vw;
    margin: 0 auto;
    padding-left: 0;
  }
  .firstpage__main{
    margin: 0 auto;
    justify-content: center;
    max-height: none;
  }
  .contact__section{
    flex-wrap: wrap;
  }
  .contact__section{
    flex-direction: column;
  }
  .contact__input{
    margin: 0 auto;
  }
  .contact__contact{
    margin: 0 auto;
  }
  .contact__title{
    text-align: center;
  }
  .contact__elements{
    flex-direction: column;
  }
  .info__textside__photo{
    margin-top: 50px;
    margin: 0 auto;
  }
  .input__title{
    text-align: center;
  }
  .contact__section{
    margin-left: 0;
  }
  footer{
    flex-direction: column;
    margin: 0 auto;
    width: 100vw;
  }
  .footer__nav{
    flex-direction: column;
    margin: 0 auto;
  }
  .footer__logo{
    margin: 0 auto;
  }
  .q{
    margin-left: 0;
    margin-top: 20px;
  }
  .footer__nav__phone{
    margin-left: 0;
    margin-top: 10px;
    text-align: center;

  }
  .footer__nav__element{
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
  }
  .contact{
    background-position: 0px 120%;

  }
}
@media (max-width: 850px) {
    body{
        padding: 0;
    }
    .info__textside__photo{
        margin-top: 20px;
    }

    header{
        flex-direction: column;
    }
    .header__logo{
        margin: 0 auto;
        height: auto;
    }
    .header__nav{
        flex-direction: column;
        text-align: center;
        margin-top: 20px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .nav__element{
        margin-top: 10px;
    }
    .firstpage{
        padding-right: 0;
    }
    .language>{
        margin-left: 0;
        margin-top: 20px;
    }
    .ourpluss__elements__element{
        flex-basis: auto;
        width: 350px;
        height: 70px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .element__img>img{
        height: 71px;
    }
    .ourpluss__elements{
        flex-direction: column;
        margin: 0 auto;
        width: 100vw;
    }
    .info__textside{
        width: 400px;
        height: 1500px;
    }
    .header__logo>img{
        display: flex;
        height: 70px;
    }
    .text__green{
        font-size: 27px;
        padding: 0px 50px;
        padding-bottom: 30px;
        text-align: center;
        font-weight: 400;
        padding-top: 20px;
        line-height: 27px;
    }
    .text__green>span{
        font-size: 27px;
    }
    .firstpage{
        width: 100vw;
    }
    .text__white{
        margin-left: 30px;
    }
    .main__photo>img{
        height: 300px;
    }
    .history__main__photo>img{
        height: 250px;
    }
    .history__text__title{
        font-size: 25px;
    }
    .history__text__text{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .elements__text{
        font-size: 15px;
    }
    .elements__text>div{
        max-width: 300px;
    }
    .main__elements{
        padding-left: -500px;
        width: 350px;
    }
    .history{
        margin-right: 70px;
    }
    .info{
        width: 300px;
    }
    .info__textside {
        margin-left: -26.1px;
        width: 350px;
        height: auto;
    }
    .contact__input{
        max-width: 300px;
        padding-right: 100px;
    }
    .header__title{
        font-size: 25px;
    }
    .ourpluss__header{
        margin-right: 75px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .header__subtitle{
        font-size: 20px;
        text-align: center;
    }
    .contact__contact{
        padding-right: 100px;
    }
    .text__1{
        margin-top: 17px;
    }
    .element__text{
        font-size: 14px
    }
    .text__title{
        font-size: 14px;
    }
    .text__subtitle{
        font-size: 15px;
    }
    .info__textside__photo{
        max-width: 300px;
        overflow-x: hidden;
    }
    .main__photo{
        width: 100vw;
        max-height: 300px;
        overflow-y: hidden;
    }
    .main__photo>img{
        width: 100vw; /* Гибкость – наше всё */
        height: auto; /* Доверьтесь автоматике */
        object-fit: contain; /* Исключаем искажения пропорций */
    }
    .text__6{
        margin-top: 15px;
    }
    .text__5{
        margin-top: 28px;
    }
    .info__textside__text__title{
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        font-weight: 700;
        padding-top: 10px;
    }
    .info__textside__text__text{
        font-size: 15px;
        line-height: 25px;
    }
    .info__textside__photo>img{
        height: 150px;
    }
    .info__textside__text{
        padding: 0 5px;
    }
    .header__nav{
        display: none;
    }
    .header__logo{
        display: none;
    }
    .white__ul{
        font-size: 16px;
    }

    
    label{
        display:flex;
         flex-direction:column;
         width:70px;
         cursor:pointer;
         margin-left: auto;
         transform: rotate(180deg);
       }
       header{
        padding-top: 10px;
       }
       label .o{
         background: black;
         border-radius:10px;
         height:7px;
         margin: 7px 0;
         transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
       
       }
       .o:nth-of-type(1){
         width:50%; 
       }
       
       .o:nth-of-type(2){
         width:100%;
       }
       
       
       .o:nth-of-type(3){
         width:75%;
        
       }
       
       
       input[type="checkbox"]{
         display:none;
       }
       
       
       input[type="checkbox"]:checked ~ .o:nth-of-type(1){
         transform-origin:bottom;
         transform:rotatez(45deg) translate(8px,0px)
       }
       
       
       input[type="checkbox"]:checked ~ .o:nth-of-type(2){
         
         transform-origin:top;
         transform:rotatez(-45deg)
       }
       
       
       input[type="checkbox"]:checked ~ .o:nth-of-type(3){
         
         transform-origin:bottom;
         width:50%;
         transform: translate(30px,-11px) rotatez(45deg);
       
       }
       .contact__elements__element{
        font-size: 16px;
        height: auto;
        margin-bottom: 10px;
       }
       .contact__section{
        margin-bottom: 100px;
       }
       .contact__contact{
        text-align: center;
       }
       .history{
        margin: 0;
       }
       
}

html{
    overflow-x: hidden;
}
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: none; /* Hidden initially */
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s;
}

.scroll-to-top:hover {
    background-color: #555;
}


   