html {
    /*    overflow-x: hidden;*/
}

input {
    border-radius: 0 !important
}

:root {
    --main-color: #2E6B75;
    --dark-color: #2D2D2D;
    --light-color: #fff;
}

body {
    position: relative;
    background: #fff;
    color: #e6e5e6;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: auto;
}

body.lock{
    overflow-y: hidden;
}


html *,
html *:before,
html *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html.stop,
body.stop {
    /*    overflow: hidden;*/
    position: relative;
    height: 100%;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

a {
    text-decoration: none;
    outline: none !important;
}
a:focus {
    outline: none !important;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    margin: 10px;
    background: none;
    width: 0px;
}

html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button {
    display: none;
}

html::-webkit-scrollbar-track-piece,
body::-webkit-scrollbar-track-piece {
    background: rgba(0, 0, 0, 0.15);
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    margin: 10px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 3px;
}

.container {
    position: relative;
    width: 100%;
    padding: 0 4.1666vw;
    margin: auto;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


@media(max-width: 768px) {
    .container {
        max-width: calc(100vw - 30px);
        padding: 0;
    }
}

.scroll-percent{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0.35vw;
    background: transparent;
    z-index: 999999;
}
.scroll-percent .line{
    height: 100%;
    background: #e95200;
}

.single-0{
    margin-top: 6.9444vw;
}
.single-0 .container{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.0833vw;
}
#BreadcrumbList{
    overflow: auto;
    width: 100%;
    max-width: calc(100vw - 2.0833vw);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 1.4583vw;
    opacity: 0.5;
}
#BreadcrumbList::-webkit-scrollbar{
    margin: 0.6944vw;
    background: none;
    width: 0.3472vw;
    height: 0.1389vw;
}
#BreadcrumbList::-webkit-scrollbar-button{
    display: none;
}
#BreadcrumbList::-webkit-scrollbar-track-piece{
    background: rgba(0,0,0,0.05);
    border-radius: 0.2083vw;
}
#BreadcrumbList::-webkit-scrollbar-thumb{
    margin: 0.6944vw;
    background: #cbcbca;
    border-radius: 0.2083vw;
}
#BreadcrumbList li{
    list-style: none;
}
#BreadcrumbList a{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 1.3889vw;
    color: #1e1e1e;
    position: relative;
    margin-right: 1.3889vw;
}

#BreadcrumbList span:before{
    content: '/';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 0.2083vw;
    right: clamp(-12px,-0.8333vw,-200px);
    font-family:
    "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 1.3889vw;
    letter-spacing: -0.04em;
    color: #1e1e1e;
}

#BreadcrumbList li span,
#BreadcrumbList li a{
    cursor: pointer !important;
    white-space: nowrap;
}
#BreadcrumbList li:last-child span,
#BreadcrumbList li:last-child a{
    cursor: auto !important;
    white-space: nowrap;
}
.single-0 .right,
.single-1 .right{
    display: flex;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.1111vw;
    line-height: 100%;
    color: #848484;
    grid-gap: 1.6667vw;
}
.single-1 .right{
    display: none;
}
.single-0 .right .post-views,
.single-0 .right .date,
.single-0 .right .time,
.single-1 .right .post-views,
.single-1 .right .date,
.single-1 .right .time{
    position: relative;
    padding-left: 2.2222vw;
}
.single-0 .right .post-views:before,
.single-0 .right .date:before,
.single-0 .right .time:before,
.single-1 .right .post-views:before,
.single-1 .right .date:before,
.single-1 .right .time:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.6667vw;
    height: 1.6667vw;
    transform: translate(0%, -50%);
}
.single-0 .right .time:before,
.single-1 .right .time:before{
    background: url(../img/single/blog-time.svg) center center no-repeat;
    background-size: cover;
}
.single-0 .right .post-views:before,
.single-1 .right .post-views:before{
    background: url(../img/single/blog-views.svg) center center no-repeat;
    background-size: cover;
}
.single-0 .right .date:before,
.single-1 .right .date:before{
    background: url(../img/single/blog-date.svg) center center no-repeat;
    background-size: cover;
}
.single-0 .right .date:after,
.single-0 .right .time:after,
.single-1 .right .date:after,
.single-1 .right .time:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -0.8333vw;
    width: 0.0694vw;
    height: 1.6667vw;
    background:  #848484;
    transform: translate(0, -50%);
}
.single-1 .cont{
    position: relative;
    height: 38.1944vw;
    width: 100%;
    overflow: hidden;
    border-radius: 1.3889vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 3.8194vw;
}
.single-1 .cont img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.single-1.privacy h1,
.single-1 .cont h1{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 3.6111vw;
    line-height: 100%;
    text-align: center;
    color: #fff;
    max-width: 65.9722vw;
}
.single-1.privacy h1{
    color: #1e1e1e;
    width: 100%;
    max-width: none;
}
.single-1 .cont a{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.2500vw;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fff;
    background: #e95200;
    border-radius: 0.6944vw;
    padding: 0.3472vw 1.0417vw;
}
.single-1 .cont:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.5) 55.16%, rgba(30, 30, 30, 0.8) 100%);
    z-index: -1;
}

