body{
    padding: 0;
    margin: 0;
    background-color: #F6F6F6!important;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');
._atlghdr{
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #000;
}
@media (max-width: 1000px) {
    ._atlghdr{
        height: 100%;
        position: relative;
        overflow: hidden;
        background: #000;
        padding-bottom: 40px;
    }
}
.atlghdr video{
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
    z-index: 1;
    opacity: .5;
}
.atlghdr .ahcnt{
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
@media (max-width: 1000px) {
    .atlghdr .ahcnt{
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 2
    }
}
.atlghdr .ahcnt .lbl{
    width: 400px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    background: url("/images/dot.png");
}
@media (max-width: 900px) {
    .atlghdr .ahcnt .lbl{
        width: 100%;
        position: relative;
        height: auto;
    }
}
.atlghdr .ahcnt .lbl ._lbl{
    padding: 40px 80px;
}
@media (max-width: 900px) {
    .atlghdr .ahcnt .lbl ._lbl{
        padding: 40px 40px;
    }
}
.atlghdr .ahcnt .lbl ._lbl .catbut{
    margin-top: 30px;
    display: none;
}
@media (max-width: 900px) {
    .atlghdr .ahcnt .lbl ._lbl .catbut{
        display: block;
    }
}
.atlghdr .ahcnt .lbl ._lbl .catbut a{
    padding: 10px 21px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 19px;
    display: inline-block;
    color: #222;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
    min-width: 155px;
    text-align: center;
    margin-top: 20px;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    opacity: .9;
}
.atlghdr .ahcnt .lbl ._lbl .topmenu{
    margin-top: 75px;
    overflow-y: scroll;
    max-height: calc(100vh - 320px);
    min-width: calc(100% + 70px);
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
.atlghdr * {
    scrollbar-width: thin;
    scrollbar-color: rgb(255 255 255 / 50%) transparent;
}

/* Chrome, Edge, and Safari */
.atlghdr *::-webkit-scrollbar {
    width: 7px;
}

.atlghdr *::-webkit-scrollbar-track {
    background: rgb(255 255 255 / 0%);
}

.atlghdr *::-webkit-scrollbar-thumb {
    background-color: rgb(255 255 255 / 50%);
    border-radius: 10px;
}

@media (max-width: 900px) {
    .atlghdr .ahcnt .lbl ._lbl .topmenu{
        display: none;
    }
}
.atlghdr .ahcnt .lbl ._lbl .topmenu a{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    width: calc(100% - 40px);
    margin-top: 30px;
}
.atlghdr .ahcnt .lbl ._lbl .topmenu a:hover{
    opacity: .5;
}
.atlghdr .ahcnt .lbl a.logo{
    width: 100%;
}
.atlghdr .ahcnt .lbl a.logo img{
    width: 100%;
}
.atlghdr .ahcnt .hmenu{
    color: #fff;
    padding-left: 450px;
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 900px) {
    .atlghdr .ahcnt .hmenu{
        padding-left: 20px;
        width: 100%;
    }
}
.atlghdr .ahcnt .hmenu ._hmenu{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}
.atlghdr .ahcnt .hmenu ._hmenu a{
    color: #fff;
    font-size: Regular;
    font-size: 19px;
}
.atlghdr .ahcnt .hmenu ._hmenu .phone{
    font-size: 24px;
    margin-top: 20px;
    order: 2;
}
@media (max-width: 900px) {
    .atlghdr .ahcnt .hmenu ._hmenu .phone{
        order: 1;
        width: 100%;
    }
    .atlghdr .ahcnt .hmenu ._hmenu{
        flex-wrap: wrap;
    }
}
.atlghdr .ahcnt .hmenu ._hmenu .phone .mail{
    font-size: 15px;
    font-weight: 300
}
.atlghdr .ahcnt .hmenu ._hmenu .phone a{
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}
.atlghdr .ahcnt .hmenu ._hmenu .lnk{
    float: left;
    order: 1;
}
@media (max-width: 900px) {
    .atlghdr .ahcnt .hmenu ._hmenu .lnk{
        order: 2;
    }
}
.atlghdr .ahcnt .hmenu ._hmenu .lnk a{
    font-size: 16px;
    margin-right: 20px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.37);
    -webkit-transition: border 0.3s ease-out 0.1s;
    -moz-transition: border 0.3s ease-out 0.1s;
    -o-transition: border 0.3s ease-out 0.1s;
    transition: border 0.3s ease-out 0.1s;
}
.atlghdr .ahcnt .hmenu ._hmenu .lnk a:hover{
    border-bottom: 1px solid rgba(255,255,255,0);
}
.atlghdr .ahcnt .acnnt{
    color: #fff;
    padding-left: 470px;
    padding-right: 300px;
}
@media (max-width: 1200px) {
    .atlghdr .ahcnt .acnnt{
        padding-right: 20px;
        margin-top: 20px;
    }
}
@media (max-width: 900px) {
    .atlghdr .ahcnt .acnnt{
        padding-right: 20px;
        padding-left: 40px;
    }
}
.atlghdr .ahcnt .acnnt h2{
    font-size: 45px;
    font-weight: 400;
}
@media (max-width: 900px) {
    .atlghdr .ahcnt .acnnt h2{
        font-size: 25px;
        font-weight: 400;
    }
}
.atlghdr .ahcnt .acnnt span{
    font-size: 21px;
    line-height: 31px;
    margin-top: 20px;
    display: block
}
@media (max-width: 900px) {
    .atlghdr .ahcnt .acnnt span{
        font-size: 17px;
        line-height: 21px;
    }
}
@-webkit-keyframes btn-puls {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: .5;
    }
    to {
        -webkit-transform: scale3d(1.1, 1.4, 1);
        transform: scale3d(1.1, 1.4, 1);
        opacity: 0;
    }}
.atlghdr .ahcnt .acnnt .onlineo{
    padding: 10px 21px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 19px;
    display: inline-block;
    color: #222;
    background: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
    min-width: 155px;
    text-align: center;
    margin-top: 20px;
    -webkit-transition: -webkit-transform .3s;
    transition:  transform .3s;
    opacity: .9
}

.atlghdr .ahcnt .acnnt .onlineo:hover{
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}
.atlghdr .ahcnt .acnnt .onlineo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #fff;
    -webkit-animation: btn-puls 1s infinite;
    animation: btn-puls 1s infinite;
    pointer-events: none;
    z-index: -1;
}
.atlghdr .ahcnt .acnnt .onlineo:hover:before{
    -webkit-animation: btn-puls 0s infinite;
    animation: btn-puls 0s infinite;
}

