@font-face {
    font-family: 'Nitti Grotesk';
    src: url('../fonts/fonnts.com-Nitti_Grotesk.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nitti Grotesk';
    src: url('../fonts/fonnts.com-Nitti_Grotesk_Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nitti Grotesk';
    src: url('../fonts/fonnts.com-Nitti_Grotesk_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nitti Grotesk';
    src: url('../fonts/fonnts.com-Nitti_Grotesk_Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Miller Banner';
    src: url('../fonts/fonnts.com-Miller_Banner_Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Miller Banner';
    src: url('../fonts/fonnts.com-Miller_Banner_Semi_Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.post, .page {
    margin: 0px 0px 0px 0px;
}

.kikson-page{
    background-color: #F5F5F5;
}
.kikson-header{
    padding: 19px 80px 19px 80px;
}
.header-left{
	display: flex;
    flex: 1;
	justify-content: end;
}
.header-center{
	flex: 0 0 auto;
}
.header-right{
	display: flex;
    flex: 1;
	justify-content: start;
}
.kikson-header nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    width: 100%;
    max-width: 1296px;
    margin: auto;
}
/* +++++++++ */

.kikson-header ul a {
  position: relative;
  display: block;
}

.kikson-header ul a::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #A05D33;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.kikson-header ul a:hover::before {
  transform: scaleX(1);
}


/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.kikson-header ul[data-animation="to-left"] a::before {
  transform-origin: right;
}

.kikson-header ul[data-animation="center"] a::before {
  transform-origin: center;
}

.kikson-header ul[data-animation="bonus"] a::before {
  transform-origin: right;
}

.kikson-header ul[data-animation="bonus"] a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.82, 0.94);
}

/* +++++++++ */

.header-mobile{
    display: none;
}

.header-logo{
    display: block;
    width: 136px;
}
.header-logo img{
    display: block;
}
.kikson-header nav ul{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    gap: 100px;
}
.kikson-header nav ul li{
    list-style-type: none;
}
.kikson-header nav ul li a{
    color: #15213A;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Nitti Grotesk';
    padding: 5px 0px 5px 0px;
}

.kikson-footer{
    background-color: #15213A;
    padding: 38px 80px 32px 80px;
}
.kikson-footer-doughter{
    width: 1240px;
    max-width: 100%;
    margin: auto;
}
.kikson-footer-top{
    border-bottom: solid 1px #A05D33;
    padding: 0px 0px 45px 0px;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}
.kikson-footer-logo{
    width: 276px;
}
.empty-subscribe .kikson-footer-logo{
	flex: 1;
}
.empty-subscribe .kikson-footer-logo a{
	width: 100%;
	max-width: 276px;
}
.empty-subscribe .kikson-footer-menu{
	flex: 1;
}
.kikson-footer-logo a{
    display: block;
}
.kikson-footer-logo img{
    display: block;
}
.kikson-footer-menu{
    padding: 78px 0px 0px 0px;
}
.kikson-footer-menu_title{
    color: #A05D33;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 17%;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
    margin: 0px 0px 27px 0px;
}
.footer-menu-1{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.footer-menu-1 li{
    list-style-type: none;
}
.footer-menu-1 li a{
    text-decoration: none;
    color: #F5F5F5;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    transition: all 0.3s ease;
}
.footer-menu-1 li a:hover{
    color: #A05D33;
}
.footer-menu-1 .current-menu-item a{
    color: #A05D33;
}
.kikson-footer-subscribe{
    width: 100%;
    max-width: 445px;
    padding: 89px 0px 0px 0px;
}
.kikson-footer-subscribe .wpcf7-response-output{
    margin: 20px 0px 20px 0px !important;
    border-color: #a05d32 !important;
    background-color: #a05d32;
    color: #fff;
    padding: 10px 20px 10px 20px;
}
.kikson-footer-subscribe .wpcf7-not-valid-tip{
    margin: 10px 0px 0px 0px;
}
.kikson-subscribe{
    position: relative;
}
.kikson-subscribe input{
    border: solid 1px #F5F5F5;
    background-color: transparent;
    border-radius: 0px;
    outline: none;
    height: 50px;
    padding: 10px 73px 10px 13px;
    color: #D1D1CC;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
}
.kikson-subscribe input::placeholder{
    color: #D1D1CC;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
}
.kikson-subscribe input:focus{
    color: #D1D1CC;
}
.kikson-subscribe-email{
    margin: 0px 0px 15px 0px;
}
.kikson-subscribe-email p{
    margin: 0px 0px 0px 0px;
}
.kikson-subscribe-email input{
    width: 100%;
}
.kikson-subscribe-submit{
    position: absolute;
    right: 0px;
    top: 0px;
}
.kikson-subscribe-submit p{
    margin: 0px 0px 0px 0px;
}
.kikson-subscribe-submit input{
    height: 50px;
    border: solid 1px transparent !important;
    padding: 0px 20px 0px 20px;
    cursor: pointer;
    color: #A05D33;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
    transition: background-color 0.3s ease, color 0.3s ease;
}
.kikson-subscribe-submit input:hover{
    color: #fff;
}
.kikson-subscribe .wpcf7-spinner{
    position: absolute;
    right: 0px;
    bottom: -34px;
    background-color: #a05d32;
    opacity: 1;
    margin: 0px;
}
.kikson-footer-subscribe h1, .kikson-footer-subscribe h2, .kikson-footer-subscribe h3, .kikson-footer-subscribe h4, .kikson-footer-subscribe h5, .kikson-footer-subscribe h6{
    margin: 0px 0px 23px 0px;
    color: #F5F5F5;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
}
.kikson-footer-subscribe p a{
    color: #F5F5F5;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
    text-decoration: none;
    letter-spacing: -4%;
    transition: all 0.3s ease;
}
.kikson-footer-subscribe p a:hover{
    color: #A05D33;
}
.kikson-footer-bottom{
    padding: 25px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
}
.kikson-footer-bottom_right{
    display: flex;
    gap: 100px;
}
.kikson-footer-bottom_copyright{
    display: flex;
    gap: 20px;
	align-items: center;
}
.kikson-footer-bottom_year{

}
.kikson-footer-bottom_year{
    color: #F5F5F5;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    font-family: 'Nitti Grotesk';
    text-decoration: none;
}
.kikson-footer-bottom_terms{
    color: #F5F5F5 !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    font-family: 'Nitti Grotesk';
    text-decoration: none;
    transition: all 0.3s ease;
}
.kikson-footer-bottom_terms:hover{
	text-decoration: underline;
	color: #A05D33;
}
.kikson-footer-bottom_location{
	display: flex;
	align-items: center;
}
.kikson-footer-bottom_location{
	display: flex;
	align-items: center;
}
.kikson-footer-bottom_location ul{
    display: flex;
    gap: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.kikson-footer-bottom_location ul li{
    list-style-type: none;
}
.kikson-footer-bottom_location ul li a{
    color: #F5F5F5;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 9%;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
    text-decoration: none;
    transition: all 0.3s ease;
}
.kikson-footer-bottom_location ul li a:hover{
    color: #A05D33;
}
.kikson-footer-bottom_logo{
    color: #F5F5F5;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 11%;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
    margin: 0px 0px 0px 10px;
}

.kikson-main-empty{
    width: 100%;
    max-width: 1296px;
    margin: auto;
    padding: 100px 20px 100px 20px;
    text-align: center;
}
.kikson-empty-text{
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #a05d32;
    padding: 50px 50px 50px 50px;
    width: fit-content;
    margin: auto;
}

.kikson-hero{
    min-height: 427px;
    padding: 80px 80px 80px 80px;
    background-color: #3434321a;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.kikson-hero-video{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.kikson-hero-video video{
    object-fit: cover;
    height: 100%;
}
.kikson-hero-title{
    width: 100%;
    max-width: 300px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.kikson-hero-title h1{
    margin: 0px 0px 0px 0px;
    color: #F5F5F5;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 9%;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
}
.kikson-hero-icon{
    position: absolute;
    left: 50%;
    bottom: -43px;
    transform: translate(-50%, 0%);
    z-index: 1;
    width: 30px;
}
.kikson-hero-icon img{
    display: block;
}

.kikson-projects{
    padding: 0px 80px 0px 80px;
    margin: 160px 0px 160px 0px;
}
.kikson-projects-title{
    width: 100%;
    max-width: 982px;
    margin: 0px auto 62px auto;
}
.kikson-video{
    display: flex;
    justify-content: center;
    margin: 0px 0px 116px 0px;
}
.kikson-projects-title h2{
    margin: 0px 0px 0px 0px;
    color: #15213A;
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Miller Banner';
}
.kikson-projects-pre_doughter{
    width: 100%;
    max-width: 1034px;
    margin: 0px auto 76px auto;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.kikson-projects-pre_description{
    width: 100%;
    max-width: 515px;
    position: relative;
    padding: 28px 0px 25px 0px;
    color: #A05D33;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.3px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
    letter-spacing: 22%;
}
.kikson-projects-pre_description::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 118px;
    height: 1px;
    background-color: #111111;
    transition: width 0.6s ease;
}
.kikson-projects-description{
    width: 100%;
    max-width: 515px;
}
.kikson-projects-description p{
    margin: 0px 0px 0px 0px;
    color: #111111;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
}
.kikson-projects_title{
    margin: 0px auto 45px auto;
    width: 100%;
    max-width: 1296px;
}
.kikson-projects_title h2{
    margin: 0px 0px 0px 0px;
    color: #343432;
    font-size: 20px;
    line-height: 1.19;
    letter-spacing: 25%;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
}
.kikson-projects-loop{
    width: 100%;
    max-width: 1296px;
    margin: 0px auto 116px auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 35px;
}
.kikson-projects-loop_hover{
    display: flex;
    justify-content: space-between;
    padding: 15px 16px 15px 20px;
    background-color: #15213A;
    align-items: center;
}
.kikson-projects-loop_hovertext{
    color: #F5F5F5;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Nitti Grotesk';
}
.kikson-projects-loop_hovericon{
    width: 16px;
}
.kikson-projects-loop_hovericon img{
    display: block;
}
.kikson-projects-loop_single{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    display: block;
}
.kikson-projects-loop_single:nth-child(1){
    flex: 1 1 auto; 
    max-width: 980px; 
    width: 100%;
}
.kikson-projects-loop_single:nth-child(2) {
    max-width: 620px;
    width: 100%;
}
.kikson-projects-loop_single:nth-child(3) {
    max-width: 640px;
    width: 100%;
}
.kikson-projects-loop_top{
    margin: 0px 0px 30px 0px;
}
.kikson-projects-loop_video{
    position: relative;
}
.kikson-projects-loop_image video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kikson-projects-loop_top:hover .kikson-projects-loop_hover{

}
.kikson-projects-loop_top:hover .kikson-projects-loop_image{
 
}
.kikson-projects-loop_single:nth-child(1) .kikson-projects-loop_top{
    height: 560px;
    overflow: hidden;
}
.kikson-projects-loop_single:nth-child(2) .kikson-projects-loop_top{
    height: 573px;
    overflow: hidden;
}
.kikson-projects-loop_single:nth-child(3) .kikson-projects-loop_top{
    height: 320px;
    overflow: hidden;
}
.kikson-projects-loop_single .kikson-projects-loop_top .kikson-projects-loop_image{
    height: 100%;
    transition: height 0.4s ease;
}
.kikson-projects-loop_single .kikson-projects-loop_top:hover .kikson-projects-loop_image{
    height: calc(100% - 46px);
}
.kikson-projects-loop_top img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.kikson-projects-loop_bottom{
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 3px 0px;
    border-bottom: solid 1px transparent;
    margin: 0px 0px 14px 0px;
    align-items: center;
    position: relative;
    gap: 20px;
}
.kikson-projects-loop_bottom::before{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 118px;
    height: 1px;
    background-color: #111111;
    transition: width 0.6s ease;
}
.kikson-projects-loop_single object{
    display: flex;
    justify-content: center;
    padding: 108px 0px 0px 0px;
}
.kikson-more-projects{
    margin: 0px auto 10px auto;
    color: #111111 !important;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    text-align: center;
    position: relative;
    width: fit-content;
    text-decoration: none;
}
.kikson-more-projects::after{
    content: "";
    background-color: #A05D33;
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 100%;
    height: 1px;
}
.kikson-projects-loop_down p{
    color: #111111;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    margin: 0px 0px 0px 0px;
}
.kikson-projects-loop_title{
    color: #15213A;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: 'Miller Banner';
}
.kikson-projects-loop_type{
    color: #A05D33;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
    text-align: end;
}
.kikson-projects-close{
    width: 100%;
    max-width: 479px;
    margin: auto;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 25%;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
    color: #343432;
    text-align: center;
}

.kikson-accordion{
    padding: 0px 80px 0px 80px;
    margin: 160px 0px 160px 0px;
}
.kikson-accordion-doughter{
    width: 100%;
    max-width: 1146px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.kikson-accordion-pre_title{
    width: 100%;
    max-width: 565px;
    position: relative;
    padding: 28px 0px 25px 0px;
    color: #A05D33;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 22%;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
}
.column_100 .kikson-accordion-pre_title{
    max-width: 100%;
}
.kikson-accordion-pre_title::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 118px;
    height: 1px;
    background-color: #111111;
    transition: width 0.6s ease;
}
.kikson-accordion-container{
    width: 100%;
    max-width: 565px !important;
}
.column_100 .kikson-accordion-container{
    max-width: 100% !important;
}
.kikson-accordion-container{
    margin: 0px 0px 62px 0px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.empty-image .kikson-accordion-container{
    margin: 0px 0px 116px 0px;
}
.kikson-accordion.m-down-0 .empty-image .kikson-accordion-container{
    margin-bottom: 0px;
}
.kikson-accordion.m-down-0 .kikson-accordion-image{
    margin-bottom: 0px;
}

.kikson-accordion-trigger::-webkit-details-marker { display: none; }
.kikson-accordion-trigger {
    list-style: none;
    border-bottom: solid 1px #111111;
}

.kikson-accordion-container summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 26px 17px 6px;
    cursor: pointer;
    color: #111111;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
}

.kikson-accordion-item{
    
}

.accordion-icon {
    min-width: 14px;
    height: 14px;
    position: relative;
	margin: 0px 0px 0px 6px;
}
.accordion-icon::before, .accordion-icon::after {
    content: "";
    position: absolute;
    background: currentColor;
    transition: transform 0.3s ease;
}
.accordion-icon::before { width: 100%; height: 4px; top: 5px; left: 0; }
.accordion-icon::after { width: 4px; height: 100%; left: 5px; top: 0; }

details[open] .accordion-icon::after { transform: rotate(90deg); opacity: 0; }

.kikson-accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-out;
}

details[open] + .accordion-content {
    grid-template-rows: 1fr;
}

.kikson-content-inner {
    overflow: hidden;
}

.kikson-content-body {
    padding: 16px 12px 16px 7px;
    color: #111111;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
}

.kikson-accordion-image{
    margin: 0px 0px 116px 0px;
}
.kikson-accordion-image img{
    display: block;
}
.kikson-accordion-close{
    margin: auto;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 25%;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
    color: #343432;
    text-align: center;
}

.kikson-team{
    padding: 0px 80px 0px 80px;
    margin: 160px 0px 160px 0px;
}
.kikson-team-doughter{
    width: 100%;
    max-width: 1012px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 62px;
}
.kikson-members{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 56px;
    row-gap: 56px;
}
.kikson-single-member_image{
    margin: 0px 0px 8px 0px;
}
.kikson-single-member_image img{
    width: 100%;
    height: 335px;
    object-fit: cover;
    display: block;
}
.kikson-single-member_name{
    margin: 0px 0px 8px 0px;
    border-bottom: solid 1px #A05D33;
}
.kikson-single-member_name h4{
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Miller Banner';
    color: #15213A;
    margin: 0px 0px 5px 0px;
}
.kikson-single-member_position{
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    color: #111111;
    margin: 0px 0px 28px 0px;
    /*min-height: 36px;*/
    width: 100%;
    max-width: 200px;
}
.kikson-single-member_bio{
    width: 100%;
    max-width: 259px;
}
.kikson-single-member_bio p{
    font-size: 16px;
    line-height: 1.52;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    color: #111111;
}
.kikson-single-member_bio p:last-child{
    margin: 0px 0px 0px 0px;
}
.kikson-team-title h2{
    margin: 0px 0px 0px 0px;
    color: #15213A;
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Miller Banner';
}

.kikson-contact{
    padding: 0px 80px 0px 80px;
    margin: 160px 0px 160px 0px;
}
.kikson-contact-doughter{
    width: 100%;
    max-width: 1012px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.kikson-contact-pre_title{
    font-size: 20px;
    line-height: 1.19;
    font-weight: 400;
    letter-spacing: 9%;
    font-family: 'Nitti Grotesk';
    color: #111111;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 24px 0px;
    width: 100%;
}
.kikson-contact-title h2{
    margin: 0px 0px 0px 0px;
    color: #15213A;
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Miller Banner';
    text-align: center;
}
.kikson-contact-title{
    margin: 0px 0px 48px 0px;
    width: 100%;
}
.kikson-contact-content{
    width: 100%;
    max-width: 50%;
    margin: 0px 0px 10px 0px;
}
.kikson-contact-content h1, .kikson-contact-content h2, .kikson-contact-content h3, .kikson-contact-content h4, .kikson-contact-content h5, .kikson-contact-content h6{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    font-family: 'Nitti Grotesk';
    color: #111111;
    margin: 0px 0px 0px 0px;
}
.kikson-contact-content p{
    width: 100%;
    max-width: 50%;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    color: #111111;
    margin: 0px 0px 24px 0px;
}
.kikson-contact-content p a{
    width: 100%;
    max-width: 50%;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    color: #111111;
    text-decoration: none;
}
.kikson-contact-icon{
    width: 100%;
    display: flex;
    justify-content: center;
}
.kikson-contact-icon img{
    max-width: 30px;
}

.kikson-slider{
    background-color: #15213A;
    padding: 70px 0px 70px 80px;
}
.kikson-slider-title{
    margin: 0px 0px 46px 0px;
}   
.kikson-slider-title h2{
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    color: #F5F5F5;
    text-transform: uppercase;
}
.kikson-slider-description{
   width: 100%;
   max-width: 358px;
    margin: 0px 0px 37px 0px;
}
.kikson-slider-description p{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    color: #F5F5F5;
    margin: 0px 0px 0px 0px;
}

.kikson-slider-line{
    border-top: solid 1px #A05D33;
    margin: 0px 80px 0px 0px;
}
.kikson-slider-doughter{
    display: flex;
    padding: 28px 0px 0px 0px;
}
.kikson-slider-left{
    width: 35%;
    display: flex;
    justify-content: end;
    padding: 0px 80px 0px 0px;
}
.kikson-slider-left_child{
    width: 100%;
    max-width: 489px;
}
.kikson-slider-right{
    width: 65%;
    padding: 67px 0px 0px 0px;
}
.kikson-slider-single_image{
    margin: 0px 0px 8px 0px;
}
.kikson-slider-single_social{
    padding: 20px 0px 0px 0px;
    overflow: visible !important;
}
.kikson-slider-single_social a{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    color: #f5f5f5;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transform: translateZ(0);
}
.kikson-single-member .kikson-slider-single_social a{
    color: #111111;
}
.kikson-slider-single_social a::before{
    content: "";
    background-color: #A05D33;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    z-index: 1;
}
.kikson-slider-single_image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kikson-slider-single_name{
    padding: 0px 0px 5px 0px;
    border-bottom: solid 1px #A05D33;
    margin: 0px 0px 7px 0px;
}
.kikson-slider-single_name h4{
    margin: 0px 0px 0px 0px;
    color: #F5F5F5;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Miller Banner';
}
.kikson-slider-single_position{
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    color: #F5F5F5;
}
.kikson-slider-doughter .leadership-section {
    background-color: #0a162b;
    color: #fff;
    padding: 100px 0;
    overflow: hidden;
}
.kikson-slider-doughter .leadership-grid {
    display: flex;
    gap: 60px;
}
.kikson-slider-doughter .leadership-content {
    width: 350px;
    flex-shrink: 0;
}
.kikson-slider-doughter .top-line {
    width: 60px;
    height: 1px;
    background: #5d4a44;
    margin-bottom: 20px;
}
.kikson-slider-doughter .subtitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a0aab8;
    display: block;
    margin-bottom: 30px;
}
.kikson-slider-doughter .description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
}
.kikson-slider-doughter .leadership-slider-area {
    flex-grow: 1;
}
.kikson-slider-doughter .leadership-swiper {
    overflow: visible !important;
}
.kikson-slider-doughter .member-card .image-box img {
    width: 100%;
    height: auto;
    display: block;
}
.kikson-slider-doughter .member-card h3 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 400;
}
.kikson-slider-doughter .card-line {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin: 15px 0;
}
.kikson-slider-doughter .navigation-wrapper {
    display: flex;
    gap: 45px;
}
.kikson-slider-doughter .btn-prev, .kikson-slider-doughter .btn-next {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
}
.kikson-slider-doughter .btn-prev:hover, .kikson-slider-doughter .btn-next:hover {
    opacity: 1;
}
.kikson-roadmap{
    padding: 0px 80px 0px 80px;
    margin: 160px 0px 160px 0px;
}
.kikson-roadmap .roadmap {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Nitti Grotesk';
    color: #111111;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}
.kikson-roadmap-image{
    width: 100%;
    max-width: 984px;
    margin: 0px auto 116px auto;
}
.kikson-roadmap-image img{
    width: 100%;
    max-width: 781px;
    display: block;
}

.kikson-roadmap .roadmap-header, 
.kikson-roadmap .roadmap-footer {
    font-weight: 400;
    margin: 0;
    padding: 8px 0;
}

.kikson-roadmap .roadmap-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    padding: 0;
}

.kikson-roadmap .roadmap-container::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 12px;
    transform: translateX(-50%);
    
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='419' viewBox='0 0 12 419' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.7735 10L11.547 0H-4.29153e-06L4.7735 10H6.7735ZM0.440165 413C0.440165 415.946 2.82798 418.333 5.7735 418.333C8.71902 418.333 11.1068 415.946 11.1068 413C11.1068 410.054 8.71902 407.667 5.7735 407.667C2.82798 407.667 0.440165 410.054 0.440165 413ZM5.7735 9H4.7735V413H5.7735H6.7735V9H5.7735Z' fill='%23A05D33'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.kikson-roadmap .roadmap-item {
    position: relative;
    width: 50%;
    margin: 111px 0;
    display: flex;
}

.kikson-roadmap .roadmap-item::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 53px;
    height: 1px;
    background-color: #A05D33;
    transition: width 0.3s ease;
}

