html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/* css normalize */


@font-face {
    font-family: 'aRegular';
    font-weight: 500;
  
    src: url("../fonts/Arimo-Regular.woff2") format("woff2");
  }

  @font-face {
    font-family: 'aItalic';
    font-weight: 500;
  
    src: url("../fonts/Arimo-Italic.woff2") format("woff2");
  }


  @font-face {
    font-family: 'aBold';
    font-weight: 600;
  
    src: url("../fonts/Arimo-Bold.woff2") format("woff2");
  }


  @font-face {
    font-family: 'aBoldItalic';
    font-weight: 600;
  
    src: url("../fonts/Arimo-BoldItalic.woff2") format("woff2");
  }


.aBItalic{
    font-family: 'aBoldItalic';
}

.aBold{
    font-family: 'aBold';
}
.aItalic{
    font-family: 'aItalic';
}

.aRegular{
    font-family: 'aRegular';
}

.container{
    width: 1170px;
    margin: 0 auto;
}
header{
    background: url('../img/bgMoney.webp') no-repeat;
    min-height: 600px;
    background-size: cover;
}
a{

    color: #003515;
    position: relative;
	color: #0F351B; 
	cursor: pointer;
	line-height: 1;
	text-decoration: none; 
}

header a:after {
	display: block;
	position: absolute;
	left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
	width: 0;/*задаём длинну линии до наведения курсора*/
	height: 2px; /*задаём ширину линии*/
	background-color: #00a650; /*задаём цвет линии*/
	content: "";
	transition: width 0.3s ease-out; /*задаём время анимации*/
}

header a:hover:after,
header a:focus:after {
	width: 100%; /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}

.header-link{
    display: flex;
    gap: 40px;
}

