.page-404 .caption2{
    margin-bottom: 60px;
    font-size: 24px;
}

.page-404 .caption2 span{
    display: block;
    font-size: 72px;
}

.page-404  .text-box {
    margin-left: 200px;
}

.page-404 .box-img{
    width: 48%;
}

.page-404:before{
    display: none;
}

.clients-box .one-block{
    height: auto;
}

.drop-catalog .one-side ul li{
    width: auto;
    float: none;
    padding: 0 20px 0 0;
}

.drop-catalog .one-side ul{
    display: flex;
    flex-wrap: wrap;
}

#toast-container>div {
    width: 190px;
    padding: 10px;
    top: 30px;
    right: 0;
    z-index: 20;
    background-color: white;
    position: absolute;
    color: #006bba;
    text-align: center;
    font-size: 16px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 1;
}

.catalog-list-page .one-product-c .box-img .object-fit{
    object-fit: contain;
    -o-object-fit: contain;
}

.catalog-list-page .one-product-c:hover .box-img img{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.step-list .one-block:nth-child(2) p{
    max-width: 260px;
}

.menu-scroll, .menu-list > li .drop-box{
    display: none;
}

.menu-small .menu-scroll, .menu-list > li.drop-wr:hover .drop-box{
    display: block;
}

.static-page p.help-block.help-block-error{
    color: rgba(255, 0, 0, 0.7);
}

.static-page p.help-block{
    margin-top: -23px;
    font-size: 18px;
}

.drop-lan.active{
    opacity: 1;
    display: block;
}

.drop-lan{
    opacity: 0;
    display: none;
}

.slider-top .item img {
    max-height: 100%;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.drop-catalog .one-side ul li{
    padding: 5px 10px;
    border: 1px solid #006bba;
    margin: 0 5px 5px 0;
}

.link-catalog{
    padding: 10px 15px;
    border: 1px solid #e7e8e7;
    margin: 0 5px 5px 0;
    display: inline-block;
    font-size: 14px;
}

.catalog-list-page .one-product-c:hover{
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.header .top-block .logo-wrapper .logo{
    width: 260px;
}

.catalog-list-page .one-product-c .text-c .name-product a{
    font-weight: 600;
}

.link-catalog {
    background: #0069bb;
    border: 1px solid #0069bb;
    color: white;
}

.link-catalog:hover{
    background: #214099;
    border: 1px solid #214099;
    color: white;
}

.drop-catalog .one-side ul li a {
    padding: 5px 10px;
    color: white;
    font-size: 17px;
    background-color: #0069bb;
    font-weight: 400;
    display: block;
}

.drop-catalog .one-side ul li{
    padding: 0;
}

.drop-catalog .one-side ul li a:focus{
    color: #214099;
    text-decoration: none;
}

.drop-catalog .one-side ul li.active a,
.drop-catalog .one-side ul li a:hover {
    color: white;
    background-color: #214099;
}

.menu-small .top-block .logo-wrapper .logo{
    width: 170px!important;
}

.menu-list > li > a {
    letter-spacing: 0.24px;
}

.link-catalog{
    font-weight: 400;
}

.step-list .one-block p{
    min-height: 60px;
}

.one-contact a{
	display: block;
}

.logo-wrapper .one-contact{
	display: inline-block;
}

.logo-wrapper .one-contact.header-phones{
	position: absolute;
	left: 20%;
	top: 25px;
}

.logo-wrapper .one-contact.header-email{
	position: absolute;
	left: 70%;
	top: 45px;
}

.logo-wrapper .one-contact a{
	font-size: 14px;
}

.menu-small .logo-wrapper .one-contact.header-phones{
	position: absolute;
	left: 20%;
	top: 3px;
}

.menu-small .logo-wrapper .one-contact.header-email{
	position: absolute;
	left: 70%;
	top: 20px;
}

h1:before {
    display: none;
}

h1 {
    background: url(../img/ico_fon.png) no-repeat center/contain;
}

.callback-bt {
    background: #9b51d5;
    border-radius: 50%;
    box-shadow: #9b51d5;
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
    height: 65px;
    width: 65px;
    text-align: center;
    position: fixed;
    right: 3%;
    bottom: 5%;
    z-index: 999;
    transition: .3s ease-in-out;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt img {
    width: 40px;
    padding-top: 10px;
}
.callback-bt:hover {
    border: 2px solid #9b51d5;
}
.callback-bt:hover img
{
}
.callback-bt .text-call {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    position: relative;
}

.callback-bt .text-call:after {
    content: "\f095";
    display: block;
    font-family: fontawesome;
    color: #fff;
    font-size: 38px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    opacity: 1;
    transition: .3s ease-in-out;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
}

.callback-bt .text-call:hover:after {
    opacity: 0;
}

.callback-bt .text-call span {
    color: #5157d5;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

@media (max-width: 480px){
    .menu-small .top-block .logo-wrapper .logo {
        width: 140px!important;
        margin-left: -80px;
    }
    .link-catalog {
        padding: 6px 5px;
        margin: 0 5px 5px 0;
        font-size: 11px;
    }
}

@media (max-width: 992px){
	.menu-small .logo-wrapper .one-contact.header-phones, .menu-small .logo-wrapper .one-contact.header-email{
		display: none;
	}
}