.kikson-roadmap-text{
    transition: color 0.3s ease;
}

.kikson-roadmap-text:hover{
    color: #A05D33;
}

.kikson-roadmap .roadmap-item.right {
    margin-left: 50%;
    padding-left: 50px;
    justify-content: flex-start;
}

.kikson-roadmap .roadmap-item:hover::after{
    width: 100%;
}

.kikson-roadmap .roadmap-item.right::after {
    left: 0;
}

.kikson-roadmap .roadmap-item.left {
    margin-left: 0;
    padding-right: 50px;
    justify-content: flex-end;
    text-align: right;
}

.kikson-roadmap .roadmap-item.left::after {
    right: 0;
}

.kikson-roadmap .right .kikson-roadmap-text{
    position: absolute;
    left: 17px;
    bottom: 21px;
}
.kikson-roadmap .left .kikson-roadmap-text{
    position: absolute;
    right: 17px;
    bottom: 21px;
}

.kikson-roadmap-close{
    width: 100%;
    max-width: 479px;
    margin: auto;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 25%;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
    color: #343432;
    text-align: center;
}
.kikson-roadmap-doughter .roadmap{
    margin: 0px 0px 116px 0px;
}

.kikson-content {
    padding: 0px 80px 0px 80px;
    margin: 160px 0px 160px 0px;
}
.kikson-content-pre_doughter {
    width: 100%;
    max-width: 1126px;
    margin: 0px auto 0px auto;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.kikson-content-pre_description{
    width: 100%;
    max-width: 515px;
    position: relative;
    padding: 28px 0px 25px 0px;
    color: #A05D33;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 22%;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
}
.kikson-content-pre_description::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 118px;
    height: 1px;
    background-color: #111111;
    transition: width 0.6s ease;
}
.kikson-content-description {
    width: 100%;
    max-width: 515px;
    margin: 0px 0px 62px 0px;
}
.kikson-content-description.only-text p:last-child {
    margin-bottom: 0;
}
.kikson-content-description.only-text{
    margin: 0px 0px 0px 0px;
}
.kikson-content-description h1, .kikson-content-description h2, .kikson-content-description h3, .kikson-content-description h4, .kikson-content-description h5, .kikson-content-description h6{
    margin: 0px 0px 1px 0px;
    color: #111111;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 700;
    font-family: 'Nitti Grotesk';
}
.kikson-content-description ul{
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 20px; 
}
.kikson-content-description ul li{
    color: #111111;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    list-style-type: none;
    position: relative;
}
.kikson-content-description ul li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    background-color: #111111;
    width: 5px;
    height: 5px;
    border-radius: 180px;
    transform: translate(0px, -50%);
}
.kikson-content-description_2 {
    width: 100%;
    max-width: 515px;
    margin-left: auto;
}
.kikson-content-description p, .kikson-content-description_2 p {
    margin: 0px 0px 24px 0px;
    color: #111111;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
}
.kikson-content-description p:last-child, .kikson-content-description_2 p:last-child {
    margin-bottom: 0;
}
.kikson-content-image_1{
    margin: 0px 0px 62px auto;
    width: 100%;
    max-width: 883px;
}
.kikson-content-image_1.no-second-image{
    margin: 0px auto 65px auto;
}
.kikson-content-image_1.no-second-image.no-second-description{
    margin: 0px auto 0px auto;
}
.kikson-content-image_1 img, .kikson-content-image_2 img{
    display: block;
}
.kikson-content-image_2{
    margin: -30px auto 0px 0px;
    width: 100%;
    max-width: 476px;
}
.kikson-content-close {
    width: 100%;
    max-width: 784px;
    margin: 116px auto 0px auto;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 25%;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
    color: #343432;
    text-align: center;
}
.kikson-content-father{
    display: flex;
    gap: 62px;
}
.kikson-content-logos{
    padding: 67px 0px 0px 0px;
    display: flex;
    align-items: center;
    height: fit-content;
    gap: 25px;
}
.kikson-content-logos img:first-child{
    max-width: 100px;
}
.kikson-content-logos img:last-child{
    max-width: 104px;
}
.kikson-content-logos img, .kikson-content-logos svg{
    display: block;
}

