* {
    background: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    margin: 0;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    text-align: left;
    background-color: #ecf0f3;
    /* background-color: #fafbfb; */
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}


svg {
    width: 20px;
    height: 20px;
    display: inline-block;
}
svg {
    overflow: hidden;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    display: inline-block;
}
img {
    max-width: 100%;
    vertical-align: middle;	
    border: 0;	
}



.scroll {
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px 0px rgb(32 31 34 / 28%);
    box-shadow: 0px 2px 8px 0px rgb(32 31 34 / 28%);
   -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;	
}
.nav {
    position: fixed;
    z-index: 3;
    height: 60px;
    width: 100%;
    right: 0;
    left: 0;
}
.wrap, .row, .tab-row {
    margin: 0 auto;
    max-width: 1100px;
}

.top-menu {
    display: none;
    position: relative;
    float: right;
    transition: 200ms ease;
    font-weight: 300;
    height: 60px;
}
.top-menu li {
    display: block;
    float: left;
    height: 60px;
}
.top-menu li a {
    display: flex;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    color: #1f2937;
    padding: 0 1em;
    align-items: center;
}
.top-menu li a:hover {
    background: rgb(0 0 0 / 2%);
	color: #1d80ce;
}
.top-menu li svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
}

.hamburger-btn {
    float: right;
    display: block;
    border: none;
    background: transparent;
    color: #fff;
    height: calc(60px);
    width: calc(55px);
    /* margin: 0.5rem 0.5rem 0 0.5rem; */
    padding: 0;
    position: relative;
}

.hamburger-btn .hamburger-line:first-child {
    top: 1.2rem;
}
.hamburger-btn .hamburger-line:nth-child(2) {
    top: calc(50% - 1px);
}

.hamburger-btn .hamburger-line:last-child {
    bottom: 1.2rem;
}


.hamburger-btn .hamburger-line {
    height: 2px;
    width: calc(60px - 2rem);
    background: #dde3e7;
    display: block;
    position: absolute;
    left: calc(0.9rem - 1px);
    transition: transform 150ms ease-in, top 150ms ease-out 150ms, bottom 150ms ease-out 150ms, opacity 150ms ease 75ms;
}
.scroll .hamburger-line {
    background: #dde3e7;
}


.brand {
    float: left;
    line-height: 60px;
    color: white;
    font-weight: 500;
}

.logo {
    width: 120px;
    height: 60px;
    display: block;
    overflow: hidden;
    background-image: url(images/logo2.png);
    margin: 0 10px;
    background-size: 120px;
    background-repeat: no-repeat,repeat;
    background-position: center;
    text-indent: -99999px;
}

button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    background-color: #212529;
    border-color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

main {
    padding-top: 50px;
    margin: 0 10px;
}
.mt-15 {
    padding-top: 15px;
}

.sb {
    margin-bottom: 10px;
    padding: 10px;
    border: solid 1px #f7f7f7;
}
.bshow {
    background: white;
    border-radius: 7px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 16px rgb(0 51 153 / 4%), 0 2px 2px rgb(0 51 153 / 8%);
    /* border: 1px solid #ecf0f1; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 10px 30px rgba(111, 111, 111, 0.15);
    box-shadow: 0px 2px 12px rgba(111, 111, 111, 0.15);
}
.mount-block {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.tar-name {
    line-height: 40px;
    border-bottom: solid 1px #dfe3e6;
    font-size: 16px !important;
    padding: 0 10px;
    display: block;
    width: 100%;
    /* background: rgb(18 137 213 / 69%); */
    color: #fff;
    z-index: 1;
    backdrop-filter: blur(1px) !important;
    text-shadow: 0px 1px 4px black;
}
.mt-block {
    min-width: 50%;
    padding: 10px;
    flex: 1;
    width: 100%;
    transition: all .2s ease-in-out;	
}

.mt-block:hover {
    transform: scale(1);
    visibility: visible;
}

.mt-block h2 {
    padding: 0 5px;
    border-bottom: solid 1px #f7f7f7;
    margin-bottom: 5px;
}


ul.mount-info li {
    line-height: 35px;
    color: #8e8a91;
    border-bottom: solid 1px #f5f5f5;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    align-items: center;
}

.mount-info > li > span {
    color: #000;
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;   
}

.price {
    font-size: 15px;
    font-weight: 600;
    line-height: 38px;
    /* padding-top: 10px; */
    display: block;
    text-align: left;
}

.new_but {
    background: #0181d2;
    flex: 1;
	border: none;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    border-radius: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    height: 48px;
    color: #ffffff;
    text-transform: uppercase;
    background: rgb(244 180 25);
    background: linear-gradient(90deg, rgba(1, 129, 210, 1) 0%, rgba(1, 129, 210, 1) 35%, rgb(73 194 219) 100%);	
}


