.popup-window.popup-window-with-titlebar {
    border-radius: 10px;
}

.popup-window-titlebar-text, .popup-window-titlebar-text-version {
    color: #383838;
    font-size: 1.5em;

    
}
.popup-window-with-titlebar .popup-window-content h3 {
    color: #383838;
    font-size: 1.2em;
}
.popup-window-titlebar {
    text-align: center;
}
.basket-btn-checkout {
    text-transform: uppercase;
}
.search-page {
    position: relative;
    padding-bottom: 30px;
    width: 100%;
}
.search-page input[type="text"]{
        display: block;
        width: 100%;
        height: 44px;
        padding: 16px 57px 16px 13px;
        border: 1px solid #DDD;
        border-radius: 4px;
        color: #333;
        font-size: 12px;
        outline: none;
        transition: 0.3s all;
}

.search-page input[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;

    padding: 10px 30px;
    border: 0 none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat";
    line-height: 100%;
    text-decoration: none;
    background-color: #0087C6;
    transition: 0.3s all;
    cursor: pointer;
}

.container:before {
    content: '';
    display: none;
  }
.container:after {
    clear: both;
    content: '';
    display: none;
  }

.popup-window-content .container {
    width: unset;
}
#search-inc .search {
    width: auto;
}

@media (min-width: 740px) {
	.block-search {
		display: none;
	}
}