body {
    padding: 0;
    font-size: 16px;
    margin: 0;
    font-family: Mulish;
}
.bg-grey {
    background-color: #006341;
}
.logo {
    padding: 5px;
}
.logo img{
    height: 50px;
}
.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}
#ipoteka {
    background-color: #0f6341;
}
.x-back{
    background-image: url(/img/xls.png);
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: 23px;
    cursor: pointer;
}
.l-back{
    background-image: url(/img/lock.png);
    background-position: 97%;
    background-repeat: no-repeat;
    background-size: 17px;
    cursor: pointer;
}
.p-back{
    background-image: url(/img/pdfd.png);
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: 23px;
    cursor: pointer;
}
.menu a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
.menu-content {
    width: 50%;
}
.menu-content ul {
    list-style-type: none;
    display: flex;
}
.mobile-phone {
    display: none;
}
.burger {
    /*width: 40px;*/
    /*height: 40px;*/
    display: none;
    flex-direction: column;
    margin-right: 10px;
    width: 36px;
    position: relative;
}
.burger span {
    width: 36px;
    height: 2px;
    background-color: white;
    margin-bottom: 10px;
    transition: all .5s ease;
}
.burger.b-close span:nth-child(1){
    position: absolute;
    transform: rotate(45deg);
}
.burger.b-close span:nth-child(2){
    display: none;
}
.mbt {
    color: white;
}
.four-blocks {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}
.zl {
    width: 140px;
    margin-bottom: 20px;
}
.bdt {
    font-size: 40px;
    color: #0f6341;
}
.zimg {
    background-repeat: no-repeat;
    background-size: cover;
}
.ip-block {
    display: flex;
    flex-direction: column;
    width: 24%;
    min-width: 253px;
    margin-top: 20px
}
.ip-block img {
    width: 100%;
}
.burger.b-close span:nth-child(3){
    position: absolute;
    transform: rotate(135deg);
}

