/* Minification failed. Returning unminified contents.
(1612,27): run-time error CSS1038: Expected hex color, found '#f1f1eefff'
 */
  @import url('https://fonts.googleapis.com/css2?family=Changa:wght@200;300;400;500;600&display=swap');




html {
    scroll-behavior: smooth;
}

* {
}

body {
    font-family: 'Changa', sans-serif;
    font-weight: normal;
    margin: 0;
    color: #151716;
    background-color: #f1f1ee;
}

    body.oh {
        overflow: hidden;
    }

h1, h2, h3, h4, h5 {
}

a {
    color: #151716;
    cursor:pointer;
    outline:none;
}

    a:hover, a:focus {
        color: #151716;
        text-decoration: none;
    }

::selection {
    background: #151716;
    color: #f1f1ee;
    text-shadow: none;
}

::-webkit-selection {
    background: #151716;
    color: #f1f1ee;
    text-shadow: none;
}

::-webkit-input-placeholder { /* Edge */
    color: #ccc;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
}

::placeholder {
    color: #aaa;
}

::-webkit-scrollbar {
    background-color: transparent;
    width: 3px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: rgba(0, 0, 0, 1);
    }





.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .grayscale:hover {
        filter: none;
        -webkit-filter: grayscale(0%);
    }

.colorscale {
    filter: none;
    -webkit-filter: grayscale(0%);
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .colorscale:hover {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    }
/*BOOTSTRAP CUSTOM STYLES*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0px;
    float: left;
}


.row {
    margin: 0;
    padding: 0;
}
/*_____________MP________________*/
.button {
    display: inline-block;
    padding: 2px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
    background-color: #151716;
    border: none;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    color: #151716;
    font-size: 18px;
    letter-spacing: 2px;
     transition-delay:0.3s;
}

    .button .txt {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
        padding: 6px 45px;
        background-color: #f1f1ee;
        transition: all 0.3s;
         transition-delay:0.3s;
         display:flex;
         align-items:center;
    }



    .button:hover {
    
        clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
        transition-delay:0s;
    }

        .button:hover .txt {
            clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
             transition-delay:0s;
        }
         .button .txt .icon {
      margin-right:10px;
    }

    .button.dark {
        background-color: #f1f1ee;
        color: #f1f1ee;
    }

        .button.dark .txt {
            background-color: #151716;
        }
 .button.fill {
        background-color: #f1f1ee;
        color: #151716;
    }
 .button.fill .txt {
        background-color: #f1f1ee;
    }
  .button.filldark {
        background-color: #151716;
        color: #f1f1ee;
    }
 .button.filldark .txt {
        background-color: #151716;
    }

   .button.fillred {
        background-color: #a0220a;
        color: #f1f1ee;
    }
 .button.fillred .txt {
        background-color: #a0220a;
    }



    .button.nl .txt {
        background-color: #193540;
    }

        .button .txt .icon {
       font-size:24px;
       margin-right:15px;
    }




        .arrow-btn{
        color:#f1f1ee;
        display:inline-block;
        transition:all 0.3s;
    }

         .arrow-btn:hover{
          color:#f1f1ee;
     
    }
        .arrow-btn .btn-con{
        
        display:flex;
        align-items:center;
        
    }
         .arrow-btn .btn-con .txt{
        font-size:18px;
    }
          .arrow-btn .btn-con .line{
     width:30px;
     height:2px;
     background-color:#f1f1ee;
     transition:all 0.3s;

     margin-left:5px;
    }

                    .arrow-btn:hover .btn-con .line{
     width:45px;
     /*background-color:#151716;*/

    }

       .arrow-btn .btn-con .arrow{
     width:16px;
     height:16px;
    border:2px solid #f1f1ee;
    border-width:2px 2px 0 0;
    transform:rotate(45deg);
    margin-left:-17px;
     transition:all 0.3s;
    }
              .arrow-btn:hover .btn-con .arrow{
     /*border-color:#151716;*/
    }



 .arrow-btn.dark,
  .arrow-btn.dark:hover{
        color:#151716;
      }

        
    .arrow-btn.dark .btn-con .line{
     background-color:#151716;

    }
                 

       .arrow-btn.dark .btn-con .arrow{

    border-color:#151716;

    }
             



.arrow-btn.kerem,
.arrow-btn.kerem:hover{
        color:#bcb19a;
      }

        
    .arrow-btn.kerem .btn-con .line{
     background-color:#bcb19a;

    }
                 

       .arrow-btn.kerem .btn-con .arrow{

    border-color:#bcb19a;

    }








.f-container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0 45px;
}