.kikson-gallery{
    padding: 0px 80px 0px 80px;
    margin: 160px 0px 160px 0px;
}
.kikson-gallery-doughter{
    width: 100%;
    max-width: 1012px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 62px;
}
.kikson-gallery-title h2{
    margin: 0px 0px 0px 0px;
    color: #15213A;
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Miller Banner';
}
.kikson-gallery-doughter .kikson-pswp-gallery{
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    row-gap: 10px;
}
.kikson-gallery-doughter .kikson-single-gallery a{
    display: flex;
}
.kikson-gallery-doughter .kikson-single-gallery a{
    display: block;
    text-decoration: none;
}
.kikson-gallery-doughter .kikson-single-gallery img{
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.pswp__img{
    object-fit: contain;
}

.kikson-designers{
    padding: 0px 80px 0px 80px;
    margin: 160px 0px 160px 0px;
}
.kikson-designers-doughter{
    width: 100%;
    max-width: 1012px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 62px;
}
.kikson-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0px 0px 0px 0px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px #15213a1a, 0 2px 4px -1px #15213a1a;
}
.kikson-table .kikson-profile-link{
    background-color: #15213A;
    text-decoration: none !important;
    color: #F5F5F5;
    font-size: 16px;
    line-height: 1.52;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    padding: 15px 25px 15px 25px;
    transition: background-color 0.3s ease;
}
.kikson-table .kikson-profile-link:hover{
    background-color: #A05D33;
}
.kikson-table thead {
    background-color: #f8fafc;
}
.kikson-table th {
    padding: 20px 20px;
    text-align: left;
    color: #111111;
    border-bottom: 1px solid #15213a1a;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
}
.kikson-table td {
    padding: 16px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #15213a1a;
    font-size: 16px;
    line-height: 1.52;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    color: #111111;
}
.kikson-table td a{
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.52;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    color: #111111;
}
.kikson-table tr:last-child td {
    border-bottom: none;
}
.kikson-table tbody tr:hover {
    background-color: #15213a0d;
    transition: background-color 0.2s ease;
}
.kikson-table img.avatar {
    border-radius: 50%;
    border: 2px solid #15213a1a;
    box-shadow: 0 0 0 1px #15213a1a;
    display: block;
}
.kikson-table td strong {
    display: block;
    color: #1e293b;
    font-size: 16px;
    margin-bottom: 2px;
}
.kikson-table td a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 600px) {
    .kikson-table {
        display: block;
        overflow-x: auto;
    }
}

