body {
    margin: 0;
    padding: 0;
    color: #231f20;
    font-size: 16px;
}

h3, h4 {
    font-size: 20px;
    font-weight: 500;
    color: #1b75bc;
}
h3 a {
    font-size: 18px;
    font-weight: 500;
    color: #1b75bc;
    text-decoration: none;
    text-transform: uppercase;
}

h1 {
    font-weight: 500;
    color: #1b75bc;
}
#callback {
	text-align:center;
}
#callback input {
	width: 100%;
    line-height: 28px;
    padding-left: 8px;
    margin-bottom: 10px;
    text-align: center;
}
#callback input[type=submit] {
	display: inline-block;
    width: auto;
    background: #1b75bc;
    border: solid 1px #1b75bc;
    line-height: 33px;
    padding: 0 25px;
    color: #fff;
    border-radius: 3px;
}
#callback input[type=submit]:hover {
	color:#1b75bc;
	background:#fff;
}
header {
    padding: 10px 0 10px;
    /*background: #d3e2e9;
    margin-bottom: 30px;*/
}
img {
    max-width: 100%;
}

img.float_img {
    float: left;
    margin: 0 15px 0 0;
}
.logo {
    padding-top: 0px;
}
.logo a, .logo a:link, .logo a:visited, .logo a:active {
    color: #fbb040;
    text-decoration: none;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
}

.greyline {
    width: 100%;
    height: 50px;
    background: url(../img/greyline.png) left top no-repeat;
}

.menu {
    text-align: right;
    padding-top: 30px;
    padding-bottom: 15px;
}

.menu ul {
    list-style: none;
    font-size: 17px;
    text-transform: uppercase;
    padding: 0;
    margin:0;
}

.menu ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
.menu ul li:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
    background: #477daf;
}
.menu ul li:last-child::after {
    display: none;
}

.menu ul li a, .menu ul li a:link, .menu ul li a:visited {
    /*padding: 0 28px;
    border: solid 1px #fcb040;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    font-weight: 500;
    background: #fcb040;
    text-decoration: none;
    transition: ease-in-out 0.2s;
    */
    padding: 0 28px;
    line-height: 30px;
    border-radius: 15px;
    color: #477daf;
    font-weight: 600;
    text-decoration: none;
    transition: ease-in-out 0.2s;
}

.menu ul li a:hover, .menu ul li.current-menu-item a {
    /*background: #fff;*/
    color: #1b75bc;
    text-decoration: none;
    transition: ease-in-out 0.2s;
}
.menu ul li:last-child a {
    padding-right: 0;
}

#mail-slider {
    height: 535px;
    background: url(../img/main_picture.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 80px;
    text-align: right;
    margin-bottom: 35px;
}

#page-slider {
    height: 200px;
    background-size: cover;
    margin-bottom: 35px;
    position: relative;
    background-position: center center;
    display: flex;
    align-items: center;
}

#page-slider:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left:0;
}
#page-slider .title {
    text-align: center;
    font-size: 40px;
    color: #fff;
    position: relative;
    z-index: 2;
        text-transform: uppercase;
}
#page-slider .title br {
    display: none;
}
.big-banner {
    height: 350px;
    padding: 40px 30px;
    margin-bottom: 30px;
}
.big-banner a {
    background: #ff7416;
    border: 1px solid #ff7416;
    color: #000;
    font-size: 18px;
    padding: 0 30px;
    line-height: 40px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 15px;
    border-radius: 3px;
    transition: ease-in-out .2s;
}
.big-banner a:hover {
    background: none;
    color: #ff7416;
    text-decoration: none;
    transition: ease-in-out .2s;
}
.ttl {
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 300;
}
.preim {
    background: #f1f1f3;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.pic {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.pic img {
    float: left;
    margin: 0 20px 0 10px;
}
.pic span {
    font-weight: 700;
}
.preim-text {
    float: left;
    width: 100%;
    color: #6d6e70;
}