.header-nav{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    align-items: center;

}
.header-main{
    max-width: 595px;
    margin-top: 95px;
    color: #003515;
}
.header-title{
    font-size: 36px;
 
}
.header-subtitle{
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.header-minsub{
    font-size: 15px;
}
.green-text{
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
    max-width: 930px;
    margin: 0 auto;
    border:  3px solid #fff;
    color: #fff;
    padding: 45px 83px;
    font-size: 18px;
    
}
.green-block{
    background: #00A86B;
    padding: 50px 0px 50px 0px;
}

.content-image img{
    box-shadow: -10px 8px 24px -3px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.block-content-item{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 60px;
}
.title-content{
    font-size: 36px;
    text-transform: uppercase;
    color: #08BA90;
    display: flex;
    flex-direction: column;
}
.title-content svg{
   margin-top: 20px;
   margin-bottom: 30px;
}
.subtitle-content{
    display: flex;
    flex-direction: column;
}
.und-title{
    font-size: 24px;
    margin-bottom: 10px;
}
.tabs-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-inline-start: 12px;
}
.content-info{
    color:#003515;
}

.interesting{
    background: url('../img/bg.webp') no-repeat;
    background-size: cover;
    margin-top: 40px;
}
.interes-content{
    padding: 50px 0px 25px 0px;
    max-width: 750px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.interes-title{
    font-size: 36px;
    color: #003515;
    text-align: center;
}
.interes-subtitle{
    font-size: 25px;
    color: #003515;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.interes-btn{
    display: flex;
    justify-content: center;
}
.interes-btn p{
    border: 1px solid #08BA90;
    color: #08BA90;
    max-width: 230px;
    width: 100%;
    text-align: center;
    padding: 10px 30px 10px 30px;
    font-size: 24px;
    text-transform: uppercase;
 
}
.interes-btn p:hover{
    background: #08BA90;
    color: #FFF;
    transition: all 0.5s;
}
.tree-title{
    color: #08BA90;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}
.tree-subtitle{
    color: #003515;
    font-size: 24px;
    margin-bottom: 55px;
}
.kov{
    font-size: 86px;
    color: #08BA90;
}
.tree-und-subtitle{
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 1040px;
}
.block-tree{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #F1F1F1;
    background-image: url('../img/tree.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 100%;
    position: relative;
}
.block-tree .yk {
    top: 15px;
    left: -23px;
}
.tabs-yk{
    position: relative;
}
.tabs-yk .yk{
    top: 0px;

    left: -168px;

}
.mission-und-subtitle{
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    line-height: 27px;
    font-size: 16px;
    margin: 0 auto;
    padding-top: 40px;
    color: #0F351B;
    max-width: 1200px;
}
.block-mission{
    padding-top: 40px;
    padding-bottom: 80px;
    background: url('../img/map.png');
}
.garant-und-subtitle{
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #0F351B;
    line-height: 25px;
}
.block-und-sub{
    display: flex;
    align-items: center;
}
.garant-mission{
    padding-top: 40px;
    padding-bottom: 40px;
    background: url('../img/map.png');
}

.price-title{
    color: #08BA90;
    font-size: 36px;
    text-align: center;

 
}
.price-subtitle{
    font-size: 24px;
    color: #003515;
    display: flex;
    flex-direction: column;
    line-height: 28px;
    padding-top: 43px;

    margin: 0 auto;
}

.price-und-subtitle{
    color: #003515;
    text-align: center;
    letter-spacing: 0.03em;
    line-height: 18px;
    padding-top: 35px;
    margin:0 auto;

}
.price{
    background-color:  rgba(245, 245, 245, 0.6);
    background-image: url('../img/bgPrice.png');
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
}
.price .yk {
    top: 25px;
}

.card-title{
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-transform: uppercase;
    color: #003515;
    text-align: center;
}
.map iframe{
    max-width: 667px;
    width: 100%;
    max-height: 253px;
}
.card-subtitle{
    font-size: 25px;
    color: #1DB68F;
    text-align: center;
}
.card{
    background: #fff;
    border: 2px solid #08BA90;
    max-width: 260px;
    width: 100%;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}
.price-card{
    display: flex;
    justify-content: space-between;
    margin-top: 47px;
}


.footer-text{
    background: #0F351B;
    color: #fff;
    padding: 20px 0px 20px 0px;
    font-size: 14px;
    text-align: center;
}

.contacts-subtitle{
    color: #08BA90;
    font-size: 36px;
    line-height: 41px;
    letter-spacing: 0.1em;
}

.contacts-title{
    text-align: center;
    color: #08BA90;
    font-size: 36px;
    margin-bottom: 80px;
}

.contacts{
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
}

.contacts-subtitle{
    display: flex;
    flex-direction: column;
}
.contacts-subtitle svg{
    margin-top: 15px;
}

.text-contact{
    color: #003515;
    font-size: 24px;
    margin-top: 30px;
}
.text-contact span{
    margin-left: 30px;
}
.networks{
    display: flex;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.block-contact-info{
    display: flex;
    justify-content: space-between;
}

.inputs-form{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.inputs-form input{
    border-radius: 0px;
    border: 1px solid #003515;
    padding-top: 12px;
    padding-left: 16px;
    padding-bottom: 12px;
    width: 100%;
}
.inputs-form textarea{
    border-radius: 0px;
    border: 1px solid #003515;
    padding-top: 12px;
    padding-left: 16px;
    padding-bottom: 12px;
    width: 100%;
}
.btn-form{
    max-width: 185px;
    width: 100%;
    background: none;
    border: 1px solid #003515;
    padding: 11px 37px;
}

.mob-menu{
    display: none;
}
.mob-tabs{
    display: none;
}
.yk{
    position: absolute;
    color: #939393;
    font-size:16px;
    letter-spacing: 0.14em;
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    left: 0;
    top: -55px;
}
.yk svg{
    transform: rotate(0deg);
}
.dropbtn {
    padding: 5px;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
}

.dropbtn
{



}

.dropbtn::after {
   
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    top: 7px;
}

.consulWebp{
    max-width: 430px;
    max-height: 290px;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 2px 0 2px 0px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

@media(max-width:1201px){
    .container {
        width: 98%;
        margin: 0 auto;
    }
}
@media(max-width:980px){

    .card {
        max-width: 220px;
    }
    .block-contact-info {
        flex-direction: column;
    }
    .map img{
        width: 100%;
    }
    .right-block{
        margin-top: 35px;
    }
    .inputs-form {
       padding-top: 15px;
        max-width: 98%;
        margin: 0 auto;
    }
    .block-tree {
        background-size: 13%;
    }
}
@media(max-width:781px){
    .yk{
        display: none;
    }
    .desk-tab{
        display: none;
    }
    .content-image{
        display: none;
    }
    .mob-tabs{
        display: block;
    }
    .swiper-slide{
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: calc((100% - 30px) / 2);
  
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;

    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        color: #00A86B;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        color: #00A86B;
    }
    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
        color: #00A86B;
    }
    .t2-text{
        font-size: 14px;
    }
    .about-us-btn {
        background-size: 170px 170px;
        width: 170px;
        height: 170px;
    }
    .block-und-img{
        display: none;
    }
    .garant-und-subtitle{
        margin-top: 20px;
    }
    .price-card {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
}
@media( max-width: 640px){
    .desk-header{
        display: none;
    }
    .mob-menu{
        display: block;
        position: relative;
    }
    nav{
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
      }
      
      .menu{
        list-style-type: none;
        padding: 0;
        margin: 0;
      }
      
      .menu li{
        display: inline-block;
      }
      
      .menu li a{
        display: block;
        padding: 10px 15px;
        color: #fff;
        text-decoration: none;
      }
      
      .wrapper{
        max-width: 1024px;
        padding: 10px;
        margin: 0px auto;
      }
      
      .menuToggle{  
          color: #fff;
          padding: 10px 15px;
          cursor: pointer;
          display: none;
      }
      
    
          .menuToggle{
              display: block;
          }
          .menu{
              display: none;
              position: absolute;
              left: 0;
              background: #00a650;
              width: 100%;
          }
          .menu li{
              display: block;
          }
      
      
      .icon {
          width: 25px;
          height: 25px;
          cursor: pointer;
      }
      
      .hamburger {
          width: 40px;
          height: 4px;
          transform: translate(-50%, -50%);
          background: #000;
          transition: 0.5s;
          display: inline-block;
          margin-left: 12px;
      }
      
      .hamburger:before,
      .hamburger:after {
          content: "";
          width: 40px;
          height: 4px;
          position: absolute;
          background: #000;
          transition: 0.5s;
      }
      
      .hamburger:before {
          top: -16px;
      }
      
      .hamburger:after {
          top: 16px;
      }
      
      .icon.active .hamburger {
          background: rgba(0, 0, 0, 0);
      }
      
      .icon.active .hamburger:before {
          top: 0;
          transform: rotate(45deg);
      }
      
      .icon.active .hamburger:after {
          top: 0;
          transform: rotate(135deg);
      }

      .header-language{
        font-size: 18px;
      }
      .header-title {
        font-size: 18px;
    }
    .header-subtitle {
        font-size: 16px;
    }
    .header-main {
        max-width: 595px;
        margin-top: 20px;
        color: #003515;
    }
    header {
        min-height: 360px;
        background-size: cover;
    }
    .green-text {
        font-size: 14px;
        border: none; 
        color: #fff;
        padding: 0px 0px;
    }
    .mob-size-tabs{
        max-width: 140px;
        width: 100%;
        max-height: 200px;
        height: 100%;
        background-size: 91px 91px;
        background-position: top center;
        
    }
    .tabs-text {
        font-size: 14px;
        padding-top: 103px;
    }
    .mob-tabs{
        margin-top: 40px;
    }
    .tabs-nav a.active {
        background-position: top center !important;
        background-size: 91px 91px !important;
    }
    .swiper-button-next, .swiper-button-prev { 
        width: calc(var(--swiper-navigation-size)/ 110 * 27) !important;
    }
    .title-content {
        font-size: 24px;
    }
    .und-title {
        font-size: 18px;
    }
    .tree-title {
        color: #08BA90;
        font-size: 24px;
        text-align: center;
        text-transform: uppercase;
    }
    .tree-subtitle {
        color: #003515;
        font-size: 18px;
        margin-bottom: 55px;
    }
    .tree-und-subtitle{
        font-size: 14px;
    }
    .mission-und-subtitle{
        font-size: 14px;
    }
    .garant-und-subtitle {
        font-size: 14px;
        text-align: center;
    }
    .price-title {
        color: #08BA90;
        font-size: 24px;
        text-align: center;
    }
    .price-subtitle {
        font-size: 18px;
        padding-top: 23px;
        margin: 0 auto;
    }
    .price-und-subtitle{
        font-size: 14px;
    }
    .card-title{
        font-size: 11px;
    }
    .card-subtitle {
        font-size: 18px;
        color: #1DB68F;
        text-align: center;
    }
    .card {
        max-width: 170px;
        min-height: 170px;
    }
    .price-card {
        gap: 10px;
    }

    .contacts-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .contacts-subtitle {
        font-size: 24px;
    }
    .text-contact {
        color: #003515;
        font-size: 20px;
        margin-top: 30px;
    }
    .text-contact span {
        margin-left: 15px;
    }
    .inputs-form input {
        width: 94%;
    }
    .inputs-form textarea{
        width: 94%;
    }
    .about-us-btn {
        background-size: 91px 91px;
        width: 91px;
        height: 91px;
    }
    .interes-title {
        font-size: 24px;
    }
    .interes-subtitle {
        font-size: 18px;
    }
    .interes-btn p {
        font-size: 18px;
    }
}