* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    min-width: 1230px;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    min-width: 1230px;
    height: 100%;
	font-family: 'BenderR';
	font-size: 18px;
    margin: 0;
    padding: 0;
    position: relative;
    background: url(../img/body_bg.jpg) repeat-y center;
}

section {width: 100%;}

.clr {
    clear:both;
}

.hidden {
	display: none;
}

.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	position: relative;
}

.flex-container {
    display: flex;
    display: -webkit-flex;
}

a {
    text-decoration: none;
    cursor: pointer;
}

h2 {
    font-family: 'BenderBlack';
    font-size: 45px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    color: #1b1b1b;
}

.wrapper {
    width: 1230px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

header {
    width: 100%;
    position: relative;
    height: 758px;
    background: url(../img/bg_1.jpg) no-repeat center;
}

header .wrapper.first {
    border-bottom: 2px solid #45465c;
    padding: 0;
}

header a {
    color: #fff;
}

header > .flex-container.first {
    align-content: center;
    align-items: center;
    height: 80px;
}

.nav {
    width: 56%;
}

.nav ul {
    list-style-type: none;
    justify-content: space-between;
    padding: 0;
}

.nav a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 32px 0;
}

.nav a:hover, .nav a:active {
   font-weight: bold;
}

#pull {display: none;}

.nav_mob {
    width: 100%;
}

.nav_mob ul {
    flex-direction: column;
    list-style-type: none;
    display: none;
    padding-left: 0;
    text-align: left;
    width: 80%;
    margin: 10px auto;
}

.nav_mob ul li a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    color: #fff;
}

.nav_mob ul li:last-child a {
    border: none;
}

.header_contacts {
    flex: 11 auto;
    justify-content: flex-end;
    align-items: center;
    color: #5e5e5e;
}

header .top_link {
    margin-left: 20px;
    color: #6182ff;
    font-size: 16px;
    text-transform: uppercase;
}

.block_1 {
    padding: 160px 0 0;
    justify-content: space-between;
}

.block_1 h1 {
    font-family: 'BenderB';
    font-size: 120px;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 35px;
    letter-spacing: 1.97px;
}

.block_1 span {
    display: block;
    color: #fff;
    font-size: 21px;
    letter-spacing: 0.63px;
    text-transform: uppercase;
}

.block_1 .right {
    width: 36%;
    position: relative;
}

.block_1 .right .name {
    text-align: center;
    color: #fff;
    letter-spacing: 0.54px;
}

.block_1 .right .video_block {
    width: 443px;
    height: 270px;
    position: relative;
    margin: 30px auto 0;
    z-index: 0;
}

.block_1 .right .video_block::before {
    content: " ";
    position: absolute;
    z-index: -1;
    left: -20px;
    top: 20px;
    background: #2a47b3;
    width: 443px;
    height: 270px;
}

.block_1 .right .video_block a {
    display: block;
    width: 443px;
    height: 270px;
    text-align: center;
}

.block_1 .right .video_block img {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -45px;
}