.m-container {
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
    padding: 0 45px;
}

    .f-container:before,
    .f-container:after,
    .m-container:before,
    .m-container:after {
        content: " ";
        display: table;
    }




    .h-container{
         width: 100%;
    padding: 0 45px;
    max-width:600px;
    }

.inner-row {
    margin-top: 186px;
}




@media (max-width: 1199px) {
    .m-container {
        width: 100%;
    }
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .f-container {
        padding: 0 30px;
    }

    .m-container {
        padding: 0 30px;
    }
        .h-container{
       
    padding: 0 30px;

    }

}

@media (max-width: 767px) {
   .button {
     font-size: 14px;

}

    .button .txt {
      padding: 5px 35px;
  
    }



   
         .arrow-btn .btn-con .txt{
        font-size:14px;
    }
          .arrow-btn .btn-con .line{
     width:25px;
    
    }
       .arrow-btn:hover .btn-con .line{
     width:35px;
    
    }

           

       .arrow-btn .btn-con .arrow{
     width:12px;
     height:12px;
    margin-left:-13px;

    }







    .f-container {
        padding: 0 15px;
    }

    .m-container {
        padding: 0 15px;
    }
       .h-container{
       
    padding: 0 15px;

    }
    .inner-row {
        margin-top: 91px;
    }




}

/*_____________HEADER________________*/
.header-row {
    top: 0px;
    right: 0;
    width: 100%;
    position: fixed;
    z-index: 120;
}

    .header-row.bg-1 {
    }

    .header-row.bg-2 {
    }

    .header-row .header-top-row {
        transition: all 0.5s;
        padding: 30px 0;
        position: relative;
        z-index: 123;
    }

        .header-row .header-top-row:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background: rgb(241,241,238);
            background: linear-gradient(180deg, rgba(241,241,238,0.7) 0%, rgba(241,241,238,0) 100%);
        }

        .header-row.toplight .header-top-row:before,
         .header-row.dark .header-top-row:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background: rgb(21,23,22);
            background: linear-gradient(180deg, rgba(21,23,22,0.7) 0%, rgba(21,23,22,0) 100%);
        }
        .header-row.toplight.scrolled .header-top-row:before{
            background:transparent
        }
    .header-row.scrolled .header-top-row {
        padding: 20px 0;
        background-color: #f1f1ee;
    }
      .header-row.dark.scrolled .header-top-row {
        background-color: #151716;
    }
    .header-row .header-menu-row {
        transition: all 0.5s;
        position: absolute;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 121;
    }

    .header-row.scrolled .header-menu-row {
        background-color: #f1f1ee;
        transition-delay: 0s;
    }
      .header-row.dark.scrolled .header-menu-row {
        background-color: #151716;
     
    }

    .header-row.scrolled2 .header-menu-row.out {
        top: 0%;
    }


    .header-row .header-con-row {
        width: 100%;
        position: relative;
        display: flex;
    }

        .header-row .header-con-row .logo-col {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            width: 150px;
            z-index: 25;
            padding-bottom: 30px;
            transition: all .5s;
        }

    .header-row.scrolled .header-con-row .logo-col {
        padding-bottom: 0;
    }


    .header-row .header-con-row .logo-col svg {
        width: 100%;
        display: block;
        transition: all .5s;
    }


        .header-row .header-con-row .logo-col svg path {
            fill: #151716;
            transition: fill .5s;
        }

        .header-row.toplight .header-con-row .logo-col svg path,
          .header-row.dark .header-con-row .logo-col svg path {
            fill: #f1f1ee;
            
        }
         .header-row.toplight.scrolled .header-con-row .logo-col svg path{
             fill: #151716;
         }
    .header-row.menu-open .header-con-row .logo-col svg path {
        fill: #151716;
    }
    .header-row .header-con-row .logo-col .logo-t {
        position: absolute;
        bottom: 0;
    }

    .header-row.scrolled .header-con-row .logo-col .logo-t {
        opacity: 0;
    }


    .header-row .header-con-row .side-col {
        padding: 0;
        flex: 1 1 0px;
        position: relative;
        display: flex;
        align-items: center;
    }

        .header-row .header-con-row .side-col.start-col {
            justify-content: flex-start;
        }

        .header-row .header-con-row .side-col.end-col {
            justify-content: flex-end;
        }

    .header-row .header-con-row .lang a {
        display: block;
        color: #151716;
        font-size: 14px;
        margin-bottom:5px;
    }
        .header-row .header-con-row .lang a:not(.show) {
            opacity: 0;
            transition:all .5s
         }
    .header-row .header-con-row .lang:hover a:not(.show) {
        opacity: 1;
    }
     
    .header-row .header-con-row .lang:hover a.show {
        opacity: .7;
        cursor:initial;
    }
    .header-row.toplight .header-con-row .lang a,
    .header-row.dark .header-con-row .lang a {
        color: #f1f1ee;
       
    }
        .header-row.toplight.scrolled .header-con-row .lang a{
            color:#151716
        }
    .header-row .header-con-row .lang:hover a:not(.show):hover {
        color:#a0220a;
    }
    .header-row .header-con-row .search {
        z-index: 14;
        position: relative;
    }

        .header-row .header-con-row .search .con {
            display: flex;
            align-items: center;
            color: #151716;
            cursor: pointer;
            transition: all 0.3s;
        }
        .header-row.toplight .header-con-row .search .con,
         .header-row.dark .header-con-row .search .con {
            color: #f1f1ee;
          
        }
         .header-row.toplight.scrolled .header-con-row .search .con{
             color:#151716;
         }

    .header-row .header-con-row .search .con .icon {
        font-size: 24px;
    }

    .header-row .header-con-row .search .con .ttl {
        font-size: 16px;
        font-weight: 300;
        margin-left: 10px;
    }




    .header-row .header-con-row .hamburger {
        width: 30px;
        position: relative;
        z-index: 25;
        padding: 5px 0;
        cursor: pointer;
        display: none;
    }

        .header-row .header-con-row .hamburger span {
            display: block;
            position: relative;
            width: 100%;
            height: 2px;
            background-color: #151716;
            margin: 4px 0;
            transition: all 0.3s;
        }
        .header-row.toplight .header-con-row .hamburger span,
        .header-row.dark .header-con-row .hamburger span {
            background-color: #f1f1ee;
         
        }
         .header-row.toplight.scrolled .header-con-row .hamburger span{
              background-color: #151716;
         }
        .header-row .header-con-row .hamburger.open span {
            background-color: #151716;
        }

        .header-row .header-con-row .hamburger span:nth-of-type(1) {
            top: 0;
        }

        .header-row .header-con-row .hamburger span:nth-of-type(3) {
            bottom: 0;
        }

        .header-row .header-con-row .hamburger.open span:nth-of-type(1) {
            transform: rotate(45deg);
            top: 6px;
        }

        .header-row .header-con-row .hamburger.open span:nth-of-type(2) {
            opacity: 0;
        }

        .header-row .header-con-row .hamburger.open span:nth-of-type(3) {
            transform: rotate(-45deg);
            bottom: 6px;
        }






