#overlay {
    z-index: 50;
    position: fixed;
    background-color: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

html, body {
    /*height: 100%;*/
    min-height: 100%;
}

body {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 1.4;
    color: #2f434e;
    min-width: 360px;
}

footer  {
    background-color: #a8dcff;
    padding: 10px 20px;
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    z-index: 2000;
}

footer.price {
    background-color: #a8dcff;
    padding: 10px 20px;
    width: 100vw;
    z-index: 2000;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

section.container {
    height: 100%;
}

h2 {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 15px;
}

.content.main {
    padding-bottom: 20px;
}

.content h2 {
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 15px;
    margin-top: 60px;
    color: #337ab7;
    background-color: #fff;
    z-index: 1000;
    position: relative;
}

.tech h2 {
    margin-top: 50px;
}

.content h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 30px;
    color: #337ab7;
}

h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.tabs h5 {
    display: table-cell;
    vertical-align: middle;
}

.tabs h5 span {
    text-transform: none;
}


a:hover {
    text-decoration: none;
}

.please {
    margin: 10px 10px 50px;
    text-align: center;
    color: #dd0000;
}

.content.tech {
    margin-bottom: 50px;
}

.tech ol li {
    margin-bottom: 5px;
}

.content p {
    margin-bottom: 20px;
}

.content.main p {
    text-align: center;
}

.head_main {
    height: 106px;
    background-color: #0e74b9;
    background-image: url(../img/headerback.png);
    background-repeat: repeat-x;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0;
    padding-top: 19px;
}

.head_flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