.kikson-designers-title h2{
    margin: 0px 0px 0px 0px;
    color: #15213A;
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Miller Banner';
}

.kikson-quote{
    padding: 0px 80px 0px 80px;
    margin: 160px 0px 160px 0px;
}
.kikson-quote-doughter{
    width: 1012px;
    max-width: 100%;
    margin: auto;
    border: solid 1px #a05d324d;
    padding: 100px 100px 100px 100px;
    background-color: #fff;
    position: relative;
}
.kikson-quote-doughter_before{
    position: absolute;
    left: 33px;
    top: -33px;
    background-color: #fff;
    border: solid 1px #e2cec1;
}
.kikson-quote-doughter_after{
    position: absolute;
    right: 33px;
    bottom: -33px;
    background-color: #fff;
    border: solid 1px #e2cec1;
}
.kikson-quote-doughter_before svg{
    display: block;
}
.kikson-quote-doughter_after svg{
    display: block;
}
.kikson-quote-text{
    margin: 0px 0px 62px 0px;
}
.kikson-quote-text p{
    margin: 0px 0px 0px 0px;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 25%;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
    color: #343432;
    text-align: center;
}
.kikson-quote-meta{
    display: flex;
    justify-content: end;
    gap: 10px;
}
.kikson-quote-meta_left{
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: end;
}
.kikson-quote-meta_right img{
    display: block;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 180px;
}
.kikson-quote-position{
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    color: #a05d32;
}
.kikson-quote-name{
    color: #15213A;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Miller Banner';
}