.slogan-con {
    width: 180px;
    display: inline-block;
    background: url('/img/countericon.svg') no-repeat transparent;
}
            .slogan-con img  {
                width: 100%;
                display: block;
                overflow: hidden;
            }


            .slogan-con img {
                animation: myAnim 15s linear 0s infinite normal none;
                transform-origin: center;
            }

       


@keyframes myAnim {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .header-row .header-con-row .lang a {
        margin-bottom: 1px;
        float: right;
        margin-right: 10px;
        width: 30px;
    }
	.header-row .header-con-row .lang.visible-xs {
        display: flex !important;
        flex-wrap: wrap;        max-width: 80px;
    }
    .header-row .header-top-row {
        padding: 20px 0;
    }

    .header-row.scrolled .header-top-row {
        padding: 15px 0;
        background-color: #f1f1ee;
    }


    .header-row .header-con-row .logo-col {
        width: 90px;
        padding-bottom: 20px;
    }

    .header-row.scrolled .header-con-row .logo-col {
        padding-bottom: 0;
    }

    .header-row .header-con-row .search {
        margin-right: 15px;
    }


        .header-row .header-con-row .search .con .icon {
            font-size: 22px;
        }

        .header-row .header-con-row .search .con .ttl {
            display: none;
        }

    .header-row .header-con-row .hamburger {
        display: block;
    }


    .header-row .header-menu-row {
        display: none;
    }


      .slogan-con{
            width:120px;
 
        }

}


/*____________________NAV_____________*/
.header-row .header-menu-row ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
}

    .header-row .header-menu-row ul li {
        margin: 0 10px;
    }

        .header-row .header-menu-row ul li a {
            display: block;
            padding: 2px 5px;
            font-size: 18px;
            font-weight: 400;
            text-transform: uppercase;
            color:#151716
        }
        .header-row.toplight .header-menu-row ul li a,
         .header-row.dark .header-menu-row ul li a {
        
            color:#f1f1ee
        }
         .header-row.toplight.scrolled .header-menu-row ul li a{

             color:#151716;
         }