.icons {
    min-height: 230px;
    margin-bottom: 10px;
}
table {
    width: 100%;
    border-bottom: solid 1px #efefef;
    margin-bottom: 15px;
}
table thead {
    background: #1b75bc;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.pravila_rat thead {
    font-size: 14px;
}
table thead th {
    padding: 10px;
    text-align: center;
}

.pravila_rat thead th {
    font-weight: 400;
}
table tbody tr:nth-child(even) {
    background: #efefef;
}
table tbody td {
    text-align: center;
    padding: 10px;
}
.snoska {
    font-size: 12px;
}
.banner-content img {
    margin-bottom: 20px;
}
.banner-content {
    font-size: 32px;
    font-weight: 500;   
}
.steps.rat {
    float: left;
}
.steps.rat .step {
    float: left;
    margin-bottom: 20px;
    line-height: 1.6em;
    width: 100%;
}
.steps.rat img {
    width: 125px;
    float: left;
}
.steps.rat .step .step {
    padding-left: 125px;
}
.ls-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner-content p span {
    font-size: 90px;
    font-weight: 400;
    line-height: 1.1em;
}

.banner-content > span {
    text-transform: uppercase;
}

.banner-ins:hover {
    transition: ease-in-out 0.2s;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
    transform: translate3d(0,-3px,0);
}

.banner-ins {
        width: 100%;
    height: 450px;
    padding: 0 50px;
    margin-bottom: 25px;
    border-radius: 5px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-repeat: no-repeat;
    transition: ease-in-out 0.2s;
     background-position: center center;
}
.banner-ins:nth-child(even) {
    justify-content: flex-end;
}

.banner-ins .title {
    text-align: left;
    text-transform: uppercase;
}
.banner-ins:nth-child(even) .title {
    text-align: right;
}


.banner-ins .title span {
    display: block;
    font-size: 70px;
    font-weight: 200;
    line-height: 1.1em;
    margin-bottom: 30px;
}
.banner-ins .title a {
    font-size: 15px;
    border: solid 1px #ff731f;
    padding: 0px 35px;
    line-height: 30px;
    display: inline-block;
    
    border-radius: 5px;
    color: #fff;
    background: #ff731f;
}

.banner-ins .title a:hover {
    color: #ff731f;
    background: transparent;
    text-decoration: none;
}

.main {
    min-height: calc(100vh - 500px);
}
.main_content {
    padding-bottom: 30px;
    font-size: 15px;
}

.main_content p {
    text-align: justify;
}

.main_content h3, .main_content h4 {
    text-align: center;
}

.home .main_content p, .home .main_content h3, .home .main_content h4 {
    text-align: left;
}

.small-text p {
    text-align: right !important;
    line-height: 1.2em;
    font-size: 14px;
}

footer {
    /*background: #d3e2e9;*/
	border-top: solid 1px #d3e2e9;
    padding: 15px 0 0;
    /*border-bottom: solid 48px #fcb040;*/
	
}
footer:after {
	display: block;
	content: '';
	width:100%;
	height: 48px;
	background: linear-gradient(to right, #2a3257, #477daf);
}

.logo_foot {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.logo_foot span {
    font-size: 12px;
    display: block;
    font-weight: 400;
}

.foot_menu {
    text-align: right;
}

.foot_menu ul {
    list-style: none;
    font-size: 13px;
    text-transform: uppercase;
}

.foot_menu ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.foot_menu ul li a:hover {
    color: #477daf;
}

.map {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .logo a, .logo a:link, .logo a:visited, .logo a:active {
    font-size: 30px;
}
.menu ul li {
    width: 100%;
    margin-bottom: 10px;
}
.menu ul li a, .menu ul li a:link, .menu ul li a:visited {
    padding: 0 15px;
}
.logo_foot {
    font-size: 26px;
    margin-bottom: 20px;
}
.banner-content p span {
    font-size: 72px;
}
.banner-content {
    font-size: 24px;
}
}