.head_main a img {
    width: 103px;
    margin-right: 20px;
    float: left;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.head_main a img:hover {
    transform: scale(0.98);
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.title {
    color: #0e74b9;
    background: #fff;
    box-shadow: -3px 0 0 0 #fff, 3px 0 0 0 #fff;
    font-family: 'Roboto Condensed';
    font-size: 25px;
    font-weight: 700;
    line-height: 1.23;
}

.head_main nav a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: 700;
    margin: 6px 0 6px 30px;
    border-bottom: 1px solid currentColor;
    display: inline-block;
    line-height: 0.85;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.head_main nav a:hover {
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.active_top {
    border-bottom: 1px solid transparent !important;
}

/* Левая колонка */

.price-title p {
    font-size: 30px;
    font-weight: 700;
    line-height: 52px;
}

.price-title.tech p {
    line-height: 1.1;
}

.left h3, .level-1 {
    font-size: 16px;
    font-weight: 700;
    color: #0e74b9;
    margin-top: 45px;
}

.left-menu {
    list-style: none;
    font-size: 16px;
}

.left-menu {
    padding-left: 0;
}

.level-1 {
    width: 100%;
    display: inline-block;
    color: #337ab7;
    padding: 0 0 0 45px;
}

.left-menu li {
    padding: 0 0 0 68px;
}

.level-1, .left-menu li {
    height: 33px;
    line-height: 33px;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.0);
}

.level-1:hover, .left-menu li:hover {
    height: 33px;
    line-height: 33px;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-top: 1px solid rgba(36, 58, 92, 0.25) !important;
    border-bottom: 1px solid rgba(36, 58, 92, 0.25) !important;
    color: #2f434e;
}

.active_left {
    background-color: rgba(255, 255, 255, 0.4);
    height: 33px;
    line-height: 33px;
    cursor: pointer;
    /*color: #2f434e;*/
    border-top: 1px solid rgba(255, 255, 255, 0.0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.0);
}

.active_left:hover {
    height: 33px;
    line-height: 33px;
    background-color: rgba(255, 255, 255, 0.6) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.active_left span {
    display: inline-block !important;
}

.left-menu li a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

.left-menu li a:hover {
    color: #2f434e;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.level-1 span, .left-menu li span {
    display: none;
    float: right;
    line-height: 33px;
    font-size: 20px;
    padding-right: 45px;
}

.level-1:hover span, .left-menu li:hover span {
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

/* End of Левая колонка */

.vrezka {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.content .chart1 {
    width: 42px;
    height: 42px;
    margin-right: 15px;
}

p.contact {
    margin-bottom: 0;
    height: 25px;
    line-height: 25px;
}

.contact i {
    color: #FFAD39;
}

.content i {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: -2px;
    width: 20px;
    text-align: center;
}

.content .fa-map-marker {
    font-size: 25px;
}

.content iframe {
    width: 100%;
    margin-top: 25px;
}

.prim {
    margin-bottom: 20px;
}

.prim, .prim p, .prim ul, .prim li {
    font-size: 12px;
    text-align: left !important;
}

.select-news .prim {
    width: 750px;
    margin: 0 auto 20px;
}

.prim ul {
    margin-left: -14px;
}

.prim ul li {
    margin-left: 14px;
}

.prim p {
    margin-bottom: 5px;
}

.map {
    border: 1px solid rgba(36, 58, 92, 0.25);
    background-color: rgba(88, 140, 220, 0.24);
    margin: 20px 0 50px;
}

/*Index*/

.head-main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content p.old {
    font-family: 'Roboto Condensed';
    font-weight: 100;
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
    color: #337ab7;
    margin-bottom: 0;
}

.content p.old span {
    font-size: 50px;
    color: #FFAD39;
    font-weight: 400;
}

.month {
    font-family: 'Roboto Condensed';
    font-weight: 100;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    color: #337ab7;
}

.main h1 {
    font-size: 30px;
    color: #0e74b9;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.main h2 {
    border-bottom: 1px solid #2f434e;
}

.users, .eyes {
    margin: 0 auto 10px;
    display: block;
}

.users {
    width: 50px;
    height: 42px;
}

.eyes {
    width: 44px;
    height: 42px;
    padding-top: 15px;
}

.content p.num1 {
    font-weight: 700;
    font-size: 24px;
    color: #FFAD39;
    margin-bottom: 0;
}

.content p.num2 {
    font-weight: 700;
    font-size: 20px;
    color: #337ab7;
    margin-bottom: 0;
}

.num-text {
    text-transform: uppercase;
}

.num3, .num4 {
    font-size: 1.8em;
    font-weight: 700;
    color: #FFAD39;
}

.content p.margin-0 {
    margin-bottom: 0;
}

.soc-group {
    display: block;
    width: 141px;
    margin: 5px auto 20px;
}

/*-------------------------------------------*/

.snoska {
    font-weight: 400;
}

.block {
    width: 100%;
}

.block-old {
    height: 80px;
    margin-top: -15px;
    overflow: hidden;
}

.diagram1, .block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.diagram1 {
    height: 100px;
    width: 100%;
    background-color: rgba(212, 212, 212, 0.5);
}

.diagram1 .column-block {
    /*background-color: #b1e0ff;*/
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    text-align: center;
    vertical-align: baseline;
    width: 20%;
    height: 100%;
}

.diagram1 .column-block .column, .diagram1 .column-block p {
    width: 100%;
    margin-bottom: 0;
}

.diagram1 .column-block p {
    font-weight: 700;
}

.col-2, .col-3, .col-4, .col-5 {
    border-left: 1px solid #fff;
}

.col-1 {
    background-color: #19bd4e;
}

.col-2 {
    background-color: #3defde;
}

.col-3 {
    background-color: #36b3ff;
}

.col-4 {
    background-color: #906cff;
}

.col-5 {
    background-color: #ff718b;
}

.shkala {
    position: relative;
    border-top: 1px solid #2f434e;
}

.shkala p {
    float: left;
    margin-top: -6px;
    line-height: 1;
}

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.content i.fa-caret-right {
    color: #2f434e;
    transform: scaleX(2) scaleY(0.5);
    position: absolute;
    top: -11px;
    right: -10px;
}

/*----------------------------------------------------*/

.diagram2 {
    width: 80%;
    height: 45px;
    text-align: center;
}

.content .block i {
    width: 10%;
    display: inline-block;
}

.diagram2 .column {
    float: left;
    line-height: 45px;
    font-weight: 700;
}

.diagram2 .col-1 {
    background-color: #84c9ff;
    height: 100%;
}

.diagram2 .col-2 {
    background-color: #ff9ad8;
    height: 100%;
}

.block-gender {
    background-color: #eee;
    margin-top: -15px;
    height: 65px;
    padding-top: 15px;
}

.gender {
    width: 62px;
    text-align: center;
}

.content .gender i {
    margin: 0;
    font-size: 22px;
    width: auto;
    font-weight: bold;
}

.fa-mars {
    color: #3e9eff;
}

.fa-venus {
    color: #ff4fbb
}

.gender .snoska {
    font-size: 12px;
}

h2 span.snoska {
    font-size: 12px;
    text-align: left;
    color: #2f434e;
    font-weight: 400;
    vertical-align: 4px;
}

/*----------------------------------------------------*/

.block-comp {
    height: 90px;
}

.diagram3, .block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.diagram3 {
    height: 120px;
    width: 100%;
    background-color: rgba(212, 212, 212, 0.5);
    padding-top: 27px;
}

.diagram3 .column-block {
    /*background-color: #b1e0ff;*/
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    text-align: center;
    vertical-align: baseline;
    width: 20%;
    height: 100%;
}

.diagram3 .column-block .column, .diagram3 .column-block p {
    width: 100%;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1;
}

.diagram3 .column-block .column {
    background-color: #84b7ff;
}

.diagram3 .snoska {
    font-size: 12px;
    margin-bottom: 3px;
    display: inline-block;
}

.col-2, .col-3, .col-4, .col-5 {
    border-left: 1px solid #fff;
}

.shkala3 p {
    float: left;
    margin-top: 5px;
    line-height: 1;
}

/*---------------------------------------------------*/

.block-razdel {
    background-color: #eee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: -15px;
}

.block-razdel .screen {
    padding: 5px;
    width: 25%;
}

.block-razdel .screen img {
    width: 100%;
    height: auto;
    margin: 10px 0 5px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .3);
}

.block-razdel p {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

/*----------------------------------------------------*/

.block-units {
    text-align: center;
    position: relative;
}

.block-units img {
    width: 100%;
    margin: 20px 0;
}

.block-units .units1 {
    width: 60%;
}

.unit-text {
    font-weight: 700;
    font-size: 18px;
    position: absolute;
}

.unit1 {
    top: 53px;
    left: 186px;
}

.unit2 {
    top: 19px;
    left: 326px;
}

.unit3 {
    top: 53px;
    left: 433px;
}

/*----------------------------------------------------*/

.block-down {
    background-color: #a8dcff;
    padding: 20px;
    text-align: center;
}

.block-down h5 {
    color: #337ab7;
    margin-bottom: 10px;
}

.block-down .snoska {
    font-size: 10px;
    margin-bottom: 0;
}

/*----------------------------------------------------*/

@media only screen and (max-width: 600px) {
    .block-razdel .screen {
        width: 33.33%;
    }
}

@media only screen and (max-width: 520px) {
    h1 {
        font-size: 6vw;
    }

    .block-razdel .screen {
        width: 50%;
    }

    .block-units .units1 {
        width: 80%;
    }
}

/*End of Index*/

/* ------------------------------------------------------- */

.screenshot {
    opacity: 0.7;
    width: auto;
    position: absolute;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}

/*.height1000 {
    height: 1435px !important;
}*/

.for_short_mob {
    height: 1560px;
    overflow: hidden;
}

.btn-adv {
    width: 100px !important;
    margin: 5px auto 0;
    padding: 5px !important;
    height: 35px !important;
    line-height: 24px !important;
    text-decoration: none;
}

.top_text {
    width: 100%;
    padding: 30px 50px 10px;
    text-align: center;
}

.tab-content p.margin-50,
.select p.margin-50,
div.margin-50 {
    margin: 0 auto 50px;
    width: 750px;
    padding: 0 50px;
}

.basic-content p, .select p {
    text-align: center;
}

.index img {
    width: 100%;
}

h4, .top_text h4 {
    font-size: 28px;
    color: #0e74b9;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}

.top_text p {
    font-size: 24px;
    color: #0e74b9;
}


.tab-pane-level-2 .top_text {
    padding: 5px 50px 10px;
}

.tab-pane-level-2 .top_text h4 {
    margin-top: 21px;
}

.select_t {
    float: left;
    margin-right: 20px;
    line-height: 30px;
    font-weight: 700;
}

.select .nav-tabs {
    border-bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.select .nav-tabs.atypical {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.m40 {
    margin-left: 40px !important;
}

.select .nav-tabs.nav-level-2 {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 202px;
    margin-top: 5px;
}

.select .nav-tabs.nav-level-2 > li > a {
    margin-left: 0 !important;
}

.select .nav-tabs.nav-level-2 .fa-angle-right {
    transform: none;
    margin-top: 6px;
}

.select .nav-tabs > li > a {
    border: 0;
    padding: 0 10px;
    margin-right: 0;
    line-height: 30px;
    text-decoration: underline;
    border-image-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: table;
    width: 100%;
    height: 100%;
}

.select .nav-tabs > li.active > a,
.select .nav-tabs > li.active > a:focus,
.select .nav-tabs > li.active > a:hover {
    border: 0;
    padding: 0 10px;
    margin-right: 0;
    line-height: 30px;
    text-decoration: none;
}

.select-news .nav-tabs > li.active > a,
.select-news .nav-tabs > li.active > a:focus,
.select-news .nav-tabs > li.active > a:hover {
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}

.select .nav.select-desktop>li>a,
.select .nav.select-mob>li>a,
.select .nav.atypical>li>a {
    -webkit-animation: marker 5s infinite ease-in-out;
    animation: marker 5s infinite ease-in-out;
}

.select .nav.select-desktop>li:nth-child(2)>a,
.select .nav.select-mob>li:nth-child(2)>a,
.select .nav.atypical>li:nth-child(2)>a {
    animation-delay: 1s;
}
.select .nav.select-desktop>li:nth-child(3)>a,
.select .nav.select-mob>li:nth-child(3)>a,
.select .nav.atypical>li:nth-child(3)>a {
    animation-delay: 2s;
}
.select .nav.select-desktop>li:nth-child(4)>a,
.select .nav.select-mob>li:nth-child(4)>a,
.select .nav.atypical>li:nth-child(4)>a {
    animation-delay: 3s;
}



@-webkit-keyframes marker {
    0% {
        background-color: transparent;
    }

    10% {
        background-color: #fffd57;
    }

    20% {
        background-color: unset;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes marker {
    0% {
        background-color: transparent;
    }

    10% {
        background-color: #fffd57;
    }

    20% {
        background-color: transparent;
    }

    100% {
        background-color: transparent;
    }
}

.basic-content table {
    margin: 30px auto 100px;
}

table.discounts, table.interview, table.opinion {
    margin-bottom: 5px;
}

.select-news .tabs {
    width: 750px;
    margin: 30px auto 30px;
}

.select-news .nav-tabs,
.select-news .nav-tabs-left {
    height: 70px;
    /*background-color: #dae1e5;*/
}

.nav-tabs-left h5 {
    line-height: 30px;
}

.select-news .nav-tabs-left {
    width: 372px;
    float: left;
}

.select-news .nav-tabs li {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
}

.select-news .nav-tabs li:hover {
    background-color: #ededed;
}

.select-news .nav-tabs > li > a {
    margin-left: 0 !important;
    padding: 0 5px !important;
}

table i {
    color: #0e74b9;
}

table,
.news-razm {
    width: 750px;
    margin: 0 auto;
    border: none;
    border-radius: 0;
}

table th {
    background-color: #dae1e5;
    vertical-align: middle;
    padding: 7px 10px 5px;
    border: 1px solid #b1bfc4;
    width: 126px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.news-razm th {
    font-size: 13px;
}

table th p,
.news-razm th p {
    margin-bottom: 0;
    font-weight: 700;
}

table .th-left p,
.news-razm .th-left p {
    text-align: left;
    font-weight: 700;
}

table .th-left {
    text-align: left;
    font-weight: 700;
}

table td,
.news-razm td {
    border: 1px solid #b1bfc4;
    line-height: 1.3;
    padding: 5px 5px 3px;
    text-align: center;
    vertical-align: middle;
}

table tr:hover {
    background-color: rgba(218, 225, 229, 0.51);
    cursor: pointer;
    font-weight: 700;
}

table tr:hover .yatozhe {
    background-color: rgba(218, 225, 229, 0.51);
    cursor: pointer;
    font-weight: 700;
    color: #dd0000;
}

table td:hover,
.news-razm td:hover {
    background-color: rgba(218, 225, 229, 0.51);
    cursor: pointer;
}

table td p {
    margin-bottom: 0;
}

table .td-left {
    text-align: left;
    font-weight: 700;
    padding-left: 5px;
}

table.interview .th-left,
table.opinion .th-left,
table.interview .td-left,
table.opinion .td-left {
    border-right: 1px solid #b1bfc4;
}

.td-bold {
    font-weight: 700;
}

.active .news-razm td.active:hover {
    background-color: #d6bdc0;
    cursor: pointer;
}

.select-news > .tabs > ul > li.active {
    background-color: rgba(249, 107, 107, 0.26);
}

.news-razm th.active {
    background-color: #d6bdc0;
}

.news-razm td.active {
    background-color: rgba(249, 107, 107, 0.26);
}

.news-razm .th-left,
.news-razm .td-left {
    text-align: left;
    width: 372px;
    padding-left: 5px;
}

.th-middle, .td-middle {
    border-left: 1px solid #b1bfc4;
    border-right: 1px solid #b1bfc4;
}

.border-left {
    border-left: 3px solid #b1bfc4;
}

.suite .th-left {
    width: 28%;
}

.suite th {
    width: 18%;
}

.nav-tabs a.select_t {
    /*border-left: 2px solid #2f434e !important;*/
    color: #0e74b9;
}

.table-tech {
    width: 100%;
}

.table-tech .th-left {
    width: 26%;
}

.table-tech .th-middle {
    width: 37%;
}

.a-tech {
    text-decoration: underline;
}

.a-tech:hover {
    font-weight: 700;
    text-decoration: underline;
}

.a-tech:active {
    font-weight: 700;
    background: #eee;
}

.a-tech:visited {
    color: #44a1f1;
}

/* --------------------------------------------- */

.adbox {
    position: absolute;
    background-color: #4e7388;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.adbox:hover {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

a.open_title {
    /*margin: 0 auto;*/
    padding: 0;
    border: none;
    outline: none;
    /*position: absolute;*/
    text-decoration: none;
}

a.open_title:hover h2 {
    color: #d0e9ff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

a.open_title:hover .qwest {
    border: 2px solid #d0e9ff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.adbox h2 {
    color: #fff;
}

.box_a h2 {
    color: #4e7388;
}

.box_a p {
    text-align: left;
    color: #4e7388;
}

h2 span {
    font-weight: 700;
}

.page_main_phone1 h2 span,
.page_interscroll h2 span {
    display: inline-block;
    margin: 5px 0;
}

.page_main_phone1 .qwest,
.page_interscroll .qwest {
    margin: 5px;
}

.qwest {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    padding-top: 3px;
    font-size: 24px;
    font-weight: 400;
    vertical-align: -2px;
}

.ad2 .qwest, .ad4 .qwest, .ad5 .qwest {
    margin-left: 0;
    margin-top: 10px;
}

.page_main_desktop {
    margin: 0 auto;
    width: 750px;
    position: relative;
    height: 2380px;
}

.page_news_desktop {
    margin: 0 auto;
    width: 750px;
    position: relative;
    height: 2402px;
}

.page_nnews_desktop {
    margin: 0 auto;
    width: 750px;
    position: relative;
    height: 4000px;
}

.page_main_phone {
    margin: 0 auto;
    width: 360px;
    position: relative;
    height: 2710px;
}

.page_news_phone {
    margin: 0 auto;
    width: 360px;
    position: relative;
    height: 2100px;
}

.page_nnews_phone {
    margin: 0 auto;
    width: 360px;
    position: relative;
    height: 4310px;
}

.page_skvoz_phone {
    margin: 0 auto;
    width: 360px;
    position: relative;
    height: 2710px;
}

.page_main_phone1 {
    margin: 0 auto;
    width: 360px;
    position: relative;
    height: 1500px;
}

.page_main_full {
    margin: 0 auto;
    width: 750px;
    position: relative;
    height: 700px;
}

.page_video {
    margin: 0 auto;
    width: 750px;
    position: relative;
    height: 675px;
}

.page_interscroll {
    margin: 0 auto 100px;
    width: 357px;
    position: relative;
    height: 730px;
}

.page_interscroll .white-gradient {
    height: 50px;
}

.page_main_desktop:before,
.page_news_desktop:before,
.page_nnews_desktop:before,
.page_main_phone:before,
.page_main_phone1:before,
.page_news_phone:before,
.page_nnews_phone:before,
.page_skvoz_phone:before,
.page_main_full:before,
.page_video:before,
.page_interscroll:before {
    content: "Для просмотра информации о баннере нажмите на «?»";
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #2799e6;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
}

.page_main_phone1:before {
    content: "Для просмотра информации о баннере нажмите на трубку";
}

.page_main_phone:before,
.page_main_phone1:before,
.page_news_phone:before,
.page_nnews_phone:before,
.page_skvoz_phone:before,
.page_interscroll:before {
    left: calc(-50% - 15px);
    width: 750px;
}

.page_main_desktop:hover:before,
.page_news_desktop:hover:before,
.page_nnews_desktop:hover:before,
.page_main_phone:hover:before,
.page_news_phone:hover:before,
.page_nnews_phone:hover:before,
.page_skvoz_phone:hover:before,
.page_main_full:hover:before,
.page_video:hover:before,
.page_interscroll:hover:before {
    background: #eee;
    box-shadow: -3px 0 0 0 #eee, 3px 0 0 0 #eee;
}

.white-gradient {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.box_a {
    position: absolute;
    background: #fff;
    width: 400px;
    height: auto;
    /*height: 315px;*/
    margin: 0 auto;
    padding: 1px 20px 20px;
    text-align: left;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: none; /* в обычном состоянии окна не должно быть */
    opacity: 0; /* полностью прозрачно для анимирования */
    z-index: 1000; /* окно должно быть наиболее большем слое */
}

.close_box_mulazh {
    color: #fff;
    padding: 0.5em 0.4em;
    font-size: 1.5em;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 50px;
    opacity: 0.4;
}

/* закрываем окно кликая на крестик */
.close_box {
    color: #444;
    padding: 0.5em 0.4em;
    font-size: 1.5em;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    cursor: pointer;
    width: 50px;
}

.close_box:hover {
    color: #4994D6;
    text-decoration: none;
}

.box_a table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #a7a7a7;
    background-color: rgba(11, 55, 82, 0.04);
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 20px 0;
}

.box_a td {
    border: 1px solid #b1bfc4;
    padding: 5px;
    vertical-align: middle;
}

.box_a tr:hover {
    background-color: rgba(11, 55, 82, 0.11);
    font-weight: 700;
}

.box_a .col1 {
    font-weight: 700;
    width: 40%;
}

.box_a .col2 {
    font-weight: 700;
    width: 20%;
    text-align: center;
}

.box_a .col3 {
    width: 40%;
    text-align: center;
}

/* Позиции модальных окон */

#box_a1-1, #box_a1-2, #box_a1-3, #box_a1-4 {
    top: 90px;
    left: 165px;
}

#box_a1-3, #box_a2-3, #box_a3-3, #box_a4-3, #box_a5-3 {
    height: auto;
}

#box_a2-1, #box_a4-1, #box_a5-1,
#box_a2-2, #box_a4-2, #box_a5-2,
#box_a2-3, #box_a4-3, #box_a5-3,
#box_a2-4, #box_a4-4, #box_a5-4 {
    top: 140px;
    left: -370px;
}

#box_a3-1, #box_a3-3, #box_a3-4 {
    top: 100px;
    left: -30px;
}

#box_a3-2 {
    top: 110px;
    left: 70px;
}

#box_a_ya1-1, #box_a_ya1-2, #box_a_ya1-3, #box_a_ya1-4 {
    top: 140px;
    left: 215px;
}

#box_adm1-1, #box_adm1-2, #box_adm1-3, #box_adm1-4 {
    top: 140px;
    left: -20px;
}

.page_main_phone1 #box_adm1-1,
.page_main_phone1 #box_adm1-2,
.page_main_phone1 #box_adm1-3,
.page_main_phone1 #box_adm1-4 {
    top: 180px;
    left: -20px;
}

#box_adm2 {
    top: 180px;
    left: -50px;
}

#box_full-1, #box_full-2, #box_full-3 {
    top: 70px;
    left: 165px;
}

#box_full-4 {
    top: -80px;
    left: -25px;
}

#box_full-6 {
    top: -80px;
    left: -25px;
}

#box_adm1-5 {
    top: 114px;
    left: -20px;
}