.header-row .header-con-row .menu-col {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #f1f1ee;
    width: 100%;
        height: -webkit-fill-available;
    height: 100vh;

    z-index: 24;
}


    .header-row .header-con-row .menu-col .menu-col-con {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

        .header-row .header-con-row .menu-col .menu-col-con .top-con {
            flex-grow: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 45px;
        }

    .header-row .header-con-row .menu-col .menu-items {
        text-align: center;
        display: flex;
        flex-direction: column;
    }

        .header-row .header-con-row .menu-col .menu-items .menu-item {
            padding: 1px;
            display: inline-block;
            margin-bottom: 7px;
        }

            .header-row .header-con-row .menu-col .menu-items .menu-item .link-con {
                font-size: 22px;
                letter-spacing: 2px;
                text-transform: uppercase;
                overflow: hidden;
            }

    .header-row .header-con-row .menu-col .menu-col-con .bottom-con {
        display: flex;
        align-items: center;
        padding: 30px;
        justify-content: space-between;
    }

        .header-row .header-con-row .menu-col .menu-col-con .bottom-con .ttl {
            font-size: 14px;
            letter-spacing: 2px;
        }

        .header-row .header-con-row .menu-col .menu-col-con .bottom-con .sn-icon {
            color: #151716;
            display: inline-block;
            margin-left: 10px;
        }

            .header-row .header-con-row .menu-col .menu-col-con .bottom-con .sn-icon .icon {
                font-size: 18px;
                display: block;
            }

@media(max-width:991px) {
    .header-row .header-menu-row ul {
        justify-content: space-between;
    }

        .header-row .header-menu-row ul li {
            margin: 0 0;
        }
}

@media(max-width:767px) {
    .header-row .header-con-row .menu-col {
        display: block;
    }
}

/*____________SEARCH________________*/


.header-row .search-col {
    position: fixed;
    top: -170px;
    left: 0;
    z-index: 35;
    transition: all 0.3s;
    width: 100%;
}


    .header-row .search-col.in {
        top: 0;
    }




    .header-row .search-col .search-input-con {
        position: relative;
        z-index: 26;
        height: 126px;
        background-color: #f1f1ee;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: all 0.3s;
        width: 100%;
    }

.header-row.scrolled .search-col .search-input-con {
    height: 91px;
}

.header-row .search-col .search-input-con .search-input-row {
    position: relative;
    padding: 0 45px;
}

.header-row .search-col .search-input-con .search-close {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 0px;
    cursor: pointer;
}

    .header-row .search-col .search-input-con .search-close .icon {
        display: block;
        font-size: 32px;
        color: #2d2f30;
    }


.header-row .search-col .search-input-con .input-con {
    width: 100%;
    max-width: 450px;
    display: inline-block;
    position: relative;
}


    .header-row .search-col .search-input-con .input-con input {
        border: none;
        border-bottom: 1px solid #151716;
        background-color: #f1f1ee;
        outline: 0;
        font-size: 16px;
        text-align: center;
        padding: 5px 25px;
        width: 100%;
        transition: all 0.3s;
    }

        .header-row .search-col .search-input-con .input-con input:focus {
            background-color: #f1f1ee;
        }

    .header-row .search-col .search-input-con .input-con .search-icon {
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -12px;
        display: block;
    }

        .header-row .search-col .search-input-con .input-con .search-icon .icon {
            font-size: 24px;
            display: block;
        }





@media(max-width:1199px) {
}

@media(max-width:767px) {

    .header-row .search-col .search-input-con {
        height: 91px;
    }

    .header-row.scrolled .search-col .search-input-con {
        height: 62px;
    }


    .header-row .search-col .search-input-con .search-input-row {
        padding: 0;
    }

    .header-row .search-col .search-input-con .search-close {
        margin-top: -15px;
    }

        .header-row .search-col .search-input-con .search-close .icon {
            font-size: 30px;
        }


    .header-row .search-col .search-input-con .input-con {
        max-width: 100%;
    }


        .header-row .search-col .search-input-con .input-con input {
            font-size: 14px;
            padding: 5px 25px;
        }

            .header-row .search-col .search-input-con .input-con input:focus {
                background-color: #f1f1ee;
            }

        .header-row .search-col .search-input-con .input-con .search-icon {
            margin-top: -11px;
        }

            .header-row .search-col .search-input-con .input-con .search-icon .icon {
                font-size: 22px;
            }
}




/*__________FORM_____________*/

.form-rows {
}


.form-row {
    display: flex;
    margin-bottom: 15px;
    width: 100%;
}

.form-rows .form-row:last-of-type {
    margin-bottom: 0;
}

.form-row .form-con {
    flex: 1 0 0;
}

    .form-row .form-con.form-con-2 {
        flex: 2 0 0;
    }

    .form-row .form-con.form-con-3 {
        flex: 3 0 0;
    }

    .form-row .form-con.form-con-4 {
        flex: 4 0 0;
    }

    .form-row .form-con.form-con-0 {
        flex: initial;
    }



    .form-row .form-con:not(:last-of-type) {
        margin-right: 30px;
    }

    .form-row .form-con .form {
        width: 100%;
        border: none;
        border-bottom: 1px solid #151716;
        font-size: 18px;
        padding: 10px 10px;
        font-weight: 300;
        outline: 0;
        background-color: transparent;
        resize:none;
    }

        .form-row .form-con .form.light {
            border-color: #f1f1ee;
            color: #f1f1ee;
        }

            .form-row .form-con .form.light::placeholder {
                color: rgba(241, 241, 238, 0.49);
            }

    .form-row .form-con .desc {
       font-size:14px;
       font-weight:300;
       margin-bottom:5px;
    }

       


    
 .form-filter{
          display: block;

 }  
  .form-filter input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }
    .form-filter input ~ .checkmark {
        width: 100%;
        padding: 0;
        font-weight:300;
        padding-left: 20px;
        font-size:18px;
        color:#151716;
        display:inline-block;
        position:relative;
        transition:all 0.2s;
          cursor: pointer;

    }


   .form-filter input ~ .checkmark:before {
     content: "";
  position: absolute;
  top: 50%;
  margin-top:-6px;
  left: 0px;
  width: 12px;
  height: 12px;
  border:1px solid #151716;
  background-color:#f1f1ee;
}
    .form-filter input:hover ~ .checkmark:after {
     content: "";
  position: absolute;
  top: 50%;
  margin-top:-4px;
  left: 2px;
  width: 8px;
  height: 8px;
  background-color:#bbb;
}
.form-filter input:checked ~ .checkmark:after {
     content: "";
  position: absolute;
  top: 50%;
  margin-top:-4px;
  left: 2px;
  width: 8px;
  height: 8px;
  background-color:#151716;
}


 .form-filter.light input ~ .checkmark {
        color:#f1f1ee;


    }


    .form-filter.light input ~ .checkmark:before {
  border:1px solid #f1f1ee;
  background-color:transparent;
}
    .form-filter.light input:hover ~ .checkmark:after {
  background-color:rgba(241, 241, 238, 0.4);
}
.form-filter.light input:checked ~ .checkmark:after {
  background-color:#f1f1ee;
}

 .form-filters{
      display:flex;
      flex-wrap:wrap;

 }  
  .form-filters .form-filter{
     margin-right:30px;

 } 
        @media(max-width:767px){
            
.form-row {

    margin-bottom: 10px;
 
}



    .form-row .form-con:not(:last-of-type) {
        margin-right: 15px;
    }

    .form-row .form-con .form {
        font-size: 14px;
        padding: 10px 10px;

    }

    
    .form-filter input ~ .checkmark {
        font-size:14px;

    }  
    .form-filters .form-filter{
     margin-right:15px;

 } 
        }