.header{
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}
@media (max-width: 1480px) {
    .header{
        padding: 15px 20px;
    }
}
.header .incnt{
    max-width: 1440px;
    margin: 0 auto;
}
.header .incnt .fline{
    width: 100%;
    display: flex;
}
.header .incnt .fline .logo{
    max-width: 270px;
    width: 100%;
}
@media (max-width: 600px) {
    .header .incnt .fline .logo{
        max-width: 100%;
    }
    .header .incnt .fline {
        flex-wrap: wrap;
    }
}
.header .incnt .flne .logo a{
    display: block;
    width: 100%;
}
.header .incnt .fline .logo a svg{
    width: 100%;
}
.header .incnt .fline .cns{
    margin-left: 40px;
    width: 100%;
    padding-top: 14px;
}
@media (max-width: 600px) {
    .header .incnt .fline .cns{
        margin-left: 0px;
    }
}


.header .incnt .fline .cns .headcontacts{
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    .header .incnt .fline .cns .headcontacts{
        flex-wrap: wrap;
    }
}
.header .incnt .fline .cns .headcontacts a{
    display: flex;
    text-decoration: none;
    align-items: center;
}
@media (max-width: 1200px) {
    .header .incnt .fline .cns .headcontacts a{
        width: auto;
        margin-right: 20px;
        margin-bottom: 10px;
    }
}
.header .incnt .fline .cns .headcontacts a svg{
    width: 18px;
    min-width: 18px;
    fill: #031F59;
}
.header .incnt .fline .cns .headcontacts a span{
    color: #031F59;
    margin-left: 6px;
    font-size: 15px;
    line-height: 18px;
}
.header .incnt .fline .cns .headcontacts a.red{
    transition: all .3s ease-out;
}
.header .incnt .fline .cns .headcontacts a.red svg{
    fill: #EE0000;
}
.header .incnt .fline .cns .headcontacts a.red span{
    color: #EE0000;
}
.header .incnt .fline .cns .headcontacts a.red:hover{
    opacity: .6;
}
.header .incnt .fline .cns .headsearch{
    width: 100%;
    display: flex;
    margin-top: 20px;
}
@media (max-width: 900px) {
    .header .incnt .fline .cns .headsearch{
        position: absolute;
        left: 20px;
        box-sizing: border-box;
        width: calc(100% - 45px);
    }
}
@media (max-width: 600px) {
    .header .incnt .fline .cns .headsearch{
        flex-wrap: wrap;
        position: relative;
        left: 0px;
        width: 100%;
    }

}
.header .incnt .fline .cns .headsearch .search{
    width: 100%;
    position: relative;
}
.header .incnt .fline .cns .headsearch .search form{
    width: 100%;
    display: flex;
}
.header .incnt .fline .cns .headsearch .search form .text{
    width: 100%;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #909090;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 18px;
    border-radius: 5px;;
}
.header .incnt .fline .cns .headsearch .search form .button{
    width: 41px;
    margin-left: -41px;
    border: none;
    cursor: pointer;
    position: relative;
}
.header .incnt .fline .cns .headsearch .search form .button svg{
    width: 20px;
    fill: #2C2C2C;
    stroke: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-47%, -47%);
    transition: all .3s ease-out;
}
.header .incnt .fline .cns .headsearch .search form .button:hover svg{
    width: 23px;
}
.header .incnt .fline .cns .headsearch .cart{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
@media (max-width: 600px) {
    .header .incnt .fline .cns .headsearch .cart{
        display: flex;
        align-items: center;
        margin-left: 0px;
        margin-top: 15px;
    }
}
.header .incnt .fline .cns .headsearch .cart a{
    margin-left: 10px;
    text-decoration: none;
    padding: 7px 15px;
    white-space: nowrap;
    transition: all .3s ease-out;
    background: #4E5456;
    border-radius: 5px;
}
@media (max-width: 600px) {
    .header .incnt .fline .cns .headsearch .cart a{
        width: 100%;
        margin: 0;
    }
}
.header .incnt .fline .cns .headsearch .cart svg{
    width: 20px;
    min-width: 20px;
    fill: #fff;
    padding-bottom: 2px;
}
.header .incnt .fline .cns .headsearch .cart a span{
    margin-left: 10px;
    color: #fff;
}
.header .incnt .fline .cns .headsearch .cart a:hover{
    opacity: .6;
}

.header .incnt .sline{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.header .incnt .sline .smenu {
    width: 100%;
    margin-left: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    list-style-type: none;
}
.header .incnt .sline .smenu li{
    position: relative;
    list-style-type: none;
}

.header .incnt .sline .smenu ul{
    position: absolute;
    visibility: none;
    flex-wrap: wrap;
    z-index: -10;
    height: 0;
    left: 0;
    top: 90%;
    background: #FF6A3E;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    opacity: 0;
}
.header .incnt .sline .smenu li:hover ul{
    display: flex;
    flex-wrap: wrap;
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 10;
    height: auto;
}
.header .incnt .sline .smenu ul a{
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}
@media (max-width: 1200px) {
    .header .incnt .sline{
        align-items: flex-start;
    }
    .header .incnt .sline .smenu {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
@media (max-width: 900px) {
    .header .incnt .sline .smenu {
        display: none;
    }
    .header .incnt .sline{
        margin-top: 70px;
    }
}
@media (max-width: 600px) {
    .header .incnt .sline{
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .header .incnt .fline .cns .headsearch .search{
        width: 70%;
        position: relative;
    }
    .header .header__basket {
        width: 20%;
    }
}
.header .incnt .sline div{
    position: relative;
}
.header .incnt .sline a{
    text-decoration: none;
    padding: 10px 15px;
    transition: all .3s ease-out;
    position: relative;
    z-index: 1;
}
.header .incnt .sline .smenu a{
    display: block;
}
.header .incnt .sline a:hover{

}

.header .incnt .sline a:hover span{
    transition: all .1s ease-out;
    position: relative;
}

.header .incnt .sline a:hover:before{
    content: '';
    border: 1px solid #FF6A3E;
    position: absolute;
    z-index: 0;
    border-radius: 7px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    animation: fall .2s cubic-bezier(0.5, 0, 1, 0.5) forwards;
}
.header .incnt .sline a.catalog:hover:before{
    content: '';
    border: 1px solid #FF6A3E;
    position: absolute;
    border-radius: 7px;
    z-index: 0;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    animation: fall .2s cubic-bezier(0.5, 0, 1, 0.5) forwards;
}
.header .incnt .sline .submenu {
    padding-inline-start: 5px;
}
.header .incnt .sline .submenu a:hover:before{
    display: none!important;
}
.header .incnt .sline .submenu a:hover{
    opacity: .6;
}
.search__query-btn {
    background: inherit;
}
@keyframes fall  {
    0% {
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }
    100% {
        top: -4px;
        bottom: -4px;
        left: -4px;
        right: -4px;
    }
}
.header .incnt .sline a.catalog{
    background: #FF6A3E;
    padding: 10px 15px;
    display: flex;
    border-radius: 5px;
}
.header .incnt .sline a.catalog span{
    white-space: nowrap;
}
.header .incnt .sline a.mmenubut{
    display: none;
}
@media (max-width: 900px) {
    .header .incnt .sline a.catalog{
        width: 50%;
    }
    .header .incnt .sline a.mmenubut{
        width: 50%;
        margin-left: 20px;
        display: block;
        background: #4E5456;
        display: flex;
        align-items: center;
    }
}
@media (max-width: 600px) {
    .header .incnt .sline a.catalog{
        width: 100%;
    }
    .header .incnt .sline a.mmenubut{
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
    }
}
.header .incnt .sline a span{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #0B235B;
}
.header .incnt .sline a.catalog span{
    color: #fff;
    margin-left: 10px;
}
.header .incnt .sline a.catalog svg{
    stroke: #fff;
    min-width: 18px;
    width: 18px;
    height: 18px;
}

.navbar .container {
    padding: 0px;
}

.navbar .container .navbar-collapse {
    padding: 0px;
}

.navbar-default {
    border-radius: 5px;
    min-height: 40px;
    margin: 5px 10px;
    width: 100%;
}

@media (max-width: 640px) {

    .navbar .container {
        padding: 0px 15px;
    }

    .navbar .container .navbar-collapse {
        padding: 0px 15px;
    }

    .navbar-default {
        min-height: 40px;
        margin: 5px;
        width: 100%;
    }

    .header .incnt .sline .btn-group{
        width: 100%;
    }

    .header .incnt .sline a.catalog{
        width: 100%;
    }
}

.breadcrumb {
    margin-top: 15px;
}

.gallery {
    display: block;
    margin: 0;
    padding: 0;
}

.gallery a {
    width: 17.5%;
    margin: 1%;
    display: inline-block;
}

.gallery a img {
    width: 100%;
    display: inline-block;
}

@media (max-width: 640px) {
    .gallery a {
        width: 45%;
        margin: 1%;
        display: inline-block;
    }
}

.dropdown-submenu ul{
    flex-wrap: wrap;
    border-radius: 5px;
    transition: all 0.3s ease-out;
}

.dropdown-submenu ul li {
    position: relative;
    list-style-type: none;
    padding: 10px 15px;
}

.dropdown-toggle .caret {
    display: none;
}

.srchlist{
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0px;
    top: 40px;
    z-index: 2;
    font-size: 18px;
}

.srchlist .srch-prdct-lst{
}
.srchlist ._wrap{
    position: relative;
    padding: 5px 10px;
    box-sizing: border-box;
}

.srchlist .srch-prdct-lst li{
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}
@media (max-width: 1000px) {
    .srchlist .srch-prdct-lst li{
        width: 100%;
    }
}
.srchlist .srch-prdct-lst li a img{
    width: 100%;
}
.srchlist .srch-prdct-lst li a p{
}
.srchlist .srchempty{
    padding: 10px;
}

.smenu {
    list-style-type: none;
    align-items: flex-start;
    display: flex;
}
.smenu {

}

.pagetext {
    max-width: 1440px;
    margin: 30px auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
    padding: 40px;
    box-sizing: border-box;
    text-align: left;
    border-radius: 5px;
}

.articles {
    max-width: 1440px;
    margin: 30px auto;
}
@media (max-width: 1480px) {
    .articles{
        margin: 30px 40px;
    }
}
.articles .incnt{
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.articles .incnt h2{
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    text-align: left;
    color: #424242;
    min-width: 100%;
}
.articles .allcheckroom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.articles .allcheckroom .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    margin-top: 30px;
    width: calc(33.333% - 20px);
    text-decoration: none;
    transition: all .3s ease-out;
}
@media (max-width: 900px) {
    .articles .allcheckroom .item{
        width: 100%;
    }
}
.articles .allcheckroom .item img{
    width: 100%;
    box-sizing: border-box;
    display: block;
    transition: all .3s ease-out;
}
.articles .allcheckroom .item span{
    display: block;
    position: relative;
    width: 100%;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #242424;
    padding: 15px;
    transition: all .3s ease-out;
}

@media (max-width: 900px) {
    .articles .allcheckroom .item span{
        font-size: 17px;
        line-height: 19px;
    }
}

.callback{
    max-width: 1440px;
    margin: 30px auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
    padding: 40px;
    box-sizing: border-box;
    text-align: left;
    border-radius: 5px;
}
@media (max-width: 1480px) {
    .callback{
        margin: 0 20px;
    }
}
.callback h2{
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    text-align: left;
    color: #424242;
    min-width: 100%;
}
.callback ._form{
    width: 100%;
    display: flex;
}
@media (max-width: 900px) {
    .callback ._form{
        flex-wrap: wrap;
    }
}
.callback ._form .formcnt{
    width: 50%;
}
.callback ._form .formcnt .captcha{
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.callback ._form .formcnt .captcha a{
    margin: 0 20px;
    font-size: 25px;
    text-decoration: none;
    color: #333;
}
.callback ._form .formcnt .captcha input.text{
    margin: 0;
    width: 100%;
    height: 46px;
}
.callback ._form .feedinfo{
    width: 50%;
    margin-left: 30px;
}
@media (max-width: 900px) {
    .callback ._form .formcnt{
        width: 100%;
    }
    .callback ._form .feedinfo{
        width: 100%;
        margin-left: 0px;
    }
}
.callback ._form .formcnt input.text{
    width: 100%;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #909090;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 30px;
    font-size: 17px;
}
.callback ._form .formcnt textarea{
    width: 100%;
    min-height: 100px;
    background: #FFFFFF;
    border: 1px solid #909090;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 30px;
    font-size: 19px;
}
.callback ._form .formcnt label {
    width: 100%;
    display: block;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 5px 0px;
    font-size: 18px;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}
.callback ._form .formcnt label .checkbox{
    margin-right: 10px;
    min-width: 20px;
}
.callback ._form .formcnt .button{
    background: #FF6A3E;
    cursor: pointer;
    padding: 10px 75px;
    display: flex;
    margin-top: 20px;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}
.callback ._form .feedinfo p{
    font-size: 18px;
    line-height: 22px;
    color: #4E5456;
    margin-top: 30px;
    padding-bottom: 30px;
}
.callback ._form .feedinfo a{
    display: flex;
    text-decoration: none;
    align-items: center;
    margin-top: 20px;
}
.callback ._form .feedinfo a svg{
    width: 26px;
    min-width: 26px;
    fill: #4E5456;
}
.callback ._form .feedinfo a span{
    margin-left: 6px;
    font-size: 24px;
    line-height: 29px;
    color: #4E5456;
    margin-left: 10px;
    display: block;
}
@media (max-width: 900px) {
    .callback ._form .feedinfo a span{
        font-size: 17px;
    }
}

.txthid {
    display: none;
}

.callback .custom-file-input{
    margin-top: 10px;
}

.article{
    max-width: 1440px;
    box-sizing: border-box;
    margin: 20px auto 0 auto;
}
@media (max-width: 1480px) {
    .article{
        margin: 0 20px;
    }
}
.article  h2{
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #424242;
    min-width: 100%;
}
.article  p{
    margin: 10px 0;
}
.article  .parag{
    margin-top: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
    padding: 30px;
}
.article .article_images .items{
    display: flex;
    flex-wrap: wrap;
}
.article .article_images .items .item:first-child{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.article .article_images .items .item{
    width: 18%;
    position: relative;
    overflow: hidden;
    margin: 1%;
}
@media (max-width: 1000px) {
    .article .article_images .items .item{
        width: 7%;
    }
}
@media (max-width: 600px) {
    .article .article_images .items .item{
        width: 48%;
    }
}
.article .article_images .items .item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.article .article_images .items .item:first-child:after {
    content: "";
    display: block;
    padding-bottom: 0;
}
.article .article_images .items .item img {
    position: absolute;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.article .article_images .items .item:first-child img {
    position: relative;
    max-width: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    transform: translate(0, 0);
}
.article  ul {
    margin: 20px;
}
.news_comments{
   margin-top: 20px;
}

.atlant_catalog{
    max-width: 1440px;
    margin: 0px auto;
    box-sizing: border-box;
    display: flex;
    margin-top: 30px;
}
@media (max-width: 1480px) {
    .atlant_catalog{
        padding: 0 20px;
    }
}
@media (max-width: 600px) {
    .atlant_catalog{
        flex-wrap: wrap;
        margin-top: 0px;
    }
}
.atlant_catalog .catmenu{
    max-width: 320px;
    min-width: 320px;
    width: 100%;
}
@media (max-width: 900px) {
    .atlant_catalog .catmenu{
        display: none;
    }
}
.atlant_catalog .catmenu .filters{
}
.atlant_catalog .catmenu .filters .subbuttons{
    display: flex;
    margin-top: 20px;

}
.atlant_catalog .catmenu .filters .subbuttons a{
    background: #FF6A3E;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    width: 50%;
    text-align: center;
    transition: all .1s ease-out;
}
.atlant_catalog .catmenu .filters .subbuttons a:hover{
    background: #0B235B;
}
.atlant_catalog .catmenu .filters .subbuttons a:last-child{
    background: none;
    color: #FF6A3E;
    padding: 10px 15px;
    text-decoration: none;
    width: 50%;
}
.atlant_catalog .catmenu .filters .subbuttons a:last-child:hover{
    color: #0B235B;
}
.atlant_catalog .catmenu .filters h3{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding: 15px;
}
.atlant_catalog .catmenu .filters .items{
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
    padding: 0px 15px 15px 15px;
}
.atlant_catalog .catmenu .filters .items .item{

}
.atlant_catalog .catmenu .filters .items .item h4{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FF6A3E;
}
.atlant_catalog .catmenu .filters .items .range{
    display: flex;
}
.atlant_catalog .catmenu .filters .items .range .ritem{
    width: 50%;
}
.atlant_catalog .catmenu .filters .items h4{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FF6A3E;
    padding: 20px 0px;
}
.atlant_catalog .catmenu .filters .items .range .ritem span{
    padding-bottom: 10px;
    display: block;
}
.atlant_catalog .catmenu .filters .items .range .ritem * {
    width: 100%;
    box-sizing: border-box;
}
.atlant_catalog .catmenu .filters .items .range .r1{
    margin-right: 5px;
}
.atlant_catalog .catmenu .filters .items .range .r2{
    margin-left: 5px;
}
.atlant_catalog .catmenu .filters .items .range .ritem input{
    background: #FFFFFF;
    border: 1px solid #FF6A3E;
    box-sizing: border-box;
    padding: 10px;
}
.atlant_catalog .catmenu .filters .items .select select{
    background: #FFFFFF;
    border: 1px solid #FF6A3E;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}
.atlant_catalog .flitm{
    width: 100%;
}
.atlant_catalog .pagination{

}

.atlant_catalog .catmenu .menu{
}
.atlant_catalog .catmenu .menu ul{
    list-style-type: none;
}
.atlant_catalog .catmenu .menu ul li{
    position: relative;
}

.atlant_catalog .catmenu .menu ul li ul{
    position: absolute;
    flex-wrap: wrap;
    left: 100%;
    top: 0;
    z-index: 5;
    width: 100%;
    border: 1px solid #eeeeee;
    display: none;
    background: #fff;
    -webkit-box-shadow: 3px 4px 7px -4px rgba(34, 60, 80, 0.25);
    -moz-box-shadow: 3px 4px 7px -4px rgba(34, 60, 80, 0.25);
    box-shadow: 3px 4px 7px -4px rgba(34, 60, 80, 0.25);
    transition: all .3s ease-out;
    visibility: hidden;
    opacity: 0;
    box-sizing: border-box;
}
.atlant_catalog .catmenu .menu ul li:hover ul{
    display: flex;
    visibility: visible;
    opacity: 1;
}
.atlant_catalog .catmenu .menu ul li ul li{
    width: 100%;
}
.atlant_catalog .catmenu .menu ul li a{
    background: #4E5456;
    padding: 11px 15px;
    text-decoration: none;
    color: #fff;
    display: block;
    border-bottom: 1px solid #7a7a7a;
    box-sizing: border-box;
    transition: all .3s ease-out;
    font-size: 14px;
    line-height: 17px;
}
.atlant_catalog .catmenu .menu ul li a.active{
    background: #FF6A3E;
    color: #fff;
}
.atlant_catalog .catmenu .menu ul li:first-child a{
    border-radius: 5px 5px 0 0;
}
.atlant_catalog .catmenu .menu ul li:last-child a{
    border-radius:  0 0 5px 5px;
}
.atlant_catalog .catmenu .menu ul li a:hover{
    background: #FF6A3E;
}
.atlant_catalog .catmenu .menu ul li ul li a{
    background: #fff;
    padding: 11px 15px;
    text-decoration: none;
    color: #4E5456;
    display: block;
    border-bottom: none;
    box-sizing: border-box;
    transition: all .3s ease-out;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
.atlant_catalog .catmenu .menu ul li ul li a:first-child{
    border-radius: 0;
}
.atlant_catalog .catmenu .menu ul li ul li a:hover{
    background: #FF6A3E;
    color: #fff;
}

.atlant_catalog .catitems{
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 0 20px;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 900px) {
    .atlant_catalog .catitems {
        margin: 20px 0 0 0;
        width: calc(100% + 20px);
    }
}
.atlant_catalog .catitems ._catitems{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 0 -10px;
}
.atlant_catalog .catitems .pagination{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    margin: 0 0 0 0;
    align-items: center;
    justify-content: center;
}
.atlant_catalog .catitems .pagination a{
    padding: 5px 10px;
    display: block;
    text-decoration: none;
}
.atlant_catalog .catitems .pagination a.selected{
    font-weight: 600;
}
.atlant_catalog .catitems .pagination .pboxsys{
    margin: 5px 10px;
}

.atlant_catalog .catitems .item{
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
    width: calc(25% - 20px);
    margin: 0px 10px 20px 10px;
    border: 1px solid #fff;
    transition: all .1s ease-out;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
@media (max-width: 1200px) {
    .atlant_catalog .catitems .item{
        width: calc(33.333% - 20px);
    }
}
@media (max-width: 900px) {
    .atlant_catalog .catitems .item{
        width: calc(50% - 20px);
    }
}
@media (max-width: 900px) {
    .atlant_catalog .catitems .item{
        width: calc(100% - 20px);
    }
}
.atlant_catalog .catitems .item:hover{
    border: 1px solid #FF6A3E;
}
.atlant_catalog .catitems .item:hover:before {
    border: 1px solid #FF6A3E;
}
.atlant_catalog .catitems .item img{
    width: 100%;
}
.atlant_catalog .catitems .item .pimg{
    width: 100%;
}
.atlant_catalog .catitems .item .pname{
    padding: 15px;
    display: block;
    line-height: 18px;
    text-decoration: none;
    width: 100%;
    color: #242424;
}
.atlant_catalog .catitems .item .pprice{
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    text-align: center;
    display: block;
    margin-top: 20px;
}
.atlant_catalog .catitems .item .cartuse{
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}
.atlant_catalog .catitems .item .cartuse .add{
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
.atlant_catalog .catitems .item .cartuse .add a{
    display: block;
    height: 36px;
    width: 46px;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 38px;
    color: #242424;
    font-size: 21px;
    transition: all .3s ease-out;
}
.atlant_catalog .catitems .item .cartuse .add a:hover{
    background: #EAEAEA;
}
.atlant_catalog .catitems .item .cartuse .add input{
    display: block;
    height: 36px;
    width: calc(100% - 106px);
    border: none;
    text-align: center;
    font-size: 21px;
}
.atlant_catalog .catitems .item .cartuse .cartbut {

    width: 100%;
}
.atlant_catalog .catitems .item .cartuse .cartbut a{
    background: #4E5456;
    display: flex;
    width: 100%;
    height: 46px;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-out;
    text-decoration: none;
    border-radius: 0 0 5px 5px;
}
.atlant_catalog .catitems .item .cartuse .cartbut a svg {
    fill: #fff;
    min-width: 21px;
    width: 21px;
    margin-right: 7px;
}
.atlant_catalog .catitems .item .cartuse .cartbut a span{
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    white-space: nowrap;
    margin-left: 10px;
}
.atlant_catalog .catitems .item .cartuse .cartbut a:hover{
    background: #FF6A3E;

}
.atlant_catalog .catitems .item .cartuse .cartbut a:hover svg{
    fill: #fff;
}

.header__basket {
    border: #e7e7e7 1px solid;
    border-radius: 5px;
    background: url("../images/cart.png") no-repeat 5px center #f8f8f8;
    display: inline-block;
    color: #000000;
    padding: 5px;
    margin: 0px 10px;
    text-align: left;
    overflow: hidden;
    position: relative;
    float: right;
    width: 10%;
    height: 39px;
}

.header__basket-quantity,
.header__basket-price {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    line-height: 10px;
    white-space: nowrap;
    height: 10px;
    padding: 10px!important;
}

.header__basket-empty {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    line-height: 10px;
    white-space: nowrap;
    height: 10px;
}

.header__basket-empty span {
    vertical-align: top;
    padding-left: 30px;
}

.header__basket-empty span {
    vertical-align: top;
    padding-left: 30px;
}

.header__basket-quantity {
    color: #FF6A3E;
    height: 100%;
    width: 70px;

}

.header__basket-quantity b {
    padding-left: 30px;

}

.header__basket-empty {
    height: auto;
    padding: 3px;
}


.header__basket-quantity:hover,
.header__basket-price:hover,
.header__basket-empty:hover {
    color: #000000;
    text-decoration: underline;
}

.header__basket-mobile {
    border: 1px solid #ffffff;
    width: 35px!important;
    height: 35px!important;
    margin: 1%!important;
    padding: 0.5%!important;;
    float: right!important;
}

.atlant_catcard{
    max-width: 1440px;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 30px;
}
.atlant_catcard h1{
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #242424;
    width: 100%;
}
.atlant_catcard .card{
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}
@media (max-width: 1000px) {
    .atlant_catcard .card{
        flex-wrap: wrap;
    }
}
.atlant_catcard .card .images{
    max-width: 325px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    order: 1;
}
@media (max-width: 600px) {
    .atlant_catcard .card .images{
        max-width: 50%;
        width: 50%;
    }
}
@media (max-width: 600px) {
    .atlant_catcard .card .images{
        max-width: 100%;
        width: 100%;
    }
}
.atlant_catcard .card .images a{
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
    padding: 10px;
    display: block;
    box-sizing: border-box;
    width: calc(33.333% - 10px);
    margin: 5px;
    transition: all .1s ease-out;
}
.atlant_catcard .card .images a:first-child{
    width: 100%;
    margin-top: 0;
}
.atlant_catcard .card .images img{
    width: 100%;
}
.atlant_catcard .card .images a:hover{
    padding: 5px;
}

.atlant_catcard .card .desc{
    width: 100%;
    margin-left: 30px;
    order: 3;
}
@media (max-width: 1000px) {
    .atlant_catcard .card .desc{
        margin-left: 0px;
        margin-top: 20px;
    }
}
.atlant_catcard .card .desc .dsctext{
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
}
.atlant_catcard .card .desc .dsctext .chartext{
}
.atlant_catcard .card .desc .dsctext .chartext .item{
    display: flex;
}
.atlant_catcard .card .desc .dsctext .chartext .item span:first-child{
    min-width: 200px;
    margin-right: 20px;
}
.atlant_catcard .card .carduse{
    max-width: 325px;
    width: 100%;
    margin-left: 30px;
    order: 3;
}
@media (max-width: 1000px) {
    .atlant_catcard .card .carduse{
        order: 2;
        max-width: calc(50% - 30px);
    }
}
@media (max-width: 600px) {
    .atlant_catcard .card .carduse{
        order: 2;
        max-width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}
.atlant_catcard .card .carduse .price{
    font-size: 32px;
    height: 52px;
    text-align: center;
    width: 100%;
}
.atlant_catcard .card .carduse .pcount{
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.atlant_catcard .card .carduse .pcount a{
    background: #FF6A3E;
    border: 2px solid #FF6A3E;
    box-sizing: border-box;
    width: 52px;
    display: block;
    font-weight: normal;
    font-size: 48px;
    line-height: 59px;
    color: #FFFFFF;
    text-align: center;
    line-height: 52px;
    text-decoration: none;
    transition: all .1s ease-out;
}
.atlant_catcard .card .carduse .pcount a:hover{
    background: #424242;
    border: 2px solid #424242;
}
.atlant_catcard .card .carduse .pcount input{
    height: 52px;
    box-sizing: border-box;
    width: calc(100% - 120px);
    display: block;
    border: none;
    font-size: 24px;
    text-align: center;
}
.atlant_catcard .card .carduse .addcart{
    width: 100%;
    display: flex;

}
.atlant_catcard .card .carduse .addcart a{
    background: #FF6A3E;
    width: 100%;
    margin-top: 20px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 52px;
    transition: all .1s ease-out;
}
.atlant_catcard .card .carduse .addcart a:hover{
    background: #0B235B
}
.atlant_catcard .card .carduse .addcart svg{
    width: 21px;
    fill: #fff;
}
.atlant_catcard .card .carduse .addcart span{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-left: 10px;
}

.content {
    max-width: 1440px;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 30px;
}

.basket__order {
    max-width: 1440px;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 30px;
}

.basket__order-table {
    display: inline-table;
    width: 100%;
    overflow: scroll;
    margin-top: 1em;
}

.basket__order-table-row {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2px;
    width: 100%;
}

.basket__order-table-row_head {
    background-color: #FF6A3E!important;
    border: 1px solid #eeeeee;
    color: #ffffff!important;
    margin-bottom: 10px;
    width: 100%;
}

.basket__order-table-cell {
    display: table-cell;
    padding: 10px;
    border-right: 1px solid #ccc;
    overflow: hidden;
}

.basket__order-table-cell_last {
    border: none;
}

.basket__order-table-row {
    background: #ffffff;
}

.basket__order-table-row .td0 {
    width: 10%;
    min-width: 50px;
}

.basket__order-table-row .td0 > img {
    width: 100%;
    max-width: 100px;
}

.basket__order-table-row .td1 {
    text-align: left;
    width: 35%;
}

.basket__order-table-row .td2 {
    width: 15%;
    text-align: center;
}

.basket__order-table-row .td3 {
    width: 15%;
    text-align: center;
}

.basket__order-table-row .td4 {
    width: 15%;
}

.basket__order-table-row .td5 {
    width: 15%;
}

.basket__order-table-row .td6 {
    text-align: center;
    width: 5%;
    vertical-align: middle;
}

.basket__order-table-row .td7 {
    text-align: center;
    width: 5%;
}

.basket__order-number {
    width: 30px;
    text-align: center;
    font-weight: normal;
}

.basket__order-remove {
    display: block;
    background:  url("../images/remove-icon.png") no-repeat;
    width: 28px;
    height: 28px;
}

.basket__result-total {
    position: relative;
    float: right;
    font-size: 22px;
    color: #000;
}

.basket__steps {
    border-bottom: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7;
    margin-top: 5px;
    padding: 5px;
    width: 100%;
}

.basket__steps-discount-card {
    display: inline-block;
    font-size: 12px;
    width: 195px;
}

.basket__steps-payment-small {
    margin-bottom: 60px;
    margin-top: 15px;
}

.basket__steps-payment-small img {
    margin-left: 17px;
    margin-right: 17px;
}

.basket__steps-remarks {
    display: block;
    border-bottom: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7;
    margin-top: 5px;
    padding: 5px;
    width: 100%;
}

.basket__back {
    display: inline-block;
    color: #000;
    float: right;
    font-size: 12px;
    position: relative;
    text-decoration: underline;
    margin-right: 2%;
}

.basket__order-form input.error,
.basket__order-form button.error,
.basket__order-form + textarea.erorr {
    outline: 1px dashed #ff0000 !important;
}

.basket__steps .basket__steps-left,
.basket__steps .basket__steps-right {
    vertical-align: top;
    display: inline-block;
    width: 49%;
}

.basket__steps-left .main__button {
    width: 45%;
}

.basket__steps-right .basket__steps-confirm-button {
    width: 50%;
}

.cart__order {
    max-width: 1440px;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 30px;
}

.cart__end {
    max-width: 1440px;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 30px;
}

.main__button {
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0px 0px 0px;
    font-size: 12px;
    text-transform: uppercase;
    overflow: hidden;
    width: 100%;
}

.main__button:hover {
    color: #fff;
}

.main__button_red {
    background: #FF6A3E;
}

.main__button_red:active, .main__button_red .active {
    color: #fff;
    background: #d61e20;
}

.main__button_green {
    background: #59c9f4;
}

.main__button_green:active, .main__button_green .active {
    color: #fff;
    background: #59c9f4;
}

.main__button_grey {
    border: 0px;
    background: #555555;
    background: linear-gradient(to top, #555555 0%, #656565 70%, #545454 100%);
}

.main__button_grey:active, .main__button_grey .active {
    color: #fff;
    background: #555555;
}

.atlant_files{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    box-sizing: border-box;
}
@media (max-width: 1480px) {
    .atlant_files{
        margin: 20px;
    }
}
.atlant_files .item{
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
}
.atlant_files .item a{
    display: flex;
    justify-content: center;
    text-decoration: none;
    width: auto;
    align-items: center;
}
.atlant_files .item a i{
    font-size: 30px;
    min-width: 30px;
    color: #FF6A3E;
    transition: all .3s ease-out;
}
.atlant_files .item a span{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin: 10px;
    line-height: 19px;
    color: #2C2C2C;
}
.atlant_files .item a:hover i{
    color: #2C2C2C;
}

.atlant_contacts{
    max-width: 1440px;
    margin: 30px auto;
}
@media (max-width: 1200px) {
    .atlant_contacts{
        margin: 30px 20px;
    }
}
.atlant_contacts .addinf{
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
}
.atlant_contacts .addinf .item{
    margin-top: 20px;
    align-items: center;
    display: flex;
}
.atlant_contacts .addinf .item svg{
    width: 22px;
    margin-right: 10px;
}
.atlant_contacts .addinf .item span{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #242424;
}
.atlant_contacts .addinf .item a{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #242424;
    text-decoration: none;
}
.atlant_contacts .map{
    height: 400px;
}

.footer{
    max-width: 100%;
    background: #242424;
    padding: 40px;
    box-sizing: border-box;
    margin-top: 100px;
    text-align: left;
}
.footer .fotcnt{
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
@media (max-width: 900px) {
    .footer .fotcnt{
        flex-wrap: wrap;
    }
}
.footer .fotcnt .copy{
    max-width: 200px;
    order: 1;
}
@media (max-width: 900px) {
    .footer .fotcnt .copy{
        order: 2;
        max-width: calc(50% - 20px);
        margin-right: 20px;
    }
}
.footer .fotcnt svg{
    width: 100%;
}
.footer .fotcnt .devcopy{
    max-width: 150px;
    order: 3;
}
@media (max-width: 900px) {
    .footer .fotcnt .devcopy{
        max-width: 50%;
        order: 2;
    }
}
.footer .fotcnt .fmenu{
    width: 100%;
    justify-content: center;
    order: 2;
}
@media (max-width: 900px) {
    .footer .fotcnt .fmenu{
        order: 1;
        padding-bottom: 20px;
    }
}
.footer .fotcnt .fmenu ul{
    display: flex;
    flex-wrap: wrap;
    max-width: 680px;
    margin: 0 auto;
    list-style-type: none;
}
.footer .fotcnt .fmenu ul li{
    margin: 7px;
}
.footer .fotcnt .fmenu ul li a{
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}