#submit_m:hover {
    background: #0181d2;
    background: linear-gradient(260deg, rgba(1, 129, 210, 1) 0%, rgba(1, 129, 210, 1) 35%, rgb(73 194 219) 100%);
    color: #fff;
}

ul.mount-info svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
	color: #f4b419;
}


.hd {
    height: 148px;
    display: flex;
    overflow: hidden;
    background-image: url(images/hd13b.jpg);
    background-size: 100%;
    background-repeat: no-repeat,repeat;
    background-position: center;
    margin-bottom: 10px;
    align-items: flex-end;
}





@media screen and (min-width: 767px){
li.nav-load.active {
    border-bottom: solid 2px #f4b827;
}
li.nav-load.active a,li.nav-load.active a > svg {
    color: #f4b827;
}

	
	
    .mt-block {
        min-width: 33%;
    }
    .hd {
        height: 400px;
		margin-top: 20px;
    }   
    .hamburger-btn {
        display: none;
    } 
    .top-menu {
        display: block;
    }
	
   .mt-block:hover {
       transform: scale(1.05);
       visibility: visible;
   }    
    
}

@media screen and (max-width: 950px){
    .mt-block {
        min-width: 50%;
    }	
}

    .textexp {
      padding-top:10px; 
      padding-bottom:30px;
    } 

@media screen and (min-width: 1130px){

    .mount-block {
        margin: 0 -10px;
    }   
    .bl-exp {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }	
    .bl-exp img {
        max-width: 350px;
    }
    .textexp {
        display: inline-block;
        flex: 1;
        padding-left: 20px;
    }        
		
}



@media screen and (min-width: 641px){

}


@media screen and (min-width: 640px){


}




@media screen and (max-width: 480px){
    .mt-block {
        min-width: auto;
        width: 100%;
        padding: 0 5px;
        padding-bottom: 10px;		
    }
    .mount-block {
        margin: 0;
    }
	.mte-block {
        min-width: auto;
        width: 100%;
        padding: 0 5px;
        padding-bottom: 10px;
    }

	
}


body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    /*background-image: url(https://i.artfile.ru/1920x1080_691786_[www.ArtFile.ru].jpg);*/
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
#snow-animation-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    overflow: hidden;
}


@media screen and (max-width: 640px){
     body{
     	background-color: #ecf0f3;
     }		
	
.scroll {
        background: #ffffff;
        -webkit-box-shadow: 0px -5px 12px 0px rgb(32 31 34 / 28%);
        box-shadow: 0px -5px 12px 0px rgb(32 31 34 / 28%);
    }
    .top-menu li a:hover {
        background: #f6f9fb;
        color: #1d80ce !important;	
    }
    .top-menu li:hover  svg {
        color: #1d80ce;
    }
    .top-menu li a {
        color: #1d80ce;
    }
    

    .hamburger-btn .hamburger-line {
        background: #ccced7;
    }	
        
    .fix .scroll:before {
        content: '';
        /*background: #5468ff;*/
        backdrop-filter: blur(20px) !important;
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        z-index: 1;
        -webkit-box-shadow: 0px 2px 8px 0px rgb(32 31 34 / 28%);
        box-shadow: 0px 2px 8px 0px rgb(32 31 34 / 28%);
    }
    .hamburger-btn.hamburger-cross {
        background: #f8f9ff;
        border-radius: 0;
    }

    
    
    .brand {
        z-index: 1;
        position: relative;
    }	
    .hamburger-btn {
        z-index: 2;
        float: right;
        /* background: #f8f9ff; */
        border-radius: 0;
        border-left: solid 1px #f8f9ff;    
    }
    
    .top-menu {
        position: fixed;
        left: -100%;
        height: 100vh;
        background: #fff;
        top: 60px;
        width: 250px;
        display: block;
        box-shadow: 2px 6px 6px rgb(0 0 0 / 20%);
        padding-top: 5px;
    }
    .top-menu li {
        float: none;
        border-bottom: solid #f9f9f9 1px;
        height: 40px;
        line-height: 40px;
    }
    
    .top-menu li a {
        height: 40px;
        font-weight: 500;
        color: #6e6d76 !important;
    }
    .mobile-open {
        left: 0;
    }
    
    .fix::after {
        content: "";
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
        z-index: 1;
        background-color: rgb(35 36 44 / 62%) !important;
        /* backdrop-filter: blur(2px) !important; */
        min-height: 100%;
    }
    
    
    .hamburger-cross .hamburger-line:first-child {
        transform: rotate(45deg);
        top: calc(50% - 1px);
    }
    .hamburger-cross .hamburger-line:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 0;
    }
    .hamburger-cross .hamburger-line:last-child {
        transform: rotate(-45deg);
        bottom: calc(50% - 1px);
    }
    
    
    .main {
        max-width: calc(100% - 20px);
        display: block;
    }
    .content {
        margin-bottom: 10px;
        display: block;
    }
    
    }
    
    