/*________NewsLetter______*/

.nl-row {
    background-color: #193540;
    position: relative;
    z-index: 90;
}

.nl-con {
    display: flex;
}

    .nl-con .txt-con {
        flex: 1 0 0;
        margin: 90px 0;
        color: #f1f1ee;
        text-align: center;
    }

        .nl-con .txt-con .ttl {
            font-size: 24px;
            font-weight: 100;
            margin-bottom: 30px;
        }

            .nl-con .txt-con .ttl span {
                font-weight: 500;
            }

    .nl-con .form-row {
        margin-bottom: 30px;
    }

        .nl-con .form-row .form {
            text-align: center;
        }



    .nl-con .img-con {
        flex: 1 0 0;
        text-align: right;
    }

        .nl-con .img-con .img {
            width: 100%;
            height: calc(100% + 120px);
            transform: translateY(-60px);
            padding-left: 45px;
        }

            .nl-con .img-con .img .bg {
                width: 100%;
                height: 100%;
                background-position: center;
                background-size: contain;
                background-repeat: no-repeat;
            }



@media(max-width:1199px) {

    .nl-con .txt-con {
        margin: 60px 0;
    }
}
@media(max-width:767px) {

    .nl-con .txt-con {
        margin: 45px 0;
    }

        .nl-con .txt-con .ttl {
            font-size: 20px;
            margin-bottom: 15px;
        }

         

    .nl-con .form-row {
        margin-bottom: 15px;
    }

    .nl-con .img-con{
        display:none;
    }
}
/*__________FOTER_____________*/