.social {
    display: flex;
    flex-direction: column;
    color: white;
    text-transform: uppercase;
    margin-right: 5px;
}
.small-text {
    font-size: 12px;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.online-icon {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: white;
    margin-right: 5px;
    animation-name: mirage;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes mirage {
    0% {
        background-color: white;
    }
    50% {
        background-color: transparent;
    }
    100% {
        background-color: white;
    }

}
.df {
    display: flex;
}
.aic {
    align-items: center;
}
.phone-space {
    margin-right: 5px;
    color: white;
}
.phone {
    font-size: 21px;
}
.ttu {
    text-transform: uppercase;
}
.soc-icons {
    display: flex;
    align-items: center;
    margin-top: 3px;
    justify-content: end;
}
.soc-icons img {
    width: 20px;
    margin-left: 6px;
}
.main-block {
    background-image: url(/img/le-main.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.callback button {
    background-color: white;
    padding: 6px 12px;
    border-radius: 4px;
    color: black;
    margin-right: 5px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
}
.mobile-soc {
    display: none;
}
.m-logo {
    max-width: 520px;
    margin: 0px auto;
    padding: 20px 0;
}
.m-logo img {
    width: 520px;
}
.dark-mask{
    background-color: rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    padding-top: 64px;
}
.nsb-text {
    color: white;
    font-size: 18pt;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.jcsa {
    justify-content: space-around;
    align-items: center;
}
.b-text {
    color: white;
    font-size: 56px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.m-gold-text {
    color: white;
    font-size: 25px;
    display: flex;
    align-items: end;
}
.m-phone {
    font-size: 38px;
    color: white;
    display: flex;
    align-items: end;
    line-height: 83px;
}
.m-phone a {
    text-decoration: none;
    color: white;
}
.get_counts {
    margin-top: 20px;
    background-color: white;
    padding: 10px 40px;
    border-radius: 6px;
    font-size: 20px;
    border: none;
    color: black;
    cursor: pointer;
}
.jcsb {
    justify-content: space-between;
}
.dark-panel {
    background-color: rgb(14 66 45 / 70%);
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding-bottom: 30px;
}
.msgt {
    color: white;
    text-align: center;
    font-size: 25px;
    padding: 30px 0;

}
.full-img {
    width: 100%;
}
.dark-options {
    display: flex;
    justify-content: space-around;
}
.d-option {
    padding: 10px 40px;
    background-color: white;
    color: black;
    border-radius: 4px;
}
.mv-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.p100x0 {
    padding: 100px 0;
}
.fxd100 {
    position: fixed;
    width: 100%;
    z-index: 20;
}
.fs20 {
    font-size: 20px;
}
.beige-bg {
    background-color: #f6f4ef;
}
.adfx {
    display: flex;
    justify-content: space-between;
}
.half {
    width: 49%;
    padding: 20px;
}
.bbt {
    font-size: 48px;
    font-weight: bold;
}
.dfdc{
    display: flex;
    flex-direction: column;
}
.mdt {
    font-size: 14pt;
    line-height: 30px;
}
.amdfx{
    display: flex;
}
.mcard{
    display: flex;
    flex-direction: column;
    max-width: 240px;
}
.mcard img{
    width: 20px;
}
.mb40{
    margin-bottom: 40px;
}
.fwb {
    font-weight: bold;
}
.fs30 {
    font-size: 14pt;
    line-height: 30px;
}
.stdfs {
    font-size: 14pt;
    line-height: 30px;
}
.mgt {
    color: white;
    font-size: 30px;
}
.cg {
    font-weight: bold;
}
.mbt {
    font-size: 30px;
}
.mwt{
    color: white;
    font-size: 30px;
}
.m0 {
    margin: 0;
}
.grey-bg{
    background-color: #0f6341;
}
.m60x0 {
    margin: 60px 0;
}
.p60x0 {
    padding: 30px 0;
}
.p60x20 {
    padding: 60px 20px;
}
.cw {
    color: white;
    text-decoration: none;
}
.mb60{
    margin-bottom: 60px;
}
.gbtn {
    background-color: white;
    padding: 10px 34px;
    border-radius: 6px;
    font-size: 30px;
    border: none;
    margin-bottom: 60px;
    cursor: pointer;
    color: black;
}
.h500 {
    height: 500px;
}
.catalog {
    padding-top: 200px;
}
.catalog img{

    animation-name: inout;
    animation-duration: 5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;

}
@keyframes inout {
    0%{
        max-height: 200px;
    }
    50% {
        max-height: 250px;
        transform: translateX(-25px);
    }
    100% {
        max-height: 200px;
    }
}
.photo-item, .photo-item-plan {
    width: 280px;
    height: 280px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 5px;
    transition: all .5s ease;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.29);
}

.photo-item:hover {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.59);
    transform: translateY(-5px);
}
.galery-wrap {
    padding: 40px 0;
}
.photo-wrap{
    position: relative;
}
.photo-window {
    width: calc(100% - 40px);
    overflow: hidden;
    margin: 0 auto;
}
.photo-list, .photo-list-plan{
    display: flex;
    width: fit-content;
    transition: all .5s ease;
}
.control-round {
    width: 40px;
    height: 40px;
    background-color: rgb(56 222 154);
    position: absolute;
    border-radius: 50%;
    top: 130px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
}
.prev, .prev-plan {
    left: 0;
}
.next, .next-plan {
    right: 0;
}
h2{
    text-align: center;
}
.modal-wrap, .modal-wrap-plan {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.85);
    top: 0;
    left: 0;
    z-index: 10;
}
.modal-item, .modal-item-plan {
    max-width: 900px;
    width: 90%;
    position: relative;
}
.control-half {
    width: 10%;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.18);
    font-size: 36px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .5s ease;
    cursor: pointer;
}
.control-half:hover{
    background-color: rgba(0, 0, 0, 0.40);
}
.prev-one, .prev-one-plan {
    left: 0;
}
.next-one, .next-one-plan {
    right: 0;
}
.modal-item img, .modal-item-plan img {
    max-width: 900px;
    max-height: 700px;
    width: 100%;
}
.arr {

}
.ip-table {
    color: rgba(220, 193, 144, 1);
    width: 100%;
    display: flex;
    flex-direction: column;
}
.ip-table td {
    padding: 20px 10px;
    text-align: center;
}
.ip-table img {
    width: 200px;
}
.ip-table tr {

    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    border-radius: 10px;
    margin: 30px 0;
    border:none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.ip-table tr:nth-child(1){
    box-shadow: none;
    padding: 20px 0;
    color: #525252;
}
.ip-table tr td:nth-child(2) {
    font-size: 22px;
    color: #525252;
}
.ip-table tr td:nth-child(3), .ip-table tr td:nth-child(4) {
    font-size: 34px;
}
.ip-table button {
    background-color: rgba(220, 193, 144, 1);
    padding: 10px 40px;
    border-radius: 6px;
    font-size: 20px;
    border: none;
    color: black;
    cursor: pointer;
}
.ip-table span {
    display: none;
}
.taj {
    text-align: justify;
}
.bg13 {
    background-image: url(img/slider/Image40.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;

}
.brown-mask {
    background-color: #0b4d3285;
}
.lsblock {
    max-width: 400px;
    padding: 50px;
}
.tp {
    background-image: url(/img/tp0.png);
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 40vw;
}

.rp {
    background-image: url(/img/rp.png);
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 45vw;
}
.bgbtn {
    background-color: white;
    padding: 16px 38px;
    border-radius: 6px;
    font-size: 30px;
    border: none;
    margin-bottom: 60px;
    font-weight: 300;
    color: #525252;
    cursor: pointer;
}
.bgbtnm0 {
    background-color: white;
    padding: 16px 38px;
    border-radius: 6px;
    font-size: 30px;
    border: none;
    font-weight: 300;
    color: #525252;
    white-space: nowrap;
    cursor: pointer;
}

.gtw300 {
    font-weight: 300;
    font-size: 36px;
    text-align: left;
    color: white;
}
.wmt {
    font-size: 25px;
    color: white;
    line-height: 1.8;
}
.rtv {
    position: relative;
}
.zoom {
    width: 324px;
    position: absolute;
    bottom: 0;
    right: 100px;
}
.zoom2 {
    width: 500px;
    position: absolute;
    bottom: 0;
    right: 100px;
}
.four-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}
.four-item {
    display: flex;
    width: 45%;
    padding: 20px;
    margin: 20px 0;
    justify-content: space-between;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}
.four-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.four-text p:first-child {
    font-size: 68px;
    text-align: center;
    margin: 0;
}
.four-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;
    width: 50%;
    border-radius: 20px;
}
.lshblock {
    width: 50%;
}
.pb-80 {
    padding-bottom: 80px;
}
.w50 {
    width: 440px;
}
.black-bg {
    background-color: white;
    color: white;
}
.black-bg .phone{
    color: #0f6341;
}
.black-bg .small-text {
    color: black;
}
.black-bg p {
    color: black;
}
.fxc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fxc p {
    margin: 0;
}
.p20x0 {
    padding: 20px 0;
}
.ap20x0to50x0 {
    padding: 20px 0;
}
.mb0 {
    margin-bottom: 0;
}
.mt0 {
    margin-top: 0;
}
.tac {
    text-align: center;
}
.form-view {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 38px;
    max-width: 458px;
}
.form-view input[type='number']{
    padding: 12px 10px;
    background-color: rgb(67 229 164);
    border: none;
    margin: 10px 10px;
    border-radius: 4px;
    font-size: 20px;
}
.form-view input[type='text']{
    padding: 14px;
    color: white;
    background-color: #0f6341;
    border: none;
    margin: 10px 10px;
    border-radius: 4px;
    font-size: 20px;
}
.form-view input[type='submit'] {
    padding: 14px;
    background-color: rgb(67 229 164);
    border: none;
    margin: 10px 10px;
    border-radius: 4px;
    font-size: 20px;
    cursor: pointer;
}
.form-view select {
    height: 51px;
    padding: 0 10px;
    background-color: rgb(67 229 164);
    border: none;
    margin: 10px 10px;
    border-radius: 4px;
    font-size: 20px;
}
.bg-light-green {
    background-color: #43e5a4;
}

.form-side {
    padding-top: 26px;
}
.form-side h2 {
    color: #25c585;
}
.form-side p {
    color: white;
}

.form-view input[type='text']::placeholder{
    color: white;
}
.smwt {
    font-size: 25px;
    color: white;
}
.bot-logo {
    width: 260px;
}
.bot-social img{
    width: 40px;
    margin-right: 10px;
}
.bw33 {
    width: 33%;
}
.mtext {
    font-size: 24px;
}
.wt {
    color: white;
}
.im {
    margin: 5px 0;
}
.bpdf {
    width: 140px;
}
.sgt {
    color: white;
    font-size: 14px;
    margin: 2px 0;
}
.fs40{
    font-size: 30px;
}
.mt40{
    margin-top: 40px;
}
.bot-social{
    display: flex;
}
.p158 {
    width: 158px;
}
.jcc {
    justify-content: center;
}
.bot-menu {
    list-style-type: none;
    padding: 0;
}
.bot-menu li {
    margin-bottom: 20px;
}
.bot-menu a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 100;
}
.rb-back {
    background-image: url(/img/logo.webp);
    background-position: 0px 50px;
    background-size: 45%;
    background-repeat: no-repeat;
}
.modal-wrap2 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.82);
    z-index: 20;
    /*display: none;*/
}
.ymap {
    width: 100%;
    height: calc(100% - 68px);
    background-image: url("img/ymap.png");
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}
.modal-container {
    position: relative;
    width: 440px;
    background-color: black;
    padding: 30px;
    border-radius: 20px;
}
.close-but {
    background-color: rgb(67 229 164);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
    cursor: pointer;
}
.fs20x100 {
    font-size: 20px;
    font-weight: 100;
}
.tw {
    color: white;
}
.mt20{
    margin-top: 20px;
}
.b-round {
    border: 4px solid rgb(67 229 164);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}