.site-footer {
    display: block;
    position: relative;
    padding: 5px 20px;
    background-color: #1a2332;
    border-top: 2px solid #333;
    min-height: 80px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.footer-social {
    flex: 1;
}
footer .logo {
    margin: 0;
    background-size: 94px;
    background-image: url(images/logo2.png);	
}

footer .wrap {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.footer-copyrights {
    float: right;
    margin: 15px 0;
}
.footer-copyrights p {
    color: #ddd;
    line-height: 21px;
    font-size: 13px;
    margin: 0;
}
.site-footer .footer-social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.site-footer .footer-social-links li {
    display: inline-block;
    margin-right: 20px;
}
.site-footer .footer-social-links li a {
    color: #ddd;
    text-decoration: none;
    line-height: 21px;
    font-size: 13px;
    opacity: .6;
}

@media only screen and (max-width: 768px){
.footer-social, .footer-copyrights {
    float: none;
    display: block;
    text-align: center;
    margin: 12px 0;
}



}

@media only screen and (max-width: 480px){
footer .wrap {
    flex-wrap: wrap;
}
.footer-social {
    flex: 0 auto;
    display: flex !important;
    align-items: center;	
}
footer .logo {
    width: 95px;
	margin-right:20px;	
    height: 35px;	
}

}



/*//////////////////////*/



*:after,
*:before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #767676;
    /*the copyright colors text*/
}

ol,
ul {
    list-style: none;
}

.footer a, .footer-about {
    text-decoration: none;
    color: #767676 !important;
}

.footer p {
    color: #767676;
    text-decoration: none;
}

.footer p:hover {
    color: white;
}

.footer a:hover {
    color: yellow;
    text-decoration: none;
}


/** Footer **/

.footer {
    /*padding: 10px 20px;*/
    border-top: 1px solid #dbdbdb;
    background-color: #111827;
    /*bg color*/
}

.footer li {
    font-size: 1em;
}

ul.contact li span {
    line-height: 30px;
}

ul.contact li {
    padding: 5px;
}


ul.contact li svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

ul.contact li {
    line-height: 30px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 0 10px 10px;*/
    border-bottom: 1px solid #dbdbdb;
}

.options {
    width: 250px;
    margin-bottom: 0px;
}

.select-item,
.options select {
    width: inherit;
}

.select-item {
    position: relative;
}

.select-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    transform: translateY(-70%);
}

.options select {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 8px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    font-size: 1.1em;
    font-weight: 300;
}

.footer-list {
    /* margin: 0 10px 10px; */
    text-decoration: none;
    min-width: 100%;
    border-bottom: solid #44474f 1px;
    padding: 0px 10px;    
}
.footer-list h3 {
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: 500;
    color: #666;
}

.footer-list li {
    margin: 5px 0;
    text-decoration: none;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding-top: 30px; */
    padding-bottom: 10px;
    flex: 1;
    padding: 10px 20px;
    background-color: #121d2c;
}

.footer-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 20px;
    flex: 1; 
}


.copyright {
    display: flex;
    align-items: center;
    font-size: 0.9em;
}

.bnb-icon {
    margin-right: 10px;
}

.bnb-icon:hover {
    color: white;
}

.social-icon:hover {
    color: white
}

.about-list {
    display: flex;
    align-items: center;
}

.copyright,
.about-list {
    margin: 5px 0;
}

.about-list li {
    margin: 0 5px;
    /*space between social icons*/
}


/** Viewport <= 800px **/

footer.footer .top-menu {
    position: relative !important;
    width: 100% !important;
    left: 0;
    float: none !important;
    height: auto;
    margin: 0 !important;
    max-width: 100%;
    top: 0;
    background: none;
    box-shadow: none;   
}

footer.footer .top-menu li {
    /*border-bottom: solid #44474f 1px;*/
}
footer.footer  li a:hover {
    background: transparent;
    color: #fff !important;
}

.pan {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px;
}


@media (max-width: 800px) {
    .footer {
        padding: 0 0px;
        /* padding-bottom: 30px;*/
    }
    .footer-content {
        /* padding-top: 20px;*/
    }
}
@media (max-width: 640px) {
    footer.footer .top-menu li {
        border-bottom: solid #141d31 1px;
    }
    footer.footer .top-menu {
        margin-bottom: 10px;
    }
    .footer-list {
        /*padding: 0px 10px;*/
    }   

}

.top-menu li:last-child { 
    border:none !important;
 }
 .top-menu li a svg {
    color: #1f2937;
}
 .top-menu li a:hover svg {
    color: #1d80ce;
}

.footer-list .top-menu li a svg {
    color: #6e6d76 ;
}

.title-bl {
    line-height: 40px;
    border-bottom: solid 1px #dfe3e6;
    font-size: 16px !important;
    padding: 0px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.title-bl svg {
    margin-right: 10px;
}
.sbex.bshow {
    padding: 0 10px 10px;
}