.footer-row {
    background-color: #151716;
    color: #f1f1ee;
    padding: 90px 0 60px 0;
}

    .footer-row .footer-con {
        display: flex;
    }

        .footer-row .footer-con .f-col {
            flex: 1 0 0;
        }

        .footer-row .footer-con .f-menu-con {
            display: flex;
            height: 100%;
        }

            .footer-row .footer-con .f-menu-con ul {
                list-style: none;
                padding: 0;
                margin: 0;
                margin-right: 90px;
            }

                .footer-row .footer-con .f-menu-con ul:last-of-type {
                    margin-right: 0;
                }

                .footer-row .footer-con .f-menu-con ul li {
                    margin-bottom: 2px;
                }

                    .footer-row .footer-con .f-menu-con ul li a {
                        display: inline-block;
                        color: #f1f1ee;
                        font-size: 18px;
                        font-weight: 400;
                        padding: 2px 0;
                        transition: all 0.3s;
                    }

                        .footer-row .footer-con .f-menu-con ul li a:hover {
                            color: #be2a30;
                        }

        .footer-row .footer-con .f-contact-con {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }

            .footer-row .footer-con .f-contact-con .top-con {
                display: flex;
                justify-content: space-between;
            }

            .footer-row .footer-con .f-contact-con .f-contact {
                max-width: 450px;
                margin-right: 60px;
            }

                .footer-row .footer-con .f-contact-con .f-contact ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                    .footer-row .footer-con .f-contact-con .f-contact ul li {
                        margin-bottom: 15px;
                    }

                        .footer-row .footer-con .f-contact-con .f-contact ul li a {
                            display: flex;
                            align-items: center;
                            color: #f1f1ee;
                        }

                            .footer-row .footer-con .f-contact-con .f-contact ul li a .icon {
                                font-size: 18px;
                                margin-right: 10px;
                                transition: all 0.3s;
                            }

                            .footer-row .footer-con .f-contact-con .f-contact ul li a:hover .icon {
                                color: #be2a30;
                            }


                            .footer-row .footer-con .f-contact-con .f-contact ul li a .val {
                                font-size: 16px;
                                font-weight: 100;
                            }


        .footer-row .footer-con .f-sn {
            display: flex;
            align-items: flex-start;
        }

            .footer-row .footer-con .f-sn .sn-icon {
                color: #f1f1ee;
                margin-left: 20px;
                transition: all 0.3s;
            }

                .footer-row .footer-con .f-sn .sn-icon:hover {
                    color: #be2a30;
                }

                .footer-row .footer-con .f-sn .sn-icon .icon {
                    display: block;
                    font-size: 24px;
                }

        .footer-row .footer-con .f-cr {
            text-align: right;
            font-size: 12px;
            font-weight: 100;
            letter-spacing: 1px;
            color:rgba(241, 241, 238, 0.45)
        }



@media(max-width:1199px) {
        .footer-row {
    padding: 60px 0 60px 0;
}
}

@media(max-width:991px) {


    .footer-row .footer-con .f-menu-con ul {
    margin-right: 45px;
}

    .footer-row .footer-con .f-contact-con .f-contact {
    margin-right: 45px;
}
}


@media(max-width:767px) {
            .footer-row {
    padding: 45px 0;
}

            .footer-row .footer-con {
   flex-wrap:wrap;
}
            .footer-row .footer-con .f-col {
 min-width:100%;
}

            .footer-row .footer-con .f-menu-con {

    justify-content: space-between;
    margin-bottom:30px;
}
            .footer-row .footer-con .f-menu-con ul {
    margin-right: 0;
}
            .footer-row .footer-con .f-menu-con ul:last-of-type {
    text-align:right;
}
            .footer-row .footer-con .f-menu-con ul li a {
    font-size: 14px;

}
            .footer-row .footer-con .f-contact-con .f-contact {
    margin-right: 15px;
}
            .footer-row .footer-con .f-contact-con .f-contact ul li a .val {
    font-size: 12px;

}
            .footer-row .footer-con .f-contact-con .f-contact ul li a .icon {
    font-size: 16px;

}
            .footer-row .footer-con .f-sn .sn-icon .icon {

    font-size: 20px;
}

            .footer-row .footer-con .f-cr {
   margin-top:15px;
    font-size: 10px;
    text-align:center;

}
}



