:root{
    --theme-color:#EF3D44;
    --cta-color:#CF2830;
    --text-color: #5B6670;
    --dark-bgr-color: #1D252C;
    --section-bottom-margin: 100px;
    --page-width:1170px;
    font-family: 'Montserrat', sans-serif;
}

*{
    margin: 0;
    padding: 0;
    color: var(--text-color);
}
a{
    text-decoration: none;
}
nav ul{
    text-align: right;
}
nav ul li{
    display: inline-block;
}
nav ul li a{
    font-weight: 700;
}
section{
    margin-bottom: var(--section-bottom-margin);
}

.block{
    margin-bottom: 50px;
}
.thin{
    font-weight: 100;
}
.text-red{
    color: var(--cta-color);
}
:root{
    --theme-color:#EF3D44;
    --cta-color:#CF2830;
    --text-color: #5B6670;
    --dark-bgr-color: #1D252C;
    --section-bottom-margin: 100px;
    --page-width:1130px;
    font-family: 'Montserrat', sans-serif;
}

*{
    margin: 0;
    padding: 0;
    color: var(--text-color);
    font-family: 'Montserrat', sans-serif;
}
a{
    text-decoration: none;
}
input,textarea{
    font-size: 16px;
}
/*
  Hamburger menu start
*/
.menu-opener {
    padding: 0px 0px;
    text-align: center;
    margin: 0px;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    height: 50px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
    font-weight: bold;
    top: 10px;
    right: 10px; }
    .menu-opener .link-name {
      color: #D1D943;
      font-weight: 700;
      font-size: 18px;
      line-height: 50px;
      transform: translateY(-2px); }
  
  .hamburger {
    position: relative;
    margin-left: 10px;
    width: 40px;
    height: 30px;
    padding: 0px;
    outline: none;
    border: 0px;
    display: inline-block;
    overflow: hidden;
    padding: 3px; }
  
  .hamburger span {
    height: 2px;
    width: 30px;
    left: 5px;
    position: absolute;
    background-color: var(--cta-color);
    transition: all 0.4s; }
  
  .hamburger span:nth-child(1) {
    top: 4px; }
  
  .hamburger span:nth-child(2) {
    top: 14px; }
  
  .hamburger span:nth-child(3) {
    top: 24px; }
  
  .menu-opener.is-open .hamburger span:nth-child(1) {
    transform: translateY(10px) translateX(0) rotate(45deg); }
  
  .menu-opener.is-open .hamburger span:nth-child(2) {
    transform: translateY(0px) translateX(-35px); }
  
  .menu-opener.is-open .hamburger span:nth-child(3) {
    transform: translateY(-10px) translateX(0) rotate(-45deg); }
  
  nav.top {
    transition: all 0.4s;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute; }
  nav .logo img{
    max-width: 250px;
    margin: 5px 0px;
  }
  nav.top .menu {
    visibility: hidden;
    opacity: 0;
    /*transition: all 0.4s;*/
    width: 0px;
    height: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    display: block;
    transition: opacity 0.4s ease, visibility 0.4s ease 0.4, width 0.4s ease 0.4, height 0.4s ease 0.4; }
  
  nav.top .menu li {
    list-style: none;
    text-align: center;
    padding: 5px 0px;
    transition: all 1s;
    margin: 0px;
    position: relative;
    display: block;
    height: 20px;
    line-height: 100%; }
  
  nav.top .menu li a {
    text-decoration: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  
  nav.top.active .menu {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 9999;
    box-sizing: border-box; }
  
  nav.top.active {
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9; }
  
  nav.top.active .menu li {
    display: block; }
  
  main {
    position: relative; }
  
  nav.top .menu li:nth-child(1) a {
    opacity: 0;
    padding-right: 20px;
    transition: opacity .4s ease-out 0.4s,
   padding .4s ease-out 0.4s; }
  
  nav.top .menu li:nth-child(2) a {
    opacity: 0;
    padding-right: 20px;
    transition: opacity .4s ease-out 0.45s,
   padding .4s ease-out 0.45s; }
  
  nav.top .menu li:nth-child(3) a {
    opacity: 0;
    padding-right: 20px;
    transition: opacity 0.4s ease-out 0.5s,
   padding .4s ease-out 0.5s; }
  
  nav.top .menu li:nth-child(4) a {
    opacity: 0;
    padding-right: 20px;
    transition: opacity .4s ease-out 0.55s,
   padding .4s ease-out 0.55s; }
  
  nav.top .menu li:nth-child(5) a {
    opacity: 0;
    padding-right: 20px;
    transition: opacity .4s ease-out 0.60s,
   padding .4s ease-out 0.60s; }
  
  nav.top .menu li:nth-child(6) a {
    opacity: 0;
    padding-right: 20px;
    transition: opacity .4s ease-out 0.65s,
   padding .4s ease-out 0.65s; }
  
  nav.top .menu li:nth-child(7) a {
    opacity: 0;
    padding-right: 20px;
    transition: opacity .4s ease-out 0.7s,
   padding .4s ease-out 0.7s; }
  
  nav.top .menu li a {
    opacity: 0;
    padding-right: 20px; }
  
  nav.top.active .menu li a {
    opacity: 1;
    padding-right: 0px; }
  
  /* Hamburger menu end */

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav ul{
    text-align: right;
    margin-top: 5px;
    margin-bottom: 20px;
}
nav ul.ia_2{
   
        margin-bottom: 10px;
    }

nav ul li{
    display: inline-block;
    transition: all 300ms ease-in-out;
}
nav ul li a{
    font-weight: 700;
    margin-left: 20px;
    padding-bottom: 5px;
    transition: all 300ms ease-in-out;
}
nav ul li a:hover{
    color: var(--cta-color);
    
    
}
nav ul li:hover{
    transform: translateY(-5px);
}
nav ul li a.active{
    border-bottom: 1px solid var(--cta-color);
}
nav ul.ia_1 li a{font-size: 13px;}
nav ul.ia_2 li a{font-size: 16px;}
.menus{
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}
header{
    margin-bottom: var(--section-bottom-margin);
}
section{
    margin-bottom: var(--section-bottom-margin);
}
.home__services{
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 150px;
}
.home__services .service{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.home__services a.service img{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.home__services a.service{
    transition: transform 500ms ease-in-out;
    perspective: 300px;
}
.home__services a.service img{
    transition: transform 500ms ease-in-out;
}
.home__services .service:hover{
    transform: translateY(-10px);
    
}
.home__services .service:hover img{
    transform: rotateY(360deg);
}
.home__main{
    padding: 0px 200px;
    font-size: 21px;
    
}

.home__main h1 {
    color:var(--cta-color);
    font-size: 48px;
    margin-bottom: 50px;
}
.home__main h2 {
    color:var(--cta-color);
    font-size: 48px;
    margin-bottom: 50px;
}
.home__main p{
    margin-bottom: 50px;

}

.home__main_large{
    font-size: 24pt;
    font-weight: 100;
    margin-bottom: 50px;
    
}
.home__main_large a{
    color: var(--cta-color);
    font-weight: 600;
}

.page__main{
    padding: 100px 50px 0px 50px;
    font-size: 21px;
   
}

.page__main h1 {
    color:var(--cta-color);
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: 700;
}
.page__main h2 {
    color:var(--cta-color);
    font-size: 48px;
    margin-bottom: 40px;
}
.page__main p{
    margin-bottom: 40px;
    line-height: 130%;

}

.page__main_large{
    font-size: 24pt;
    font-weight: 100;
    margin-bottom: 50px;
    
}
.page__main_large a{
    color: var(--cta-color);
    font-weight: 600;
}

.page header{
    width: 100%;
    position: relative;
    max-height: 100%;
    margin-bottom: 0px;
    height: 300px;
}


.page header img{
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 300px;
}



.page header h1{
    color: #fff;
    font-weight: 300;
}
.page__main h3{
    color: var(--cta-color);
    font-size: 30px;
    margin-bottom: 30px;
}
.page .page__main p a{
    font-weight: 700;
    line-height: 150%;
}

.page__main img{
    max-width: 100%;
    height: auto;
}

.team_members{
    display: flex;
    flex-wrap: wrap;
}
.team_member{
    flex: 0 50%;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 50px;

}
.team_member h4{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 300;
}
.team_member h5{
    color: var(--cta-color);
    font-size: 18px;
    margin-bottom: 10px;
}
.team_member a{
    font-size: 18px;
    font-weight: 600;
}


/*ELEMENTS*/
.red-button{
    background-color: var(--cta-color);
    color: #FFF;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 50px;
    font-weight: 600;
    margin-right: 50px;

}
.transparent-button{
    color: var(--cta-color);
    font-size: 16px;
    
    font-weight: 600;

}
footer .forms  {
    display: flex;
    max-width: var(--page-width);
    background-color: var(--theme-color);
    background-image: url(./images/Footer-01.png);
    background:  url(../images/Footer-01.png),
    linear-gradient(0deg, var(--theme-color) 0%, var(--cta-color) 100%);
    background-size: cover;
    background-position: top left;
    transform: translateY(-50px);
    box-sizing: border-box;
    color: #fff;
}

footer .forms a i{
    color: #ffffff;
}
.page__main .panel{
    width: 100%;
    color: #262626;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
    padding: 0px 10px;
}
.page__main .active .panel{
    padding: 0px 0px 10px 0px;
    opacity: 1;
    height: auto;
    max-height: 2000px;
}

.page__main .active .more{
    display: none;
}
.page__main .active .less{
    display: inline-block;
}
.page__main  .more{
    display: inline-block;
}
.page__main  .less{
    color: var(--text-color);
    display: none;
}
.page__main ul{
    margin-top: -20px;
    margin-left: 20px;
}
.page__main ul li{
    list-style: none;
}
.page__main ul li::before{
    content: "";
    height: 6px;
    width: 6px;
    background-color: var(--cta-color);
    display: inline-block;
    margin-right: 20px;
    border-radius: 50%;
    margin-bottom: 5px;



}
.page__icon{
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 20px;
}
.page__icon_logo{
    position: absolute;
    right: 0;
    top: 100px;
}
.card{
    background-color: #fff;
    
    margin: 10px 20px 30px 20px;
    border-left: 5px solid var(--cta-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card.no-image{
   
    padding: 10px 200px 10px 10px;
    margin: 0;
}
.card.register{
    width: max-content;
     padding: 20px 300px 20px 10px;
     margin: 0;
}
.card__left{
    padding: 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 150%;
    font-size: 18px;
    flex-direction: column;
}
.card__right{
    padding: 0;
}
.forms h2,
.forms p,
.forms a{
    color:#fff;
}
.forms .col{
    padding: 60px 100px;
  
}
.forms h2{
    margin-bottom: 30px;
    font-size: 30px;
}
.forms p{
    margin-bottom: 20px;
    line-height: 150%;
    font-size: 18px;
}
.forms a{
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 5px;
    display: inline-block;
    
}
.forms a i {
    transition: transform 500ms ease-in-out;
    color: #ffffff;
    font-size: 18px;
    margin-right: 5px;
}
.forms a:hover i{
    /*transform: translateX(-10px);*/
    transform: rotate(-45deg);

}
footer{
    position: relative;
    background-color: var(--dark-bgr-color);
    padding-bottom: 20px;
}
.footer{
    display: flex;
    justify-items: baseline;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-top: -10px;
}
.inner-content{
    width: 100%;
    max-width: var(--page-width);
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 20px;
    padding-right: 20px;*/
    box-sizing: border-box;

}
.cta-red{
    color: var(--cta-color);
}
.thin{
    font-weight: 100;
}
.light{
    font-weight: 300;
}
.bold{
    font-weight: 700;
}
.text-red{
    color: var(--cta-color);
}

.slick-container {
    /*height: 500px;*/
  }
  
.slick-slider, .slick-list, .slick-track {
   /* height: 500px;*/
    width: auto;
}
.slick-slide {
    width: 100%;
}
.header-slide{
    max-width: 100%;
    position: relative;
}
.header-slide-wrapper{
    position: absolute;top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50px);
}
.header-slide-inner{
    width: 100%;
    max-width: var(--page-width);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-sizing: border-box;
}
.header-slide img{
    width: 100%;
   /* height: 500px;*/
    object-fit: cover;
    object-position: top center;
}
.header-slide h2{
    color: #FFF;
    font-size: 54px;
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 120%;
    
}

.slick-dots{
    display: block;
    text-align: left;
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    
}
.slick-dots li{
    list-style: none;
}
.slick-dots li button{
    padding: 0px;
    width: 6px;
    height:6px;
    background-color:#FFF;
    border-radius: 50%;
    border:0;
    box-sizing: border-box;
}
.slick-dots li button:before{
    font-family: unset;
    width: 6px;
    height: 6px;
    content: "";
    
}

.slick-dots li.slick-active button{
    background-color:var(--cta-color);
    border:4px solid #fff;
    width: 14px;
    height:14px;
    
    
}

.slick-dotted.slick-slider {
    margin-bottom: var(--section-bottom-margin);
}

main{
    display: flex;
    transform: translateY(-10px);
     background-color: #FFF;
    
}
main aside{
    width: 400px;
    padding-top: 100px;
    
}
main aside:after{
    content: "";
    background-color:var(--cta-color);
    width:10px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;


}
main section{
    flex: 1;
    border-top: solid 10px var(--cta-color);
}
.contact-us form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;

}
.contact-us form .col1,
.contact-us form .col2{
    display: flex;
    flex-direction: column;
    width: calc(50% - 20px);

}
.contact-us form .col1{
    width: 100%;
}
.contact-us form label{
    margin-bottom: 10px;
}
.contact-us form input,textarea,select{
    background-color: #F3F4F4;
    border: 0;
    padding: 15px;
    box-sizing: border-box;
    
}
.contact-us form .red-button{
    border: 0;
    outline: none;
    cursor: pointer;
    float: right;
    margin-right: 0;
}
.contact-us form input:focus,
.contact-us form textarea:focus{
    outline: none;
    border:0;
    border-bottom: 3px solid var(--cta-color);
}
.submenu li{
    list-style: none;
    padding: 10px 10px 10px 50px;
    box-sizing: border-box;
}
.submenu li a{ 
    font-weight: 700;
    font-size: 18px;
}
.submenu li a.active{
    color: var(--cta-color);
}
.submenu h5{
    color: var(--cta-color);
    font-weight: 700;
    font-size: 18px;
    padding: 10px 10px 10px 50px;
}
.submenu h4{
    color: var(--text-color);
    font-weight: 700;
    font-size: 18px;
    padding: 10px 10px 10px 0px;
}

.submenu .address{
    padding: 0px 10px 40px 50px;
    line-height: 150%;
}

.submenu .forms_submenu {
    padding: 0px 10px 40px 50px;
    font-size: 20px;
}
.submenu .forms_submenu h3{
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 40px;

}
.submenu .forms_submenu a{
    font-weight: 700;
    font-size: 14px;
}

.submenu .forms_submenu a.active,
.submenu .forms_submenu a.active i{
    color: var(--cta-color)
}

@media screen and (max-width: 640px) {
    :root{
        --section-bottom-margin: 30px;
     
    }

    nav{
        display: block;
    }
    nav .logo{
        max-width: 70%;
    }
    .header-slide img{
        height: 300px;
        object-position: top right;
    }

    .menu-opener {
        display: flex;
    }
    .menus {
        display: none;
        background-color: #FFF;
    }
    .menus.active {
        display: block;
    }
    .menus.active ul li {
        margin-bottom: 20px;
    }
    .menus .ia_1{
        text-align: center;
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        
    }
    .menus .ia_2{
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .header-slide h2{
        font-size: 32px;
        margin-left: 20px;
        text-shadow: 0px 0px 10px rgb(0 0 0);
    }
    .slick-slider, .slick-list, .slick-track{
        height: 300px;
    }
    .slick-dots{
        text-align: center;
    }
    .home__main{
        padding: 0px 20px;
        font-size: 18p
    }
    .red-button,.transparent-button{
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .home__services{
        grid-template-columns: repeat(2,1fr)
    }
    .card{
        
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .home__main_large {
        font-size: 20pt;
        font-weight: 100;
        margin-bottom: 30px;
    }
    footer .forms{
        display: block;
        transform: translateY(0);
    }
    .forms .col{
        padding: 20px 10px;
        margin-bottom: 30px;
    }
    .footer{
        flex-direction: column;
        padding: 20px;
        text-align: center;
        display: flex;
    }
    .footer  div{
        margin-bottom: 20px;
    }
    .footer  div:nth-child(1)  { order: 2;} 
    .footer  div:nth-child(2)  { order: 1;} 
    .footer  div:nth-child(3)  { order: 3;} 

    
    .page header h1{
        font-size: 26px;
        margin: 20px;
        text-shadow: 0px 0px 10px rgb(0 0 0);
    }
    main{
        flex-direction: column;
    }
    main aside{
        width: 100%;
        flex: 1;
        padding-top: 20px; 
    }
    main section{
        border-top:5px solid var(--cta-color);
        margin-top: 35px;
    }
    .page__main{
        padding: 20px 10px;
    }
    .contact-us form .col1, .contact-us form .col2{
        width: 100%;
    }
}