@import url(https://fonts.googleapis.com/css?family=Neucha|Open+Sans+Condensed:300,700&subset=cyrillic);
.neu {
  font-family: Neucha,cursive;
  font-weight: 400;
}
.a-black {
  font-family: "Arial Black", "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-weight: 400;
}
.osc-l {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
}
.osc-b {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}
/*Colors*/
@media (max-width: 1600px) {
  .billboard {
    background: url(../img/billboard-bg-2.png) 120% 100% no-repeat, url(../img/billboard-bg-1.png) 0 100% no-repeat;
  }
  .details {
    background-size: 120% auto;
  }
}
@media (max-width: 1400px) {
  .details {
    background-size: 130%;
  }
  .details .details-button-block {
    margin-bottom: 30px;
    margin-top: 260px;
  }
}
@media (max-width: 1370px) {
  .billboard {
    background: url(../img/billboard-bg-2.png) 160% 100% no-repeat, url(../img/billboard-bg-1.png) 0 100% no-repeat;
  }
  .details {
    background-size: 120%;
  }
  .details .details-button-block {
    margin: 260px auto 30px;
    display: table;
    width: auto;
    min-width: 950px;
  }
  .details .details-button-block .detail-item {
    width: 200px;
    height: 200px;
    margin-left: 1.9%;
    margin-right: 1.9%;
  }
  .details .details-button-block .detail-item:nth-child(1),
  .details .details-button-block .detail-item:nth-child(2),
  .details .details-button-block .detail-item:nth-child(3),
  .details .details-button-block .detail-item:nth-child(4) {
    margin-left: 1.9%;
  }
  .details .details-button-block .detail-item:nth-child(1) span::before,
  .details .details-button-block .detail-item:nth-child(2) span::before,
  .details .details-button-block .detail-item:nth-child(3) span::before,
  .details .details-button-block .detail-item:nth-child(4) span::before {
    background-size: contain;
  }
  .details .details-button-block .detail-item:nth-child(1):hover span,
  .details .details-button-block .detail-item:nth-child(2):hover span,
  .details .details-button-block .detail-item:nth-child(3):hover span,
  .details .details-button-block .detail-item:nth-child(4):hover span {
    font-size: 20px;
  }
  .details .details-button-block .detail-item:nth-child(1):hover span:before,
  .details .details-button-block .detail-item:nth-child(2):hover span:before,
  .details .details-button-block .detail-item:nth-child(3):hover span:before,
  .details .details-button-block .detail-item:nth-child(4):hover span:before {
    height: 110px;
    background-size: contain;
  }
  .details .details-button-block .detail-item span {
    font-size: 18px;
    padding-top: 120px;
  }
  .details .details-button-block .detail-item span::before {
    height: 90px;
    background-size: contain;
    top: 30px;
  }
  .support .support-form {
    margin-left: 4%;
    margin-right: 4%;
  }
  .support .support-form:after {
    right: -15%;
  }
}
@media (max-width: 1270px) {
  .about-left .about-info p br {
    display: none;
  }
  .rate .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  .choose-number_table tr:nth-child(2) td div {
    font-size: 14px;
  }
  .choose-number_table .checkbox:not(checked) + label {
    padding-left: 20px;
  }
}
@media (max-width: 1248px) {
  .left-menu {
    width: 32%;
    margin-left: 15px;
  }
  .right-menu {
    width: 17%;
  }
  .billboard {
    background: url(../img/billboard-bg-2.png) -80px 100% no-repeat;
  }
  .billboard h1 {
    right: 0;
    text-align: right;
  }
  .billboard h2 {
    float: right;
  }
  .advantages {
    padding-left: 0;
    padding-right: 0;
  }
  .details {
    background-size: 150% auto;
  }
  .details-headers {
    display: table;
    margin: 0 auto;
  }
  .details h1 {
    margin-left: 0;
    margin-right: 19px;
  }
  .possibilities {
    background: 0 0;
    padding-bottom: 70px;
  }
  .possibilities .description-block .text-block {
    width: 60%;
  }
  .possibilities .description-block .text-block p br {
    display: none;
  }
  .possibilities .description-block img {
    max-width: 30%;
    margin-top: 50px;
  }
  .main-footer .footer-menu {
    margin-bottom: 30px;
  }
  .main-footer .login-button {
    position: relative;
    display: table;
    margin: 0 auto 20px;
    right: auto;
    top: auto;
  }
  .support .support-details .support-buttons a {
    width: 140px;
    height: 140px;
    font-size: 16px;
    padding-top: 85px;
    margin-left: 5%;
  }
  .support .support-details .support-buttons a:nth-child(1):before {
    width: 56px;
    height: 56px;
    margin-top: 20px;
    margin-left: -28px;
  }
  .support .support-details .support-buttons a:nth-child(2):before {
    width: 35px;
    height: 56px;
    margin-top: 20px;
    margin-left: -17px;
  }
  .support .support-details .support-buttons a:nth-child(3) {
    padding-top: 93px;
  }
  .support .support-details .support-buttons a:nth-child(3):before {
    width: 40px;
    height: 56px;
    margin-top: 20px;
    margin-left: -20px;
  }
  .support .support-details .support-slogan h1,
  .support .support-details .support-slogan h2 {
    margin-left: 5%;
  }
  .contacts-left h1 {
    font-size: 60px;
  }
  .contacts-left h2 {
    font-size: 35px;
    line-height: 44px;
  }
  .contacts-left h2::before {
    height: 172px;
    width: 275px;
  }
  .contacts-right .contacts-info {
    padding-top: 25px;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1106px) {
  .possibilities h1,
  .possibilities h2 {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
  .support .support-form {
    margin-left: 2%;
    margin-right: 2%;
  }
  .support .support-form:after {
    right: -10%;
  }
}
@media (max-width: 992px) {
  header {
    padding-top: 0;
  }
  .header-container {
    height: 120px;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(10, 33, 88, 0.2);
  }
  .main-menu {
    display: none;
    margin-left: 15px;
  }
  .main-logo {
    width: 154px;
    margin-left: 20px;
  }
  .main-additional .login-button {
    color: transparent;
    border: 1px solid #0a2158;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 40px;
    background: url(../img/enter-key.png) center center no-repeat;
    background-size: 20px 20px;
    transition: box-shadow ease 0.5s;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    right: 130px;
    margin-right: 10px;
    overflow: hidden;
  }
  .main-additional .login-button::before {
    display: none;
  }
  .main-additional .login-button:hover {
    margin-left: 10px;
    border: 2px solid #0a2158;
    box-shadow: 0 0 10px 1px rgba(10, 33, 88, 0.3);
  }
  .main-additional .call-button {
    color: transparent;
    overflow: hidden;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 40px;
    background: url(../img/call-icon.png) no-repeat #10a2c4;
    transition: box-shadow ease 0.5s, background-color ease 0.5s;
    position: absolute;
    top: 20px;
    right: 80px;
  }
  .main-additional .call-button:hover {
    box-shadow: 0 0 10px 1px rgba(10, 33, 88, 0.3);
    background: url(../img/call-icon.png) -40px 0 no-repeat #0a2158;
  }
  .main-additional {
    margin-top: 20px;
    float: left;
    margin-left: 20px;
  }
  .main-menu-hidden-sm {
    width: 100%;
    position: absolute;
    z-index: 1000;
  }
  .main-menu-hidden-sm a {
    display: block;
    width: 100%;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(10, 33, 88, 0.2);
    font-size: 20px;
    letter-spacing: 1.5px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    color: #0a2158;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transform: ease 0.5s;
  }
  .main-menu-hidden-sm a:last-child {
    border-bottom: none;
  }
  .main-menu-hidden-sm a:hover {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #10a2c4;
  }
  #pull {
    display: block;
    overflow: hidden;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 25px;
    right: 20px;
    transform: ease 0.5s;
  }
  #pull:hover .line,
  #pull:hover .line:after,
  #pull:hover .line:before {
    background-color: #10a2c4;
  }
  .line {
    display: block;
    width: 40px;
    height: 6px;
    background-color: #0a2158;
    position: absolute;
    right: 0;
    top: 14px;
    --webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  .line:after,
  .line:before {
    content: '';
    width: 40px;
    height: 6px;
    background-color: #0a2158;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  .line:before {
    --webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  .line:after {
    --webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  .billboard {
    background: url(../img/billboard-bg-2.png) 40% 100% no-repeat;
    background-size: auto 100%;
  }
  .billboard h1 {
    font-size: 50px;
  }
  .billboard h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .billboard h2::after {
    width: 245px;
    height: 160px;
  }
  .advantages {
    height: 100%;
    overflow: hidden;
    padding-bottom: 0;
    background-position: right top;
  }
  .advantages .main-advantage {
    width: 100%;
    box-sizing: border-box;
    left: 0;
    margin-left: 0;
    height: 100%;
    overflow: hidden;
    position: relative;
    bottom: 0;
    display: table;
  }
  .advantages .main-advantage img {
    max-width: 28%;
    margin-left: 2%;
    margin-right: 0;
    margin-top: 40px;
    display: table-cell;
    vertical-align: middle;
  }
  .advantages .main-advantage .text-box {
    width: 64%;
    margin-left: 4%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .advantages-container {
    padding-left: 0;
    padding-right: 0;
  }
  .details {
    padding-top: 30px;
    background-size: 100%;
  }
  .details h1,
  .details h2 {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
  .details .buttons-block {
    margin-top: 30px;
  }
  .details .buttons-block a {
    margin-left: 5px;
    margin-right: 5px;
  }
  .details .details-button-block {
    min-width: 440px;
    margin-bottom: 260px;
    margin-top: 30px;
  }
  .details .details-button-block .detail-item:nth-child(3) {
    clear: both;
  }
  .possibilities {
    position: relative;
  }
  .possibilities .buttons-block {
    margin-top: 30px;
  }
  .possibilities .buttons-block a {
    margin-left: 5px;
    margin-right: 5px;
  }
  .possibilities .description-block .text-block {
    width: 90%;
    float: none;
    margin-left: 5%;
    margin-top: 215px;
  }
  .possibilities .description-block img {
    width: 220px;
    max-width: 220px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -110px;
  }
  .support {
    margin-top: -35px;
  }
  .support .support-form {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .support .support-form:after {
    display: none;
  }
  .support .support-details {
    padding-top: 0;
    float: none;
    width: 100%;
  }
  .support .support-details .support-buttons {
    margin-top: 50px;
    display: table;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .support .support-details .support-buttons a {
    display: block;
    margin-left: 20px;
  }
  .support .support-details .support-slogan {
    margin-top: 30px;
  }
  .support .support-details .support-slogan h1 {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .support .support-details .support-slogan h2 {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-bottom: 80px;
  }
  .about {
    padding-top: 10px;
  }
  .about-left {
    float: none;
    width: 100%;
  }
  .about-left .about-info {
    margin-left: 3%;
    margin-right: 3%;
  }
  .about-right {
    float: none;
    width: 100%;
  }
  .about-right h1,
  .about-right h2,
  .about-right p {
    margin-left: 3%;
    margin-right: 3%;
  }
  .about-right h2 br {
    display: none;
  }
  .contacts-left {
    float: none;
    width: 100%;
  }
  .contacts-left h1 {
    text-align: center;
  }
  .contacts-left h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
  }
  .contacts-right {
    width: 100%;
  }
  .contacts-right .contacts-info {
    margin-left: 10%;
    margin-right: 10%;
  }
  .choose-number_table tr:nth-child(2) td div {
    font-size: 12px;
    min-width: 105px;
  }
  .choose-number_table,
  .choose-number_table .side-head,
  .choose-number_table th {
    font-size: 14px;
  }
  .choose-number_table .side-head:before {
    background-size: contain;
    width: 36px;
    height: 39px;
  }
  .page404 {
    padding-bottom: 76px;
  }
  .page404 .container h1 {
    border-top: none;
    padding-top: 0;
  }
}
@media (max-width: 800px) {
  .advantages .advantage-item img {
    max-width: 80%;
  }
  .advantages .advantage-item h2 {
    font-size: 18px;
  }
  .advantages .main-advantage img {
    display: none;
  }
  .advantages .main-advantage .text-box {
    width: 92%;
  }
  .advantages .main-advantage .text-box p br {
    display: none;
  }
  .first-footer .last-slogan {
    line-height: 30px;
    font-size: 20px;
  }
  .first-footer .contacts-info p {
    font-size: 18px;
  }
  .main-footer .footer-menu {
    width: 100%;
  }
  .rates-title {
    font-size: 18px;
  }
  .rate_table {
    width: 100%;
    font-size: 14px;
  }
  .rate_table .side-head,
  .rate_table th {
    font-size: 14px;
  }
  .rate_table .side-head {
    height: 35px;
  }
  .choose-number_button {
    font-size: 16px;
    padding-left: 35px;
  }
  .choose-number_button:before {
    width: 24px;
    height: 19px;
    margin-top: -9.5px;
  }
  .choose-number_table {
    width: 100%;
    font-size: 14px;
  }
  .choose-number_table .side-head,
  .choose-number_table th {
    font-size: 14px;
  }
  .choose-number_table .side-head:before {
    background-size: contain;
    width: 46px;
    height: 50px;
  }
  .choose-number_table .checkbox:not(checked) + label {
    padding: 0 0 0 20px;
  }
  #orderNumber {
    width: 100%;
  }
  #orderNumber input {
    font-size: 14px;
  }
  #orderNumber input::-webkit-input-placeholder {
    font-size: 14px;
  }
  #orderNumber input::-moz-placeholder {
    font-size: 14px;
  }
  #orderNumber input:-moz-placeholder {
    font-size: 14px;
  }
  #orderNumber input:-ms-input-placeholder {
    font-size: 14px;
  }
  #orderNumber .convenient-time {
    font-size: 14px;
  }
  #orderNumber .convenient-time input {
    width: 47px;
    padding-left: 8px;
  }
  #orderNumber button {
    font-size: 14px;
    height: 38px;
    width: 180px;
  }
  .rate_explanation {
    font-size: 14px;
  }
  .rate_explanation p {
    margin-top: 5px;
  }
  .sip-trunk .left {
    padding-left: 0;
  }
  .sip-trunk .right {
    padding-right: 0;
  }
  .comm-rates .left {
    padding-left: 0;
  }
  .comm-rates .right {
    padding-right: 0;
  }
  .comm-rates .rates-button {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .rates-add .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  .rates-add .call-button,
  .rates-add .connect-button {
    font-size: 14px;
    width: 180px;
    height: 38px;
    line-height: 38px;
  }
  .rates-add .download {
    font-size: 14px;
  }
  .rates-add .download:before {
    width: 25px;
    height: 32px;
  }
}
@media (max-width: 700px) {
  .choose-number_table {
    width: 100%;
    overflow: auto;
    display: block;
  }
  .choose-number_table .side-head {
    font-size: 12px;
    min-width: 105px;
  }
  .choose-number_table .side-head ul {
    list-style-type: none;
  }
  .choose-number_table .side-head ul li {
    margin-bottom: 5px;
  }
  .choose-number_table .side-head:before {
    width: 36px;
    height: 39px;
    margin: 5px auto 10px;
  }
  .choose-number_table tr:nth-child(3) a img {
    margin-bottom: 10px;
  }
  .choose-number_table .side-head,
  .choose-number_table th {
    padding: 5px;
  }
  .choose-number_table .side-head br,
  .choose-number_table th br {
    display: block;
  }
  .choose-number_table td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .billboard {
    background: url(../img/billboard-bg-1.png) 0 100% no-repeat;
  }
  .billboard h1 {
    text-align: center;
  }
  .billboard h2 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .advantages {
    background: #10a2c4;
    padding-top: 40px;
  }
  .advantages:before {
    display: none;
  }
  .advantages .advantage-item {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 40px;
  }
  .advantages .advantage-item h2 {
    font-size: 22px;
    margin-top: 10px;
  }
  .details h1 {
    font-size: 40px;
  }
  .details h2 {
    width: 310px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .details h2 br {
    display: none;
  }
  .details .buttons-block a {
    display: block;
    margin: 0 auto;
  }
  .details .buttons-block .connect-button {
    margin-bottom: 15px;
  }
  .details .details-button-block {
    width: 100%;
    min-width: 100%;
    margin-bottom: 100px;
  }
  .details .details-button-block .detail-item {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .details .details-button-block .detail-item:nth-child(1),
  .details .details-button-block .detail-item:nth-child(2),
  .details .details-button-block .detail-item:nth-child(3),
  .details .details-button-block .detail-item:nth-child(4) {
    margin-left: auto;
  }
  .possibilities h1 {
    font-size: 40px;
  }
  .possibilities h2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .possibilities h2 br {
    display: none;
  }
  .possibilities .buttons-block a {
    display: block;
    margin: 0 auto;
  }
  .possibilities .buttons-block .connect-button {
    margin-bottom: 15px;
  }
  .main-footer .footer-menu a {
    font-size: 16px;
  }
  .first-footer .contacts-info p {
    line-height: 20px;
  }
  .first-footer .contacts-info p br {
    display: block;
  }
  .support .support-details {
    margin-left: 0;
  }
  .support .support-details .support-buttons {
    width: 100%;
  }
  .support .support-details .support-buttons a {
    float: none;
    margin: 15px auto;
  }
  .support .support-details .support-slogan h1 {
    font-size: 36px;
  }
  .support .support-details .support-slogan h2 {
    font-size: 18px;
  }
  .support .support-details .support-slogan h2 br {
    display: none;
  }
  .contacts-left h1 {
    font-size: 45px;
  }
  .contacts-left h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .contacts-left h2::before {
    width: 245px;
    height: 160px;
  }
  .contacts-right .contacts-info {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .call-order-form,
  .connect-order-form,
  .rates-order-form {
    top: 40px;
  }
  .call-order-form-name,
  .connect-order-form-name {
    font-size: 25px !important;
  }
  .rates-order-form .call-order-form-name {
    font-size: 14px !important;
  }
  .call-order-form form,
  .connect-order-form form,
  .rates-order-form form {
    width: 90%;
  }
  .call-order-form form input,
  .call-order-form form textarea,
  .connect-order-form form input,
  .connect-order-form form textarea,
  .rates-order-form form input,
  .rates-order-form form textarea {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
  .call-order-form form .order-time,
  .connect-order-form form .order-time,
  .rates-order-form form .order-time {
    margin-left: 5%;
  }
  .call-order-form form .order-from,
  .connect-order-form form .order-from,
  .rates-order-form form .order-from {
    clear: both;
    margin-left: 5%;
  }
  .call-order-form form .close,
  .connect-order-form form .close,
  .rates-order-form form .close {
    margin: 0;
    right: 10px;
    top: 10px;
    height: 20px;
    width: 20px;
  }
  .call-order-form form .close:before,
  .connect-order-form form .close:before,
  .rates-order-form form .close:before {
    height: 20px;
  }
  .call-order-form form .close:after,
  .connect-order-form form .close:after,
  .rates-order-form form .close:after {
    width: 20px;
  }
  .call-order-form form .close:hover:after,
  .call-order-form form .close:hover:before,
  .connect-order-form form .close:hover:after,
  .connect-order-form form .close:hover:before,
  .rates-order-form form .close:hover:after,
  .rates-order-form form .close:hover:before {
    background-color: #ffffff;
  }
  .choose-number_table,
  .virtual-number_table {
    width: 100%;
    overflow: auto;
    display: block;
  }
  .choose-number_table .side-head,
  .choose-number_table th,
  .virtual-number_table .side-head,
  .virtual-number_table th {
    padding: 5px;
  }
  .choose-number_table .side-head br,
  .choose-number_table th br,
  .virtual-number_table .side-head br,
  .virtual-number_table th br {
    display: block;
  }
  .choose-number_table td,
  .virtual-number_table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  .choose-number_table .side-head {
    font-size: 12px;
  }
  .choose-number_table .side-head ul {
    list-style-type: none;
  }
  .choose-number_table .side-head ul li {
    margin-bottom: 5px;
  }
  .choose-number_table .side-head:before {
    width: 36px;
    height: 39px;
    margin: 5px auto 10px;
  }
  .choose-number_table tr:nth-child(3) a img {
    margin-bottom: 10px;
  }
  #orderNumber {
    margin-top: 20px;
  }
  #orderNumber .left,
  #orderNumber .right {
    width: 100%;
    float: none;
    padding: 0;
  }
  #orderNumber .left .convenient-time,
  #orderNumber .left .tel_example,
  #orderNumber .left input,
  #orderNumber .right .convenient-time,
  #orderNumber .right .tel_example,
  #orderNumber .right input {
    margin: auto auto 15px;
    max-width: 320px;
    display: block;
  }
  #orderNumber .left .tel_example,
  #orderNumber .right .tel_example {
    margin-top: -12px;
  }
  #orderNumber .left .convenient-time,
  #orderNumber .right .convenient-time {
    max-width: 277px;
  }
  #orderNumber .left .convenient-time input,
  #orderNumber .right .convenient-time input {
    display: inline-block;
    margin-bottom: 0;
  }
  #orderNumber button {
    margin-top: 5px;
  }
  .rate_explanation {
    margin-top: 15px;
  }
  .rate_explanation p:first-child,
  .virtual-ate_table {
    margin-top: 10px;
  }
  .virtual-ate_table .side-head,
  .virtual-ate_table td,
  .virtual-ate_table th {
    padding: 5px;
  }
  .virtual-ate_table .side-head br,
  .virtual-ate_table td br,
  .virtual-ate_table th br {
    display: block;
  }
  .virtual-ate_table th {
    width: 25%;
  }
  .comm-rates .left,
  .comm-rates .right,
  .sip-trunk .left,
  .sip-trunk .right {
    width: 100%;
    padding: 0;
    float: none;
  }
  .comm-rates_table,
  .sip-trunk_table {
    margin-top: 15px;
  }
  .comm-rates_table td,
  .comm-rates_table th,
  .sip-trunk_table td,
  .sip-trunk_table th {
    padding: 5px;
  }
  .comm-rates_explanation,
  .sip-trunk_explanation {
    text-align: center;
  }
  .comm-rates_explanation:before,
  .sip-trunk_explanation:before {
    margin: auto;
  }
  .comm-rates_table {
    position: relative;
    margin-top: 40px;
  }
  .comm-rates_table:before {
    content: 'Тарифы на связь';
    color: #0a2158;
    text-transform: uppercase;
    display: table;
    margin: auto;
    position: absolute;
    width: 100%;
    top: -30px;
    text-align: center;
    font-size: 18px;
  }
  .comm-rates .rates-title {
    display: none;
  }
  .rates-add {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 200px;
  }
  .rates-add .container {
    display: block;
    position: relative;
  }
  .rates-add .call-button,
  .rates-add .connect-button,
  .rates-add .download {
    margin: auto;
    display: block;
    text-align: center;
  }
  .rates-add .connect-button {
    /*position: absolute;
    top: 50px;*/
    /*left: 50%;
    margin-left: -90px;*/
    margin-top: 20px;
  }
  .rates-add .download {
    margin-top: 80px;
  }
  .data-policy h1 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .data-policy-wrapper {
    padding: 15px 10px 15px 20px;
    margin-bottom: 30px;
  }
  .data-policy h2,
  .data-policy p {
    font-size: 16px;
    padding-right: 5px;
  }
}
@media (max-width: 400px) {
  .header-container {
    height: 100%;
    overflow: hidden;
  }
  .main-logo {
    float: none;
    margin: 20px auto;
  }
  .main-additional {
    float: left;
    margin-top: 0;
    margin-left: 0;
    display: table;
  }
  .main-additional .login-button {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
  }
  .main-additional .login-button:hover {
    margin-left: 15px;
  }
  .main-additional .call-button {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  #pull {
    position: relative;
    top: 0;
    right: 0;
    float: right;
    margin-right: 15px;
    margin-top: -45px;
  }
  .billboard {
    background: url(../img/billboard-bg-1.png) 0 100% no-repeat;
  }
  .billboard h1 {
    font-size: 40px;
  }
  .billboard h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 78px;
  }
  .billboard h2:after {
    width: 209px;
    height: 142px;
  }
  .details .container,
  .possibilities .container {
    padding-left: 0;
    padding-right: 0;
  }
  .possibilities .description-block img {
    top: 140px;
  }
  .possibilities .description-block .text-block {
    margin-top: 235px;
  }
  .possibilities .description-block .text-block h3 {
    margin-bottom: 20px;
  }
  .first-footer .last-slogan {
    letter-spacing: 0;
  }
  .first-footer .contacts-info p {
    letter-spacing: 0;
    line-height: 20px;
  }
  .first-footer .contacts-info p br {
    display: block;
  }
  .main-footer .footer-menu a {
    font-size: 22px;
    width: 100%;
    display: block;
  }
  .support .support-form {
    width: 100%;
  }
  .support .support-form #capT {
    clear: both;
    margin-left: 10px;
  }
  .about-left .about-info .img-box {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .about-left .about-info p {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .about-right p {
    padding-right: 20px;
    text-align: center;
  }
  .about-right p:before {
    left: 50%;
    margin-left: -41px;
  }
  .about-right h1 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .about-right h2 {
    text-align: center;
  }
  .contacts-left h1 {
    margin: 0 0 10px;
  }
  .contacts-right .contacts-info {
    margin: 0;
  }
  .contacts-right .contacts-info p span {
    display: block;
  }
}
@media (max-height: 670px) {
  .connect-order-form {
    margin-top: 0;
    overflow: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    top: 0;
  }
  .connect-order-form form .close {
    margin: 0;
    right: 10px;
    top: 10px;
    height: 20px;
    width: 20px;
  }
  .connect-order-form form .close:before {
    height: 20px;
  }
  .connect-order-form form .close:after {
    width: 20px;
  }
  .connect-order-form > * {
    -webkit-transform: translateZ(0);
  }
}
@media (max-height: 500px) {
  .call-order-form,
  .rates-order-form {
    margin-top: 0;
    overflow: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    top: 0;
  }
  .call-order-form > *,
  .rates-order-form > * {
    -webkit-transform: translateZ(0);
  }
  body {
    overflow: hidden;
  }
}