/*_________________LOADER________________________*/
.c-loader {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #151716;
    z-index: 230;
    transition: all 0.3s;
    transition-delay: 0.25s;
}

    .c-loader .c-loader_container {
        position: absolute;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        z-index: 10;
        text-align: center;
    }

        .c-loader .c-loader_container img {
            width: 160px;
            margin-bottom: 20px;
        }

        .c-loader .c-loader_container .c-loader_progress {
            width: 240px;
            margin: 0 auto;
            height: 4px;
            background-color: #ccc;
            overflow: hidden;
            position: relative;
        }

        .c-loader .c-loader_container .c-loader_progress-bar {
            position: absolute;
            top: 0;
            right: 0;
            width: 0%;
            height: 4px;
            background-color: #FDC854;
            -webkit-animation: moveprogress 1.5s cubic-bezier(0.694, 0.048, 0.335, 1) infinite;
            animation: moveprogress 1.5s cubic-bezier(0.694, 0.048, 0.335, 1) infinite;
        }

    .c-loader .c-loader_stripe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .c-loader .c-loader_stripe_first {
        background-color: #FDC854;
        z-index: 2;
        transition: all 0.25s;
        transition-delay: 0.2s;
    }

    .c-loader .c-loader_stripe_second {
        background-color: #f1f1eefff;
        z-index: 3;
        transition-delay: 0.2s;
        transition: all 0.2s;
    }




    .c-loader.out {
        transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
    }

        .c-loader.out .c-loader_stripe_first {
            transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
        }

        .c-loader.out .c-loader_stripe_second {
            transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
        }

        .c-loader.out .c-loader_container {
            opacity: 0;
        }



@keyframes moveprogress {
    0% {
        width: 0%;
        transform: translateX(0%);
    }

    50% {
        width: 100%;
    }

    100% {
        transform: translateX(100%);
    }
}












/*_______________INNER PAGEs_________*/









.half-head-row {
            margin-bottom: 45px;
        }


.half-head-row .head-con {
               text-align:right;
            }

.half-head-row .head-con .head {
                font-size: 24px;
                width:50%;
                padding:0;
                margin:0;
                font-weight:300;
            }
.half-head-row .head-con .head span{
                font-weight:600;
            }

.half-head-row .desc-con .desc {
             width:50%;
             float:right;
             font-size:18px;
             font-weight:100;
            }





.half-head-row-2 {
            margin-bottom: 45px;
            display:flex;
        }


.half-head-row-2 .head-con {
    flex:1 0 0;
    max-width:50%;
            }

.half-head-row-2 .head-con .head {
                font-size: 32px;
                line-height:30px;
                padding:0;
                margin:0;
                font-weight:600;
                display:inline-block;
            }
.half-head-row-2 .head-con .head span{
                font-weight:100;
                display:block
            }
.half-head-row-2 .desc-con  {
             flex:1 0 0;
              max-width:50%;
            }

.half-head-row-2 .desc-con .desc {
         
             font-size:18px;
             font-weight:100;
            }


.simple-head-row {
            margin-bottom: 45px;
        }


.simple-head-row .head-con {
               text-align:center;
            }

.simple-head-row .head-con .head {
                font-size: 24px;
                padding:0;
                margin:0;
                font-weight:300;
            }
.simple-head-row .head-con .head span{
                font-weight:600;
            }
.bread-row{
    display:flex;
    align-items:center;
    margin:15px 0 15px 0;
}

.bread-row .bread-con{
    order:1;
}

.bread-row:after{
    content:'';
    order:2;
    flex-grow:1;
    height:1px;
    background-color:#151716;
    opacity:0.3;
    margin:0 15px;

}

.bread-row.dark:after{
    background-color:#f1f1ee;

}

.bread-row .bread-con ul {
    padding: 0;
    margin:0;
    list-style:none;

}

.bread-row .bread-con ul>li {
  display:inline-block;

}
.bread-row .bread-con ul>li+li:before {
    content: "|";
    padding: 0 5px;
    color: #151716;
}



.bread-row .bread-con ul>li a {
   font-size:12px;
   font-weight:300;
   color:#151716;
}


.bread-row.dark .bread-con ul>li+li:before {
    color: #f1f1ee;
}



.bread-row.dark .bread-con ul>li a {

   color:#f1f1ee;
}


.bread-row .bread-con ul>li a:hover {
   
}

.bread-row .share-con{
            position:relative;
            order:3;
    }
.bread-row .share-con .share-ttl{
    cursor:pointer;
    color:#151716;
    }
.bread-row.dark .share-con .share-ttl{

    color:#f1f1ee;
    }

.bread-row .share-con .share-ttl .icon{
         font-size:20px;
         display:block;
    }


.bread-row .share-con .dropdown-menu{
     position: absolute;
    top: 100%;
    right: 0;
    left:initial;
    z-index: 1000;
    min-width:initial;
    width: 150px;
    padding:10px 15px;
    margin: 0;
    margin-top:-10px;
    margin-right:35px;
    background-color: #f1f1ee;
    border: 1px solid #151716;
    -webkit-box-shadow:none;
    box-shadow: none;
    text-align:center;
}
.bread-row .share-con .dropdown-menu .ttl{
     font-size:12px;
     font-weight:300;
     margin-bottom:10px;
     color:#15171670;
}




