/*
  @import url("");
*/
@import url("../fonts/lato font/font.css");

body {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    overflow-x: hidden!important;
}
section, header, footer {
    overflow: hidden;
    position: relative;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
button, button:focus, a:focus {
	outline: 0!important;
}
.clear {
	clear: both;
}
.none {
    display: none;
}


/* Begin */
@keyframes pulse_outer {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 0;
    }
}
@keyframes pulse_inner {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1001;
}
.yandex .preloader {
    background-color: #026aa7;
}
.google .preloader {
    background-color: #564671;
}
.home .preloader {
    background-color: #50b859;
}
.vk .preloader{
    background-color: #39afc4;
}
.puls {
    position: relative;
    left: 50%;
    top: 50vh;
    margin-left: -40px;
    margin-top: -40px;
}
.puls:before, .puls:after {
    content: '';
    width: 80px;
    height: 80px;
    border: 5px solid #fff;
    border-radius: 500px;
    position: absolute;
}
.puls:before {
    animation: pulse_outer .8s ease-in infinite;
}
.puls:after {
    animation: pulse_inner .8s linear infinite;
}

header {
    padding-top: 30px;
}
section {
    padding: 100px 0 0;
}
.infa_top {
    line-height: 34px;
    font-weight: 700;
    font-size: 28px;
    color: #1e1e1e;
}
.logo {
    margin-bottom: 25px;
}
.infa_top .email {
    font-size: 24px;
    color: #1e1e1e;
}
.infa_top .phone i {
    background: url(../img/phone-top.png) no-repeat;
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
    top: 3px;
}
.yandex .wrapper_menu, .google .wrapper_menu, .home .wrapper_menu {
    margin-bottom: 0;
}
.yandex .wrapper_menu {
    background-color: #026aa7;
}
.google .wrapper_menu {
    background-color: #564671;
}
.home .wrapper_menu {
    background-color: #50b859;
}
.vk .wrapper_menu {
    background-color: #39afc4;
}
.wrapper_menu.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.alert-success {
    background-color: #ffffff;
    border-color: #ffffff;
    display: inline-block;
}
.yandex .alert-success {
    color: #026aa7;
}
.google .alert-success {
    color: #564671;
}
.home .alert-success {
    color: #50b859;
}
.vk .alert-success {
    color: #39afc4;
}
.menu {
    text-align: center;
}
.menu li {
    display: inline-block;
}
.menu li a {
    display: inline-block;
    padding: 15px 11px;
    font-size: 21px;
    color: #fff;
}
.menu li a:hover, .menu li a:focus, .menu .active a {
    text-decoration: none;
    color: #ffd137;
}
.navbar-toggle {
    margin: 8px;
}
.navbar-toggle span {
    background-color: #fff;
}

.element_flex {
    display: flex;
    align-items: center;
}
.frapper_flex .element_flex:nth-child(even) {
    text-align: right;
}
.element_flex .right img {
    float: right;
}
.titleh2 {
    margin-bottom: 100px;
}
.titleh2.mt60 {
    margin-top: 60px;
}
.titleh2 h2 {
    text-align: center;
    font-size: 60px;
    margin: 0;
}
.titleh2.bold h2 {
    font-weight: 700;
}
.titleh2.medium h2 {
    font-size: 48px;
}
.titleh2.small h2 {
    font-size: 36px;
}
.titleh2.white h2 {
    color: #fff;
}
.titleh2.black h2 {
    color: #000;
}
.titleh2.blue h2 {
    color: #0f5baa;
}
.titleh2.left h2 {
    text-align: left;
}
.titleh2.right h2 {
    text-align: right;
}

