@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&subset=cyrillic');



body,
html {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    bottom: 0;
    text-align: center;
    color: #434343;
}

*{outline: none;}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li {
    padding: 0;
    margin: 0;
    bottom: 0;
}

ul,
li {
    list-style: none;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

.over {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

section,
header,
nav {
    text-align: left;
}


.btn {
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #f6822e;
    text-align: center;
    border: 2px solid #f6822e;
    padding: 15px 30px;
    min-width: 260px;
    margin-top: 20px;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn:hover {
    background: none;
    cursor: pointer;
}


/*----------------------------------nav*/

nav {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    position: fixed;
    padding: 5px 0;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 10;
    overflow: hidden;
}

.logo {
    display: inline-block;
    height: 40px;
}

.logo img {
    height: 100%;
}

.tel {
    text-align: right;
    letter-spacing: 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tel:hover a {
    color: #5d99eb;
}

.tel a {
    background: url(../img/svg/call-answer.svg) 0 no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    padding-left: 25px;
    display: inline-block;
    font-size: 25px;
    color: #6a6a6a;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}



nav .nbtn {
    position: relative;
    float: right;
    color: #5d99eb;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 16px;
}

nav .nbtn:after {
    content: '';
    left: 0;
    right: 0;
    bottom: -6px;
    position: absolute;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

nav .nbtn:hover {
    color: #f6822e;
    cursor: pointer;
}

nav .nbtn:hover:after {
    bottom: 0;
    border-bottom: 1px solid #5d99eb;
}





/*----------------------------------------h*/

header {
    position: relative;
    background: url(../img/bg/0bg.jpg) 50% 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 50px;
    height: 625px;
}

header .over {
    background: rgba(0, 0, 0, 0.7);
}

.utp {
    margin-top: 50px;
}

h1 {
    position: relative;
    display: block;
    font-size: 62px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 1px #000;
}

h1 strong {
    color: #5d99eb;
    font-weight: inherit;
}

.quest {
    background: rgba(0, 0, 0, 0.45) url(../img/svg/question-sign.svg) 5px 10px no-repeat;
    -webkit-background-size: 35px;
    background-size: 35px;
    color: #fff;
    padding: 10px 10px 10px 45px;
    display: block;
    position: relative;
    font-size: 15px;
    min-height: 75px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.ans {
    background: rgba(0, 0, 0, 0.45) url(../img/svg/exclamation.svg) 5px 10px no-repeat;
    -webkit-background-size: 35px;
    background-size: 35px;
    font-size: 14px;
    line-height: 1.31;

}



header h2 {
    margin-top: 35px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 2px;

}

header .btn {
    border-radius: 0;
}

header .btn:hover {
    color: #fff;
}

/*---------------------------1*/

.sec1 {
    padding: 50px 0;
}

.result {
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
}


.result:hover {
    background-image: url(../img/bg/1bg.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: local;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.res-ic {
    display: inline-block;
    width: 100px;
    height: 80px;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #000;
}

.result:hover .res-ic {
    border-bottom: 2px solid #fff;
}

.res-ic img {
    height: 100%;
}

.result span {
    display: block;
    height: 90px;
    font-size: 16px;
}

.result:hover span {
    color: #fff;
}



/*-----------------------------2*/

.sec2 {
    position: relative;
    padding: 80px 0;
    background: url(../img/bg/2bg.jpg) center 0px no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.sec2 .over {
    background: rgba(0, 0, 0, 0.7);
}

.want {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    display: block;
    text-align: center;
    color: #fff;
}

.want strong {
    margin-top: 20px;
    display: block;
    font-size: 34px;
    color: #5d99eb;
}

.sec2 .btn:hover {
    color: #fff;
}


/*----------------------------------3*/

.sec3 {
    text-align: center;
    padding: 50px 0;
}

.title {
    position: relative;
    font-size: 22px;
    text-transform: uppercase;
    font-size: 28px;

}

.thr {
    width: 80px;
    border: 1px solid #f6822e;
    margin-top: 10px;
    margin-bottom: 30px;

}

.title strong {
    color: #5d99eb;
    font-size: 32px;
}

.title small {
    display: block;
    font-size: 20px;
}

.minus {
    text-align: center;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.m-img {
    overflow: hidden;
}

.m-img img {
    width: 100%;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;

}

.minus:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.minus span {
    height: 100px;
    display: block;
    padding: 10px;
}

.minus span strong {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 28%;
    margin-right: 10px;
    font-size: 100px;
    line-height: 0;
    color: rgba(93, 153, 235, 0.6);
    font-weight: 800;


}

.sec3 .btn:hover {
    color: #000;
}

.spminus {
    font-size: 24px;
}

/*-----------------------4*/

.sec4 {
    position: relative;
    text-align: left;
    padding: 50px 0;
    background: url(../img/bg/4bg.jpg) 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.sec4 .over {
    background: rgba(0, 0, 0, 0.6);
}

.sec4 .title {
    width: 100%;
    text-align: center;
    color: #fff;
}

.sec4 .title strong {
    color: #f6822e;
}

.htr {
    color: #5d99eb;
    font-size: 26px;
    border-bottom: 1px solid #f6822e;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: left;
    display: inline-block;
    text-shadow: 0 0px 1px #000;
}

.trening h3 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.trening {
    position: relative;
    cursor: pointer;
    text-align: left;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.trening:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #f6822e;
    left: 8px;
    top: 22px;
}

.trening:hover {}

.trening .dn {
    display: none;
    position: relative;
    font-size: 16px;
    margin-top: 10px;
}

.dn .btnarea {
    margin-top: 10px;
}

.dn .nbtn {
    font-weight: 600;
    text-decoration: underline;
    color: #f6822e;
}

.dn .nbtn:hover {
    color: #fff;
}
.dn span strong{
    color: #5d99eb;
}

.active .dn {
    display: inline-block;
}

/*------------------5*/

.sec5 {
    padding: 50px 0;
    text-align: center;
}

.me img {
    width: 100%;
}

.aboutme {
    text-align: left;
}

.sec5 h3 {
    font-size: 28px;
    color: #5d99eb;
    text-align: left;
    display: inline-block;
}

hr.min {
    margin-top: 0;
    background: #f6822e;
    height: 1px;
}

.sec5 span {
    display: block;
    font-size: 16px;
    text-align: justify;
}

.sec5 .btn:hover {
    color: #000;
}

/*-------------------6*/

.sec6 {
    position: relative;
    background: url(../img/bg/6bg.jpg) 0 no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}

.sec6 .over {
    background: rgba(0, 0, 0, 0.8);
}

.sec6 .title {
    color: #fff;
}

.sec6 .title strong {
    color: #f6822e;
}

.dif {
    text-align: center;
}

.dif-ic {
    display: inline-block;
    width: 80px;
    margin-bottom: 10px;
}

.dif-ic img {
    width: 100%;
}

.dif strong {
    margin-right: -25px;
    font-size: 80px;
    display: inline-block;
    color: #5d99eb;
}

.dif span {
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 500;
    height: 60px;
}

/*-------------------7*/

.sec7 {
    padding: 50px 0;
    text-align: center;
}

.sec7 span {
    display: block;
    font-size: 20px;
    margin-top: 20px;
    border-top: 1px solid #5d99eb;
    border-bottom: 1px solid #5d99eb;
    padding: 10px;
    margin-bottom: 30px;
}

.sec7 .in {
    width: 100%;
}

.sec7 input {
    outline: none;
    width: 100%;
    border: none;
    padding: 13px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);


}

.sec7 .btn {
    font-size: 10px;
    min-width: 300px;
    width: 100%;
    margin-top: 0px;
}

.sec7 .btn:hover {
    color: #000;
}

/*---------------------8*/

.sec8 {
    position: relative;
    background: #5d99eb url(../img/russia-c.png) 50% no-repeat;
    -webkit-background-size: 1200px;
    background-size: 1200px;
    text-align: center;
    padding: 50px 0;
}

.sec8 .over {
    background: rgba(0, 0, 0, 0.7);
}

.sec8 .title {
    color: #fff;
}

.sec8 h3 {
    color: #fff;
    font-size: 48px;
}

.sec8 h3 strong {
    color: #f6822e;
}

.sec8 span {
    display: inline-block;
    margin-top: 50px;
    color: #fff;
    font-size: 20px;
}

.logos {
    margin-top: 30px;
    margin-bottom: 15px;
}

.logos .slide {
    background: #fff;
    border-radius: 3px;
    padding: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.logos .slide img {
    width: 100%;

}

/*----------------------9*/

.sec9 {
    text-align: center;
    padding: 50px 0;
}

.sec9 img {
    margin-top: 20px;
    width: 100%;
}

.sec9 ul {
    text-align: left;
}

.sec9 li {
    background: url(../img/svg/checked.svg) 0px 10px no-repeat;
    -webkit-background-size: 40px;
    background-size: 40px;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 0 15px 45px;
    height: 150px;
}

/*--------------------------------10*/

.sec10 {
    padding: 50px 0;
    text-align: center;
    background: #fafafa;
}

.sec10 .thr {
    margin-bottom: 80px;
}



.rst {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 10px;
    background: #fff;
}

.num {
    color: rgba(93, 153, 235, 0.1);
    position: absolute;
    top: 0px;
    left: 60px;
    font-size: 90px;
    font-weight: 700;
}

.rs-ic {
    display: inline-block;
    width: 70px;
    margin-bottom: 15px;
    border-bottom: 1px solid #5d99eb;
    padding-bottom: 15px;
}

.rs-ic img {
    width: 100%;
}

.rst h3 {
    font-weight: 500;
    font-size: 14px;
    height: 70px;
}

/*-----------------------f*/

footer {
    position: relative;
}

footer .title {
    display: inline-block;
}

footer .thr {
    margin-bottom: 0;
}

#map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.adress {
    padding: 20px;
    border-radius: 2px;
    background: #F3F6F8;
    text-align: left;
    margin: 50px 0;
}

.adress div {
    margin-top: 15px;
}

.loc {
    padding-left: 25px;
    background-image: url(../img/svg/loc.svg);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 20px;
}

.tel10 {
    padding-left: 25px;
    background-image: url(../img/svg/call-answer.svg);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.tel10:hover {
    color: #5d99eb;
}

.adress span,
.adress div a {
    font-size: 20px;
    color: #000;
}

.adress div strong {
    display: block;
    color: #5d99eb;
}

.ymaps-2-1-69-ground-pane {

    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}

/*--------------------------m*/

.form {
    width: 100%;
    max-width: 360px;
    text-align: center;
    padding: 30px;
    background: #fff;
}

.form span {
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

.form span strong {
    text-transform: uppercase;
    color: #5d99eb;
    font-size: 22px;
}


.form input {
    width: 300px;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);


}

.form .btn {
    font-size: 10px;
    min-width: 300px;
    margin-top: 0px;
}

.form .btn:hover{
    color: #000;
}

.copy{
    font-size: 16px;
    text-align: left;
    color: #fff;
    background: #5d99eb;
    padding: 10px 0;
}
.pol{
    text-decoration: underline;
    display: inline-block;
    float: right;
    cursor: pointer;
}
.pol:hover{
    text-decoration: none;
}

#pol{
    width: 100%;
    max-width: 610px;
    padding: 15px;
    text-align: left;
    font-size: 16px;
}
#pol h3{
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
}
