/*reset light*/
html, body {
    margin: 0;
    padding: 0;
}
label, input, button, a {
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "Montserrat", serif;
    -webkit-font-smoothing: antialiased; 
    --c1: #1B44D6;
    --c2: #E5E5E5;
    --c3: #566494;
    --c4: #565E7C;
}
svg path, svg rect, svg circle {
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
input, textarea, select, button {
    font-family: "Montserrat", serif;
}
input:not([type=checkbox]):not([type=radio]),
textarea, 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a:hover {
    text-decoration: none;
}
img, a, input, textarea, select, button {
    -webkit-border-radius: 0;
            border-radius: 0;
    outline-style: none;
}
button::-moz-focus-inner {
  border: 0;
}
    
input {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.container_main {
    min-width: 320px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.clr {
    clear: both;
}
.align_center {
    text-align: center;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}
.wmain {
    width: 1290px;
    margin: 0 auto;
}

.overflow {
    overflow: hidden;
}

.container_main {
    min-height: 100vh;
    padding-left: 30px;
    padding-right: 30px;
    background: url("../img/main_bg.jpg") no-repeat center top;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.hl_top {
    padding-top: 33px;
    padding-bottom: 33px;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 100;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: transparent;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.hl_top_act {
    background-color: rgba(0,0,0,0.8);
    padding-top: 10px;
    padding-bottom: 10px;
}

.hl_top_act .logo:before {
    bottom: -22px;
}

.hl_top .wmain {
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
}

.logo {
    position: relative;
    white-space: nowrap;
    font-size: 23px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 100%;
    white-space: nowrap;
}

    .logo:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        height: 3px;
        background-color: #4524C2;
        bottom: -41px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

.hl_nav {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}

.hl_nav a {
    display: block;
    text-decoration: none;
    font-size: 21px;
    font-weight: 500;
    color: #969696;
    line-height: 120%;
    text-decoration: none;
}

.hl_nav a:hover {
    text-decoration: underline;
}

.hl_nav a + a {
    margin-left: 129px;
}

.hl_btn {
    display: inline-flex;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    height: 47px;
    padding-left: 56px;
    padding-right: 56px;
    font-size: 19px;
    font-weight: 600;
    color: #F7EBFF;
    -webkit-box-shadow: 0px 0px 34px rgba(160,140,244,0.46), inset 0px 0px 18px rgba(184,171,246,0.67);
            box-shadow: 0px 0px 34px rgba(160,140,244,0.46), inset 0px 0px 18px rgba(184,171,246,0.67);
    background: radial-gradient(rgba(105,82,151,0.73), rgba(90,77,123,0.53));
    -webkit-border-radius: 50px;
            border-radius: 50px;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-transition: 0.4s;
       -moz-transition: 0.4s;
        -ms-transition: 0.4s;
         -o-transition: 0.4s;
            transition: 0.4s;
}

    .hl_btn:hover {
        -webkit-box-shadow: 0px 0px 90px rgba(160,140,244,0.7), inset 0px 0px 30px rgba(184,171,246,0.67);
                box-shadow: 0px 0px 90px rgba(160,140,244,0.7), inset 0px 0px 30px rgba(184,171,246,0.67);
    }

.header {
    padding-top: 99px;
    padding-bottom: 98px;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.header h1 {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 133px;
    line-height: 100%;
    color: #FDFDFD;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 21px;
}

.decor {
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}

.decor img {
    display: block;
    max-width: 100%;
}

.header_slog {
    text-align: center;
    margin-top: 16px;
    font-size: 25px;
    font-weight: 500;
    color: #B5B5B5;
    font-style: italic;
    line-height: 120%;
}

.header_nav {
    display: flex;
    margin-top: 100px;
    -webkit-align-items: center;
            align-items: center;
}

.btn_main {
    display: inline-flex;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    height: 69px;
    padding-left: 55px;
    padding-right: 55px;
    font-size: 25px;
    font-weight: 600;
    color: #F7EBFF;
    -webkit-box-shadow: 0px 0px 34px rgba(160,140,244,0.46), inset 0px 0px 18px #B8ABF6;
            box-shadow: 0px 0px 34px rgba(160,140,244,0.46), inset 0px 0px 18px #B8ABF6;
    background: radial-gradient(#6F51D6, #3C21A1);
    -webkit-border-radius: 50px;
            border-radius: 50px;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .btn_main:hover {
        -webkit-box-shadow: 0px 0px 90px rgba(160,140,244,0.6), inset 0px 0px 30px rgba(184,171,246,0.67);
                box-shadow: 0px 0px 90px rgba(160,140,244,0.6), inset 0px 0px 30px rgba(184,171,246,0.67);
    }

.btn_str {
    display: inline-flex;
    border: none;
    text-decoration: none;
    cursor: pointer;
    height: 69px;
    width: 136px;
    border: 1px solid #fff;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-shadow: 0px 0px 0px rgba(160,140,244,0);
                    box-shadow: 0px 0px 0px rgba(160,140,244,0);
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .btn_str:hover {
        border-color: #B542F5;
        -webkit-box-shadow: 0px 0px 90px rgba(160,140,244,0.6);
                box-shadow: 0px 0px 90px rgba(160,140,244,0.6);
    }

    .btn_str img {
        display: block;
        max-width: 100%;
        left: 0;
        position: relative;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

    .btn_str:hover img {
        left: 5px;
    }

.header_nav .btn_str {
    margin-left: 27px;
}

.ysl {
    padding-top: 47px;
    padding-bottom: 99px;
}

.tm {
    text-align: center;
    font-size: 25px;
    line-height: 120%;
    color: #B5B5B5;
    font-weight: 500;
    font-style: italic;
}

.ysl_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px;
    align-items: flex-start;
}

.ysl_list > li {
    position: relative;
    -webkit-border-radius: 39px;
            border-radius: 39px;
    text-align: center;
    overflow: hidden;
    padding: 44px 30px 43px 30px;
    -webkit-box-shadow: 0px 0px 34px rgba(160,140,244,0.46), inset 0px 0px 18px #B8ABF6;
            box-shadow: 0px 0px 34px rgba(160,140,244,0.46), inset 0px 0px 18px #B8ABF6;
    background: radial-gradient(#6F51D6, #3C21A1);
    top: 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .ysl_list > li:hover {
        top: -10px;
    }
    .ysl_list > li i {
        position: absolute;
        left: -20px;
        top: -2px;
        opacity: 0.3;
    }
    .ysl_list > li i img {
        display: block;
    }

.ysl_title {
    font-size: 28px;
    line-height: 120%;
    color: #F7EBFF;
    font-weight: 600;
    position: relative;
    z-index: 10;
}

.ysl_text {
    text-align: center;
    font-size: 17px;
    color: #F7EBFF;
    font-weight: 500;
    font-style: italic;
    line-height: 120%;
    margin-top: 14px;
}

.what {
    padding-top: 47px;
    padding-bottom: 90px;
}

.what .align_center {
    max-width: 680px;
    margin: 0 auto;
    margin-top: 39px;
}

.what_info {
    -webkit-box-shadow: 0px 0px 34px rgba(160,140,244,0.46), inset 0px 0px 18px #B8ABF6;
            box-shadow: 0px 0px 34px rgba(160,140,244,0.46), inset 0px 0px 18px #B8ABF6;
    background: radial-gradient(#6F51D6, #3C21A1);
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    color: #FFF;
    line-height: 120%;
    padding: 16px 32px;
    -webkit-border-radius: 70px;
            border-radius: 70px;
}

.what_info b {
    font-weight: 600;
    font-style: italic;
}

.what .decor {
    margin-top: 43px;
}

.what_text {
    text-align: center;
    margin-top: 43px;
}

.what_text p {
    display: block;
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    font-style: italic;
    color: #FFF;
    line-height: 120%;
}

.what_text p + p {
    margin-top: 15px;
}

.what_text p b {
    font-weight: 600;
    font-style: italic;
}

.technology {
    padding-top: 99px;
    padding-bottom: 99px;
}

.technology_list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 1050px;
    margin: 0 auto;
    margin-top: 99px;
    margin-bottom: -89px;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.technology_list > li {
    margin-bottom: 89px;
    width: 33.3333%;
    display: flex;
    text-align: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.technology_list > li i {
    display: block;
    margin: 0 auto;
    background-color: rgba(69,36,194,0.41);
    padding: 27px;
    position: relative;
    top: 0;
    -webkit-box-shadow: 0px 0px 37px rgba(199,185,255,0.46);
            box-shadow: 0px 0px 37px rgba(199,185,255,0.46);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .technology_list > li:hover i {
        top: 30px;
        opacity: 0.5;
        -webkit-transform: scale(3);
           -moz-transform: scale(3);
            -ms-transform: scale(3);
             -o-transform: scale(3);
                transform: scale(3);
    }
.technology_list > li i span {
    display: block;
    width: 59px;
    height: 59px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: linear-gradient(to bottom, #623EE7, #4524C2);
}

.tl_name {
    position: relative;
    z-index: 20;
    font-size: 37px;
    color: #F7EBFF;
    line-height: 120%;
    font-weight: 600;
    margin-top: 29px;
}

.what_w .align_center {
    max-width: 880px;
}

.what_info2 {
    font-size: 19px;
}

.contact {
    padding-bottom: 33px;
    text-align: center;
    color: #FDFDFD;
    display: flex;
    margin-top: 137px;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.contact_title {
    font-size: 107px;
    line-height: 100%;
    font-weight: 500;
}

.contact .tm {
    margin-top: 37px;
}

.cont_btn {
    margin-top: 52px;
}

.cont_btn div {
    cursor: auto;
}

.cont_btn a {
    font-weight: 600; color: #F7EBFF; margin-left: 7px;
}

.cont_text {
    margin-top: 137px;
}

.cont_text p {
    display: block;
    line-height: 130%;
    margin: 0;
    font-size: 24px;
    color: #B5B5B5;
    font-weight: 500;
    font-style: italic;
}

.cont_text p + p {
    margin-top: 25px;
}

.hl_nav_mobile {
    display: none;
    cursor: pointer;
    position: relative;
    width: 34px;
}

.hl_nav_mobile span {
    display: block;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    position: relative;
    background-color: #FFF;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.hl_nav_mobile span + span {
    margin-top: 8px;
}
/*111*/
.hl_nav_mobile.act span:nth-child(2n) {
    -webkit-transform: scale(0,1) !important;
       -moz-transform: scale(0,1) !important;
        -ms-transform: scale(0,1) !important;
         -o-transform: scale(0,1) !important;
            transform: scale(0,1) !important;
}

.hl_nav_mobile.act span:nth-child(1n) {
    top: 10px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.hl_nav_mobile.act span:nth-child(3n) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.decor {
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
}

    .decor span {
        display: block;
        width: 17px;
        height: 17px;
        margin-left: 15px;
        margin-right: 14px;
        background-color: #4524C2;
        -webkit-border-radius: 50%;
                border-radius: 50%;
    }

    .decor span:nth-child(1) {
        -webkit-animation: anim1 4s ease-out infinite;
           -moz-animation: anim1 4s ease-out infinite;
             -o-animation: anim1 4s ease-out infinite;
                animation: anim1 4s ease-out infinite;
    }

    .decor span:nth-child(2) {
        background-color: rgba(69,36,194,0.67);
        -webkit-animation: anim2 4s ease-out infinite;
           -moz-animation: anim2 4s ease-out infinite;
             -o-animation: anim2 4s ease-out infinite;
                animation: anim2 4s ease-out infinite;
    }

    .decor span:nth-child(3) {
        background-color: rgba(69,36,194,0.35);
        -webkit-animation: anim3 4s ease-out infinite;
           -moz-animation: anim3 4s ease-out infinite;
             -o-animation: anim3 4s ease-out infinite;
                animation: anim3 4s ease-out infinite;
    }

@-webkit-keyframes anim1 {
  0% {
    background-color: #4524C2;
  }
  14.28571428571429% {
    background-color: rgba(69,36,194,0.35);
  }
  28.57142857142858 {
    background-color: rgba(69,36,194,0.67);
  }
  42.85714285714287% {
    background-color: #4524C2;
  }
  57.14285714285716% {
    background-color: rgba(69,36,194,0.67);
  }
  71.42857142857145% {
    background-color: rgba(69,36,194,0.35);
  }
  100% {
    background-color: #4524C2;
  }
}


@-webkit-keyframes anim2 {
  0% {
    background-color: rgba(69,36,194,0.67);
  }
  14.28571428571429% {
    background-color: #4524C2;
  }
  28.57142857142858 {
    background-color: rgba(69,36,194,0.35);
  }
  42.85714285714287% {
    background-color: rgba(69,36,194,0.67);
  }
  57.14285714285716% {
    background-color: rgba(69,36,194,0.35);
  }
  71.42857142857145% {
    background-color: #4524C2;
  }
  100% {
    background-color: rgba(69,36,194,0.67);
  }
}


@-webkit-keyframes anim3 {
  0% {
    background-color: rgba(69,36,194,0.35);
  }
  14.28571428571429% {
    background-color: rgba(69,36,194,0.67);
  }
  28.57142857142858 {
    background-color: #4524C2;
  }
  42.85714285714287% {
    background-color: rgba(69,36,194,0.35);
  }
  57.14285714285716% {
    background-color: #4524C2;
  }
  71.42857142857145% {
    background-color: rgba(69,36,194,0.67);
  }
  100% {
    background-color: rgba(69,36,194,0.35);
  }
}

@keyframes anim1 {
  0% {
    background-color: #4524C2;
  }
  14.28571428571429% {
    background-color: rgba(69,36,194,0.35);
  }
  28.57142857142858 {
    background-color: rgba(69,36,194,0.67);
  }
  42.85714285714287% {
    background-color: #4524C2;
  }
  57.14285714285716% {
    background-color: rgba(69,36,194,0.67);
  }
  71.42857142857145% {
    background-color: rgba(69,36,194,0.35);
  }
  100% {
    background-color: #4524C2;
  }
}


@keyframes anim2 {
  0% {
    background-color: rgba(69,36,194,0.67);
  }
  14.28571428571429% {
    background-color: #4524C2;
  }
  28.57142857142858 {
    background-color: rgba(69,36,194,0.35);
  }
  42.85714285714287% {
    background-color: rgba(69,36,194,0.67);
  }
  57.14285714285716% {
    background-color: rgba(69,36,194,0.35);
  }
  71.42857142857145% {
    background-color: #4524C2;
  }
  100% {
    background-color: rgba(69,36,194,0.67);
  }
}


@keyframes anim3 {
  0% {
    background-color: rgba(69,36,194,0.35);
  }
  14.28571428571429% {
    background-color: rgba(69,36,194,0.67);
  }
  28.57142857142858 {
    background-color: #4524C2;
  }
  42.85714285714287% {
    background-color: rgba(69,36,194,0.35);
  }
  57.14285714285716% {
    background-color: #4524C2;
  }
  71.42857142857145% {
    background-color: rgba(69,36,194,0.67);
  }
  100% {
    background-color: rgba(69,36,194,0.35);
  }
}

.project_content {
    display: flex;
    margin-top: 79px;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}

.project_content_l {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .project_content_l img {
        display: block;
        width: 100%;
        border: 4px solid #4524C2;
        -webkit-border-radius: 31px;
                border-radius: 31px;
    }

.project_content_r {
    width: 455px;
    min-width: 455px;
    margin-left: 49px;
}

.pc__title {
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    color: #FFF;
    line-height: 120%;
}

.pc__list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 43px;
}

    .pc__list > li {
        display: block;
        position: relative;
        font-size: 25px;
        color: #FFF;
        font-weight: 500;
        font-style: italic;
        line-height: 120%;
        padding-left: 50px;
    }

        .pc__list > li:before {
            content: "";
            display: block;
            position: absolute;
            width: 28px;
            height: 28px;
            background: url("../img/list_ico.svg") no-repeat left top;
            left: 0;
            top: 1px;
            -webkit-box-shadow: 0px 0px 9px rgba(199,185,255,0.46);
                    box-shadow: 0px 0px 9px rgba(199,185,255,0.46);
            -webkit-border-radius: 50%;
                    border-radius: 50%;
        }

    .pc__list > li + li {
        margin-top: 26px;
    }

.what .wmain {
    width: auto;
    max-width: 1300px;
}

/*@media*/
@media screen and (max-width: 1380px) {
    .wmain {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .contact_title {
        font-size: 94px;
    }
    .header h1 {
        margin-left: -20px;
        margin-right: -20px;
        font-size: 13.3vw;
    }

    .hl_nav a + a {
        margin-left: 50px;
    }
    .header_slog {
        font-size: 22px;
    }
    .hl_nav a {
        font-size: 18px;
    }
    .logo {
        font-size: 20px;
    }
    .hl_btn {
        font-size: 18px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .btn_main {
        font-size: 22px;
        height: 60px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .btn_str {
        height: 60px;
        width: 117px;
    }
    .ysl_title {
        font-size: 22px;
    }
    .ysl_list > li {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ysl_list {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .what_info {
        font-size: 20px;
    }
    .what_text p {
        font-size: 20px;
    }
    .tl_name {
        font-size: 22px;
        margin-top: 20px;
    }
    .technology_list {
        max-width: 820px;
    }
}

@media screen and (max-width: 860px) {
    .project_content {
        display: block;
    }

    .project_content_r {
        width: 100%;
        margin-top: 35px;
        margin-left: 0;
        min-width: 20px;
    }

    .pc__list > li br {
        display: none;
    }
}

@media screen and (max-width: 780px) {
    .what_text p br {
        display: none;
    }
    .contact .tm br, .cont_text p br {
        display: none;
    }
    .cont_text p {
        font-size: 18px;
    }
}

@media screen and (max-width: 740px) {
    .ysl_list {
        display: block;
    }
    .ysl_list > li + li {
        margin-top: 20px;
    }
    .hl_nav a {
        font-size: 16px;
    }
    .hl_nav a + a {
        margin-left: 20px;
    }
    .hl_btn {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
        height: 30px;
    }
    .logo {
        font-size: 16px;
        line-height: 16px;
    }
    .container_main {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hl_top {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .logo:before {
        height: 2px;
        bottom: -17px !important;
    }
}

@media screen and (max-width: 720px) {
    .technology_list > li:hover i {
        -webkit-transform: scale(2);
           -moz-transform: scale(2);
            -ms-transform: scale(2);
             -o-transform: scale(2);
                transform: scale(2);
    }
}

@media screen and (max-width: 620px) {
    .technology_list > li i span {
        width: 30px;
        height: 30px;
    }
    .technology_list > li i {
        padding: 15px;
    }
    .tl_name {
        font-size: 18px;
    }
    .technology_list {
        margin-bottom: -50px;
    }
    .technology_list > li {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 580px) {
    .hl_nav_mobile {
        display: block;
    }
    .hl_top {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .hl_nav {
        display: block;
        display: none;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background-color: rgba(0,0,0,0.8);
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .hl_nav a {
        font-size: 20px;
        line-height: 120%;
        color: #FFF;
    }
    .hl_nav > a + a {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media screen and (max-width: 560px) {
    .header_slog br {
        display: none;
    }
    .contact_title {
        font-size: 14vw;
    }
    .contact .tm {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .technology {
        padding-bottom: 29px;
    }
    .what_text p br {
        display: none;
    }
    .contact {
        margin-top: 80px;
    }
    .contact .tm {
        margin-top: 20px;
    }
    .cont_btn {
        margin-top: 26px;
    }
    .cont_text {
        margin-top: 77px;
    }
    .cont_text p {
        font-size: 15px;
    }
    .header_nav {
        margin-top: 40px;
    }
    .btn_main {
        font-size: 18px;
        height: 50px;
        padding-left: 35px;
        padding-right: 35px;
    }
    .header_nav .btn_str {
        margin-left: 16px;
    }
    .btn_str {
        height: 50px;
        width: 80px;
    }
    .tm {
        font-size: 22px;
    }
    .ysl_list {
        margin-top: 35px;
    }
    .header {
        padding-top: 90px;
        padding-bottom: 50px;
    }
    .ysl {
        padding-bottom: 40px;
    }
    .what_info {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .what_text p {
        font-size: 16px;
    }
    .what_text {
        margin-top: 24px;
    }
    .what .decor {
        margin-top: 28px;
    }
    .technology_list {
        margin-top: 35px;
    }
    .technology {
        padding-top: 40px;
    }
    .what {
        padding-bottom: 30px;
    }
    .btn_str img {
        width: 25px;
    }
    .header_slog {
        font-size: 16px;
    }
    .decor img {
        display: block;
        width: 80px;
    }
    .hl_nav a {
        text-align: center;
    }

    .hl_nav {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 460px) {
    .project_content {
        margin-top: 24px;
    }
    .project_content_l img {
        border-width: 2px;
        -webkit-border-radius: 20px;
                border-radius: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .pc__title {
        font-size: 20px;
    }
    .pc__list > li {
        font-size: 18px;
        padding-left: 35px;
    }
    .pc__list > li:before {
        width: 16px;
        height: 16px;
        -webkit-background-size: 16px;
             -o-background-size: 16px;
                background-size: 16px;
    }
    .pc__list > li + li {
        margin-top: 18px;
    }
    .pc__list {
        margin-top: 25px;
    }
}

@media screen and (max-width: 380px) {
    .btn_str {
        width: 70px;
    }
    .btn_main {
        font-size: 16px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .contact .tm {
        font-size: 16px;
    }
    .tl_name {
        font-size: 16px;
    }
    .what_info {
        font-size: 14px;
    }
    .ysl_text {
        font-size: 15px;
    }
    .ysl_title {
        font-size: 20px;
    }
}