.kikson-specification{
    padding: 0px 80px 0px 80px;
    margin: 160px 0px 160px 0px;
}
.kikson-specification-doughter{
    width: 1012px;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 62px;
}
.kikson-specification-title h2{
    margin: 0px 0px 0px 0px;
    color: #15213A;
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Miller Banner';
    text-align: center;
}
.kikson-specification-single{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.kikson-specification-label{
    display: flex;
    flex: 1;
    padding: 20px 0px 20px 0px;
    color: #343432;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    text-transform: uppercase;
    border-bottom: dashed 1px #15213a4d;
    position: relative;
}
.kikson-specification-label::after{
    content: "";
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 7px;
    height: 7px;
    border-radius: 180px;
    background-color: #A05D33;
}
.kikson-specification-data{
    display: flex;
    justify-content: end;
    flex: 1;
    padding: 20px 0px 20px 0px;
    color: #343432;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    text-transform: uppercase;
    border-bottom: dashed 1px #15213a4d;
    position: relative;
}
.kikson-specification-data::after{
    content: "";
    position: absolute;
    left: -3px;
    bottom: -3px;
    width: 7px;
    height: 7px;
    border-radius: 180px;
    background-color: #A05D33;
}
.kikson-profile{
    padding: 0px 80px 0px 80px;
    margin: 160px 0px 160px 0px;
}
.kikson-profile-doughter{
    width: 1012px;
    max-width: 100%;
    margin: auto;
}
.kikson-profile-top{
    display: flex;
    gap: 30px;
    border-bottom: dashed 1px #15213a4d;
    border-top: dashed 1px #15213a4d;
    padding: 20px 0px 20px 0px;
}
.kikson-profile-top_left{
    width: 100%;
    max-width: 200px;
}
.kikson-profile-top_right{
    display: flex;
    flex: 1;
    flex-direction: column;
}
.kikson-profile-top_image img{
    display: block;
}
.kikson-profile-about_title{
    margin: 0px 0px 20px 0px;
}
.kikson-profile-about_title h2{
    color: #A05D33;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
    margin: 0px 0px 0px 0px;
}
.kikson-profile-about_bio p{
    margin: 0px 0px 0px 0px;
    column-count: 2;
    column-gap: 20px;
    color: #111111;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
}
.kikson-profile-bottom{
    padding: 20px 0px 20px 0px;
    display: flex;
    gap: 30px;
    border-bottom: dashed 1px #15213a4d;
}
.kikson-profile-bottom_left{
    width: 100%;
    max-width: 200px;
}
.kikson-profile-bottom_right{
    display: flex;
    flex: 1;
}
.kikson-profile-bottom_credentials h1, .kikson-profile-bottom_credentials h2, .kikson-profile-bottom_credentials h3, .kikson-profile-bottom_credentials h4, .kikson-profile-bottom_credentials h5, .kikson-profile-bottom_credentials h6{
    color: #A05D33;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
    margin: 0px 0px 0px 0px;
}
.kikson-profile-bottom_credentials ul, .kikson-profile-bottom_credentials ol{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
}
.kikson-profile-bottom_name{
    color: #15213A;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: 'Miller Banner';
}
.kikson-profile-bottom_credentials{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.kikson-profile-bottom_position{
    color: #111111;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
}
.kikson-profile-bottom_credentials li{
    margin: 0px 0px 0px 0px;
    color: #111111;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
}
.kikson-profile-bottom_credentials p{
    margin: 0px 0px 0px 0px;
    color: #111111;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
}
.animation-line.is-active::before{
    width: 100%;
}
.animation-line.is-active .kikson-projects-loop_bottom::before{
    width: 100%;
}

.kikson-works{
    padding: 0px 80px 0px 80px;
    margin: 160px 0px 160px 0px;
}
.kikson-works-doughter{
    width: 100%;
    max-width: 1296px;
    margin: auto;
}
.kikson-works-title {
    width: 100%;
    max-width: 982px;
    margin: 0px auto 62px auto;
}
.kikson-works-title h2 {
    margin: 0px 0px 0px 0px;
    color: #15213A;
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Miller Banner';
}
.kikson-works-loop{
    display: flex;
    flex-direction: column;
    gap: 66px;
}
.kikson-template-row.row-double{
    display: flex;
    gap: 80px;
    flex-direction: row-reverse;
}
.kikson-template-row.row-triple{
    display: grid;
    grid-template-columns: 45% 1fr;
    row-gap: 40px;
    column-gap: 80px;
}
.kikson-works-loop_single{
    text-decoration: none;
}
.kikson-works-loop_single .kikson-works-loop_top {
    height: 560px;
    overflow: hidden;
    margin: 0px 0px 30px 0px;
}
.kikson-template-row.row-double .kikson-works-loop_single .kikson-works-loop_top {
    height: 320px;
    overflow: hidden;
    margin: 0px 0px 30px 0px;
}
.kikson-works-loop_single .kikson-works-loop_top .kikson-works-loop_image {
    height: 100%;
    transition: height 0.4s ease;
}
.kikson-works-loop_top img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.kikson-works-loop_hover {
    display: flex;
    justify-content: space-between;
    padding: 15px 16px 15px 20px;
    background-color: #15213A;
    align-items: center;
}
.kikson-works-loop_hovertext {
    color: #F5F5F5;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Nitti Grotesk';
}
.kikson-works-loop_hovericon{
    width: 16px;
}
.kikson-works-loop_top img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.kikson-works-loop_bottom {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 3px 0px;
    border-bottom: solid 1px transparent;
    margin: 0px 0px 14px 0px;
    align-items: center;
    position: relative;
    gap: 20px;
}
.kikson-works-loop_bottom::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 118px;
    height: 1px;
    background-color: #111111;
    transition: width 0.6s ease;
}
.kikson-works-loop_title {
    color: #15213A;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: 'Miller Banner';
}
.kikson-works-loop_type {
    color: #A05D33;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
    text-align: end;
}
.kikson-works-loop_down p {
    color: #111111;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    margin: 0px 0px 0px 0px;
}
.kikson-works-loop_image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kikson-works-loop_single.animation-line.is-active .kikson-works-loop_bottom::before{
    width: 100%;
}
.kikson-works-loop_single .kikson-works-loop_top:hover .kikson-works-loop_image {
    height: calc(100% - 46px);
}
.kikson-works-loop_presingle{
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: end;
    align-items: end;
}
.kikson-works-pre_doughter {
    width: 100%;
    max-width: 1034px;
    margin: 0px auto 62px auto;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.kikson-works-pre_description {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 28px 0px 25px 0px;
    color: #A05D33;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.3px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
    letter-spacing: 22%;
}
.kikson-works-pre_description::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 118px;
    height: 1px;
    background-color: #111111;
    transition: width 0.6s ease;
}
.kikson-works-description {
    width: 100%;
    max-width: 100%;
}
.kikson-works-description p {
    margin: 0px 0px 0px 0px;
    color: #111111;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
}
.kikson-template-row.row-double .kikson-works-loop_presingle:first-child .kikson-works-loop_top{
    width: 100%;
    height: 320px;
}
.kikson-template-row.row-double .kikson-works-loop_presingle:last-child .kikson-works-loop_top{
    max-width: 396px;
    height: 475px;
}
.kikson-template-row.row-full .kikson-works-loop_single{
    width: 100%;
}
.kikson-template-row.row-double .kikson-works-loop_presingle:first-child .kikson-works-loop_single{
    width: 100%;
}
.kikson-template-row.row-triple .kikson-works-loop_single{
    width: 100%;
}
.kikson-template-row.row-triple .kikson-works-loop_presingle:nth-child(1) .kikson-works-loop_top{
    height: 320px;
}
.kikson-template-row.row-triple .kikson-works-loop_presingle:nth-child(2){
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-content: flex-start;
}
.kikson-template-row.row-triple .kikson-works-loop_presingle:nth-child(3) .kikson-works-loop_top{
    height: 320px;
}
.kikson-template-row.row-triple .kikson-works-loop_single .kikson-works-loop_top{
    height: 560px;
}
.kikson-template-row.row-full .kikson-works-loop_top{
    height: 716px;
}

.all-kikson-employer{
    padding: 0px 80px 0px 80px;
    margin: 160px 0px 160px 0px;
}
.kikson-employer-doughter{
    width: 100%;
    max-width: 1012px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 62px;
}
.kikson-employer-title{
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
.kikson-employer-title_line{
    background-color: #111111;
    width: 100%;
    height: 1px;
}
.kikson-employer-title h2{
    margin: 0px 0px 0px 0px;
    color: #343432;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 25%;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk';
    white-space: nowrap
}
.kikson-employer{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 95px;
    row-gap: 95px;
}
.kikson-single-employer{
    display: flex;
    gap: 65px;
}
.kikson-single-employer_image img{
    display: block;
    min-width: 182px;
    max-width: 182px;
    height: auto;
}
.kikson-single-employer_title{
    padding: 0px 0px 5px 0px;
    position: relative;
    margin: 0px 0px 7px 0px;
}
.kikson-single-member_name.position-empty{
    margin-bottom: 28px;
}
.kikson-single-employer_title::after{
    content: "";
    background-color: #A05D33;
    max-width: 182px;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.kikson-single-employer_title h4{
    margin: 0px 0px 0px 0px;
    color: #15213A;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Miller Banner';
}
.kikson-single-employer_after{
    color: #111111;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    margin: 0px 0px 21px 0px;
}
.kikson-single-employer_description{
    margin: 0px 0px 21px 0px;
}
.kikson-single-employer_description p{ 
    color: #111111;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    margin: 0px 0px 0px 0px;
}
.kikson-employer_link a{
    display: inline-block;
    text-decoration: none;
    color: #111111;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    position: relative;
}
.kikson-employer_link a::before{
    content: "";
    background-color: #A05D33;
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 1px;
    z-index: 1;
}
.kikson-marquee-wrapper {
    --logo-height: 40px;
    --gap: 26px;
    --speed: 30s;
    overflow: hidden;
    width: 300px;
    position: relative;
    padding: 10px 0;
    margin: 0 auto;
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}
.kikson-marquee-track {
    display: flex;
    width: max-content;
    gap: var(--gap);
    animation: scroll-marquee var(--speed) linear infinite;
    will-change: transform;
}
.kikson-marquee-wrapper .marquee-item {
    flex-shrink: 0;
    height: var(--logo-height);
    display: flex;
    align-items: center;
}
.kikson-marquee-wrapper .marquee-item img {
    height: 100%;
    width: auto;
    display: block;
    object-fit: contain;

    height: 40px;
    width: 100px; /* Укажи примерную ширину */
    object-fit: contain;
}
.kikson-marquee-wrapper:hover .kikson-marquee-track {
    animation-play-state: paused;
}

@keyframes scroll-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* Двигаем ровно на половину общей длины */
}

.kikson-accordion-button{
    display: flex;
    justify-content: start;
    width: 100%;
    margin-top: 90px;
}
.kikson-accordion-button a{
    color: #111111 !important;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Nitti Grotesk';
    text-align: center;
    position: relative;
    width: fit-content;
    text-decoration: none;
}
.kikson-accordion-button a::after{
    content: "";
    background-color: #A05D33;
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 100%;
    height: 1px;
}

/* MEDIA QUERY CSS */

@media (max-width: 1454px){
    .kikson-projects-loop .kikson-projects-loop_single .kikson-projects-loop_top{
        height: auto;
    }
    .kikson-projects-loop {
        column-gap: 36px;
    }
    .kikson-projects-loop_single:nth-child(2) {
        max-width: calc(50% - 18px);
    }
    .kikson-projects-loop_single:nth-child(3) {
        max-width: calc(50% - 18px);
    }
    .kikson-projects-loop_image video {
        aspect-ratio: 2 / 1;
        display: block;
    }
}

@media (max-width: 1024px) {
    body.no-scroll {
        overflow: hidden;
    }
    .kikson-header {
        padding: 19px 40px 19px 40px;
        position: relative;
    }
    .kikson-header .header-left{
        display: none;
    }
    .kikson-header .header-right{
        display: none;
    }
    .kikson-header nav ul {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 40px;
        justify-content: center;
    }
    .header-mobile{
        display: flex;
        flex: 1;
    }
    .header-mobile nav{
        justify-content: end;
    }
    .menu-header-mobile-container{
        height: 100%;
    }
    .header-mobile-menu{
        position: absolute;
        left: 0px;
        bottom: 0px;
        background-color: #f5f5f5;
        transform: translate(-100%, 100%);
        width: 100%;
        min-height: calc(100vh - 155px) !important;
        min-height: calc(100dvh - 155px) !important;
        z-index: 9999;
        transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        display: flex;
        justify-content: center;
        border-top: solid 1px #a05d324d;
        padding: 100px 0px 0px 0px;
    }
    .header-mobile-menu.is-active{
        transform: translate(0%, 100%);
    }
    .header-mobile-button_line {
        background-color: #15213A;
        width: 30px;
        height: 2px;
        position: relative;
        transition: background-color 0.3s ease;
    }

    .header-mobile-button_line::before,
    .header-mobile-button_line::after {
        content: '';
        position: absolute;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #15213A;
        transition: transform 0.3s ease, top 0.3s ease;
    }

    .header-mobile-button_line::before {
        top: -8px;
    }

    .header-mobile-button_line::after {
        top: 8px;
    }

    .header-mobile-button.is-active .header-mobile-button_line {
        background-color: transparent;
    }

    .header-mobile-button.is-active .header-mobile-button_line::before {
        top: 0;
        transform: rotate(45deg);
    }

    .header-mobile-button.is-active .header-mobile-button_line::after {
        top: 0;
        transform: rotate(-45deg);
    }
    .header-mobile-menu ul li a::before{
        content: none;
    }
    .kikson-hero {
        padding: 0px 40px 0px 40px;
    }
    .kikson-projects {
        padding: 0px 40px 0px 40px;
        margin: 160px 0px 160px 0px;
    }
    .kikson-content {
        padding: 0px 40px 0px 40px;
        margin: 160px 0px 160px 0px;
    }
    .kikson-content-description ul {
        margin: 20px 0px 20px 0px;
        padding: 0px 0px 0px 20px;
    }
    .kikson-content-father {
        flex-direction: column;
        gap: 40px;
    }
    .kikson-content-image_2 {
        margin: 0px auto 0px 0px;
    }
    .kikson-content-pre_description {
        max-width: 100%;
    }
    .kikson-content-father{
        width: 100%;
    }
    .kikson-content-logos {
        padding: 20px 0px 0px 0px;
    }
    .kikson-content-logos {
        gap: 20px;
    }
    .kikson-slider {
        padding: 70px 0px 70px 40px;
    }
    .kikson-slider-line {
        margin: 0px 40px 0px 0px;
    }
    .kikson-accordion {
        padding: 0px 40px 0px 40px;
        margin: 160px 0px 160px 0px;
    }
    .kikson-footer {
        padding: 38px 40px 32px 40px;
    }
    .kikson-footer-top {
        flex-wrap: wrap;
        gap: 40px;
        justify-content: flex-start;
    }
    .kikson-footer-bottom {
        flex-direction: column;
        gap: 20px;
    }
    .kikson-footer-bottom_right {
        flex-wrap: wrap;
    }
    .kikson-contact {
        padding: 0px 40px 0px 40px;
        margin: 160px 0px 160px 0px;
    }
    .kikson-team {
        padding: 0px 40px 0px 40px;
        margin: 160px 0px 160px 0px;
    }
    .kikson-single-member_image img {
        width: auto;
        object-fit: contain;
    }
    .kikson-members {
        grid-template-columns: repeat(2, 1fr);
    }
    .kikson-single-member_bio {
        max-width: 100%;
    }
    .kikson-designers {
        padding: 0px 40px 0px 40px;
        margin: 160px 0px 160px 0px;
    }
    .kikson-gallery {
        padding: 0px 40px 0px 40px;
        margin: 160px 0px 160px 0px;
    }
    .kikson-projects {
        padding: 0px 40px 0px 40px;
        margin: 160px 0px 160px 0px;
    }
    .kikson-roadmap{
        padding: 0px 40px 0px 40px;
    }
    .kikson-quote {
        padding: 0px 40px 0px 40px;
        margin: 160px 0px 160px 0px;
    }
    .kikson-specification {
        padding: 0px 40px 0px 40px;
        margin: 160px 0px 160px 0px;
    }
    .kikson-profile {
        padding: 0px 40px 0px 40px;
        margin: 160px 0px 160px 0px;
    }
    .kikson-works {
        padding: 0px 40px 0px 40px;
    }
	.kikson-footer-logo {
		width: calc(50% - 20px) !important;
	}
	.kikson-footer-menu {
		width: calc(50% - 20px);
	}
	.kikson-footer-subscribe {
		width: 100%;
	}
    .kikson-footer-logo a {
        max-width: 276px;
    }
    .all-kikson-employer {
        padding: 0px 40px 0px 40px;
    }
    .kikson-employer {
        column-gap: 80px;
        row-gap: 80px;
    }
    .kikson-employer {
        grid-template-columns: repeat(1, 1fr);
    }
    .kikson-marquee-wrapper{
        width: 100%;
    }
}

@media (max-width: 768px) {
    .kikson-header {
        padding: 10px 16px 10px 16px;
    }
    .header-mobile-menu{
        min-height: 100vh !important;
        min-height: 100dvh !important;
    }
    .header-logo {
        width: 108px;
        height: 94px;
    }
    .header-logo img{
        object-fit: contain;
    }
    .kikson-hero {
        padding: 64px 16px 64px 16px;
        min-height: 268px;
    }
    .kikson-hero-title h1 {
        font-size: 16px;
    }
    .kikson-projects {
        padding: 0px 16px 0px 16px;
        margin: 80px 0px 80px 0px;
    }
    .kikson-projects{
        margin: 64px 0px 64px 0px;
    }
    .kikson-projects-title {
        margin: 0px auto 40px auto;
    }
    .kikson-projects-pre_description {
        padding: 20px 0px 20px 0px;
    }
    .kikson-projects-pre_doughter {
        margin: 0px auto 40px auto;
    }
    .kikson-projects_title {
        margin: 0px auto 20px auto;
    }
    .kikson-projects-loop {
        row-gap: 20px;
    }
    .kikson-projects-loop_bottom {
        margin: 0px 0px 0px 0px;
        gap: 20px;
        padding: 0px 0px 10px 0px;
    }
    .kikson-projects-loop_down{
        margin: 10px 0px 0px 0px;
    }
    .kikson-content-pre_description {
        padding: 20px 0px 20px 0px;
    }
    .kikson-content {
        padding: 0px 16px 0px 16px;
        margin: 64px 0px 64px 0px;
    }
    .kikson-content-description {
        margin: 0px 0px 20px 0px;
    }
    .kikson-content-description p, .kikson-content-description_2 p {
        margin: 0px 0px 20px 0px;
    }
    .kikson-content-logos {
        padding: 0px 0px 0px 0px;
    }
    .kikson-content-father {
        gap: 20px;
    }
    .kikson-accordion-container summary {
        font-size: 13px;
    }
    .kikson-content-image_1 {
        margin: 0px 0px 20px auto;
    }
    .kikson-content-description_2 p {
        margin: 0px 0px 40px 0px;
    }
    .kikson-content-image_2 {
        margin: 20px auto 0px 0px;
    }
    .kikson-content-close {
        margin: 40px auto 0px auto;
        font-size: 16px;
    }
    .kikson-slider {
        padding: 64px 0px 64px 16px;
    }
    .kikson-slider-doughter {
        flex-direction: column;
        padding: 20px 0px 0px 0px;
    }
    .kikson-slider-title {
        margin: 0px 0px 20px 0px;
    }
    .kikson-slider-line{
        margin: 0px 16px 0px 0px;
    }
    .kikson-slider-left {
        width: 100%;
        display: flex;
        justify-content: normal;
        padding: 0px 16px 0px 0px;
    }
    .kikson-slider-left_child {
        max-width: 100%;
    }
    .kikson-slider-description {
        max-width: 100%;
    }
    .kikson-slider-right {
        width: 100%;
    }
    .kikson-slider-description {
        margin: 0px 0px 20px 0px;
    }
    .kikson-slider-doughter .navigation-wrapper {
        gap: 20px;
    }
    .kikson-slider-right {
        padding: 40px 0px 0px 0px;
    }
    .kikson-footer {
        padding: 38px 16px 32px 16px;
    }
    .kikson-footer-bottom_logo {
        margin: 0px 0px 0px 0px;
    }
    .kikson-contact {
        padding: 0px 16px 0px 16px;
        margin: 64px 0px 64px 0px;
    }
    .kikson-team {
        padding: 0px 16px 0px 16px;
        margin: 64px 0px 64px 0px;
    }
    .kikson-team-doughter {
        gap: 40px;
    }
    .kikson-team-title h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .kikson-contact-pre_title {
        margin: 0px 0px 20px 0px;
        font-size: 16px;
    }
    .kikson-contact-title {
        margin: 0px 0px 40px 0px;
    }
    .kikson-contact-title h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .kikson-contact-content {
        max-width: 100%;
    }
    .kikson-single-member_position {
        margin: 0px 0px 20px 0px;
        min-height: auto;
    }
    .kikson-single-member_bio p{
        margin: 0px 0px 0px 0px;
    }
    .kikson-members {
        grid-template-columns: repeat(1, 1fr);
    }
    .kikson-members {
        row-gap: 40px;
    }
    .kikson-single-member_image {
        margin: 0px 0px 20px 0px;
    }
    .kikson-designers {
        padding: 0px 16px 0px 16px;
        margin: 64px 0px 64px 0px;
    }
    .kikson-designers-doughter {
        gap: 40px;
    }

    .kikson-quote {
        padding: 0px 16px 0px 16px;
        margin: 80px 0px 80px 0px;
    }
    .kikson-quote-doughter {
        padding: 40px 24px 40px 24px;
    }
    .kikson-quote-doughter_before svg {
        width: 50px;
        height: 50px;
    }
    .kikson-quote-doughter_after svg {
        width: 50px;
        height: 50px;
    }
    .kikson-quote-doughter_before {
        left: 25px;
        top: -25px;
    }
    .kikson-quote-doughter_after {
        right: 25px;
        bottom: -25px;
    }
    .kikson-quote {
        margin: 64px 0px 64px 0px;
    }
    .kikson-quote-text p {
        font-size: 16px;
        line-height: 1.7;
    }
    .kikson-quote-text {
        margin: 0px 0px 40px 0px;
    }
    .kikson-profile-top {
        gap: 20px;
        flex-direction: column;
    }
    .kikson-profile-about_bio p {
        column-count: 1;
    }
    .kikson-profile-bottom {
        gap: 20px;
        flex-direction: column;
    }

    /* MOBILE TABLE */

    .kikson-table thead {
        display: none;
    }
    .kikson-table, 
    .kikson-table tbody, 
    .kikson-table tr, 
    .kikson-table td {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
    .kikson-table {
        border-spacing: 0;
        margin: 0;
        background: transparent;
        border: none;
        border-radius: 0px;
        overflow: auto;
        box-shadow: none;
    }
    .kikson-table tbody{
        gap: 20px !important;
    }
    .kikson-table tr {
        border: 1px solid #0000001a;
        background: #ffffff;
    }
    .kikson-table td {
        text-align: right;
        padding: 12px 20px;
        position: relative;
        border-bottom: 1px solid #0000001a !important;
        align-items: flex-end;
        justify-content: center !important;
        min-height: 60px;
    }
    .kikson-table .kikson-profile-link {
        padding: 5px 15px 5px 15px;
    }
    .kikson-table td:last-child {
        border-bottom: none;
    }
    .kikson-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 20px;
        width: 45%;
        text-align: left;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 11px;
        color: #888;
    }
    .kikson-table td:first-child {
        display: flex;
        justify-content: flex-end;
    }

    /* MOBILE TABLE */

    .kikson-gallery {
        padding: 0px 16px 0px 16px;
        margin: 64px 0px 64px 0px;
    }
    .kikson-gallery-doughter {
        gap: 40px;
    }
    .kikson-gallery-title h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .kikson-gallery-doughter .kikson-pswp-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .kikson-projects {
        padding: 0px 16px 0px 16px;
        margin: 64px 0px 64px 0px;
    }
    .kikson-projects-title h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .kikson-projects-description p {
        font-size: 16px;
    }
    .kikson-projects-loop .kikson-projects-loop_single .kikson-projects-loop_top {
        height: 268px;
        margin: 0px 0px 10px 0px;
    }
    .kikson-projects-loop_type {
        font-size: 13px;
    }
    .kikson-projects-loop_title {
        font-size: 22px;  
        line-height: 1.2;
        flex: 1;
    }
    .kikson-projects-loop_type{
        flex: 1;
        text-align: end;
    }
    .kikson-projects-loop_single:nth-child(2) {
        max-width: calc(100%);
    }
    .kikson-projects-loop_single:nth-child(3) {
        max-width: calc(100%);
    }
    .kikson-projects-loop_single object {
        padding: 40px 0px 0px 0px;
    }
    .kikson-projects-loop {
        margin: 0px auto 40px auto;
    }
    .kikson-projects-close {
        font-size: 16px;
    }
    .kikson-projects_title h2 {
        font-size: 16px;
    }
    .kikson-video {
        margin: 0px 0px 40px 0px;
    }
    .kikson-roadmap{
        padding: 0px 16px 0px 16px;
        margin: 64px 0px 64px 0px;
    }
    .kikson-roadmap-image {
        margin: 0px auto 40px auto;
    }
    .kikson-roadmap-doughter .roadmap {
        margin: 0px 0px 40px 0px;
    }
    .kikson-roadmap-image img {
        height: 268px;
        object-fit: cover;
    }
    .kikson-roadmap .roadmap {
        font-size: 13px;
    }
    .kikson-roadmap-close {
        font-size: 16px;
    }
    .kikson-accordion {
        padding: 0px 16px 0px 16px;
        margin: 64px 0px 64px 0px;
    }
    .kikson-accordion-pre_title {
        padding: 20px 0px 20px 0px;
    }
    .kikson-accordion-container summary {
        padding: 17px 6px 17px 6px;
    }
    .accordion-icon::before {
        width: 14px;
        height: 4px;
    }
    .accordion-icon::before {
        width: 14px;
        height: 4px;
    }
    .accordion-icon {
        min-width: 14px;
        margin: 0px 0px 0px 10px;
    }
    .kikson-accordion-close {
        font-size: 16px;
    }
    .kikson-accordion-image img {
        height: 268px;
        object-fit: cover;
        width: 100%;
    }
    .kikson-accordion-image {
        margin: 0px 0px 40px 0px;
    }
    .kikson-accordion-container {
        margin: 0px 0px 40px 0px;
        gap: 0px;
    }
    .empty-image .kikson-accordion-container {
        margin: 0px 0px 40px 0px;
    }
    .kikson-specification {
        padding: 0px 16px 0px 16px;
        margin: 80px 0px 80px 0px;
    }
    .kikson-specification-doughter {
        gap: 40px;
    }
    .kikson-specification-title h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .kikson-specification-data {
        text-align: end;
        font-size: 13px;
    }
    .kikson-specification-label {
        font-size: 13px;
    }
    .kikson-profile {
        padding: 0px 16px 0px 16px;
        margin: 80px 0px 80px 0px;
    }
    .kikson-footer-logo {
        width: 110px;
    }
    .kikson-footer-subscribe h1, .kikson-footer-subscribe h2, .kikson-footer-subscribe h3, .kikson-footer-subscribe h4, .kikson-footer-subscribe h5, .kikson-footer-subscribe h6 {
        margin: 0px 0px 20px 0px;
    }
    .kikson-footer-menu {
        padding: 0px 0px 0px 0px;
    }
    .kikson-footer-subscribe {
        padding: 0px 0px 0px 0px;
    }
    .kikson-footer-subscribe p{
        margin: 0px 0px 0px 0px;
    }
    .kikson-footer-top {
        padding: 0px 0px 20px 0px;
    }
    .kikson-footer-bottom_right {
        gap: 20px;
    }
    .kikson-footer-bottom {
        gap: 20px;
    }
    .kikson-works {
        padding: 0px 16px 0px 16px;
        margin: 64px 0px 64px 0px;
    }
    .kikson-template-row.row-double {
        flex-direction: column;
        gap: 20px;
    }
    .kikson-template-row.row-double .kikson-works-loop_presingle:last-child .kikson-works-loop_top {
        max-width: 100%;
        width: 100%;
        height: 268px;
    }
    .kikson-template-row.row-double .kikson-works-loop_presingle .kikson-works-loop_single{
        width: 100%;
    }
    .kikson-template-row.row-double .kikson-works-loop_presingle:first-child .kikson-works-loop_top {
        height: 268px;
    }
    .kikson-template-row.row-full .kikson-works-loop_top {
        height: 268px;
    }
    .kikson-template-row.row-triple{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .kikson-template-row.row-triple .kikson-works-loop_presingle:nth-child(1) .kikson-works-loop_top {
        height: 268px;
    }
    .kikson-template-row.row-triple .kikson-works-loop_single .kikson-works-loop_top {
        height: 268px;
    }
    .kikson-template-row.row-triple .kikson-works-loop_presingle:nth-child(3) .kikson-works-loop_top {
        height: 268px;
    }
    .kikson-works-title {
        margin: 0px auto 40px auto;
    }
    .kikson-works-title h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .kikson-works-pre_description {
        padding: 20px 0px 20px 0px;
    }
    .kikson-works-pre_doughter {
        margin: 0px auto 40px auto;
    }
    .kikson-works-loop_single .kikson-works-loop_top{
        margin: 0px 0px 10px 0px !important;
    }
    .kikson-works-loop {
        gap: 20px;
    }
    .kikson-works-loop_bottom {
        margin: 0px 0px 0px 0px;
        gap: 20px;
        padding: 0px 0px 10px 0px;
    }
    .kikson-works-loop_title {
        font-size: 22px;
        line-height: 1.2;
        flex: 1;
    }
    .kikson-projects-loop_type {
        font-size: 13px;
        flex: 1;
        text-align: end;
    }
    .kikson-employer {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 40px;
        row-gap: 40px;
    }
    .kikson-single-employer {
        gap: 20px;
    }
    .all-kikson-employer {
        padding: 0px 16px 0px 16px;
        margin: 64px 0px 64px 0px;
    }
    .kikson-single-employer_image img {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    .kikson-single-employer_left{
        width: 50%;
    }
    .kikson-single-employer_right{
        width: 50%;
    }
    .kikson-employer-doughter {
        gap: 40px;
    }
    .kikson-employer-title h2 {
        font-size: 16px;
    }
    .kikson-accordion-button {
        margin-top: 40px;
    }
}

@media (max-width: 500px){
    .kikson-single-member_image img{
        width: 100%;
        height: 268px;
        object-fit: cover;
        object-position: top;
    }
    .kikson-video iframe{
        height: 268px;
    }
    .kikson-single-employer{
        flex-direction: column;
    }
    .kikson-single-employer_left{
        width: 100%;
    }
    .kikson-single-employer_right{
        width: 100%;
    }
    .kikson-single-employer_image img{
        width: 100%;
        height: 268px;
        object-fit: cover;
        object-position: top;
    }
}


/* MEDIA QUERY CSS */