/* Позиции на скриншоте */
.ad1 {
    top: 35px;
    left: 10px;
    width: 730px;
    height: 118px;
}

.ad2 {
    top: 289px;
    left: 583px;
    width: 145px;
    height: 362px;
    /*height: 241px;*/
}

.ad2-news {
    top: 352px;
}

.ad2-nnews {
    top: 399px;
    left: 459px;
}

.ad3 {
    top: 859px;
    left: 197px;
    width: 357px;
    height: 118px;
}

.ad3-news {
    top: 1158px;
    left: 10px;
    width: 544px;
    height: 150px;
}

.ad3-nnews {
    top: 1371px;
    left: 10px;
    width: 419px;
    height: 94px;
}

.ad4 {
    top: 1085px;
    left: 583px;
    width: 145px;
    height: 241px;
}

.ad4-news {
    top: 1171px;
}

.ad4-nnews {
    top: 1211px;
    left: 459px;
}

.ad_ya1 {
    top: 1878px;
    left: 10px;
    width: 730px;
    height: 189px;
}

.ad_ya1-news {
    top: 2095px;
}

.ad5 {
    top: 3195px;
    left: 583px;
    width: 145px;
    height: 241px;
}

.ad5-nnews {
    top: 2003px;
    left: 459px;
}

.adm1 {
    top: 90px;
    left: 0;
    width: 360px;
    height: 190px;
}