.sorry-row{
    background-color:#151716;
    display:flex;
    align-items:center;
    justify-content:center;
    height:100vh;
    color:#f1f1ee;
    text-align:center;
}

.sorry-row .head{
  font-size:36px;
  font-weight:100;
  padding:45px;
}
.sorry-row .head div{
  
  font-weight:600;
  color:#be2a30
}

@media(max-width:767px) {

    .half-head-row,
    .simple-head-row {
        margin-bottom: 30px;
    }




        .half-head-row .head-con .head,
        .simple-head-row .head-con .head {
            font-size: 20px;
        }

        .half-head-row .desc-con .desc {
            font-size: 14px;
        }
        

.half-head-row-2 {
            margin-bottom: 30px;
           flex-wrap:wrap
        }


.half-head-row-2 .head-con {

    max-width:initial;
    min-width:100%;
    margin-bottom:10px;
            }

.half-head-row-2 .head-con .head {
                font-size: 28px;
                line-height:26px;
                
            }

.half-head-row-2 .desc-con  {
            max-width:initial;
    min-width:100%;
            }

.half-head-row-2 .desc-con .desc {
         
             font-size:14px;

            }








    .bread-row {
        margin: 10px 0;
    }

        .bread-row:after {
            margin: 0 10px;
        }

        .bread-row .bread-con ul > li + li:before {
            padding: 0 3px;
        }



        .bread-row .bread-con ul > li a {
            font-size: 10px;
        }

        .bread-row .share-con .share-ttl .icon {
            font-size: 16px;
        }


        .bread-row .share-con .dropdown-menu {
            width: 120px;
            padding: 7px 10px;
            margin-top: -8px;
            margin-right: 25px;
        }

            .bread-row .share-con .dropdown-menu .ttl {
                font-size: 10px;
            }



            .sorry-row .head{
  font-size:32px;
  padding:30px;
}
}


/*_______________MODAL______________*/
.modal {
    text-align: center;
    background-color: #15171610;
}

.modal-open {
    /*overflow: scroll;*/
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

    .modal-dialog.md-dialog {
        width: 720px;
    }
}


@media screen and (min-width: 991px) {
    .modal-dialog.md-dialog {
        width: 850px;
    }
}


.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}




.modal-content {
    background-color: #f1f1ee;
    border: 2px solid #151716;
}

.modal-header {
    padding: 15px 30px;
    border: none;
    border-bottom: 2px solid #151716;
    display: flex;
    align-items: center;
}


    .modal-header.nb {
        border-bottom: none
    }

    .modal-header .head-con {
        flex-grow: 1;
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 24px;
        color:#333
    }



    .modal-header .close {
        color: #151716;
    }

        .modal-header .close .icon {
            display: block;
            font-size: 36px;
            cursor: pointer
        }







.modal-body {
    padding: 30px;
    text-align: left;
}

    .modal-body.npt {
        padding-top: 0;
    }

    .modal-body.npb {
        padding-bottom: 0;
    }



    .modal-body .desc {
        font-size: 14px;
        margin-bottom: 30px;
        color:#333
    }

    .modal-body .form-row .form-con .form {
     color:#666
    }

    .modal-body .form-row .form-con select.form {
        padding: 5px 10px;
    }

    .modal-body .btn-row {
        margin-top: 30px;
    }




    .modal-body .res-row {
        display: flex;
    }

label.alert {
     padding: 8px 16px;
    /*    clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);*/
    color: #fff;
    white-space: pre-wrap;
    border: none;
    text-align: center;
    transition: all 0.3s;
    font-size: 18px;
    float: right;
    font-weight: 100;
    display: none;
    margin-bottom:0
}

    label.alert.error {
        background-color: #a0220a
    }

    label.alert.success {
        background-color: #193540
    }
label.alert.full {
    float: none;
    width: 100%;
    margin-top: 0;
 
}

@media (max-width:767px) {
    .modal-dialog {
        width: 90%;
    }
    label.alert {
   float:none;
   width:100%;
   margin-top:10px;
   padding:5px 10px;
   font-size:14px
    }

    .modal-header {
        padding: 10px;
    }


        .modal-header .head-con {
            font-size: 18px;
        }



        .modal-header .close .icon {
            font-size: 32px;
        }







    .modal-body {
        padding: 15px 10px;
    }



        .modal-body .desc {
            font-size: 10px;
            margin-bottom: 15px;
        }

        .modal-body .btn-row {
            margin-top: 15px;
        }
}