.titleh3 {
    margin-bottom: 50px;
}
.titleh3 h3 {
    font-size: 36px;
    margin: 0;
}
.titleh3.white h3 {
    color: #fff;
}
.titleh3.black h3 {
    color: #000;
}
.desc {
    font-size: 24px;
}
.desc.center {
    text-align: center;
}
.desc.right {
    text-align: right;
}
.desc.small {
    font-size: 18px;
}
.desc.gray {
    color: #7e7e7e;
}
.desc.white {
    color: #fff;
}
/* form */
.wrapper_form {
    margin-top: 100px;
}
.n9 .wrapper_form {
    margin-top: 0;
    margin-bottom: 45px;
}
.wrapper_form h4 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 50px;
}
.wrapper_form .desc_form {
    display: block;
    color: #fdb917;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 45px;
}
.s_vk2 .wrapper_form .desc_form {
    color: #026aa7;
}
.wrapper_form label {
    display: none;
}
.wrapper_form .form-control {
    background-color: transparent;
    font-weight: 700;
    font-size: 24px;
    height: 75px;
    border: 0;
    color: #fff;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.wrapper_form .form-control:focus {
    color: #fff;
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #fff;
}
/* sused */
.wrapper_form .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* error */
.wrapper_form .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.n2 .wrapper_form button {
    margin: 70px auto 0;
}
.wrapper_form button {
    background-color: transparent;
    text-transform: uppercase;
    font-size: 24px;
    padding: 25px 50px;
    display: block;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    margin-top: 70px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.wrapper_form button:hover, .wrapper_form button:focus {
    opacity: 0.85;
    color: #000;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.s_news .wrapper_form.fixed {
    position: fixed;
    top: 50px;
}

.tooltip-inner {
    background-color: #a94442;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #a94442;
}
.wrapper_form input::-webkit-input-placeholder {color:#fff;}
.wrapper_form input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.wrapper_form input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.wrapper_form input:-ms-input-placeholder      {color:#fff;}

/**************/
/* yandex bg */
.s_y1 .wave {
    background-image: url('../img/base/yandex/bg/bg_ya_1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 255px;
}
.s_y2 {
    background-color: #026aa7;
    padding: 0;
}
.s_y2 .wave {
    background-image: url('../img/base/yandex/bg/bg_ya_2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 155px;
}
.s_y3 .wave {
    background-image: url('../img/base/yandex/bg/bg_ya_3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 355px;
}
.s_y4 {
    background-color: #026aa7;
}
.s_y4 .wave {
    background-image: url('../img/base/yandex/bg/bg_ya_4.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 90px;
}
.s_y5 .wave {
    background-image: url('../img/base/yandex/bg/bg_ya_5.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 255px;
}
.s_y6 {
    background-color: #026aa7;
}
.s_y6 .wave {
    background-image: url('../img/base/yandex/bg/bg_ya_6.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 105px;
}
/* end yandex bg */
/* ************ */

/* ********** */
/* google bg */
.s_g1 .wave {
    background-image: url('../img/base/google/bg/bg_goo_1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 255px;
}
.s_g2 {
    background-color: #564671;
    padding: 0;
}
.s_g2 .wave {
    background-image: url('../img/base/google/bg/bg_goo_2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 155px;
}
.s_g3 .wave {
    background-image: url('../img/base/google/bg/bg_goo_3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 355px;
}
.s_g4 {
    background-color: #564671;
}
.s_g4 .wave {
    background-image: url('../img/base/google/bg/bg_goo_4.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 90px;
}
.s_g5 .wave {
    background-image: url('../img/base/google/bg/bg_goo_5.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 255px;
}
.s_g6 {
    background-color: #564671;
}
.s_g6 .wave {
    background-image: url('../img/base/google/bg/bg_goo_6.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 105px;
}
/* end google bg */
/* ************ */
.titleh2 h2 span, .desc span {
    display: block;
}
/* home bg */
/* ****** */
.n1 .raketa {
    background-image: url('../img/base/home/bg/raketa.png');
    background-repeat: no-repeat;
    width: 566px;
    height: 868px;
    position: absolute;
    right: -13%;
    top: -143px;
}
.n1 .top_bg_img {
    background-image: url(../img/base/vk/bg/top_vk_img.png);
    background-repeat: no-repeat;
    width: 564px;
    height: 602px;
    position: absolute;
    left: -165px;
    top: 0;
}
.s_h1 .wave {
    background-image: url('../img/base/home/bg/bg_home_1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 260px;
}
.s_vk1 .wave {
    background-image: url('../img/base/vk/bg/bg_vk_1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 190px;
}
.s_h2 {
    background-color: #50b859;
    padding: 0;
}
.s_vk2 {
    background-color: #39afc4;
    padding: 0;
}
.s_h2 .wave {
    background-image: url('../img/base/home/bg/bg_home_2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 150px;
}
.s_vk2 .wave {
    background-image: url('../img/base/vk/bg/bg_vk_2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 150px;
}
.s_h3 .wave {
    background-image: url('../img/base/home/bg/bg_home_3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 300px;
}
.s_vk3 .wave {
    background-image: url('../img/base/vk/bg/bg_vk_3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 380px;
}
.s_h3 .titleh2 {
    margin-bottom: 55px;
}

.s_h6 {
    background-color: #50b859;
}
.s_vk6 {
    background-color: #329cae;
}
.s_h6 .wave {
    background-image: url('../img/base/home/bg/bg_home_6.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 80px;
}
.s_vk6 .wave {
    background-image: url('../img/base/vk/bg/bg_vk_6.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 85px;
}

/* end home bg */
/* ********** */
.n1 .wrapper {
    text-align: center;
    color: #000;
}
.n1 .wrapper .top, .n1 .wrapper .bottom {
    text-transform: uppercase;
    font-size: 30px;
    display: block;
    margin-bottom: 50px;
}
.n1 .wrapper .titleh1 {
    margin-bottom: 50px;
}
.n1 .wrapper .titleh1 h1 {
    margin: 0;
    font-size: 60px;
    font-weight: 700;
}
.n1 .wrapper .bottom {
    text-transform: none;
    margin-bottom: 65px;
}
.n1 .wrapper .titleh1 h1 span, .n1 .wrapper .bottom span {
    display: block;
}
.n1 .wrapper .top, .n1 .wrapper .bottom,
.n1 .wrapper .titleh1,
.n1 .wrapper a,
.n1 .wrapper .content {
    position: relative;
    z-index: 11;
}
.n1 .wrapper .content {
    font-size: 18px;
    text-align: left;
}
.n1 .wrapper a {
    width: 455px;
    margin: 0 auto 70px;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 24px;
    padding: 25px 50px;
    display: block;
    color: #50b859;
    border: 2px solid #50b859;
    border-radius: 100px;
    margin-top: 70px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.n1 .wrapper a:hover, .n1 .wrapper a:focus {
    text-decoration: none;
    opacity: 0.85;
    color: #fff;
    background-color: #50b859;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.s_vk1.n1 .wrapper a {
    border-color: #005bab;
    color: #005bab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.s_vk1.n1 .wrapper a:hover, .s_vk1.n1 .wrapper a:focus {
    background-color: #005bab;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.n7 .wave {
    background-image: url('../img/base/bg_all/bg_1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 110px;
}
.n8 {
    background-color: #e9edef;
}
.n8 .wave {
    background-image: url('../img/base/bg_all/bg_2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 350px;
}
.n9 {
    background-color: #50b859;
}
.n6, .n9, .n10 {
    padding: 0;
}
.n9 {
    overflow: visible;
}
/* end wave bg*/

/* about */
.wrapper_about div {
    margin-bottom: 60px;
}
.wrapper_about div .title {
    min-height: 70px;
    margin-bottom: 20px;
    color: #005bab;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center
}
.wrapper_about div span {
    text-align: center;
    display: block;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 700;
    min-height: 80px;
}
.wrapper_about div:nth-child(1) i {
    background-image: url('../img/base/about_icon/icon_1.png');
}
.wrapper_about div:nth-child(2) i {
    background-image: url('../img/base/about_icon/icon_2.png');
}
.wrapper_about div:nth-child(3) i {
    background-image: url('../img/base/about_icon/icon_3.png');
}
.wrapper_about div:nth-child(4) i {
    background-image: url('../img/base/about_icon/icon_4.png');
}
.wrapper_about div:nth-child(5) i {
    background-image: url('../img/base/about_icon/icon_5.png');
}
.wrapper_about div:nth-child(6) i {
    background-image: url('../img/base/about_icon/icon_6.png');
}
.wrapper_about i {
    margin-bottom: 50px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 120px;
}
.n5 .titleh2.margin {
    margin: 0;
}
/* tools */
.wrapper_tools div {
    margin-bottom: 40px;
}
.wrapper_tools div span {
    color: #005bab;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.wrapper_tools div:nth-child(1) i {
    background-image: url('../img/base/tools_icon/icon_1.png');
}
.wrapper_tools div:nth-child(2) i {
    background-image: url('../img/base/tools_icon/icon_2.png');
}
.wrapper_tools div:nth-child(3) i {
    background-image: url('../img/base/tools_icon/icon_3.png');
}
.wrapper_tools div:nth-child(4) i {
    background-image: url('../img/base/tools_icon/icon_4.png');
}
.wrapper_tools div:nth-child(5) i {
    background-image: url('../img/base/tools_icon/icon_5.png');
}
.wrapper_tools div:nth-child(6) i {
    background-image: url('../img/base/tools_icon/icon_6.png');
}
.wrapper_tools div:nth-child(7) i {
    background-image: url('../img/base/tools_icon/icon_7.png');
}
.wrapper_tools div:nth-child(8) i {
    background-image: url('../img/base/tools_icon/icon_8.png');
}
.wrapper_tools div:nth-child(9) i {
    background-image: url('../img/base/tools_icon/icon_9.png');
}
.wrapper_tools div:nth-child(10) i {
    background-image: url('../img/base/tools_icon/icon_10.png');
}
.wrapper_tools div:nth-child(11) i {
    background-image: url('../img/base/tools_icon/icon_11.png');
}
.wrapper_tools div:nth-child(12) i {
    background-image: url('../img/base/tools_icon/icon_12.png');
}
.wrapper_tools i {
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 55px;
}

/* tarifs */
.n6 .titleh2 {
    margin-bottom: 60px;
}
.wrapper_tarifs {
    margin-top: 55px;
}
.wrapper_tarifs .item {
    margin-bottom: 45px;
}
.wrapper_tarifs .item:nth-child(1) .title {
    background-color: #00a05a;
}
.wrapper_tarifs .item:nth-child(2) .title {
    background-color: #6c588d;
}
.wrapper_tarifs .item:nth-child(3) .title {
    background-color: #0285d1;
}
.wrapper_tarifs .title {
    padding: 30px 50px;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff;
}
.wrapper_tarifs .wrapper {
    background-color: #fff;
    padding: 0 30px 30px;
}
.wrapper_tarifs .img_item img {
    margin: 0 auto;
    position: relative;
    top: -11px;
}
.wrapper_tarifs .wrapper ul {
    color: #0285d1;
    font-weight: 400;
    padding: 0 0 0 25px;
    list-style-image: url('../img/base/tarifs/arl_ul.png');
    font-size: 18px;
    min-height: 225px;
    margin-bottom: 30px;
}
.wrapper_tarifs .wrapper .price {
    font-size: 28px;
    font-weight: 700;
    color: #0285d1;
    margin-bottom: 30px;
}
.wrapper_tarifs .btn_all {
    background-color: transparent;
    text-transform: uppercase;
    display: block;
    font-size: 24px;
    border: 2px solid;
    padding: 15px 25px;
    text-align: center;
    border-radius: 100px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.wrapper_tarifs .item:nth-child(1) .btn_all {
    border-color: #00a05a;
    color: #00a05a;
}
.wrapper_tarifs .item:nth-child(2) .btn_all {
    border-color: #6c588d;
    color: #6c588d;
}
.wrapper_tarifs .item:nth-child(3) .btn_all {
    border-color: #0285d1;
    color: #0285d1;
}
.wrapper_tarifs .btn_all:hover, .wrapper_tarifs .btn_all:focus {
    text-decoration: none;
    opacity: 0.85;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.wrapper_tarifs .item:nth-child(1) .btn_all:hover, .wrapper_tarifs .item:nth-child(1) .btn_all:focus  {
    background-color: #00a05a;
    color: #fff;
}
.wrapper_tarifs .item:nth-child(2) .btn_all:hover, .wrapper_tarifs .item:nth-child(2) .btn_all:focus  {
    background-color: #6c588d;
    color: #fff;
}
.wrapper_tarifs .item:nth-child(3) .btn_all:hover, .wrapper_tarifs .item:nth-child(3) .btn_all:focus  {
    background-color: #0285d1;
    color: #fff;
}
.wrapper_bottom_c {
    font-weight: 600;
    color: #fff;
    font-size: 24px;
}
.wrapper_bottom_c .title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
}
.wrapper_bottom_c .phone {
    font-size: 48px;
    display: block;
}
.wrapper_bottom_c .email, .wrapper_bottom_c .addres {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.wrapper_bottom_c .email a, .wrapper_bottom_c .addres span {
    color: #fff;
    text-transform: none;
    display: block;
}
.wrapper_bottom_c .vk {
    margin-bottom: 60px;
}
.wrapper_bottom_c .vk i {
    background: url(../img/base/vk_icon.png) no-repeat;
    display: inline-block;
    width: 56px;
    height: 56px;
}
.wrapper_bottom_c .vk div {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}
.wrapper_bottom_c .vk div a {
    font-size: 14px;
    color: #fff;
    display: block;
    text-transform: none;
    position: relative;
    top: -3px;
}
.n8 .titleh2 h2 {
    text-align: left;
}
@keyframes bounce {
    0% {
        bottom: 0;
    }
    100% {
        bottom: -25px;
    }
}
.n8 .trug {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #03d1e3;
    position: relative;
    bottom: 0;
    animation: bounce 1.1s ease-in infinite;
}
.perf_u {
    background-image: url('../img/base/perf_u.png');
    background-repeat: no-repeat;
    width: 1050px;
    height: 745px;
    position: absolute;
    bottom: 3%;
    right: -300px;
}
/* rezult */
.wrapper_rezult {
    background-color: #fff;
    padding: 45px 75px;
    margin-bottom: 60px;
    -webkit-box-shadow: 0px 0px 21px 7px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 21px 7px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 21px 7px rgba(0, 0, 0, 0.21);
}
.wrapper_rezult .btn_all {
    background-color: transparent;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    border: 2px solid;
    font-weight: 700;
    padding: 15px 25px;
    margin-bottom: 50px;
    text-align: center;
    border-radius: 100px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.yandex .wrapper_rezult .btn_all {
    border-color: #026aa7;
    color: #026aa7;
}
.google .wrapper_rezult .btn_all {
    border-color: #564671;
    color: #564671;
}
.yandex .wrapper_rezult .btn_all:hover, .yandex .wrapper_rezult .btn_all:focus {
    background-color: #026aa7;
}
.google .wrapper_rezult .btn_all:hover, .google .wrapper_rezult .btn_all:focus {
    background-color: #564671;
}
.wrapper_rezult .btn_all:hover, .wrapper_rezult .btn_all:focus {
    text-decoration: none;
    color: #fff;
    opacity: 0.85;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.wrapper_rezult .title {
    font-weight: 700;
    font-size: 24px;
    color: #005bab;
}
.wrapper_rezult .item.green .title {
    color: #00a05a;
}
.wrapper_rezult .desc {
    font-weight: 700;
    font-size: 14px;
    color: #7e7e7e;
}
.wrapper_rezult .wrapper_img {
    margin-right: 30px;
}
.wrapper_rezult .element_flex {
    margin-bottom: 20px;
}
.wrapper_rezult .item {
    margin-bottom: 40px;
}
.wrapper_rezult .item.last {
    margin-bottom: 0;
}
.wrapper_rezult .table {
    margin-bottom: 0;
}
.wrapper_rezult .table>thead>tr>th,
.wrapper_rezult .table>tbody>tr>td {
    border: 0;
    vertical-align: middle;
}
.wrapper_rezult .table>thead>tr>th {
    background-color: #0285d1;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
}
.wrapper_rezult .table>thead>tr>th:first-child {
    background-color: #fff;
}
.wrapper_rezult .table>thead>tr>th:last-child {
    background-color: rgba(2, 133, 209, 0.77);
}
.wrapper_rezult .table>tbody>tr>td {
    background-color: #f9f9f9;
    font-size: 12px;
    color: #7e7e7e;
    padding: 10px;
    font-weight: 600;
}
.wrapper_rezult .table>tbody>tr>td:first-child {
    background-color: #6c588d;
    color: #fff;
}
.wrapper_rezult .table>tbody>tr:nth-child(even)>td:first-child {
    background-color: #988aaf;
}
.wrapper_rezult .table>tbody>tr:nth-child(even)>td:nth-child(2) {
    background-color: #f0f0f0;
}
.wrapper_rezult .table>tbody>tr:nth-child(odd)>td:last-child {
    background-color: #f0f0f0;
}

.wrapper_rezult .table>tbody>tr>td:last-child {
    color: #00a05a;
}
.modal-header {
    border: 0;
}
.modal-content {
    border-radius: 0;
}
.wrapper_form.true {
    margin-top: 0;
}
.wrapper_form.true h4 {
    font-size: 38px;
    text-align: center;
    padding-bottom: 40px;
}
.wrapper_form.true button {
    width: 100%;
    padding: 18px 25px;
    margin-top: 55px;
}

.modal-header .close, .modal-header .close:focus, .modal-header .close:hover {
    color: #fff;
}
.yandex .modal-content {
    background-color: #026aa7;
}
.google .modal-content {
    background-color: #564671;
}
.home .modal-content {
    background-color: #50b859;
}
.vk .modal-content {
    background-color: #39afc4;
}
#myModal .modal-body {
    position: relative;
    padding: 30px 15px;
}

.wrapper_dob {
    margin-top: 70px;
}
.wrapper_dob .item {
    min-height: 315px;
    text-align: center;
    margin-bottom: 50px;
}
.wrapper_dob .item img {
    margin: 0 auto 15px;
}
.wrapper_dob .item .title {
    color: #005bab;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}
.s_vk1 .wrapper_dob .item .title {
    font-size: 30px;
    line-height: 36px;
    min-height: 72px;
    margin: 30px 0 20px;
}
.wrapper_dob .item .title span {
    display: block;
}
.wrapper_dob .item .desc {
    font-size: 18px;
    color: #7e7e7e;
    font-weight: 400;
}
.s_vk1 .wrapper_dob .item .desc {
    font-size: 14px;
}
.s_vk1 .wrapper_dob .item .icon_bg {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    min-height: 170px;
}
.s_vk1 .wrapper_dob .item:nth-child(2) .icon_bg {
    background-image: url('../img/base/vk/icon_w/icon_1.png');
}
.s_vk1 .wrapper_dob .item:nth-child(3) .icon_bg {
    background-image: url('../img/base/vk/icon_w/icon_2.png');
}
.s_vk1 .wrapper_dob .item:nth-child(4) .icon_bg {
    background-image: url('../img/base/vk/icon_w/icon_3.png');
}
.s_vk1 .wrapper_dob .item:nth-child(5) .icon_bg {
    background-image: url('../img/base/vk/icon_w/icon_4.png');
}
.s_vk1 .wrapper_dob .item:nth-child(6) .icon_bg {
    background-image: url('../img/base/vk/icon_w/icon_5.png');
}
.s_vk1 .wrapper_dob .item:nth-child(7) .icon_bg {
    background-image: url('../img/base/vk/icon_w/icon_6.png');
}

.s_h7 .wrapper_work {
    display: flex;
}
.wrapper_work {
    margin-top: 70px;
}
.wrapper_work .item {
    min-height: 315px;
    text-align: center;
    margin-bottom: 50px;
}
.wrapper_work .item:nth-child(even) img {
    margin-top: 25px;
}
.wrapper_work .item .wrapper_img {
    margin-bottom: 15px;
    min-height: 121px;
}
.wrapper_work .item img {
    margin: 0 auto;
}
.wrapper_work .item .title {
    color: #005bab;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}
.wrapper_work .item .title span {
    display: block;
}
.wrapper_work .item .desc {
    font-size: 18px;
    color: #7e7e7e;
    font-weight: 400;
}
.wrapper_work .item .arl_hide {
    display: none;
}
.n9 .note {
    text-align: left;
}
.n9 .note a {
    display: inline-block;
}
.note {
    text-align: center;
    margin-top: 25px;
    display: block;
    color: #fff;
}
.note a {
    text-decoration: underline;
    display: block;
    color: #fff;
}
.s_events_full .tickets_col {
    margin-bottom: 40px;
}
.s_events_full .tickets_col .title {
    margin-bottom: 30px;
}
.s_events_full .tickets_col .title h3 {
    line-height: 36px;
    font-size: 24px;
    color: #005bab;
    margin: 0;
    font-weight: 400;
}
.s_events_full .tickets_col img {
    width: 100%;
    height: auto;
}
.s_events_full .tickets_col .info {
    margin-top: 50px;
}
.s_events_full .tickets_col .desc {
    line-height: 30px;
    font-size: 18px;
    color: #7e7e7e;
    margin-bottom: 50px;
}
.s_events_full .tickets_col .info a {
    width: 320px;
    border-color: #0285d1;
    color: #0285d1;
    background-color: transparent;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid;
    padding: 15px 25px;
    text-align: center;
    border-radius: 100px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.s_events_full .tickets_col .info a:hover, .s_events_full .tickets_col .info a:focus {
    text-decoration: none;
    background-color: #0285d1;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;   
}

.wrapper_pagination .paginations {
    border-top: 3px solid #a0d4ea;
    padding: 30px 0 60px;
    width: 100%;
}
.wrapper_pagination .paginations li {
    display: inline-block;
}
.wrapper_pagination li a, 
.wrapper_pagination li span {
    background-color: transparent!important;
    border: 0;
    color: #464646;
    font-size: 28px;
    padding: 0 7px;
}
.wrapper_pagination .active a,
.wrapper_pagination  a:hover, 
.wrapper_pagination  a:focus {
    color: #005bab;
    text-decoration: none;
}
.wrapper_pagination .disabled a,
.wrapper_pagination .disabled span {
    display: none;
}
.s_news {
    padding: 100px 0 60px;
}
.s_news .wrapper_form {
    margin: 50px 15px 35px;
    border: 6px solid #e9edef;
    padding: 25px;
}
.s_news .wrapper_form .title {
   margin: 15px 0 35px;
}
.s_news .wrapper_form .title h3 {
    line-height: 36px;
    font-size: 24px;
    font-weight: 700;
    color: #1e1e1e;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.s_news .wrapper_form .title h3 span {
    display: block;
}

.s_news  .wrapper_form .form-control, 
.s_news  .wrapper_form button {
    border-color: #005bab;
    color: #005bab;
}
.s_news .wrapper_form button {
    margin: 45px auto 0;
    width: auto;
    padding: 17px 35px;
}
.s_news  .wrapper_form button:hover, .s_news .left .wrapper_form button:focus {
    background-color: #005bab;
    color: #fff;
}
.s_news .wrapper_form .form-control::-webkit-input-placeholder {color:#005bab;}
.s_news .wrapper_form .form-control::-moz-placeholder          {color:#005bab;}/* Firefox 19+ */
.s_news .wrapper_form .form-control:-moz-placeholder           {color:#005bab;}/* Firefox 18- */
.s_news .wrapper_form .form-control:-ms-input-placeholder      {color:#005bab;}

.s_news .wrapper_form .note, .s_news .wrapper_form .note a {
    color: #005bab;
}
.s_vk3 .wrapper_work {
    text-align: center;
}
.s_vk3 .wrapper_work .item {
    display: inline-block;
    min-height: auto;
    vertical-align: top;
}
.s_vk3 .wrapper_work .item:nth-child(odd) {
    width: 30%;
}
.s_vk3 .wrapper_work .item:nth-child(even) {
    width: 4%;
}
.s_vk3 .wrapper_work .item:nth-child(even) img {
    margin-top: 50px;
}
.s_vk3 .wrapper_work .item .wrapper_img {
    min-height: 190px;
    margin-top: 20px;
}
.from_to span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    display: block;
    text-align: center;
    margin-top: 40px;
}


.example-desc {
    margin:3px 0;
    padding:5px;
}

#carousel {
    height: 400px;
    position: relative;
    clear: both;
    overflow: hidden;
}
#carousel img {
    visibility:hidden; /* hide images until carousel can handle them */
    cursor:pointer; /* otherwise it's not as obvious items can be clicked */
}

.split-left {
    width:450px;
    float:left;
}
.split-right {
    width:400px;
    float:left;
    margin-left:10px;
}
#callback-output {
    height:250px;
    overflow:scroll;
}
textarea#newoptions {
    width:430px;
}
.owl-carousel.portfolio .owl-stage-outer {
    overflow: visible;
}
.portfolio .item_p {
    height: 100%;
    display: flex;
    margin: auto;
}
.portfolio .owl-stage {
    display: flex;
}
.portfolio .owl-stage .owl-item {
    padding: 15px;
    border: 1px solid #ebebeb;
}
.portfolio .owl-stage .owl-item img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    margin: auto;
}
.portfolio .owl-controls .owl-dots {
    text-align: center;
    margin: 50px 0;
}
.portfolio .owl-controls .owl-dots div {
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 25px;
}
.portfolio .owl-controls .owl-dots .active {
    border: 1px solid #00a05a;
}
.portfolio .owl-controls .owl-dots div span {
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 50%;
    background-color: #00a05a;
    margin: 3px;
}



footer {
    background-color: #aacbd9;
    padding: 30px 0;
}

/* Media Q*/
@media screen and (min-width: 1280px) and (max-width: 3840px){
    
}
@media screen and (min-width: 1600px) and (max-width: 3840px){
    
}
@media screen and (min-width: 1440px) and (max-width: 1600px){
    
}
@media screen and (min-width: 1336px) and (max-width: 1440px){
    
}
@media screen and (min-width: 1280px) and (max-width: 1336px){
   
}
@media screen and (min-width: 1200px) and (max-width: 1280px){
    
}

@media (max-width: 1200px) {
    .perf_u {
        right: -370px;
    }
    .wrapper_dob .item {
        min-height: 340px;
    }
    .s_news .wrapper_form.fixed {
        top: 130px;
    }
}
@media (max-width: 1024px){ 
    .perf_u {
        bottom: 12%;
    }
}
@media (max-width: 992px){
    .wrapper_about div span {
        min-height: 120px;
    }
    .s_vk3 .wrapper_work .item:nth-child(odd) {
        width: 26%;
    }
    .s_vk3 .wrapper_work .item:nth-child(even) {
        width: 8%;
    }
    .s_news .wrapper_form button {
        padding: 15px 21px;
        font-size: 21px;
    }
}
@media (max-width: 850px){ 
    .perf_u {
        right: -415px;
    }
}
@media (max-width: 769px){
    .wrapper_about div span {
        min-height: 80px;
    }
    .wrapper_tarifs .title {
        padding: 30px 45px;
        text-align: center;
    }
    .wrapper_tarifs .wrapper ul {
        min-height: 100%;
    }
    .wrapper_tarifs .wrapper .price {
        text-align: center;
    }
    .wrapper_bottom_c, .wrapper_form .form-control {
        text-align: center;
    }
    .n9 .wrapper_form button, .n2 .wrapper_form button {
        margin: 50px auto 0;
    }
    .n8 .titleh2 h2 {
        text-align: center;
    }
    .n8 .trug  {
        margin: 0 auto;
    }
    .perf_u {
        display: none;
    }
    .frapper_flex .element_flex img {
        margin: 0 auto 45px;
    }
    .element_flex .right img {
        float: none;
    }
    .frapper_flex .element_flex {
        text-align: center;
        flex-direction: column;
        margin-bottom: 45px;
    }
    .frapper_flex .element_flex:last-child {
        margin-bottom: 0;
    }
    .frapper_flex .element_flex:nth-child(even) {
        text-align: center;
        flex-direction: column-reverse;
    }
    .wrapper_rezult {
        margin: 0px 15px 45px 15px;
        padding: 35px;
    }
    .n4 .titleh3 {
        text-align: center;
    }
    .s_h7 .wrapper_work {
        flex-direction: column;
    }
    .wrapper_work .item {
        min-height: auto;
    }
    .wrapper_work .item:nth-child(even) {
        display: none;
    }
    .wrapper_work .item .arl_hide {
        display: block;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-top: 25px;
    }
    .s_news .left {
        margin-bottom: 35px;
    }
    .s_news .wrapper_form {
        margin: 50px 30px 35px;
    }
    .from_to .from {
        margin-bottom: 40px;
    }
    .from_to img {
        margin: 0 auto;
    }
    .from_to .from, .from_to .to {
        display: flex;
        flex-direction: column-reverse;
    }
    .from_to span {
        margin: 0 0 40px 0;
    }
    .s_vk3 .wrapper_work .item:nth-child(odd), .s_vk3 .wrapper_work .item:nth-child(even) {
        width: 100%;
    }
    .s_vk3 .wrapper_work {
        margin-top: 0;
    }
    .s_news .ms2Gallery {
        margin-bottom: 35px;
    }
}
@media (max-width: 650px){
    .logo, .infa_top {
        width: 100%;
        margin-bottom: 25px;
    }
    .logo img {
        width: 320px;
        margin: 0 auto;
    }
    .wrapper_tarifs .item {
        width: 100%;
    }
    .wrapper_tarifs .item:last-child {
        margin-left: 0;
    }
}
@media (max-width: 600px) {
    .wrapper_dob .item {
        width: 100%;  
        min-height: auto;
    }
    .n1 .wrapper a {
        width: auto;
        padding: 25px 0;
        font-size: 21px;
    }
    .n1 .top_bg_img {
        width: 100%;
        left: 0;
        background-position: center;
    }
    .s_h1 .raketa, .n1 .top_bg_img {
        opacity: 0.7;
    }
}
@media (max-width: 550px) {
    .wrapper_about div {
        width: 100%;
    }
    .wrapper_about i {
        margin-bottom: 10px;
    }
    .wrapper_about div .title {
        display: block;
        min-height: 100%;
    }
    .wrapper_about div span {
        min-height: 100%;
    }
    .titleh2 h2, .wrapper_form h4 {
        font-size: 50px;
    }
    .wrapper_form {
        margin-top: 50px;
    }
    .wrapper_bottom_c .phone {
        font-size: 40px;
    }
    .wrapper_rezult {
        padding: 30px 15px 15px;
    }
    .wrapper_tools div {
        min-height: 120px;
    }
    .s_news .wrapper_form button {
        margin: 45px 0 0;
        width: 100%;
        padding: 17px;
        font-size: 24px;
    }
}
@media (max-width: 360px) {
    .titleh2 h2, .wrapper_form h4 {
        font-size: 40px;
    }
    .wrapper_form button {
        padding: 20px 25px;
    }
    .wrapper_bottom_c .phone {
        font-size: 32px;
    }
    .wrapper_rezult .table>tbody>tr>td:first-child {
        width: 1px;
    }
    .wrapper_form .form-control {
        font-size: 21px;
    }
    .s_news .wrapper_form button {
        font-size: 21px;
    }
}
@media (max-width: 320px) {
    .s_news .wrapper_form button {
        font-size: 18px;
    }
}

@media (min-width: 770px) {
    .modal-dialog {
        width: 380px;
        margin: 30px auto;
    }
}