:root {
    --color-primary: #57C192;
    --color-sec: #F4F7FB;
    --color-gray: #5D6C7B;
}

img {
    max-width: 100%
}

a {
    text-decoration: none;
    transition: 0.5s;
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin-bottom: 0;
}

body {
    font-family: 'PT Root UI';
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    overflow-x: hidden;
    color: #111113;
    overflow-x: hidden;

}

.mob {
    display: none
}

.no-bg {
    background: none !important
}

.hid .soc {
    flex-wrap: wrap;
    align-items: center;
    max-width: 130px;
}

.hid .soc img {
    width: 32px;
}

.hid .soc a {
    padding: 0 0px 6px 0;
    margin-bottom: 5px;
    display: inline-block;
    width: 39px;
}

.hid .soc a:nth-child(6) {
    padding: 0 0 0 0
}

/*FLEX*/

.fl {
    display: flex;
}

.fw {
    flex-wrap: wrap;
}

.jsb {
    justify-content: space-between;
}

.jc {
    justify-content: center;
}

.jfe {
    justify-content: flex-end;
}

.jsa {
    justify-content: space-around;
}

.ac {
    align-items: center;

}

.ae {
    align-items: flex-end
}

.tc {
    text-align: center;
}

.cw {
    color: white
}

.cb {
    color: black;
}

.container-fluid {
    padding: 0 4%;

}

section {
    padding:50px 0
}

#upbutton {
    right: 30px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 50px;
}

/*PROMO*/

.promo {
    background: url(../img/promo.webp) no-repeat;
    background-size: cover;
    color: white;
    height: 100vh;

}

header.inner {
     background: url(../img/promo.webp) no-repeat;
    background-size:cover;
    padding:10px 0
}

header.inner .menu ul li a {
    color:white;
}
header.inner .menu ul li.current a {
    border-bottom:1px solid rgba(255, 255, 255, 0.41);
}


.promo-in {
    padding: 100px 0 90px;

}

.logo {max-width:200px;}



header ul {
    display: flex;
    justify-content: space-between;
}


header ul li {
    padding:0 15px;
    font-size:18px;
    font-weight:500;
}

.promo h1 {
    font-weight:400;
    font-family: 'Yeseva One';
    font-size:56px;
    text-align:center;
    margin-bottom:30px;
}

.promo p {
    text-align: center;
    font-size:24px
}

.promo .but {
    text-align: center;
    margin-top:30px;
    margin-bottom:30px;
    margin-top:40px;
}

.promo .but a {
    background: #417F0C;
    border-radius: 25px;
    padding:12px 25px;
}

.promo .scroll {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 47%;
    font-size: 16px;

}

.promo .scroll p {
    font-size:inherit;
}

section h2 {
    margin-bottom:40px;
    text-align: center;
    font-size:38px;
}

/*ABOUT*/

.about {
    
}

.about .text {
    background: #eee;
    padding:30px 100px 40px;
    font-size:24px;
}

.about .text p {
    margin-bottom:30px;
}


/*CONTACTS*/

.contacts .cont-in {
    max-width: 600px;
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0px 0px 15px silver;
    flex-basis: 40%;
    position: relative;
    z-index: 5;

}

.map {
flex-basis: 60%;
}
.contacts .c-item {
    margin-bottom:20px;
}
.contacts .c-item .title {
    font-size:23px;
    font-weight:500;
    margin-bottom:10px;
}
.contacts .more {
    margin-top:35px;
}
.contacts .more a {
    background: #417F0C;
    border-radius: 25px;
    padding:12px 25px;
    color:white;
}

/*FEED*/

.feed .text {
    background: #eee;
    padding:30px 100px 40px;
    font-size:24px;
}

.feed .text p {
    margin-bottom:30px;
    text-align: center ;
}
.feed .more {
    text-align: center 
}
.feed .more a {
    background: #417F0C;
    border-radius: 25px;
    padding:14px 55px;
    color:white;
    font-size:19px;
}

/*GALLERY*/
.gallery .fl {
    flex-wrap: wrap;
}
.gallery .item {
    padding: 5px;
    flex-basis: 25%;

}

.gallery.page552 .item {
    padding: 5px;
    flex-basis: 33%;

}