.adm2 {
    top: 862px;
    left: 30px;
    width: 300px;
    height: 190px;
}

.fullscreen {
    top: 10px;
    left: 10px;
    width: 730px;
    height: 550px;
}

.video-rec {
    top: 295px;
    left: 150px;
    width: 403px;
    height: 228px;
}

.adm11 {
    top: 0;
    left: 0;
    width: 357px;
    height: 120px;
}

/* --------------------------------------------- */

/* / Позиции на скриншоте */

@media only screen and (min-width: 1200px) {

    .back-gray {
        background-color: #dae1ec;
    }

    .back-white {
        background-color: #fff;
        min-height: 1200px;
    }

    .content {
        margin: 50px 0 0 95px;
        width: 600px;
        padding: 0;
    }

    .logo {
        width: 500px;
    }

    .left {
        /*height: calc(100vh - 106px);*/
        background-color: #dae1ec;
        padding: 0;
        z-index: 1000;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .left h3 {
        padding: 0 0 0 45px;
    }

    .price-title {
        width: 100%;
        padding: 37px 45px 0;
    }

    .rub {
        float: left;
        margin-right: 25px;
    }

    .ruble {
        width: 52px;
        height: 52px;
    }

    .basic-content {
        width: 100%;
        margin: 50px 0 100px;
        padding: 0;
    }

    .select {
        /*height: 30px;*/
        width: 100%;
        margin: 50px 0 0;
        padding: 0;
    }

    .select .nav-tabs > li > a {
        margin-left: 9px;
    }

    .select .nav-tabs > li.active > a,
    .select .nav-tabs > li.active > a:focus,
    .select .nav-tabs > li.active > a:hover {
        margin-left: 9px;
    }

    .equal, .equal > div[class*='col-'] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .left-height {
        /*min-height: 4232px;*/
        /*min-height: 4822px;*/
    }

    .stick {
        position: sticky;
        top: 0;
    }

}

@media only screen and (max-width: 1200px) {

    .content {
        margin: 50px auto 0;
        width: 600px;
        padding: 0;
    }

    .left {
        /*height: 310px;*/
        background-color: #dae1ec;
        padding: 20px;
        margin-bottom: 20px;
    }

    .left h3 {
        padding: 0 0 0 45px;
        margin-top: 20px;
    }

    .level-1 {
        margin-top: 15px;
    }

    .fa-angle-right {
        transform: rotate(90deg);
    }

    .price-title {
        width: 100%;
        padding: 0 45px;
        border-bottom: 1px solid #fff;
    }

    .rub {
        float: left;
        margin-right: 25px;
    }

    .ruble {
        width: 52px;
        height: 52px;
    }

    .logo {
        width: 700px;
    }

    .sm-size {
        padding-left: 0;
        padding-right: 0;
    }

    .basic-content {
        margin: 10px 0 100px;
        width: 100%;
        padding: 0;
        height: 100px;
    }

    .select {
        height: 30px;
        width: 100%;
        margin: 10px 0 30px;
        padding: 0;
    }

    .select .nav-tabs > li > a {
        margin-left: 9px;
    }

    .select .nav-tabs > li.active > a,
    .select .nav-tabs > li.active > a:focus,
    .select .nav-tabs > li.active > a:hover {
        margin-left: 9px;
    }

    .two-column {
        column-count: 2;
        column-gap: 20px;
        column-rule: 1px solid #445660;
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -moz-column-rule: 1px solid #445660;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        -webkit-column-rule: 1px solid #445660;
        text-align: left;
    }

}

@media only screen and (max-width: 992px) {

    .head_main {
        padding-top: 10px;
    }

    .logo {
        width: 1070px;
    }

    .content {
        margin: 50px auto 0;
        width: 600px;
        padding: 0;
    }
}

@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 768px) {

    .head_main {
        height: auto;
        background-color: #0e74b9;
        position: relative;
        top: 0;
        width: 100%;
        margin: 0;
        padding: 20px 10px 10px 10px !important;
    }

    .content {
        margin-top: 50px;
        width: 100%;
        padding: 0;
    }

    .head_flex {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }

    .logo {
        width: 100%;
        margin-bottom: 10px;
    }

    .left {
        height: auto;
    }

    .sm-size {
        padding-right: 15px;
        padding-left: 15px;
    }

    .select_t {
        float: none;
    }

    .select .nav-tabs {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top_text {
        padding: 20px;
    }

    .white-gradient {
        display: none;
    }

    .page_main_desktop {
        margin: 0 auto;
        max-width: 750px;
        width: 100%;
        position: relative;
        /*height: auto;*/
    }

    .screenshot {
        width: 100%;
    }

    /* Позиции на скриншоте */
    .ad1 {
        top: 4.44vw;
        left: 1.25vw;
        width: 93vw;
        height: 14.55vw;
    }

    .ad2 {
        top: 36.63vw;
        left: 74.3vw;
        width: 18.4vw;
        height: 31vw;
    }

    .ad2-news {
        top: 352px;
    }

    .ad2-nnews {
        top: 399px;
        left: 459px;
    }

    .ad3 {
        top: 109vw;
        left: 25.1vw;
        width: 45.36vw;
        height: 15.55vw;
    }

    .ad3-news {
        top: 1170px;
        left: 10px;
        width: 544px;
        height: 133px;
    }

    .ad3-nnews {
        top: 1371px;
        left: 10px;
        width: 419px;
        height: 94px;
    }

    .ad4 {
        top: 122.5vw;
        left: 74.3vw;
        width: 18.4vw;
        height: 31vw;
    }

    .ad4-news {
        top: 1050px;
    }

    .ad4-nnews {
        top: 1090px;
        left: 459px;
    }

    .ad_ya1 {
        top: 1878px;
        left: 10px;
        width: 730px;
        height: 189px;
    }

    .ad_ya1-news {
        top: 2095px;
    }

    .ad5 {
        top: 3195px;
        left: 583px;
        width: 145px;
        height: 241px;
    }

    .ad5-nnews {
        top: 2003px;
        left: 459px;
    }

    .adm1 {
        top: 90px;
        left: 0;
        width: 360px;
        height: 190px;
    }

    .adm2 {
        top: 862px;
        left: 30px;
        width: 300px;
        height: 190px;
    }

    .fullscreen {
        top: 10px;
        left: 10px;
        width: 730px;
        height: 550px;
    }

    .video-rec {
        top: 295px;
        left: 150px;
        width: 403px;
        height: 228px;
    }
}

@media only screen and (max-width: 470px) {
    .title {
        font-size: 5vw;
    }

    .gender .snoska {
        font-size: 11px;
    }
}

/*------------------------------------------------------------------------------------*/

.liveinternet {
    width: 100%;
    /*position: absolute;
    bottom: 20px;
    left: 45px;*/
}

.block-down .liveinternet {
    margin-top: 10px;
}

/*Кнопка звонка*/

.Phone {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    font-size: 70px;
    background-color: #36aeff;
    border-radius: 50%;
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.Phone::before,
.Phone::after {
    position: absolute;
    content: "";
}

.Phone::before {
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}

.Phone::after {
    top: 0.25em;
    left: 0.25em;
    width: 0.5em;
    height: 0.5em;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.Phone.is-animating {
    -webkit-animation: phone-outer 3000ms infinite;
    animation: phone-outer 3000ms infinite;
}
.Phone.is-animating::before {
    -webkit-animation: phone-inner 3000ms infinite;
    animation: phone-inner 3000ms infinite;
}
.Phone.is-animating::after {
    -webkit-animation: phone-icon 3000ms infinite;
    animation: phone-icon 3000ms infinite;
}

@-webkit-keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }
    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}

@keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }
    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}
@-webkit-keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
    33.3333% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        transform: translate3d(0, 0, 0) scale(0.9);
    }
    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
}
@keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
    33.3333% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        transform: translate3d(0, 0, 0) scale(0.9);
    }
    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
}
@-webkit-keyframes phone-icon {
    0% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
    2% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    4% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    6% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    8% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    10% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    12% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    14% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    16% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    18% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    20% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    22% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    24% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    26% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    28% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    30% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    32% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    34% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    36% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    38% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    42% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    44% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    46% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
}
@keyframes phone-icon {
    0% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
    2% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    4% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    6% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    8% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    10% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    12% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    14% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    16% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    18% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    20% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    22% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    24% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    26% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    28% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    30% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    32% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    34% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    36% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    38% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    42% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    44% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    46% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
}


/*End of Кнопка звонка*/