* {
    margin: 0;
    padding: 0;
}

/* safari fix */
html,body{
    -webkit-overflow-scrolling : touch !important;
    /* overflow: auto !important; */
    height: 100% !important;
}

body {
    font-family: 'Museo Sans';
    color: #1c1c24
}

.wrapper {
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.raw:before, .raw:after {
    content: '';
    display: block;
}

.raw:after {
    clear: both;
}

a,
submit {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #403d39;
    transition: color .3s ease-out;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #403d39;
    opacity: 1;
    transition: color .3s ease-out;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #403d39;
    opacity: 1;
    transition: color .3s ease-out;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #403d39;
    transition: color .3s ease-out;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


.logo,.logo:active,.logo:hover,.logo:visited {
    color: #fff;
}

.logo-img {
    width: 100%;
    max-width: 67px;
    margin: 0 10px 0 0;
    float: left
}

.link,.link:active,.link:hover,.link:visited {
    display: block;
    width: 100%;
    max-width: 230px;
    box-sizing: border-box;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding: 12px 6px;
    border-radius: 4px;
    position: relative;
    background: #fe3107;
    background: -moz-linear-gradient(top,#ff1200 0,#bf1a04 100%);
    background: -webkit-linear-gradient(top,#ff1200 0,#bf1a04 100%);
    background: linear-gradient(to bottom,#ff1200 0,#bf1a04 100%);
    border-bottom: 6px solid #731003;
    transition: transform .1s ease-out,opacity .2s ease-out,background .3s ease-out,filter .2s ease-out;
    text-transform: uppercase;
}

footer .bottom ul li a,footer .top .left a {
    text-decoration: underline;
    color: #fff
}

.link:hover {
    background: #e53306;
    background: -moz-linear-gradient(top,#e53306 0,#a50e0e 100%);
    background: -webkit-linear-gradient(top,#e53306 0,#a50e0e 100%);
    background: linear-gradient(to bottom,#e53306 0,#a50e0e 100%)
}

.link-2.link:after,.link:after {
    display: block;
    position: absolute;
    background: url(../img/icon/spritesheet.png) -30px -111px no-repeat
}

.link:active {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}

.link:after {
    width: 30px;
    height: 31px;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}


.h2 {
    margin-bottom: 20px;
    font-size: 41px;
    line-height: 57px;
    font-weight: 900;
    text-align: center;
}

.h3 {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 57px;
    font-weight: 900;
    color: #fff;
    text-align: center;
}

header {
    text-align: center;
    color: #fff;
    background: url(../img/pic/bg1.jpg) no-repeat top / cover;
    padding: 40px 0 20px;
}

header .logo {
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
}

header .logo img {
    display: block;
    width: 67px;
    margin: 0 auto 10px;
}

header .h1 {
    font-size: 40px;
    font-weight: 900;
    margin-top: 25px;
    margin-bottom: 20px;
}

.plan-price-cont {
    background: #e2eceb;
    padding: 40px 0 1px;
    text-align: center;
}

.price-list {
    list-style: none;
    text-align: center;
}

.price-list li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 300px;
    padding-bottom: 30px;
    margin: 0 6px 40px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 15px 0 #ccc;
}

.price-head {
    height: 158px;
    text-align: center;
    color: #fff;
}

.price-1 .price-head {
    background: url(../img/pic/bg2.jpg) no-repeat top / cover;
}
.price-2 .price-head {
    background: url(../img/pic/bg3.jpg) no-repeat top / cover;
}
.price-3 .price-head {
    background: url(../img/pic/bg4.jpg) no-repeat top / cover;
}

.price-num {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    width: 200px;
    margin: 0 auto;
    background: #fff;
    color: #000;
}

.price-title {
    height: 105px;
    display: table-cell;
    width: 300px;
    vertical-align: middle;
    font-size: 33px;
    line-height: 37px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.rem-price-cont {
    padding: 30px 10px 20px;
    max-width: 250px;
    margin: 0 auto;
    box-sizing: border-box;
    font-weight: 900;
    font-size: 30px;
    line-height: 24px;
    color: #000;
}

.old-price {
    position: relative;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #1d1d1d;
    margin: 0px auto;
    display: inline-block;
    padding: 0 4px;
}

.old-price:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #da0000;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.old-price.price:after {
    display: none;
}

.rem-price {
    font-size: 40px;
    font-weight: 900;
    color: #39a10f;
    margin-top: 30px;
    margin-bottom: 15px;
}


footer {
    background: #000;
    color: #fff;
    padding-top: 23px;
    padding-bottom: 35px
}

footer .foot-logo {
    float: left;
    margin-top: 15px
}

footer .top {
    padding-bottom: 17px;
    border-bottom: 1px solid #5C6263;
    margin-bottom: 18px
}

footer .top .left {
    float: left;
    margin-left: 20px;
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px
}

footer .top .right {
    float: right;
    text-align: right
}

footer .top .right p {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700
}

footer .soc a {
    margin-right: 5px;
    display: inline-block
}

footer .soc a:last-of-type {
    margin-right: 0
}

footer .bottom .menus {
    float: left;
    font-family: sans-serif;
    font-style: normal;
}

footer .bottom ul {
    float: left;
    border-right: 1px solid #858B8C;
    list-style: none
}

footer .bottom ul:nth-of-type(1) {
    padding-right: 48px
}

footer .bottom ul:nth-of-type(2) {
    padding-left: 41px;
    padding-right: 57px
}

footer .bottom ul:nth-of-type(3) {
    padding-left: 40px;
    border: 0
}

footer .bottom ul li a {
    font-weight: 400;
    letter-spacing: -1px;
    opacity: .43
}

footer .bottom ul li a:hover {
    text-decoration: none
}

.footer-right {
    float: right;
    text-align: left;
    padding-left: 30px
}

.footer-right .mail {
    font-size: 16px;
    color: #00aee5;
    font-weight: 900;
    position: relative
}

.footer-right .mail:before {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icon/spritesheet.png) -25px -2757px no-repeat;
    position: absolute;
    left: -30px;
    top: 0
}

.footer-right .phone {
    font-size: 20.75px;
    color: #00aee5;
    font-weight: 900;
    position: relative;
    display: block;
    margin-bottom: 6px
}

.footer-right .phone:before {
    display: block;
    width: 22px;
    height: 24px;
    background: url(../img/icon/spritesheet.png) -98px -2754px no-repeat;
    position: absolute;
    left: -30px;
    top: 5px
}

.footer-right p {
    font-size: 13.27px;
    font-weight: 400;
    margin-bottom: 6px
}

footer .soc a {
    width: 30px;
    height: 34px
}

footer .soc a:nth-child(1) {
    background: url(../img/icon/spritesheet.png) -12px -438px no-repeat
}

footer .soc a:nth-child(2) {
    background: url(../img/icon/spritesheet.png) -45px -438px no-repeat
}

footer .soc a:nth-child(3) {
    background: url(../img/icon/spritesheet.png) -77px -438px no-repeat
}

footer .soc a:nth-child(4) {
    background: url(../img/icon/spritesheet.png) -109px -438px no-repeat
}

footer, footer .bottom, footer .top {
    overflow: hidden;
}

/*****/

.partn-mail-cont {
    background: rgb(226, 236, 235);
    background-size: auto auto;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 1px 0 40px;
    text-align: center;
}

.share-border-cont {
    border: 6px solid rgb(0, 156, 255);
    width: 100%;
    padding: 22px 50px 20px;
    box-sizing: border-box;
    display: inline-block;
    max-width: 950px;
    font-weight: 500;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    color: #000;
}

.share-border-cont {
    font-weight: 500;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    color: #000;
}

.share-link, .share-link:active, .share-link:hover, .share-link:visited {
    display: inline-block;
    color: #000;
    transition: color .2s ease-out;
    position: relative;
}

/*****/


@media screen and (max-width: 1023px) {
    footer .top .left {
        max-width:340px
    }

    footer .bottom ul {
        padding: 0!important;
        width: 33.3333%;
        border: 0
    }

    .footer-right {
        float: none;
        display: inline-block
    }

    footer .bottom {
        text-align: center
    }

    footer .bottom .menus {
        float: none;
        overflow: hidden;
        margin-bottom: 30px;
        text-align: left
    }
}

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

    footer .foot-logo {
        width:65px;
        margin: 0 auto 30px;
        float: none;
        display: block
    }

    footer .top .left {
        max-width: none;
        margin-left: 0;
        margin-bottom: 20px
    }

    footer .top .right {
        float: None;
        text-align: center;
        clear: both
    }
}

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

.wrapper {
   box-sizing: border-box;
   width: 730px;
}

header .h1 {
    font-size: 33px;
    font-weight: 900;
    margin-top: 25px;
    margin-bottom: 20px;
}
}

@media screen and (max-width:740px) {
.wrapper {
   width: 100%;
}

header .h1 {
    font-size: 25px;
    font-weight: 900;
    margin-top: 18px;
    margin-bottom: 9px;
}

.h-span {
    display: inline;
}

.share-border-cont {
    font-size: 19px;
    line-height: 23px;
    border: none;
}
}

@media screen and (max-width: 480px) {
header .h1 br {
    display: none;
}
}


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

.price-list {
    margin-left: -15px;
    margin-right: -15px;
}
   
}

    
@font-face {
    font-family: 'Museo Sans';
    src: url(../fonts/museo_sans_cyrl_500.eot);
    src: local('☺º'),url(../fonts/museo_sans_cyrl_500.woff) format('woff'),url(../fonts/museo_sans_cyrl_500.woff2) format('woff2'),url(../fonts/museo_sans_cyrl_500.ttf) format('truetype'),url(../fonts/museo_sans_cyrl_500.svg) format('svg');
    font-weight: 400;
    font-style: normal
}