.f-round {
    position: absolute;
    top:10px;
    left: 10px;
    background-color: rgb(67 229 164);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 70px;
    text-align: center;
}
.rbbg {
    background-image: url(/img/logo.webp);
    background-size: 51%;
    background-repeat: no-repeat;
    background-position: 100% 10%;
}
@media (min-width: 1140px){
    .menu-content li {
        margin-right: 30px;
    }
}
@media (max-width: 1200px){

    .ip-table img{
        width: 160px;
    }
    .ip-table tr td:nth-child(2){
        font-size: 20px;
    }
    .ip-table tr td:nth-child(3), .ip-table tr td:nth-child(4){
        font-size: 32px;
    }
}
@media (max-width: 1139px){
    .menu-content li {
        margin-right: 10px;
    }
    .mfdc{
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 1040px) {
    .menu-content {
        width: 48%;
    }
    .zoom2 {
        right: 0;
    }
}
@media (max-width: 992px){
    .bw33 {
        width: 100%;
        text-align: center;
    }
    .bot-menu {
        margin-top: 60px;
    }
    .mm30x0 {
        margin: 30px 0;
    }
    .w50 {
        width: 100%;
    }
    .m-tac-aic {
        text-align: center;
        align-items: center;
    }
    .zoom2 {
        width: 400px;
    }
    .four-items {
        align-items: center;
        justify-content: center;
    }
    .four-item {
        width: 100%;
        max-width: 500px;
    }
    .zoom {
        width: 280px;
        position: absolute;
        bottom: 0;
        right: 0px;
    }
    .ip-table {
        display: flex;
        flex-direction: column;
    }
    .ip-table tr {
        display: flex;
        flex-direction: column;
        /*background-color: #3f3f3f;*/
        margin-bottom: 30px;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .ip-table tr:first-child{
        display: none;
    }
    .ip-table span {
        display: block;
        font-size: 20px;
    }
    .m60x0 {
        margin: 20px 0;
    }
    .catalog {
        text-align: center;
    }
    .catalog img {
        width: 80vw;
        transform: translateY(-175px);
    }
    .m-tac {
        text-align: center;
    }
    .mcard {
        max-width: 340px;
    }
    .adfx {
        flex-direction: column;
    }
    .half {
        width: calc(100% - 40px);
    }
    .burger {
        display: flex;
    }
    .menu-content {
        position: absolute;
        background: #525252;
        top: 62px;
        left: 0;
        width: calc(100% - 30px);
        height: 100vh;
        border-top: 1px solid #dcc1906b;
        text-align: right;
        padding-right: 30px;
        display: none;
    }
    .menu-content ul {
        flex-direction: column;
    }
    .menu-content li {
        margin-top: 20px;

    }
    .mobile-phone .df {
        justify-content: end;
    }
    .mobile-soc .soc-icons {
        justify-content: end;
    }

    .ap20x0to50x0{
        padding: 50px 0;
    }
}
@media (max-width: 809px){
    .zoom2 {
        display: none;
    }
    .lshblock {
        width: 100%;
        text-align: center;
    }
    .lshblock h2.gtw300 {
        text-align: center;
    }

}
@media (max-width: 690px) {

    .rb-back {
        background-position: 50% 43%;
        background-size: contain;

    }
    .rbbg {
        background-image: url(/img/rbdark.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .four-items {
        padding: 0 20px;
    }
    .zoom {
        display: none;
    }
}
@media (max-width: 590px){
    .h500{
        height: auto;
    }
    .catalog img {
        animation: none;
    }
    .m-bt {
        color: black;
    }
    .ip-table {
        padding: 10px;
    }
    .m-white-bg {
        background-color: white;
    }
    .ip-table tr {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        border-radius: 14px;
    }
    .ip-table tr td:nth-child(1){
        width: 42%;
    }
    .ip-table tr td:nth-child(1) img {
        width: 100%;
    }
    .ip-table tr td:nth-child(2){
        width: 42%;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .ip-table tr td:nth-child(3), .ip-table tr td:nth-child(4) {
        background-color: #525252;
        border-radius: 9px;
        padding: 14px 2px;
        width: 42%;
    }
    .ip-table tr td:nth-child(5){
        width: 100%;
        margin-top: 10px;
    }
    .ip-table button{
        padding: 21px 4px;
        width: 96%;
    }
    .m-none {
        display: none;
    }
    .mb10 {
        margin-bottom: 10px;
    }
    .ip-table td {
        padding: 12px 10px;
    }
    .stdfs {
        font-size: 18px;
    }
    .fs30 {
        font-size: 20px;
    }
    .mdt {
        font-size: 20px;
    }
    .bbt {
        font-size: 20px;
    }
    .dark-mask {
        min-height: 91vh;
    }
    .dark-panel {
        padding-bottom: 50px;
        padding-top: 40px;
        margin: 10px;
    }
    .form-view {
        margin-top: 10px;
    }
    .form-view input[type='number']::placeholder {
        color: black;
    }
    .form-view input[type='number']{
        margin: 6px 10px;
        color: black;
    }
    .form-view input[type='text']{
        margin: 20px 10px;
        padding: 17px 10px;

    }
    .form-view input[type='submit'] {
        margin: 20px 10px;
        padding: 17px 10px;
        cursor: pointer;

    }
    .form-view select {
        margin: 20px 10px;
        color: black;
        height: 57px;
    }
    .four-item {
        flex-direction: column;
    }
    .four-text {
        width: 100%;
        text-align: center;
    }
    .four-img {
        width: 100%;
    }
    .gtw300 {
        text-align: center;
        font-size: 28px;
    }
    .lsblock {
        text-align: center;
    }
    .bgbtn {
        padding: 14px 28px;
        font-size: 20px;
        margin-top: 40px;
    }
    .wmt {
        font-size: 18px;
        line-height: 1.5;
    }
    .modal-item, .modal-item-plan {
        width: 100%;
    }
    .m-logo {
        text-align: center;
    }
    .m-logo img {
        width: 180px;
    }
    .nsb-text {
        font-size: 24px;
    }
    .b-text {
        font-size: 46px;
    }
    .m-gold-text {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .m-phone {
        font-size: 44px;
        line-height: 52px;
    }
    .mobile-phone {
        display: flex;
        flex-direction: column;
        margin-left: 40px;
    }
    .desktop-phone {
        display: none;
    }
    .msgt {
        font-size: 20px;
        padding: 15px 0;
    }
    .dark-options {
        flex-direction: column;
    }
    .d-option {
        margin: 10px 20px;
        text-align: center;
        padding: 17px 20px;
        cursor: pointer;
    }
    .photo-item, .photo-item-plan {
        width: calc(100vw - 50px);
    }
}
@media (max-width: 582px) {
    .tp {
        display: none;
    }
    .rp {
        display: none;
    }

    .tp-block {
        display: flex;
        flex-direction: column;
    }

    .tp1 {
        background-image: url(/img/mtp1.png);
        background-size: cover;
        background-position: center;
        width: 100vw;
        height: 164vw;
    }

    .tp2 {
        background-image: url(/img/mtp2.png);
        background-size: cover;
        background-position: center;
        width: 100vw;
        height: 164vw;
    }

    .rp1 {
        background-image: url(/img/rp1.png);
        background-size: cover;
        background-position: center;
        width: 100vw;
        height: 164vw;
    }

    .rp2 {
        background-image: url(/img/rp2.png);
        background-size: cover;
        background-position: center;
        width: 100vw;
        height: 174vw;
    }
}
@media (max-width: 452px){
    .bgbtnm0 {
        font-size: 24px;
    }
    .gbtn {
        font-size: 22px;
    }
    .mgt {
        font-size: 24px;
    }
    .mwt {
        font-size: 24px;
    }
    .p100x0 {
        padding: 60px 0;
    }
    .bbt {
        font-size: 20px;
    }
    .mcard {
        margin: 20px auto;
    }
    .mobile-soc {
        display: flex;
        margin-top: 20px;
    }
    .amdfx{
        flex-direction: column;
    }
    .desktop-soc {
        display: none;
    }
    .soc-icons {
        justify-content: start;
        margin-top: 6px;
    }
    .soc-icons img {
        margin-left: 0;
        margin-left: 10px;
        width: 28px;
    }
}
@media (max-width: 375px){
    .m-logo {
        width: 65px;
    }
    .m-logo img {
        width: 65px;
    }
    .nsb-text {
        font-size: 20px;
    }
    .b-text{
        font-size: 34px;
    }
    .m-gold-text {
        font-size: 20px;
    }
    .m-phone {
        font-size: 42px;
    }
    .msgt {
        font-size: 20px;
        padding: 15px 20px;
    }
}
.politics_v2 {
    color: black;
    font-size: 14px;
}
.politics_v2 a {
    color: black;
}