
* {
    box-sizing: border-box;
    outline: 0;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 120%;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Raleway', Arial, sans-serif;
}


input, textarea, select {
    border-radius: 0;
    vertical-align: middle;
}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

input::-webkit-clear-button,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


body.admin-bar .wrap-document {
	margin-top: var(--wp-admin--admin-bar--height);
}


a {
    color: #002D36;
    text-decoration: none;
}

img {
    max-width: 100%; 
    object-fit: cover; 
    height: auto;
}

.container {
	width: 100%;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}


.btn {
    background-color: #006A80;
    padding: 10px 15px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    transition: all 200ms;
    border: unset;
    cursor: pointer;
}

.btn:hover {
    opacity: .8;
}

.scroll-up { 
    text-align: center;
    display: inline-block;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 17px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    border-radius: 3px;
    bottom: 30px;
    transition: bottom 2s;
    position: fixed;
    right: 30px;
    bottom: -500px;
    cursor: pointer;
    z-index: 10;
}

.scroll-up.active {
    bottom: 30px;
}

.scroll-up::before {
    content: '';
    border: 8px solid transparent;
    border-bottom: 10px solid #b7b7b7;
    display: block;
    width: 0px;
    margin: 4px auto;
    margin-top: -6px;
}

.wrap__header {
    background-color: #3186C8;
    background-image: url(../img/bg__header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.header__nav {
	padding: 20px 0;
}

.nav {
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    border-radius: 8px;
    list-style: none;
    padding: 0 10px;
    margin: 0;
    background: #396EB9;
    max-width: 100%;
    margin-left: auto;
    justify-content: center;
}
.nav li {

}
.nav li a {
    display: block;
    padding: 15px 10px;
    font-family: 'Bona Nova SC';
    color: #fff;
}


.block__logo {
    width: fit-content;
    margin-left: auto;
    color: #fff;
    font-family: 'Bona Nova SC';
    font-size: 20px;
    line-height: 150%;
    text-align: right;
    padding-bottom: 30px;
}
.block__logo-title {
    font-family: 'Ruslan Display';
    font-size: 30px;
}
.block__logo-site {
	
}
.block__logo-name {
    font-size: 30px;
    font-weight: bold;
}