/*FOOTER*/

footer {
    background: #4f4f4f;
    padding: 30px 0;
    color: white;
    clear: both;
    position: relative;
    top: 40px;

}

footer p {
    margin-right:20px;
    margin-bottom:10px;
}

footer i {
    color:#417f0b;
}

/*FAQ*/

.faq {
    padding: 80px 0 50px;

}

.faq ul li {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}


.faq .hid {
    display: none;
    max-width: 980px;
    font-size: 18px;

}

.faq h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    max-width: 570px;
    margin: 0 auto 40px;

}

.faq ul li .title {
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    padding: 16px 0;

}

.faq ul li .arr {
    background: url(../img/plus.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    transition: 0.5s;

}

.faq ul li.active .arr {
   transform:rotate(45deg) 
}


.faq .but.all {
    margin-top: 70px;
    text-align: center;
}

.faq .but a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--color-primary);
    padding: 15px 25px;
    border-radius: 5px;
    border: 1px solid;
    transition: 0.5s;
}

.faq .but a:hover {
    background: var(--color-primary);
    color: white;
}


/***** CATALOG *****/

.bread {
    padding: 20px 0
}

.bread ul {
    display: flex;
    align-items: center;
    font-size: 12px;


}

.bread ul li a {
    padding: 0px;
    color: #5D6C7B;
}

.bread ul li img {
    position: relative;
    top: -2px;
}

.bread ul li a:after {
    content: '/';
    padding: 0 7px;
}


/*TIMELINE*/

.timeline ul {
    padding: 50px 0;

}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 1px;
    margin: 0 auto;
    padding-top: 50px;
    background: #417f0b;

}

.timeline .title {
    font-size:30px;
    color:#417f0b;
    font-weight:500;
    margin-bottom:20px;
}

.timeline .subtitle {
    font-size:24px;
    margin-bottom:20px;
}

.timeline p {
    font-size:18px;
}

.timeline ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: inherit;
    z-index: 1;

}

.timeline ul li div.chat {
    position: relative;
    bottom: 0;
    width: 450px;
    padding: 0;
    background: none;
    width: 450px;
    text-align: right;

}



.timeline ul li .chat {
    margin-left: -500px;

}

.timeline ul li .chat2 {
    left: 0px;
    width: 450px;
    margin-left: 100px;
    text-align: left;

}

.timeline ul li:nth-child(2n) .chat2 {
    margin-left: -500px;
    text-align: right;
    left: -450px;
    position: relative;

}

.timeline ul li:nth-child(2n) .chat {
    margin-left: 0px;
    text-align: left;
    left: 50px;

}





.timeline ul li img {
    width: 400px;

}



time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #f45b69;
}

.timeline ul li div {
    transition: all 0.5s ease-in-out;

}

.timeline .fl {
    width:900px;
    align-items: center 

}

.timeline ul li:nth-child(odd) div.chat {}

.timeline ul li:nth-child(even) div.chat {
   

}

.timeline ul li.in-view div.chat {
  transform: none;
  visibility: visible;
  opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */



@media screen and (max-width: 600px) {

}


/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

.mouse {
    width: 30px;
    height: 51px;
    box-shadow: inset 0 0 0 3px #fff;
    border-radius: 25px;
    margin: 16px auto 0 auto;
    position: relative;
}

.mouse:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    position: absolute;
    left: 50%;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}

/*INNER PAGE*/

 h1 {
    margin-bottom:30px;
}

.text-inner {
    font-size: 18px;

}

.text-inner ul {
    padding:30px;
    list-style: disc ;
}

.text-inner p {
    margin-bottom:10px;
}

.text-fl .txt {
flex-basis:70%
}

.text-fl .img {
    flex-basis:30%;
    margin-left:30px;
}
.text-fl ul {
    padding:0
}
.text-fl ul li {
    list-style:none;
    margin-bottom:30px;
    
}

.text-fl ul li .fl {
    display: flex;
    align-items: center;
}
.text-fl ul li .title {
    font-size:28px;
    margin-bottom:20px;
}

.text-fl ul li:nth-child(2n) .img {
    order:-1;
    margin-right:30px;
    margin-left:0;
}
 