.block_1 .right .video_block .img {
    width: 443px;
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form_link {
    border-radius: 30px;
    display: inline-block;
    margin-top: 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}

.form_link span {
    font-size: 16px;
}

.form_link span:first-child, input.form_link1 {
    background: #2a47b3;
    padding: 25px 30px 25px 40px;
    border-radius: 5px 0 0 5px;
}

.form_link span:last-child {
    background: #2540a4;
    border-radius: 0 5px 5px 0;
    padding: 25px 27px;
}

.form_link:hover span:first-child {
    background: #2540a4;
}

.block_mission {
  padding: 100px 0 140px;
}

.block_mission .border {
  border-left: 2px solid #677ed5;
  padding-left: 96px;
}

.block_mission h2 {
  color: #2a47b3;
  font-size: 35px;
  font-family: 'BenderB';
}

.block_mission .text {
  font-size: 23px;
  line-height: 40px;
  width: 74%;
}

.block_2 {
  background: #edf2fb;
  padding: 150px 0 50px;
}

.block_2 .wrapper {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.block_2 .wrapper > div {
  width: 369px;
}

.block_2 h2 {
  color: #2a47b3;
  font-size: 45px;
  font-family: 'BenderB';
  text-transform: none;
  margin: 0;
  line-height: 55px;
}

.block_2 .reason {
  box-shadow: 0 5px 59px rgba(167, 180, 203, 0.24);
  background: #fff;
  margin-bottom: 90px;
  padding: 0 37px 35px;
}

.block_2 .num {
  font-family: "BenderBlack";
  font-size: 28px;
  padding: 11px 0;
  margin: -45px auto 0;
  width: 85px;
  height: 85px;
  color: #fff;
  background: #2a47b3;
  border: 15px solid #edf2fb;
}

.block_2 .name {
  margin-top: 25px;
  font-size: 21px;
  font-family: 'BenderB';
  line-height: 27.92px;
}

.block_2 .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
}

.block_3 {
    background: none;
    padding: 120px 0 80px;
}

.block_3 .wrapper {
    justify-content: space-between;
    align-items: flex-start;
}

.block_3 .left {
    width: 51%;
}

.block_3 .border {
  padding-left: 96px;
  border-left: 2px solid #677ed5;
}

.block_3 h2 {
    margin: 50px 0 58px;
}

.block_3 span {
    color: #2a47b3;
    font-size: 35px;
    font-family: 'BenderB';
    line-height: 35px;
}

.block_3 p {
    margin: 30px 0 0;
    font-size: 23px;
    line-height: 40px;
    padding-left: 96px;
}

.block_3 .img_author {
    display: none;
}

.block_3 .quote {
  width: 900px;
  color: #fff;
  font-size: 28px;
  font-family: 'BenderB';
  line-height: 40px;
  box-shadow: 0 0 65px rgba(152, 158, 169, 0.44);
  border: 10px solid #ffffff;
  background: #2a47b3;
  margin-top: 100px;
  padding: 55px 60px;
  align-items: center;
}

.block_3 .quote img {
  margin-right: 20px;
}

.block_4 {
    padding: 50px 0 60px;
    background: none;
    font-size: 16px;
}

.block_4 h2 {
    text-align: left;
    margin-bottom: 90px;
    letter-spacing: 1.35px;
    line-height: 55px;
}

.block_4 .wrapper {
    padding: 0 100px;
}

.block_4 .wrapper > .flex-container {
    justify-content: space-between;
}

.block_4 .wrapper > .flex-container > div {
  width: 47%;
}

.block_4 .right {
  margin-top: 141px;
}

.block_4 .single_p {
    background: none;
    margin-bottom: 40px;
    display: flex;
    -webkit-display: flex;
    align-items: flex-start;
}

.block_4 .single_p .num {
  width: 40px;
  font-family: 'BenderBlack';
  font-size: 65px;
  color: #2a47b3;
  margin-right: 40px;
}

.block_4 .single_p .text {
  font-size: 23px;
  padding-top: 5px;
  line-height: 32px;
  letter-spacing: 0.69px;
}

.block_4 .form_link {
    margin-top: 35px;
}

.block_5 {
    padding: 30px 0 130px;
    color: #1b1b1b;
}

.block_5 .wrapper {
    padding: 0 60px;
}

.block_5 h2 {
    text-align: left;
    margin-bottom: 60px;
}

.block_5 .wrapper > .flex-container {
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.block_5 .pack {
  padding: 40px;
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0 5px 43px rgba(190, 196, 217, 0.5);
}

.block_5 .pack.first {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.block_5 .pack.second {
  width: 360px;
}

.block_5 .pack.third {
  width: 360px;
}

.block_5 .pack .name {
  font-family: 'BenderBlack';
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  margin-bottom: 30px;
}

.block_5 .pack.first .name {
  margin: 0;
}

.block_5 .pack ul {
  padding-left: 12px;
}

.block_5 .pack ul li {
  margin: 15px 0;
  list-style-image: url(../img/square.png);
}

.block_5 .pack.first ul li {
  margin: 0;
}

.block_5 .pack .flex-container {
  justify-content: space-between;
}

.block_5 .pack .flex-container > ul {
  width: 80%;
  margin-top: 0;
}

.block_5 .pack .flex-container > ul li {
  margin-top: 0;
}

.block_5 .pack .price {
  color: #2a47b3;
  font-family: 'BenderB';
  font-size: 23px;
  line-height: 23.95px;
  letter-spacing: 0.69px;
  margin: 50px 0;
}

.block_5 .pack.first .price {
  margin: 0;
}

.block_5 .pack.third .price {
  margin-top: 16px;
}

.block_5 .pack .price span {
  font-size: 45px;
}

.block_5 .form_link {
  margin-top: 0;
}

.block_6 {
    padding: 60px 0 60px;
    background: url(../img/contacts_bg.jpg) repeat-y center;
}

.block_6 .wrapper {
    border: 1px solid #6177c7;
    width: 770px;
}

.block_6 h2 {
    width: 95%;
    font-size: 40px;
    margin: 40px auto;
    text-transform: none;
}

#fancy_form {
        padding: 10px 0 30px;
    width: 95%;
    margin: 40px auto;
}

#fancy_form .flex-container {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

#fancy_form center > span {
    font-size: 23px;
    display: inline-block;
    margin-bottom: 35px;
}

#fancy_form input {
    width: 273px;
    outline-style: none;
    padding: 20px 15px;
    margin: 10px;
    font-size: 18px;
    background: #fff;
    border: none;
}

