.relative {
    position: relative;
}

.full {
    width: 100%;
    height: 100%;
}

.right {
    float: right;
}

.hidden {
    display: none !important;
}


.wide-page {
    display: block;
}

.tablet-page {
    display: none;
}

.mobile-page {
    display: none;
}


.wide-content {
    position: relative;
    width: 1600px;
    height: auto;
    margin: 0 auto 0 auto;
}

.wide-content2 {
    position: relative;
    width: 1009px;
    height: auto;
    margin: 0 auto 0 auto;
}

p {
    text-align: justify;
}

/* WIDE SEARCH BLOCK */

.wide-search-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 21px 0 30px 0;
    background: #f7f9fc;
}

.wide-search-block .searchbox {
    position: relative;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 5px 20px rgba(49, 63, 160, 0.15);
    border-radius: 4px;
}

.wide-search-block .send {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translate(0%, -50%);
    width: 20px;
    height: 20px;
    background: url(/images/search.png) center center no-repeat;
    cursor: pointer;
}

.wide-search-block .separator {
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translate(0%, -50%);
    width: 1px;
    height: 50%;
    background: #E7E7E7;
}

.wide-search-block input {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    padding: 0 64px 0 15px;
    box-sizing: border-box;

    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}

.wide-search-block ::placeholder {
    color: #9c9c9c;
}

/* WIDE CONTENT BLOCK */

.wide-content-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
    background: #f7f9fc;

    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #262626;
}

.wide-content-block a, .wide-content-block a:visited {
    text-decoration: none;
    color: #2f80ed;
}

.wide-content-block a:hover {
    text-decoration: underline;
}

.wide-h1 {
    position: relative;
    font-family: Verdana;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #262626;
    margin: 0 0 50px 0;
}