.single-2{
    margin-top: 5.2778vw;
}
.single-2 .container{
    display: grid;
    grid-template-columns: 27.7778vw 50.6944vw;
}
.single-2 .l{
    position: relative;
}
.single-2 .left{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 2.0833vw;
    padding: 3.3333vw;`
    background: #f9f7f7;
    position: sticky;
    top: 6.9444vw;
    background: #f9f7f7;
}
.single-2 .left .p{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.single-2 .left .h{
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: clamp(28px, 1.9444vw, 2000px);
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #1e1e1e;
    margin-bottom: clamp(24px, 1.6667vw, 2000px);
}
.single-2 .left a{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 120%;
    /* letter-spacing: -0.04em; */
    color: #909090;
    margin-bottom: 0.8333vw;
}
.single-2 .left a.active{
    color: #e95200;
}
.single-2 .left a:last-child{
    margin-bottom: 0;
}
.single-2 .right li,
.single-2 .right a,
.single-2 .right p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    color: #1e1e1e;
}
.single-2 .right a{
    color: #e95200;
    font-weight: 700;
    text-decoration: underline;
}
.single-2 .right p{
    margin-top: 1.6667vw;
}
.single-2 .right img{
    border: 1px solid rgb(209, 212, 219) !important;
    width: 100%;
    height: auto;
}
.single-2 .right h2{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 2.5000vw;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #1e1e1e;
    margin-top: 3.8889vw;
}
.single-2 .right .faq_list{
    margin-top: 3.8889vw;
}
.single-2 .right .faq_list h3{
    margin-top: 2.5000vw !important;
}
.single-2 .right .faq_list p{
    margin-top: 1.6667vw !important;
}
.single-2 .right h3{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.6667vw;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #1e1e1e;
    margin-top: 2.5000vw;
}
.single-2 .right h4{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.4vw;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #1e1e1e;
    margin-top: 2.3vw;
}
.single-2 .right strong{
    font-weight: 700;
}
.single-2 .right .wp-block-image{
    width: 100%;
    border-radius: 1.3889vw;
    overflow: hidden;
    margin-top: 1.3889vw;
}
.single-2 .right ul,
.single-2 .right ol{
    display: flex;
    flex-direction: column;
    grid-gap: 0.6944vw;
    margin-top: 1.3889vw;
    list-style: auto;
    padding-left: 1.3889vw;
}
.single-2 .right ul{
    list-style: disc;
}
.single-2 .right .slyle-list{
    list-style: url("../img/single/style-list-1.svg");
}
.single-2 .right blockquote{
    border-radius: 2.0833vw;
    padding: 3.3333vw;
    padding-left: 6.6667vw;
    background: #f9f7f7;
    margin-top: 3.8889vw;
    position: relative;
}
.single-2 .right blockquote:before{
    content: '';
    position: absolute;
    top: 3.3333vw;
    left: 3.3333vw;
    height: 1.6667vw;
    width: 1.6667vw;
    background: url(../img/single/blockquote.svg) center center no-repeat;
    background-size: cover;;
}
.single-2 .right code{
    background: #f9fafc;
    display: flex;
    padding: 1.25vw;
    border-radius: 1.25vw;
    margin-top: 1.0416vw;
    position: relative;
    min-height: 4.4270vw;
    align-items: center;
}
.single-2 .right code span.btn{
    position: absolute;
    top: 1.25vw;
    right: 1.25vw;
    padding: 0.5208vw;
    background-color: #f2f4f7;
    display: block;
    border-radius: 0.3125vw;
    cursor: pointer;
    transition: 0.3s;
}
.single-2 .right code span.btn:hover{
    background: #dfe3e8
}
.single-2 .right code span.btn:before{
    content: '';
    /* position: absolute; */
    top: 50%;
    left: 50%;
    display: block;
    width: 1.0416vw;
    height: 1.0416vw;
    background: url(../img/copy_1.svg) center center no-repeat;
    background-size: cover;
}

.single-2 .right table{
    display: table;
    margin: 2.0833vw 0px;
    border-collapse: collapse;
    overflow-x: auto;
    width: 100%;
    border-radius: 1.0416vw;
    border-radius: 1.0416vw;
    -webkit-border-radius: 1.0416vw;
    -moz-border-radius: 10.0416vw;
    -khtml-border-radius: 10.0416vw;
    display: block;
}
.single-2 .right table tbody tr:nth-child(2n+1), .single-2 .right table thead + tbody tr:nth-child(2n) {
    background: rgb(246, 247, 248);
}
.single-2 .right table tbody tr:nth-child(1) td{
    vertical-align: bottom;
}

.single-2 .right .wp-block-table{
    max-width: 50.6944vw;
    overflow: auto;
}

.single-2 .right table tbody tr td{
    font-size: 3.8647vw;
    padding: 2.0512vw 1.5384vw;        
    min-width: 17vw;
}
.single-2 .right table tbody tr td:first-child{
    min-width: 0;
}

.single-2 .right table tbody tr td{
    padding: 0.7291vw 1.25vw;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    color: #1e1e1e;
}

.single-2 .right .wp-block-image:nth-child(1),
.single-2 .right blockquote:nth-child(1),
.single-2 .right h2:nth-child(1),
.single-2 .right h3:nth-child(1),
.single-2 .right h4:nth-child(1),
.single-2 .right a:nth-child(1),
.single-2 .right ul:nth-child(1),
.single-2 .right ol:nth-child(1),
.single-2 .right p:nth-child(1){
    margin-top: 0;
}

.single-2 .rate{
    margin-top: 3.8889vw;
}
.single-2 .rate .h{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.6667vw;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #1e1e1e;
    margin-bottom: 1.6667vw;
}
.single-2 .rate .post-ratings{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.6667vw;
}
.single-2 .rate .post-ratings .stars{
    display: flex;
    grid-gap: 0.8333vw;
    position: relative;
}
.single-2 .rate .post-ratings .stars.score:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single-2 .rate .post-ratings .stars img{
    height: 1.9444vw;
    border: none !important;
}
.single-2 .rate .post-ratings .text{
    border: 0.0694vw solid rgba(30, 30, 30, 0.5);
    border-radius: 3.4722vw;
    padding: 0.3472vw 1.0417vw;
    width: auto;
    height: 2.4306vw;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.200vw;
    letter-spacing: -0.04em;
    text-align: center;
    color: rgba(30, 30, 30, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-2 .rate .post-ratings .text .cc{
        display: block;
    margin: 0 0.6944vw;
    width: 1px;
    height: 1vw;
    background: #1E1E1E;
    opacity: 0.5;
}
.single-2 .share{
    border-top: 0.0694vw solid rgba(30, 30, 30, 0.5);
    padding-top: 1.6667vw;
    display: flex;
    align-items: center;
    grid-gap: 1.0417vw;
}
.single-2 .share p{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 1.2500vw;
    line-height: 130%;
    color: #1e1e1e;
    margin-right: 1.3889vw;
}
.single-2 .share span {
    cursor: pointer;
    position: relative;
}
.single-2 .share span path{
    transition: 0.3s;
}
.single-2 .share span:hover path{
    fill: #CE4800;
}
.single-2 .share span:last-child:before{
    content: '';
    position: absolute;
    top: 45%;
    left: 50%;
    width: 25px;
    height: 25px;
    background: red;
    background: url(../img/single/copy-done-1.svg) center center no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    opacity: 0;
}
.single-2 .share span:last-child.active:before{
    opacity: 1;
}

.single-3{
    margin-top: 5.5556vw;
}
.single-3 .cont{
    background: #f9f7f7;
    padding: 3.8889vw 3.3333vw;
    border-radius: 2.0833vw;
    display: grid;
    grid-template-columns: 1fr 47.3611vw;
    justify-content: space-between;
    align-items: flex-end;
}
.single-3 .cont .left p{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    color: #1e1e1e;
}
.single-3 .cont .right .h2{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 2.5000vw;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #1e1e1e;
    margin-bottom: 2.2222vw;
}
.single-3 .cont .right .line{
    display: flex;
    align-items: flex-end;
    grid-gap: 1.6667vw;
}
.single-3 .cont .right .line .btn,
.cnct-1 .left .btn{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 110%;
    text-align: center;
    color: #fff;
    border-radius: 0.6944vw;
    padding: 0.6944vw 1.3889vw;
    background: #e95200;
    min-width: 11.1111vw;
    cursor: pointer;
    transition: 0.3s;
}
.single-3 .cont .right .line .btn:hover,
.cnct-1 .left .btn:hover{
    background: #CE4800
}
.single-3 .cont .right .line .btn.done,
.cnct-1 .left .btn.done{
    background: #009432;
}
.single-3 .cont .right .line input,
.cnct-1 .left .i input,
.cnct-1 .left .i textarea{
    width: 19.4444vw;
    height: 2.6389vw;
    border: none;
    background: none;
    outline: none;
    border-bottom: 0.0694vw solid rgba(30, 30, 30, 0.2);
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    color: #1e1e1e;
    padding-left: 2.2222vw;
}
.cnct-1 .left .i textarea{
    min-height: 7.8125vw;
}
.single-3 .cont .right .line input::-webkit-input-placeholder,
.cnct-1 .left .i input::-webkit-input-placeholder,
.cnct-1 .left .i textarea::-webkit-input-placeholder{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    color: #1e1e1e;
}
.single-3 .cont .right .line input::-moz-placeholder,
.cnct-1 .left .i input::-moz-placeholder,
.cnct-1 .left .i textarea::-moz-placeholder{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    color: #1e1e1e;
}
.single-3 .cont .right .line input:-ms-input-placeholder,
.cnct-1 .left .i input:-ms-input-placeholder,
.cnct-1 .left .i textarea:-ms-input-placeholder{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    color: #1e1e1e;
}
.single-3 .cont .right .line input::-ms-input-placeholder,
.cnct-1 .left .i input::-ms-input-placeholder,
.cnct-1 .left .i textarea::-ms-input-placeholder{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    color: #1e1e1e;
}
.single-3 .cont .right .line input::placeholder,
.cnct-1 .left .i input::placeholder,
.cnct-1 .left .i textarea::placeholder{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    color: #1e1e1e;
}
.single-3 .cont .right .line .i,
.cnct-1 .left .i{
    position: relative;
}
.single-3 .cont .right .line .i div, 
.cnct-1 .left .i div{
    width: 0;
    height: 0.0694vw;
    background: #e95200;
    display: block;
    position: absolute;
    bottom: 0;
    transition: 0.3s;
}
.cnct-1 .left .i.message div{
    /* bottom: 0.15625vw; */
}
.single-3 .cont .right .line input:not(:-moz-placeholder-shown)~div,
.cnct-1 .left .i  input:not(:-moz-placeholder-shown)~div,
.cnct-1 .left .i  textarea:not(:-moz-placeholder-shown)~div{
    width: 100%;
}

.single-3 .cont .right .line input:not(:-ms-input-placeholder)~div ,
.cnct-1 .left .i input:not(:-ms-input-placeholder)~div,
.cnct-1 .left .i textarea:not(:-ms-input-placeholder)~div{
    width: 100%;
}

.single-3 .cont .right .line input:focus~div,
.single-3 .cont .right .line input:not(:placeholder-shown)~div,
.cnct-1 .left .i input:focus~div,
.cnct-1 .left .i .line input:not(:placeholder-shown)~div,
.cnct-1 .left .i textarea:focus~div,
.cnct-1 .left .i .line textarea:not(:placeholder-shown)~div{
    width: 100%;
}

.single-3 .cont .right .line input.error~div,
.cnct-1 .left .i  input.error~div,
.cnct-1 .left .i  textarea.error~div{
    width: 100%;
    background: red;
}

.single-3 .cont .right .line .i:before,
.cnct-1 .left .i:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 1.1111vw;
    height: 1.1111vw;
    background: url(../img/single/single-3.svg) center center no-repeat;
    background-size: cover;
}

.cnct-1 .left .i.name:before{
    background: url(../img/contact/cntct-name.svg) center center no-repeat;
    background-size: cover;
}
.cnct-1 .left .i.message:before{
    background: url(../img/contact/cntct-message.svg) center center no-repeat;
    background-size: cover;
}
.cnct-1 .left .i.message:before{
    top: 0.9375vw;
}

.single-4{
    margin-top: 3.8889vw;
}
.single-4 .h2{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 2.5000vw;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #1e1e1e;
    margin-bottom: 2.7778vw;
}
.single-4 .right{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.7778vw;
    align-items: stretch;
}
.single-4 .right .box{
    display: flex;
    flex-direction: column;
}
.single-4 .right img{
    width: 100%;
    height: 13.8889vw;
    object-fit: cover;
    border-radius: 1.3889vw;
    margin-bottom: 1.3889vw;
}
.single-4 .right .cat{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.1111vw;
    line-height: 110%;
    color: rgba(30, 30, 30, 0.5);
    margin-bottom: 0.8333vw;
}
.single-4 .right .h2{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.6667vw;
    line-height: 110%;
    color: #1e1e1e;
    flex-grow: 1;
}
.single-4 .right .bottom{
    display: flex;
    align-items: center;
    grid-gap: 2.7778vw;
    /* margin-top: 2.0833vw; */
}
.single-4 .right .bottom .btn{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 110%;
    text-align: center;
    color: #fff;
    border-radius: 0.6944vw;
    padding: 0.6944vw 1.3889vw;
    background: #e95200;
    min-width: 11.1111vw;
    cursor: pointer;
    transition: 0.3s
}
.single-4 .right .bottom .btn:hover{
    background: #CE4800
}
.single-4 .right .bottom .date{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.1111vw;
    line-height: 100%;
    color: #848484;
    padding-left: 2.2222vw;
    position: relative;
}
.single-4 .right .bottom .date:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 1.6667vw;
    height: 1.6667vw;
    background: url(../img/single/blog-date.svg) center center no-repeat;
    background-size: cover;
}

.menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    padding: 0;
    overflow: hidden;
    padding-bottom: 0;
    transition: 0.5s;
}
.menu.active{
    padding-bottom: 100vh;
}
.menu .cont{
    position: absolute;
    top: 24vw;
    left: 0;
    width: 100%;
    /* background: green; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 55px;
    min-height: calc(100vh - 24vw);
    height: calc(100% - 24vw);
}
.menu .cont .cats{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 40px;
}
.menu .cont .cats a{
    position: relative;
}
.menu .cont .cats span{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 14px;
    background: #3a3a3a;
    border-radius: 50px;
    padding: 0px 7px;
    z-index: 10;
    opacity: 0;
    color: #fff;
    line-height: 150%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.menu .cont .cats a:hover span{
    opacity: 1;
}
.menu .cont a{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 5.7971vw;
    letter-spacing: -0.04em;
    text-align: center;
    color: #1e1e1e;
    transition: 0.3s;
    text-transform: uppercase;
}
.menu .cont a.active{
    color: #e95200;
}
.menu .langs{
    margin-top: 12.5vw;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.menu .col a{
    color: #1e1e1e !important;
    text-transform: none;
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 99999;
    padding: 2.2917vw 0;
}
.header .container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.7778vw;
    align-items: center;
}
.header .logo{
    height: 2.0833vw;
    width: auto;
}
.header .col{
    display: flex;
    gap: 3.1944vw;
    
}
.header .col a{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.2500vw;
    letter-spacing: -0.04em;
    text-align: center;
    color: #1e1e1e;
    transition: 0.3s;
}
.header .col a:hover{
    color: #e95200;
}
.header .b{
    display: flex;
    justify-content: flex-end;
    display: none;
}
.header .btn{
    height: 1.3889vw;
    width: 3.3333vw;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;;
    flex-direction: column;
    position: relative;
}
.header .btn span{
    display: block;
    width: 100%;
    height: 0.1389vw;
    background: #1E1E1E;
    transition: 0.3s;
}
.header .btn span:last-child{
    width: 50%;
}
.header .btn:hover span:last-child{
    width: 100%;
}
.header .btn span.close{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}
.header .btn.active span.close{
    opacity: 1;
    visibility: visible;
}
.header .btn span.close:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2.3px;
    transform: translate(-50%, -50%) rotate(20deg);
    background: #1e1e1e;
}
.header .btn span.close:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2.3px;
    transform: translate(-50%, -50%) rotate(-20deg);
    background: #1e1e1e;
}
.header .btn_11{
    display: flex;
    justify-content: flex-end;
}
.header .btn1{
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.2500vw;
    letter-spacing: -0.04em;
    color: #1e1e1e;
}
.header .btn1 .lang{
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translate(-50%,10px);
    -ms-transform: translate(-50%,10px);
    transform: translate(-50%,10px);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.075);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.075);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}
.header .btn1:hover .lang{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
            transform: translate(-50%,0);
}
.header .btn1 .lang a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 1.1vw;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
.header .btn1 .lang a,
.header .btn1 .lang p{
    cursor: pointer !important;
}
.header .btn1 .lang .active,
.header .btn1 .lang a:hover{
    color: #e95200;
}

.footer{
    padding: 2.4306vw 0;
    background: #141414;
    margin-top: 5.5556vw;
}
.footer .l1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.7778vw;
}
.footer .l1 .col,
.menu .col{
    display: flex;
    flex-direction: column;
    grid-gap: 0.6944vw;
}
.footer .l1 .col:nth-child(2) .head,
.footer .l1 .col:nth-child(2) a,
.footer .l1 .col:nth-child(3) .head,
.menu .col a,
.footer .l1 .col:nth-child(3) .base{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.2500vw;
    letter-spacing: -0.04em;
    color: #fff;
    transition: 0.3s;
    position: relative;
}
.footer .l1 .col:nth-child(2) .head{
    margin-bottom: 0.5208vw;
}
.footer .l1 .col:nth-child(2) a,
.footer .l1 .col:nth-child(3) a.base{
    color: rgba(255, 255, 255, 0.3);
    font-size: 1vw;
}
.footer .l1 .col:nth-child(2) a:hover,
.menu .col a:hover{
    color: #e95200;
}
.footer .l1 .logo{
    height: 2.0833vw;
    width: auto;
}
.footer .l1 .col:nth-child(3) a.mail,
.footer .l1 .col:nth-child(3) a.tg{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.2500vw;
    letter-spacing: -0.04em;
    padding-left: 2.0833vw;
    color: rgba(255, 255, 255, 0.3);
    position: relative;
    transition: 0.3s;
}
.footer .l1 .col:nth-child(3) a:hover{
    color: rgba(255, 255, 255, 1);
}
.footer .l1 .col:nth-child(3) a:before,
.menu .col a:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.3889vw;
    height: 1.3889vw;
    transform: translate(0, -50%);
    opacity: 0.3;
    transition: 0.3s;
}
.footer .l1 .col:nth-child(3) a:hover:before,
.menu .col a:hover:before{
    opacity: 1;
}
.footer .l1 .col:nth-child(3) a.mail:before{
    background: url('../img/footer/footer-mail.svg') center center no-repeat;
    background-size: cover;
}
.menu .col a.mail:before{
    background: url('../img/menu/menu-mail.svg') center center no-repeat;
    background-size: cover;
    opacity: 1;
}
.footer .l1 .col:nth-child(3) a.tg:before{
    background: url('../img/footer/footer-tg.svg') center center no-repeat;
    background-size: cover;
}
.menu .col a.tg:before{
    background: url('../img/menu/menu-tg.svg') center center no-repeat;
    background-size: cover;
    opacity: 1;
}
.footer .l2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.4306vw;
    padding-top: 2.4306vw;
    border-top: 0.0694vw solid #292929;
}
.footer .l2 p,
.footer .l2 a{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.1111vw;
    letter-spacing: -0.04em;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    transition: 0.3s;
}
.footer .l2 a:hover{
    color: #fff;
}

.archive-1{
    margin-top: 6.9444vw;
    padding-top: 3.6111vw;
    padding-bottom: 6.5278vw;
}
.archive-1.category .container{
    align-items: flex-start;
}
.archive-1.category h1{
    margin-top: 1.0416vw;
    text-align: left;
}
.archive-1.category  .description,
.archive-2 .cat_descr .description{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 0.9722vw, 18px);
    line-height: 130%;
    color: #1e1e1e;
    margin-top: 2.6041vw;
    flex-grow: 1;
    max-width: 40vw;
}
.archive-2 .cat_descr .description{
    max-width: none;
    margin: 0;
    padding-bottom: 2.7778vw;
}
.archive-1 h1{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 3.6111vw;
    line-height: 100%;
    text-align: center;
    color: #1e1e1e;
}

.archive-2 .container{
    display: grid;
    grid-template-columns: 58.3333vw 27.7778vw;
    justify-content: space-between;
}
.archive-2 .right .box{
    background: #f9f7f7;
    border-radius: 2.0833vw;
    padding: 3.3333vw;
    position: sticky;
    top: 6.9444vw;
}
.archive-2 .right .box .h,
.archive-4 .right .box .h{
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: 1.9444vw;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #1e1e1e;
}
.archive-2 .right .box .col,
.archive-4 .right .box .col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.6667vw;
    grid-gap: 0.8333vw;
}
.archive-2 .right .box .col a,
.archive-4 .right .box .col a{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #909090;
    transition: 0.3s;
}
.archive-2 .right .box .col a:hover,
.archive-4 .right .box .col a:hover{
    color: #e95200;
}
.archive-2 .right .box .dop,
.archive-4 .right .box .dop{
    margin-top: 1.6667vw;
    padding-top: 1.6667vw;
    border-top: 0.0694vw solid rgba(30, 30, 30, 0.5);
}
.archive-2 .right .box .h2,
.archive-4 .right .h2{
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: 1.3889vw;
    line-height: 120%;
    /* letter-spacing: -0.015em; */
    color: #1e1e1e;
}
.archive-2 .right .box .dop .col,
.archive-4 .right .box .dop .col,
.cnct-1 .right .col{
    display: flex;
    flex-direction: row;
    grid-gap: 1.6667vw;
}
.archive-2 .right .box .dop .col a path,
.archive-4 .right .box .dop .col a path,
.cnct-1 .right .col a path{
    transition: 0.3s;
}
.archive-2 .right .box .dop .col a:hover path,
.archive-4 .right .box .dop .col a:hover path,
.cnct-1 .right .col a:hover path{
    fill: #e95200;
    fill-opacity: 1;
}

.archive-2 .left .box{
    display: grid;
    grid-template-columns: 28.4722vw 1fr;
    grid-gap: 2.0833vw;
    padding: 2.7778vw 0;
    border-top: 0.0694vw solid rgba(30, 30, 30, 0.5);
}
.archive-2 .left .box:first-child{
    padding-top: 0;
    border: none;
}
.archive-2 .left .box:last-child{
    padding-bottom: 0;
}
.archive-2 .left .box .img{
    height: 15.2778vw;
    position: relative;
}
.archive-2 .left .box .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1.3889vw;
}
.archive-2 .left .box .img .date{
    position: absolute;
    bottom: 0.6250vw;
    left: 0.6250vw;
    backdrop-filter: blur(0.6944vw);
    background: rgba(255, 255, 255, 0.25);
    padding: 0.7639vw 0.6944vw;
    border-radius: 0.6944vw;
    padding-left: 2.9167vw;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.1111vw;
    line-height: 100%;
    color: #fff;
    overflow: hidden;
}
.archive-2 .left .box .img .date:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;;
    opacity: 0.2;
    z-index: -1;
}
.archive-2 .left .box .img .date:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0.6944vw;
    width: 1.6667vw;
    height: 1.6667vw;
    background: url(../img/archive/date-light.svg) center center no-repeat;
    background-size: cover;
    transform: translate( 0, -50% );
}
.archive-2 .left .box .right{
    display: flex;
    flex-direction: column;
}
.archive-2 .left .box .cat{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.1111vw;
    line-height: 110%;
    color: rgba(30, 30, 30, 0.5);
}
.archive-2 .left .box .h2{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.6666vw;
    line-height: 110%;
    color: #1e1e1e;
    margin-top: 0.8333vw;
    margin-bottom: 0;
}
.archive-2 .left .box .desc{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 0.8vw;
    line-height: 130%;
    color: #1e1e1e;
    margin-top: 0.8333vw;
    flex-grow: 1;
}
.archive-2 .left .box .bottom{
    display: flex;
    align-items: center;
    grid-gap: 2.7778vw;
}
.archive-2 .left .box .bottom .btn{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 110%;
    text-align: center;
    color: #fff;
    border-radius: 0.6944vw;
    padding: 0.6944vw 1.3889vw;
    background: #e95200;
    min-width: 11.1111vw;
    cursor: pointer;
    transition: 0.3s
}
.archive-2 .left .box .bottom .btn:hover{
    background: #CE4800
}

.archive-2 .left .box .bottom .inf{
    display: flex;
    align-items: center;
    grid-gap: 1.6667vw;
}
.archive-2 .left .box .bottom .inf .post-views,
.archive-2 .left .box .bottom .inf .time{
    position: relative;
    padding-left: 2.2222vw;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.1111vw;
    line-height: 100%;
    color: #848484;
}
.archive-2 .left .box .bottom .inf .post-views:before,
.archive-2 .left .box .bottom .inf .time:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.6667vw;
    height: 1.6667vw;
    transform: translate(0%, -50%);
}
.archive-2 .left .box .bottom .inf .time:before{
    background: url(../img/single/blog-time.svg) center center no-repeat;
    background-size: cover;
}
.archive-2 .left .box .bottom .inf .post-views:before{
    background: url(../img/single/blog-views.svg) center center no-repeat;
    background-size: cover;
}
.archive-2 .left .box .bottom .inf .time:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -0.8333vw;
    width: 0.0694vw;
    height: 1.6667vw;
    background:  #848484;
    transform: translate(0, -50%);
}

.archive-3 .pag{
    margin-top: 2.7778vw;
    border-top: 0.0694vw solid rgba(30, 30, 30, 0.5);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.7778vw;
}
.archive-3 .pagination{
    display: flex;
    padding-top: 2.5694vw;
    grid-gap: 1.0417vw;
}
.archive-3 .pagination .page-numbers{
    border: 0.0694vw solid rgba(30, 30, 30, 0.1);
    border-radius: 1.0417vw;
    width: 3.7500vw;
    height: 3.7500vw;
    display: block;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 1.6667vw;
    line-height: 110%;
    text-align: center;
    color: rgba(30, 30, 30, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}
.archive-3 .pagination .page-numbers.next{
    /* display: none; */
    background: url(../img/archive/pag-arrow.svg) center center no-repeat;
    background-size: cover
}
.archive-3 .pagination .page-numbers.prev{
    /* display: none; */
    background: url(../img/archive/pag-arrow.svg) center center no-repeat;
    background-size: cover;
    transform: scale(-1,1);
}
.archive-3 .pagination .page-numbers.current{
    background: rgba(30, 30, 30, 0.1);
}
.archive-3 .pagination .page-numbers:hover{
    color: #E95200;
}
.archive-3 .pagination .page-numbers.dots{
    /* display: none; */
    opacity: 0;
    flex-grow: 1;
}
.archive-3 .pagination .page-numbers.last{
    background: url(../img/archive/pag-arrow.svg) center center no-repeat;
    background-size: cover;
    color: transparent;
}

.archive-4{
    display: none;
}


.cnct-1 .container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.0416vw;
    margin-top: 2.0833vw;
}

.cnct-1 .left{
    background: #f9f7f7;
    padding: 3.8889vw 3.3333vw;
    border-radius: 2.0833vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 1.5625vw;
}

.cnct-1 .left .i,
.cnct-1 .left .i input,
.cnct-1 .left .i textarea{
    width: 100% !important;
}
.cnct-1 .left .i textarea{
    padding-bottom: 0;
    margin: 0;
    margin-bottom: -4px;
}

.cnct-1 .right p{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 0.9722vw, 18px);
    line-height: 130%;
    color: #1e1e1e;
}

.cnct-1 .right .col{
    margin-top: 1.6667vw;
}

.b-404 .container{
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b-404 h1{
    width: 100%;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 5.4687vw;
    line-height: 100%;
    text-align: center;
    color: #1e1e1e;
}
.b-404 p{
    margin-top: 3.125vw;
    width: 100%;
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    font-size: 1.4583vw;
    line-height: 120%;
    letter-spacing: -0.04em;
    text-align: center;
    color: #1e1e1e;
}
.b-404 a{
    margin: auto;
    margin-top: 1.0416vw;
    margin-bottom: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 110%;
    text-align: center;
    color: #fff;
    border-radius: 0.6944vw;
    padding: 0.6944vw 1.3889vw;
    background: #e95200;
    min-width: 11.1111vw;
    cursor: pointer;
    transition: 0.3s;
}
.b-404 a:hover{
    background: #CE4800
}

@media(max-width: 700px){
    .scroll-percent{
        height: 1.5vw;
    }
    .single-0{
        margin-top: 24.1546vw;
    }
    .single-0 .container{
        margin-bottom: 7.2464vw;
    }
    #BreadcrumbList{
        max-width: calc(100vw - 7.2464vw);
        height: 5.0725vw;
    }
    #BreadcrumbList::-webkit-scrollbar{
        margin: 2.4155vw;
        width: 1.2077vw;
        height: 0.4831vw;
    }
    #BreadcrumbList a{
        font-size: 3.8647vw;
        line-height: 4.8309vw;
        margin-right: 4.8309vw;
    }

    #BreadcrumbList span:before{
        width: 0.7246vw;
        font-size: 3.8647vw;
        line-height: 4.8309vw;
    }
    .single-0 .right,
    .single-1 .right{
        font-size: 3.8647vw;
        grid-gap: 5.7971vw;
    }
    .single-0 .right .post-views,
    .single-0 .right .date,
    .single-0 .right .time,
    .single-1 .right .post-views,
    .single-1 .right .date,
    .single-1 .right .time{
        padding-left: 7.7295vw;
    }
    .single-0 .right .post-views:before,
    .single-0 .right .date:before,
    .single-0 .right .time:before,
    .single-1 .right .post-views:before,
    .single-1 .right .date:before,
    .single-1 .right .time:before{
        width: 5.7971vw;
        height: 5.7971vw;
    }
    .single-0 .right .date:after,
    .single-0 .right .time:after,
    .single-1 .right .date:after,
    .single-1 .right .time:after{
        right: -2.8986vw;
        width: 0.2415vw;
        height: 5.7971vw;
    }
    .single-1 .cont{
        height: 132.8502vw;
        border-radius: 4.8309vw;
        padding-bottom: 13.2850vw;
    }
    .single-1 .cont a{
        font-size: 4.3478vw;
        border-radius: 2.4155vw;
        padding: 1.2077vw 3.6232vw;
    }
    .single-2{
        margin-top: 18.3575vw;
    }
    .single-2 .container{
        grid-template-columns: 96.6184vw 176.3285vw;
    }
    .single-2 .left{
        border-radius: 7.2464vw;
        padding: 11.5942vw;
        top: 24.1546vw;
    }
    .single-2 .left a{
        font-size: 3.8647vw;
        margin-bottom: 2.8986vw;
    }
    .single-2 .right li,
    .single-2 .right a,
    .single-2 .right p {
        font-size: 3.8647vw;
    }
    .single-2 .right p{
        margin-top: 5.7971vw;
    }
    .single-2 .right h2{
        font-size: 8.6957vw;
        margin-top: 13.5266vw;
    }
    .single-2 .right h3{
        font-size: 5.7971vw;
        margin-top: 8.6957vw;
    }
    .single-2 .right .wp-block-image{
        border-radius: 4.8309vw;
        margin-top: 4.8309vw;
    }
    .single-2 .right ul,
    .single-2 .right ol{
        grid-gap: 2.4155vw;
        margin-top: 4.8309vw;
        padding-left: 4.8309vw;
    }
    .single-2 .right blockquote{
        border-radius: 7.2464vw;
        padding: 11.5942vw;
        padding-left: 23.1884vw;
        margin-top: 13.5266vw;
    }
    .single-2 .right blockquote:before{
        top: 11.5942vw;
        left: 11.5942vw;
        height: 5.7971vw;
        width: 5.7971vw;
    }
    .single-2 .rate{
        margin-top: 13.5266vw;
    }
    .single-2 .rate .h{
        font-size: 5.7971vw;
        margin-bottom: 5.7971vw;
    }
    .single-2 .rate .post-ratings{
        margin-bottom: 5.7971vw;
    }
    .single-2 .rate .post-ratings .stars{
        grid-gap: 2.8986vw;
    }
    .single-2 .rate .post-ratings .text .cc{
        height: 5.1282vw;
        margin: 0 3vw;
    }
    .single-2 .rate .post-ratings .stars img{
        height: 6.7633vw;
        width: auto;
    }
    .single-2 .rate .post-ratings .text{
        border: 0.2415vw solid rgba(30, 30, 30, 0.5);
        border-radius: 12.0773vw;
        padding: 1.2077vw 3.6232vw;
        width: 55.7971vw;
        height: 8.4541vw;
        font-size: 4.3478vw;
    }
    .single-2 .share{
        border-top: 0.2415vw solid rgba(30, 30, 30, 0.5);
        padding-top: 5.7971vw;
        grid-gap: 3.6232vw;
    }
    .single-2 .share p{
        font-size: 4.3478vw;
        margin-right: 4.8309vw;
    }

    .single-3{
        margin-top: 19.3237vw;
    }
    .single-3 .cont{
        padding: 13.5266vw 11.5942vw;
        border-radius: 7.2464vw;
        grid-template-columns: 1fr 164.7343vw;
    }
    .single-3 .cont .left p{
        font-size: 3.8647vw;
    }
    .single-3 .cont .right .h2{
        font-size: 8.6957vw;
        margin-bottom: 7.7295vw;
    }
    .single-3 .cont .right .line{
        grid-gap: 5.7971vw;
    }
    .single-3 .cont .right .line .btn,
    .cnct-1 .left .btn,
    .b-404 a{
        font-size: 3.8647vw;
        border-radius: 2.4155vw;
        padding: 2.4155vw 4.8309vw;
        min-width: 38.6473vw;
        width: 100%;
    }
    .single-3 .cont .right .line input,
    .cnct-1 .left .i input,
    .cnct-1 .left .i textarea{
        width: 67.6329vw;
        height: 9.1787vw;
        font-size: 3.8647vw;
        padding-left: 7.7295vw;
    }
    .cnct-1 .left .i.message:before{
        top: 3vw;
    }
    .single-3 .cont .right .line input::-webkit-input-placeholder,
    .cnct-1 .left .i input::-webkit-input-placeholder,
    .cnct-1 .left .i textarea::-webkit-input-placeholder{
        font-size: 3.8647vw;
    }
    .single-3 .cont .right .line input::-moz-placeholder,
    .cnct-1 .left .i input::-moz-placeholder,
    .cnct-1 .left .i textarea::-moz-placeholder{
        font-size: 3.8647vw;
    }
    .single-3 .cont .right .line input:-ms-input-placeholder,
    .cnct-1 .left .i input:-ms-input-placeholder,
    .cnct-1 .left .i textarea:-ms-input-placeholder{
        font-size: 3.8647vw;
    }
    .single-3 .cont .right .line input::-ms-input-placeholder,
    .cnct-1 .left .i input::-ms-input-placeholder,
    .cnct-1 .left .i textarea::-ms-input-placeholder{
        font-size: 3.8647vw;
    }
    .single-3 .cont .right .line input::placeholder,
    .cnct-1 .left .i input::placeholder,
    .cnct-1 .left .i textarea::placeholder{
        font-size: 3.8647vw;
    }
    .single-3 .cont .right .line .i div{
        height: 0.2415vw;
    }

    .single-3 .cont .right .line .i:before,
    .cnct-1 .left .i:before{
        width: 3.8647vw;
        height: 3.8647vw;
    }

    .single-4{
        margin-top: 13.5266vw;
    }
    .single-4 .h2{
        font-size: 8.6957vw;
        margin-bottom: 9.6618vw;
    }
    .single-4 .right{
        grid-gap: 9.6618vw;
    }
    .single-4 .right img{
        border-radius: 4.8309vw;
        margin-bottom: 4.8309vw;
        height: 51.2820vw;
    }
    .single-4 .right .cat{
        font-size: 3.8647vw;
        margin-bottom: 2.8986vw;
    }
    .single-4 .right .h2{
        font-size: 5.7971vw;
    }
    .single-4 .right .bottom{
        grid-gap: 9.6618vw;
        /* margin-top: 7.2464vw; */
    }
    .single-4 .right .bottom .btn{
        font-size: 3.8647vw;
        border-radius: 2.4155vw;
        padding: 2.4155vw 4.8309vw;
        min-width: 38.6473vw;
    }
    .single-4 .right .bottom .date{
        font-size: 3.8647vw;
        padding-left: 7.7295vw;
    }
    .single-4 .right .bottom .date:before{
        width: 5.7971vw;
        height: 5.7971vw;
    }

    .header{
        padding: 7.9710vw 0;
    }
    .header .container{
        grid-gap: 9.6618vw;
    }
    .header .logo{
        height: 7.2464vw;
    }
    .header .col{
        gap: 11.1111vw;
    }
    .header .col a{
        font-size: 4.3478vw;
    }
    .header .btn{
        height: 4.8309vw;
        width: 11.5942vw;
    }
    .header .btn span{
        height: 0.4831vw;
    }

    .footer{
        padding: 8.4541vw 0;
        margin-top: 19.3237vw;
    }
    .footer .l1{
        grid-gap: 9.6618vw;
    }
    .footer .l1 .col,
    .menu .col{
        grid-gap: 2.4155vw;
    }
    .footer .l1 .col:nth-child(3){
        
    }
    .menu .col{
        align-items: flex-start;
        margin-top: 12.5vw;
        border-top: 1px solid rgba(30, 30, 30, 0.5);
        padding-top: 12.5vw;
        padding-bottom: 12.5vw;
        width: 100%;
    }
    .footer .l1 .col:nth-child(2) a,
    .footer .l1 .col:nth-child(3) a.base{
        font-size: 4vw;
    }
    .footer .l1 .col:nth-child(2) .head,
    .footer .l1 .col:nth-child(3) .head{
        font-size: 4.3478vw;
        margin-bottom: 2.5641vw
    }
    .footer .l1 .logo{
        height: 7.2464vw;
    }
    .footer .l1 .col:nth-child(3) a.mail,
    .footer .l1 .col:nth-child(3) a.tg,
    .menu .col a{
        font-size: 4.3478vw;
        padding-left: 7.2464vw;
    }
    .footer .l1 .col:nth-child(3) a:before,
    .menu .col a:before{
        width: 4.8309vw;
        height: 4.8309vw;
    }
    .footer .l2{
        margin-top: 8.4541vw;
        padding-top: 8.4541vw;
        border-top: 0.2415vw solid #292929;
    }
    .footer .l2 p,
    .footer .l2 a{
        font-size: 3.8647vw;
    }

    .archive-1{
        margin-top: 24.1546vw;
        padding-top: 12.5604vw;
        padding-bottom: 22.7053vw;
    }
    .archive-1 h1{
        font-size: 12.5604vw;
    }
    .archive-2 .right .box{
        border-radius: 7.2464vw;
        padding: 11.5942vw;
    }
    .archive-2 .right .box .h,
    .archive-4 .right .box .h{
        font-size: 6.7633vw;
    }
    .archive-2 .right .box .col,
    .archive-4 .right .box .col{
        margin-top: 5.7971vw;
        grid-gap: 2.8986vw;
    }
    .archive-2 .right .box .col a,
    .archive-4 .right .box .col a{
        font-size: 3.8647vw;
    }
    .archive-2 .right .box .dop,
    .archive-4 .right .box .dop{
        margin-top: 5.7971vw;
        padding-top: 5.7971vw;
        border-top: 0.2415vw solid rgba(30, 30, 30, 0.5);
    }
    .archive-2 .right .box .h2,
    .archive-4 .right .h2{
        font-size: 4.8309vw;
    }
    .archive-2 .right .box .dop .col,
    .archive-4 .right .box .dop .col,
    .cnct-1 .right .col{
        grid-gap: 5.7971vw;
    }
    .archive-2 .left .box{
        grid-template-columns: 99.0338vw 1fr;
        grid-gap: 7.2464vw;
        padding: 9.6618vw 0;
        border-top: 0.2415vw solid rgba(30, 30, 30, 0.5);
    }
    .archive-2 .left .box .img{
        height: 53.1401vw;
    }
    .archive-2 .left .box .img img{
        border-radius: 4.8309vw;
    }
    .archive-2 .left .box .img .date{
        bottom: 2.1739vw;
        left: 2.1739vw;
        backdrop-filter: blur(2.4155vw);
        padding: 2.6570vw 2.4155vw;
        border-radius: 2.4155vw;
        padding-left: 10.1449vw;
        font-size: 3.8647vw;
    }
    .archive-2 .left .box .img .date:after{
        left: 2.4155vw;
        width: 5.7971vw;
        height: 5.7971vw;
    }
    .archive-2 .left .box .cat{
        font-size: 3.8647vw;
    }
    .archive-2 .left .box .h2{
        margin-top: 2.8986vw;
        font-size: 24px;
    }
    .archive-2 .left .box .desc{
        margin-top: 2.8986vw;
        font-size: 14px;
    }
    .archive-2 .left .box .bottom{
        grid-gap: 9.6618vw;
    }
    .archive-2 .left .box .bottom .btn{
        font-size: 3.8647vw;
        border-radius: 2.4155vw;
        padding: 2.4155vw 4.8309vw;
        min-width: 38.6473vw;
    }

    .archive-2 .left .box .bottom .inf{
        grid-gap: 5.7971vw;
    }
    .archive-2 .left .box .bottom .inf .post-views,
    .archive-2 .left .box .bottom .inf .time{
        padding-left: 7.7295vw;
        font-size: 3.8647vw;
    }
    .archive-2 .left .box .bottom .inf .post-views:before,
    .archive-2 .left .box .bottom .inf .time:before{
        width: 5.7971vw;
        height: 5.7971vw;
    }
    .archive-2 .left .box .bottom .inf .time:after{
        right: -2.8986vw;
        width: 0.2415vw;
        height: 5.7971vw;
    }

    .archive-3 .pag{
        margin-top: 9.6618vw;
        grid-gap: 9.6618vw;
    }
    .archive-3 .pagination{
        padding-top: 8.9372vw;
        grid-gap: 3.6232vw;
    }
    .archive-3 .pagination .page-numbers{
        border-radius: 3.6232vw;
        width: 13.0435vw;
        height: 13.0435vw;
        font-size: 5.7971vw;
    }

  	/*--------------------------------------------*/
  
 	html{
        margin: 0 !important;
    }
    .header .b{
        display: flex;
    }
    .header .btn_11,
    .header .col{
        display: none;
    }
    .header .container{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .archive-1{
        margin-top: 19.3237vw;
        padding-bottom: 12.0773vw;
    }
    .archive-1 h1{
        font-size: 7vw;
        width: 100%;
    }
    .archive-2 .container{
        grid-template-columns: 1fr;
    }
    .archive-2 .container .right{
        display: none;
    }
    .archive-2 .left .box .bottom{
        margin-top: 4.8309vw;
    }
    .archive-2 .left .box{
        grid-template-columns: 1fr;
        padding: 4.8309vw 0;
    }
    .archive-3 .pag{
        margin-top: 4.8309vw;
        grid-template-columns: 1fr;
    }
    .archive-3 .pag .p{
        display: none;
    }
    .archive-3 .pagination{
        padding-top: 4.8309vw;
        width: 100%;
        justify-content: center;
    }
    .archive-3 .pagination .page-numbers{
        width: 10.6280vw;
        height: 10.6280vw;
        font-size: 4.3478vw;
    }
    .single-3 .cont{
        grid-template-columns: 1fr;
    }
    .single-3 .cont .right .line{
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 3.6232vw;
    }
    .single-3 .cont, .cnct-1 .left{
        padding: 7.2464vw;
    }
    .cnct-1 .left{
        border-radius: 7.2464vw;
    }
    .single-3 .cont .left p{
        display: none;
    }
    .single-3 .cont .right .line .btn,
    .single-3 .cont .right .line .i,
    .single-3 .cont .right .line input{
        width: 100%;
    }
    .single-3 .cont .right .h2{
        font-size: 6.7633vw;
    }
    .archive-4{
        display: flex;
        margin-top: 19.3237vw;
    }
    .footer .l1{
        grid-template-columns: 1fr;
    }
    .footer .l1 .col:nth-child(2){
        /* order: 1; */
    }
    .footer .l2{
        flex-direction: column;
        grid-gap: 4.8309vw;
    }

    .single-2 .container{
        grid-template-columns: 1fr;
        grid-gap: 14.4928vw;
    }

    .single-4 .right{
        grid-template-columns: 1fr;
        grid-gap: 4.8309vw;
    }
    .single-4 .right .box{
        border-bottom: 0.2415vw solid rgba(30, 30, 30, 0.5);
        padding-bottom: 4.8309vw;
    }
    .single-4 .right .box:last-child{
        border: none;
    }
    .single-2 .left{
        padding: 7.2464vw 7.2464vw 6vw;
        /* padding: 7.2464vw; */
        position: relative;
        top: 0;
        transition: 0.3s;
        overflow: hidden;
    }
    .single-2 .left:before{
        content: '';
        position: absolute;
        top: 8.4541vw;
        right: 7.2464vw;
        width: 4.8309vw;
        height: 4.8309vw;
        background: url(../img/single/b7_arrow.svg) center center no-repeat;
        background-size: contain;
        transform: rotate(90deg);
        opacity: 0.7;
        transition: 0.3s;
    }
    .single-2 .left.active:before{
        transform: rotate(-90deg);
    }
    .single-2 .right h2{
        font-size: 7.7295vw;
    }
    .single-2 .right h3{
        font-size: 5.3140vw;
    }
    .single-2 .right .faq_list{
        margin-top: 13.5266vw;
    }
    .single-2 .right h3{
        font-size: 5.7971vw;
        margin-top: 8.6957vw;
    }
    .single-2 .right h4{
        font-size: 5vw;
        margin-top: 8.6957vw;
    }
    .single-2 .right .faq_list h3{
        margin-top: 8.6957vw !important;
    }
    .single-2 .right blockquote{
        padding: 16.9082vw 7.2464vw 7.2464vw;
    }
    .single-2 .right blockquote:before{
        top: 7.2464vw;
        left: 7.2464vw;
    }
    .single-2 .rate .post-ratings{
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 4.8309vw;
    }
    .single-2 .rate .post-ratings .text{
        width: auto;
    }
    .single-1.privacy h1,
    .single-1 .cont h1{
        font-size: 7.7295vw;
        /* padding: 0 3.6232vw; */
        color: #1e1e1e;
        text-align: left;
        margin-top: 4.8309vw;
        max-width: none;
    }
    .single-1 .cont{
        height: auto;
        padding-bottom: 0;
        align-items: flex-start;
        border-radius: 0;
        overflow: inherit;
    }
    .single-2{
        margin-top: 6.0386vw;
    }
    .single-0 .right{
        display: none;
    }
    #BreadcrumbList{
        height: 5.7971vw;
    }
    .single-0 .container{
        margin-bottom: 3.6232vw;
    }
    .single-1 .right{
        margin-top: 4.8309vw;
        justify-content: flex-start;
    }
    .single-2 .left .p{
        position: absolute;
        top: 22.9469vw;
        left: 7.2464vw;
        max-width: calc(100% - 14.4928vw);
    }
    .single-2 .left .h{
        margin: 0;
    }
    .single-1 .cont img{
        position: relative;
        height: 67.6329vw;
        border-radius: 4.8309vw;
        margin-bottom: 4.8309vw;
    }
    .single-1 .cont:before{
        display: none;
    }
    .single-1 .right{
        display: flex;
    }
   	.single-2 .right code{
        padding: 3.8461vw;
        padding-right: 10.2564vw;
        border-radius: 2.5641vw;
    }
    .single-2 .right code span.btn{
        top: 2.5641vw;
        right: 2.5641vw;
        padding: 1.2820vw;
        border-radius: 1.2820vw;
    }
    .single-2 .right code span.btn:before{
        width: 4.3589vw;
        height: 4.3589vw;
    }
    .cnct-1 .container{
        grid-template-columns: 1fr;
        margin-top: 7.6923vw;
    }
    .cnct-1 .left{
        grid-gap: 5.1282vw;
        order: 1;
        margin-top: 5.1282vw;
    }
    .cnct-1 .right .col{
        margin-top: 5.7971vw;
    }
    .single-2 .right table{
        border-radius: 5.1282vw;
        -webkit-border-radius: 5.1282vw;
        -moz-border-radius: 5.1282vw;
        -khtml-border-radius: 5.1282vw;
        margin: 5.1282vw 0;
    }
    .single-2 .right table tbody tr td{
        font-size: 3.8647vw;
        padding: 2.0512vw 1.5384vw;
        min-width: 51.2820vw;
    }
    .single-2 .right table tbody tr td:first-child{
        min-width: 0;
    }
    .single-2 .right .wp-block-table{
        max-width: calc(100vw - 30px);
        overflow: auto;
    }
    .cnct-1 .left .i textarea{
        min-height: 20vw;
    }
    .b-404 h1{
        font-size: 22vw;
    }
    .b-404 p{
        font-size: 14px;
    }
    .b-404 a{
        margin-top: 4.8309vw;
        max-width: 50vw;
    }
}