/*@font-face {
    font-family: 'sc';
    src: url('../fonts/MuseoSans/museo/sans_cyrl_700.eot');
    src: url('../fonts/MuseoSans/museo/sans_cyrl_700.eot?#iefix')format('embedded-opentype'),
    url('../fonts/MuseoSans/museo/sans_cyrl_700.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}*/

/* font-family: "MuseoSansBoldsc*/
@font-face {
    font-family: "sc";
    src: url("../fonts/MuseoSans/Sans_Cyrl/Sans Cyrl 700.eot");
    src: url("../fonts/MuseoSans/Sans_Cyrl/Sans Cyrl 700.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSans/MuseoSansBold/MuseoSansBold.woff") format("woff"),
    url("../fonts/MuseoSans/MuseoSansBold/MuseoSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

/* font-family: "MuseoSansLightsc*/
@font-face {
    font-family: "sc";
    src: url("../fonts/MuseoSans/Sans_Cyrl/Sans Cyrl 300.eot");
    src: url("../fonts/MuseoSans/Sans_Cyrl/Sans Cyrl 300.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.woff") format("woff"),
    url("../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.ttf") format("truetype");
    font-style: normal;
    font-weight: lighter;
}
/* font-family: "MuseoSansMediumsc*/
@font-face {
    font-family: "sc";
    src: url("../fonts/MuseoSans/Sans_Cyrl/Sans Cyrl 500.eot");
    src: url("../fonts/MuseoSans/Sans_Cyrl/Sans Cyrl 500.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.woff") format("woff"),
    url("../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    font-family: "sc";
}

.content {
    min-width: 1170px;
    width: 1170px;
    margin: 0 auto;
}

.header-row {
    display: table;
    width: 100%;
}

.header-row > .header-cell:first-child,
.header-row > .header-cell:last-child {
    width: 230px;
}

.header-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.top-menu {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.top-menu > li {
    display: table-cell;
    text-align: center;
}

.top-menu > li > a {
    text-decoration: none;
    text-transform: uppercase;
    color: #0288d1;
    border-bottom: 1px dashed;
    font-size: 17px;
    transition: all .3s;
}

.top-menu > li > a:hover,
.top-menu > li > a:focus {
    color: #f00;
}

.section-1 {
    background: url(/img/sec_1_bgw.jpg);
    height: 515px;
}

.section-1 .title {
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding-top: 55px;
}

.notebook {
    padding-top: 70px;
    text-align: center;
}

.section-2 {
    margin-top: 170px;
}

.section-2 .title {
    text-align: center;
    font-size: 50px;
}

.boxes {
    display: table;
    width: 100%;
}

.boxes .box {
    display: table-cell;
    padding: 0 20px;
    width: 33%;
}

.box-title {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 600;
}

.box-description {
    margin-top: 15px;
    font-size: 19px;
}

.icon-box-1 {
    background-image: url(/img/icons.png);
    margin: 0 auto;
    height: 130px;
    width: 148px;
}

.icon-box-2 {
    background-image: url(/img/icons.png);
    margin: 0 auto;
    height: 131px;
    width: 148px;
    background-position-y: -162px;
}

.icon-box-3 {
    background-image: url(/img/icons.png);
    margin: 0 auto;
    height: 131px;
    width: 148px;
    background-position-y: -325px;
}

.icon-box-4 {
    background-image: url(/img/icons.png);
    margin: 0 auto;
    height: 131px;
    width: 148px;
    background-position-y: -487px;
}

.icon-box-5 {
    background-image: url(/img/icons.png);
    margin: 0 auto;
    height: 131px;
    width: 148px;
    background-position-y: -649px;
}

.icon-box-6 {
    background-image: url(/img/icons.png);
    margin: 0 auto;
    height: 131px;
    width: 148px;
    background-position-y: -811px;
}

.section-3 .title {
    text-align: center;
    font-size: 50px;
}

.section-3 .description {
    text-align: center;
    font-size: 24px;
}

.section-4 {
    background-color: #e3f2fd;
}

.profit {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    display: block;
    overflow: hidden;
}

.profit tr:first-child {
    background-color: #2fc7f8;

}

.profit td {
    border: 1px solid #d8dfe5;
    padding: 20px 30px;
    font-size: 22px;
    text-align: center;
}

.profit th {
    border: 1px solid #d8dfe5;
    color: #fff;
    font-size: 18px;
    padding: 20px;
    text-align: center;
    width: 33%;
}

.profit tr:last-child td {
    background-color: #feee63 !important;
    font-size: 22px !important;
}

.profit tr td:first-child {
    background-color: #e4f2fd;
    text-align: left;
    font-size: 18px;
}

.red-price {
    color: #e44d56;
    font-weight: bold;
}

.green-price {
    color: #50a774;
    font-weight: bold;
}

.clouds {
    background-image: url(/img/clouds.png);
    height: 195px;
    background-size: 100%;
    background-repeat-x: repeat;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.tariff-wrap {
    border-radius: 4px;
    margin: 0 auto;
    width: 600px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    position: relative;
}

.tariff-title {
    background-color: #2fc7f8;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    padding: 23px 0;
    text-align: center;
}

.tariff-description {
    background-color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0;
}

.tariff-description-sub {
    font-style: italic;
    font-size: 15px;
    color: #9f9f9f;
    text-align: center;
    font-weight: normal;
}

.tariff-block {
    border-top: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 20px 5px;
}

.tariff-ul {
    list-style: none;
    padding: 0 0 0 55px;
    margin: 0;
}

.tariff-ul > li {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.check {
    background: url(/img/check.png);
    position: absolute;
    left: -35px;
    top: 3px;
    height: 15px;
    width: 18px;
}

.cloud-icon {
    background: url(/img/cloud_icon.png);
    position: absolute;
    left: -37px;
    top: 2px;
    height: 20px;
    width: 27px;
}

.drive-icon {
    background: url(/img/drive_icon.png);
    position: absolute;
    left: -35px;
    top: -1px;
    height: 24px;
    width: 22px;
}

.tariff-footer {
    background: #fff url(../img/footer_cloud.png) 50% 100% no-repeat;
    padding: 25px 0;
}

.tariff-button {
    cursor: pointer;
    height: 85px;
    background: linear-gradient(to bottom, #FFF38C, #FDE727);
    text-align: center;
    font-size: 24px;
    line-height: 85px;
    transition: all .3s;
}

.tariff-button-wrap {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    background: rgba(255, 255, 255, 0.3);
    padding: 10px;
    width: 523px;
    margin: 0 auto;
    border-radius: 13px;
}

.tariff-button:hover {
    background: #FFDE00;
}


.yellow-button-wrap {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    background: rgba(255, 255, 255, 0.3);
    padding: 10px;
    border-radius: 13px;
    margin: 0 -10px;
}

.yellow-button {
    border: 0;
    width: 100%;
    cursor: pointer;
    height: 85px;
    background: linear-gradient(to bottom, #FFF38C, #FDE727);
    text-align: center;
    font-size: 24px;
    line-height: 85px;
}

.yellow-button:focus,
.yellow-button:hover {
    background: #FFDE00;
}

.red-label {
    background: url(/img/circle.png);
    position: absolute;
    right: -70px;
    top: -40px;
    height: 185px;
    width: 185px;
    color: #fff;
    text-align: center;
    padding: 47px 0;
    line-height: 28px;
    font-size: 24px;
}

.red-label-number {
    font-size: 50px;
    font-style: normal;
}

.section-5 .text-1 {
    font-size: 38px;
}

.phone-feedback {
    font-size: 58px;
    font-weight: bold;
    color: #f44236;
}

.email-feedback {
    border-bottom: 2px solid;
    color: #f44236;
    text-decoration: none;
    transition: all .3s;
    font-size: 47px;
    font-weight: bold;
}

.email-feedback:hover,
.email-feedback:focus {
    border: 0;
    color: #f44236;
    text-decoration: none;
}

.link {
    border-bottom: 1px solid;
    color: #0288d1;
    text-decoration: none;
    transition: all .3s;
}

.link:hover,
.link:focus {
    color: #f00;
    text-decoration: none;
}

.link-to-cabinet {
    font-size: 24px;
}

.footer {
    background-color: #262626;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    margin-top: 30px;
}

.link-footer {
    border-bottom: 1px solid;
    color: #fff;
    text-decoration: none;
}

.link-footer:hover,
.link-footer:focus {
    border: 0;
    color: #fff;
    text-decoration: none;
}

.link-icon {
    padding-left: 5px;
    position: relative;
}

.i-lock {
    background: url(/img/lock.png);
    height: 20px;
    width: 16px;
}

.notebook-btn-wrap {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.3);
    padding: 8px;
    width: 600px;
    margin: 0 auto;
    /* border-radius: 13px; */
    margin-top: -255px;
    position: relative;
}

.notebook-btn {
    cursor: pointer;
    height: 85px;
    background: linear-gradient(to bottom, #FFF38C, #FDE727);
    text-align: center;
    font-size: 24px;
    line-height: 66px;
}

.notebook-btn:hover {
    background: #FFDE00;
}

.notebook-btn-description {
    display: block;
    line-height: 0px;
    color: #888;
    font-style: normal;
    font-size: 16px;
    margin-top: -9px;
}

.modal-dialog {
    width: 540px;
}

.modal-header {
    padding: 38px 0;
    border-radius: 4px 4px 0 0;
    background: #2FC7F7;
    margin-bottom: 70px;
    position: relative;
}

.modal-title {
    color: #fff;
    line-height: 36px;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.modal-body {
    background: url(/img/form_cloud.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 65px 100px 65px;
}

.close {
    background: url(/img/close_icon.png) !important;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 0;
    top: 0;
    margin: -18px -34px 0 0 !important;
    opacity: .8;
}

.close:focus,
.close:hover {
    opacity: 1;
}

.form-control {
    border-radius: 0;
    padding: 10px 20px;
    height: auto;
    font-size: 18px;
}

.help-block {
    height: 20px;
}

.text-under-phone {
    color: #555;
    padding: 5px 0 0;
}

.download-button {
    display: inline-block;
    border-radius: 50px;
    transition: all .3s;
    outline: none;
}

.reg-button {
    display: inline-block;
    border-radius: 50px;
    transition: all .3s;
    outline: none;
}

.download-button:focus,
.download-button:hover,
.reg-button:focus,
.reg-button:hover {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 97px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}