#fancy_form button {
    width: 273px;
    padding: 20px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    outline-style: none;
    text-transform: uppercase;
    margin: 10px;
    background: #284acb;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 76px rgba(11, 30, 98, 0.59);
}

#fancy_form button:hover {
    box-shadow: none;
}

footer {
    position: relative;
}

.footer_main {
    height: 160px;
       background: #fff;
    padding-top: 50px;
}

footer .flex-container {
    align-items:center;
    flex-direction: column;
}

footer .flex-container.b img {
    margin-right: 10px;
}

footer > div > .flex-container {
    justify-content: space-between;
}

footer a {
    color: #1b1b1b;
    font-size: 14px;
}

footer a:hover {
    text-decoration: underline;
}

footer .icons a {
    margin: 0 5px;
}

.upp {
    display: none;
}

.tink_class {
        padding: 30px 40px;
    width: 500px;
}

.tink_class input {
    width: 100%;
    display: block;
    outline-style: none;
    padding: 20px 15px;
    margin: 10px 0;
    font-size: 18px;
    background: #fff;
    border: 1px solid #b1b1b1;
}

.tink_class button {
    width: 100%;
    display: block;
    outline-style: none;
    margin: 10px 0;
    border: none;
    cursor: pointer;
    background: none;
       font-family: 'BenderR';
    text-align: left;
}

.tink_class button .flex-container {
    justify-content: center;
}

.tink_class .choose_method {
    justify-content: space-around;
}

.tink_class .form_link {
    margin-top: 2px;
}

.tink_credit .back_span {
    margin-bottom: 30px;
    cursor: pointer;
    display: inline-block;
}

@media all and (max-width: 480px) {
    .tink_class {
        width: 100%;
    }
    
    .tink_class .choose_method {
        flex-direction: column;
    }
    
    .form_link span:first-child {
        padding: 25px 15px 25px 25px;
    }
    
    html {min-width: 100%;}

    body {min-width: 100%; background: none;}

    section, header, footer {
        overflow: hidden;
    }

    .wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    }

    h2 {
        font-size: 25px;
        text-align: center;
    }

    header {
        background: url(../img/bg_1mob.jpg) no-repeat center;
        background-size: cover;
        height: auto;
        padding: 20px;
    }

    header .wrapper.first {
        height: 60px !important;
        padding: 10px 15px;
        background: none;
        justify-content: space-between;
    }

    header #pull {display: block;}

    header .logo {
        text-align: center;
        color: #271c44 !important;
    }

    header .date {display: none;}

    .nav ul {display: none;}

    .header_contacts {display: none;}

    .block_1 {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 50px;
        width: 100%;
        background-size: cover;
        flex-direction: column;
    }

    .block_1 h1 {
        font-size: 48px;
        text-transform: none;
        margin-top: 0;
        line-height: 60px;
        margin-bottom: 10px;
    }

    .block_1 span {
        font-size: 14px;
        margin: 20px 0;
        padding: 0 10px;
        line-height: 24px;
    }

    .block_1 .right {
        width: 100%;
        margin-top: 40px;
    }
    
    .block_1 .right .video_block {
        width: 100%;
        height: 200px;
    }
    
    .block_1 .right .video_block::before {
        width: 100%;
        height: 200px;
        left: -10px;
        top: 10px;
    }
    
    .block_1 .right .video_block a {
        width: 100%;
        height: 200px;
    }
    
    .block_1 .right .video_block img {
        top: 64px;
    }
    
    .block_1 .right .video_block .img {
        width: 100%;
        height: 200px;
    }
    
    .block_1 .form_link {
        margin-top: 0;
    }
    
    .block_mission {
        padding: 40px 0;
    }
    
    .block_mission .wrapper {
        padding: 0 8%;
    }
    
    .block_mission h2 {
        text-align: left;
    }
    
    .block_mission .border {
        padding-left: 15px;
    }
    
    .block_mission .text {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }
    
    .block_2 {
        padding: 40px 0 0;
    }
    
    .block_2 .wrapper > div {
        width: 100%;
    }
    
    .block_2 h2 {
        font-size: 32px;
        line-height: normal;
        margin-bottom: 60px;
    }
    
    .block_2 .reason {
        margin-bottom: 65px;
    }
    
    .block_2 .num {
        font-size: 23px;
        width: 65px;
        height: 65px;
        border: 10px solid #edf2fb;
    }
    
    .block_2 .name {
        font-size: 17px;
        line-height: 22.58px;
    }
    
    .block_2 .text {
        font-size: 14px;
        line-height: 24px;
    }

    .block_3 {
        padding: 50px 0 50px;
        height: auto;
        background: #fff;
        background-size: cover;
    }
    
    .block_3 .border {
        padding-left: 15px;
    }

    .block_3 .wrapper {
        padding: 0 8%;
    }

    .block_3 .author_adapt {
        width: 100% !important;
    }

    .block_3 .left {
        width: 100%;
        padding: 0;
        border: none;
    }

    .block_3 h2 {
        font-size: 32px !important;
        text-align: left;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .block_3 .img_author {
        display: block;
        margin-top: 30px;
        width: 100%;
    }

    .block_3 .img_mob {
        display: none;
    }

    .block_3 p {
        padding-left: 0;
        font-size: 16px;
        line-height: 26.01px;
        margin-bottom: 20px !important;
    }

    .block_3 span {
        font-size: 21px;
        display: flex;
        display: -webkit-flex;
        align-items: flex-start;
    }
    
    .block_3 .quote {
        width: 100%;
        margin-top: 30px;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 30px;
        font-size: 18px;
        line-height: 24px;
    }
    
    .block_3 .quote img {
        margin-bottom: 15px;
    }

    .block_4 {
        height: auto;
        padding: 10px 0 40px;
    }

    .block_4 .wrapper {
        padding: 0 8%;
    }

    .block_4 h2 {
        font-size: 32px;
        text-align: left;
        line-height: normal;
        margin-bottom: 50px;
        margin-top: 0;
    }

    .block_4 .wrapper > .flex-container {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    .block_4 .wrapper > .flex-container > div {
        width: 100%;
    }
    
    .block_4 .single_p {
        margin-bottom: 20px;
    }
    
    .block_4 .single_p .num {
        font-size: 48px;
        margin-right: 20px;
    }
    
    .block_4 .single_p .text {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.54px;
    }
    
    .block_4 .right {
        margin-top: 0;
    }
    
    .block_4 .form_link {
        margin-top: 0;
    }

    .block_5 {
        padding: 10px 0 10px;
    }

    .block_5 .wrapper {
        height: auto;
        padding: 0 8%;
    }

    .block_5 h2 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 45px !important;
    }

    .block_5 .wrapper > .flex-container {
        flex-direction: column;
    }
    
    .block_5 .pack {
        width: 100% !important;
        padding: 40px;
        margin-bottom: 30px;
    }
    
    .block_5 .pack.first {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .block_5 .pack .price {
        margin: 35px 0 !important;
    }
    
    .block_5 .pack .inside {
        flex-direction: column;
    }
    
    .block_5 .pack .inside ul {
        width: 100%;
        margin-bottom: 0;
    }

    .block_6 {
        background: #2a47b3;
        padding: 40px 0 40px;
        height: auto;
    }

    .block_6 h2 {
        font-size: 30px !important;
    }

    .block_6 .wrapper {
        width: 90%;
        padding: 0 8%;
    }

    #fancy_form {
        background: none;
    }

    footer h2 {
        font-size: 21px !important;
    }

    footer span {
        font-size: 15px !important;
        padding: 0 15px;
    }

    footer {
        padding: 30px 0 0;
        height: auto;
    }

    footer .footer_main {
        height: 110px;
    }

    footer a {
        font-size: 14px;
    }

    .upp {
        display: block;
        position: fixed;
        bottom: 15px;
        right: 15px;
        width: 47px;
        height: 47px;
        z-index: 9999;
    }
}
