body {
    margin: 0;
    font-family: proxima nova semibold;
    font-weight: 500;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.dollar {
    font-size: 20px;
    padding-top:3px;
}
.article {
    padding-bottom: 70px;
    background: #f9f9f9;
}

.article a {
    color: #ef494d
}

.article a:hover {
    text-decoration: underline
}

.article-title {
    text-align: center;
    font-size: 35px;
    color: #3b4555;
    font-weight: 600;
    margin: 20px 0
}

.article-text {
    line-height: 22px;
    font-size:16px;
    font-family: Verdana,proxima nova regular;
    color:#3b4555;
    margin-bottom: 20px;
}
.article-text strong{
    color:#f86b55;
}
.article-text li {
    margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    font-size: inherit
}

a {
    color: inherit;
    text-decoration: none
}

.restart-order {
    text-transform: uppercase
}

.restart-order.link {
    cursor: pointer;
    text-decoration: underline
}

.have-promo {
    margin: 15px auto;
    text-align: center
}

.have-promo>a {
    color: #243139;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    opacity: .6;
    text-decoration: underline
}

.have-promo>a:hover {
    opacity: 1
}

.gray-round {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #dfdfdf;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gray-round>img {
    width: 70px;
    height: 70px
}

.field-error {
    font-size: 12px;
    line-height: 16px;
    color: #f5405d;
    padding-top: 5px
}

.flag {
    width: 16px;
    min-width: 16px;
    height: 10px;
    background: url(/images/flags.png?642e6c386c0c545d17c20b6975feea84)
}

.flag.ae {
    background-position: -16px 0
}

.flag.ar {
    background-position: -16px -30px
}

.flag.au {
    background-position: 0 -10px
}

.flag.be {
    background-position: -16px -10px
}

.flag.br {
    background-position: 0 -20px
}

.flag.ca {
    background-position: -16px -20px
}

.flag.ch {
    background-position: -32px 0
}

.flag.co {
    background-position: -32px -10px
}

.flag.de {
    background-position: -32px -20px
}

.flag.es {
    background-position: 0 -30px
}

.flag.fr {
    background-position: 0 0
}

.flag.gb {
    background-position: -32px -30px
}

.flag.it {
    background-position: -48px 0
}

.flag.mx {
    background-position: -48px -10px
}

.flag.no {
    background-position: -48px -20px
}

.flag.pt {
    background-position: -48px -30px
}

.flag.ru {
    background-position: 0 -40px
}

.flag.se {
    background-position: -16px -40px
}

.flag.tr {
    background-position: -32px -40px
}

.flag.us {
    background-position: -48px -40px
}

.flag.cn {
    background-position: 0 -50px
}

.flag.jp {
    background-position: -16px -50px
}

.select {
    width: 175px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 36px;
    margin: 0 5px;
    cursor: pointer
}

.select .value {
    border-radius: 3px
}

.select a.selected,
.select a:hover {
    color: #ef494d
}

.select .value,
.select a {
    color: #465259;
    font-size: 13px;
    background: #fff;
    padding: 10px 25px 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select .value b,
.select a b {
    font-size: 0
}

.select .arrow {
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
    width: 10px;
    height: 6px;
    fill: #41424a
}

.select .flag {
    width: 16px;
    height: 10px;
    margin-right: 10px
}

.select .list {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    max-height: 50vh;
    background: #fff;
    border-radius: 3px;
    overflow: auto;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .3s, z-index .3s;
    transition: opacity .3s, z-index .3s
}

.select .list.open {
    -webkit-transition: opacity .3s, z-index 0s;
    transition: opacity .3s, z-index 0s;
    z-index: 5;
    opacity: 1
}

.auth-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.your-mail {
    text-transform: none;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px
}

#logout {
    cursor: pointer;
    width: 16px;
    height: 16px;
    fill: #fff;
    padding-right: 10px;
    opacity: .7
}

.login {
    margin: 0 35px;
    text-align: center;
    padding: 5px;
    min-width: 115px;
    border: 2px solid #fff;
    border-radius: 20px;
    -webkit-transition: .2s;
    transition: .2s;
    background: hsla(0, 0%, 100%, 0)
}

.login:hover {
    background: #fff;
    color: #ef494d
}

.top-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-block-inner>div {
    /*-ms-flex-preferred-size: 100%;
    flex-basis: 100%*/
}

.top-block-inner .top-block-text {
    color: #fff;
    font-family: muller light;
    font-weight: 400;
    font-size: 52px;
    width: 100vw;
    display: block;
    text-align: center;
}

.top-block-inner .top-block-text .top-block-mini {
    font-size: 28px;
    line-height: 40px
}

.top-block-inner .top-block-text .top-block-title {
    line-height: 45px;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 40px;
    position: relative;
    margin:0;
}

/*.top-block-inner .top-block-text .top-block-title:before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 2px;
    height: 5px;
    width: 60px;
    bottom: -20px;
    background: #fff
}*/

.top-block-inner .top-block-text .big {
    font-weight: 700
}

.top-block-inner .img {
    height: 660px;
    overflow: hidden
}

.top-block-inner .img img {
    height: 100%
}

.header .header-inner {
    background: -webkit-gradient(linear, left top, right top, from(#0c2247), to(#662f26));
    background: linear-gradient(90deg, #0c2247 0, #662f26)
}

.header .header-inner .header-top {
    max-width: 1140px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px
}

.header .header-inner .header-top .logo {
    height: 28px;
    width: 143px;
    fill: #fff
}

.header .header-inner .header-top .header-menu-title {
    display: none
}

.header .header-inner .header-top .header-menu {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 300px;
    max-width: 600px
}

.header .header-inner .header-top .header-menu>a {
    margin: 10px;
    font-weight: 600;
    font-size: 13px
}

.header.white .header-inner {
    background: hsla(0, 0%, 100%, .1)
}

.header.instagram {
    background-image: url("/img/instagram.jpg")
}

.header.youtube {
    background-image: url("/img/youtube.jpg")
}

.header.askfm {
    background-image: url("/img/askfm.jpg")
}

.header.facebook {
    background-image: url("/img/facebook.jpg")
}

.header.google-maps {
    background-image: url("/img/google-maps.jpg")
}

.header.google-plus {
    background-image: url("/img/google-plus.jpg")
}

.header.periscope {
    background-image: url("/img/periscope.jpg")
}

.header.pinterest {
    background-image: url("/img/pinterest.jpg")
}

.header.shazam {
    background-image: url("/img/shazam.jpg")
}

.header.soundcloud {
    background-image: url("/img/soundcloud.jpg")
}

.header.telegram {
    background-image: url("/img/telegram.jpg")
}

.header.twitter {
    background-image: url("/img/twitter.jpg")
}

.header.vimeo {
    background-image: url("/img/vimeo.jpg")
}

.header.vine {
    background-image: url("/img/vine.jpg")
}

.header .header-middle {
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.header .header-middle .menu-soc {
    width: 1140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    height: 60px
}

.header .header-middle .menu-soc .menu-item {
    /*-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;*/
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

.header .header-middle .menu-soc .menu-item>a {
    color: #fff;
    text-align: center;
    font-size: 12px;
    width:100%;
    height: auto;
}

.header .header-middle .menu-soc .menu-item:after,
.header .header-middle .menu-soc .menu-item:first-of-type:before {
    content: "";
    position: absolute;
    width: 1px;
    background: hsla(0, 0%, 100%, .1);
    top: 7px;
    bottom: 7px
}

.header .header-middle .menu-soc .menu-item:first-of-type:before {
    left: 0
}

.header .header-middle .menu-soc .menu-item:after {
    right: 0
}

.header .header-middle .menu-soc .menu-item.active,
.header .header-middle .menu-soc .menu-item:hover {
    background: -webkit-gradient(linear, left top, right top, from(#f23430), to(#fb732e));
    background: linear-gradient(90deg, #f23430 0, #fb732e)
}

.header .header-middle .menu-soc .menu-item svg {
    width: 100%;
    height: 28px;
    fill: #fff
}

.header .header-middle .menu-soc .menu-item .mini {
    height: 24px
}

.header .header-middle .menu-soc .menu-item .micro {
    height: 18px
}

.header .header-middle .menu-soc .menu-item .maxi {
    height: 32px
}

.header .header-middle .menu-soc .menu-item .dropdown-menu {
    z-index: 5;
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#f23430), to(#fb732e));
    background: linear-gradient(90deg, #f23430 0, #fb732e);
    width: 245px
}

.header .header-middle .menu-soc .menu-item .dropdown-menu a {
    font-size: 14px;
    display: block;
    padding: 5px 10px;
    color: #fff
}

.header .header-middle .menu-soc .menu-item .dropdown-menu a:hover {
    opacity: .6
}

.header .header-middle .menu-soc .menu-item:hover .dropdown-menu {
    display: block
}

.header .header-middle .menu-soc .menu-item:nth-of-type(10) .dropdown-menu,
.header .header-middle .menu-soc .menu-item:nth-of-type(11) .dropdown-menu {
    left: auto;
    right: 0
}

.text {
    color: #404149;
    margin-bottom: 10px !important
}

.text p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 20px
}

.text h2 {
    color: #28292e;
    text-align: center;
    margin: 50px 0 30px;
    font-size: 26px;
    font-weight: 500;
}

.content-container {
    max-width: 1140px;
    padding: 0 10px;
    margin: 0 auto

}
.content-container h2 {
    font-size: 26px;
    margin-top:0px;
    margin-bottom: 20px;
    color:#3b4555;
    text-align: left;
    font-family: Verdana,proxima nova bold;
    font-weight: 500;
}
.content-container h3 {
    font-size: 26px;
    margin:10px 0;
    color:#3b4555;
    text-align: left;
    font-family: Verdana,proxima nova bold;
    font-weight: 500;
}
.content-container .title-content-container {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #243139;
    padding: 10px 10px 40px;
    position: relative;
    font-family:proxima nova bold;
    font-weight: 500;
    
}

.content-container .title-content-container a:hover {
    opacity: .8
}

.content-container .title-content-container>div {
    font-size: 20px
}

.content-container .title-content-container:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 5px;
    background: #ef494d;
    border-radius: 2px;
    left: calc(50% - 30px);
    bottom: 20px
}

.content-container .title-content-container.light {
    color: #fff;
    line-height:40px;
    max-width: 600px;
    margin:0 auto 20px auto;
}
@media(min-width: 941px) {
    .content-container .title-content-container.light {
        margin:0 auto;
    }
}

#feedback-button div {
    border: 2px solid #ffa341
}

#feedback-button div:hover {
    background: #ffa341
}

footer {
    background: #00101d;
    color: #fff
}

footer .footer-links {
    margin: 0 auto !important;
    padding: 30px 10px;
    border-bottom: 1px solid #0d1c29;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer .footer-links .footer-links__group {
    width: 280px;
    margin-bottom: 25px
}

footer .footer-links .footer-links__group .footer-links__title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left
}

footer .footer-links .footer-links__group .footer-links__item {
    text-align: left;
    display: block;
    opacity: .5;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    line-height: 24px
}

footer .footer-links .footer-links__group .footer-links__item:hover {
    opacity: 1;
    text-decoration: underline
}

footer .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px 10px !important
}

footer .footer-info>div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

footer .left-side {
    line-height: 20px
}

footer .left-side .copyright {
    font-size: 14px
}

footer .left-side .small-text {
    font-size: 12px
}

footer .left-side .images {
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .left-side .images img {
    height: 40px;
    padding-right: 10px
}

footer .info {
    text-align: center;
    font-size: 12px;
    line-height: 18px
}

footer .links {
    text-align: right;
    font-size: 14px;
    line-height: 20px
}

footer .links>a {
    color: #fff;
    text-decoration: underline
}

.block2 {
    background-image: url("/img/block2.jpg")
}

.block3 {
    background-image: url("/img/block3.jpg")
}

.block4 {
    background-image: url("/img/block4.jpg")
}

.block5 {
    background-image: url("/img/block5.jpg")
}

.block404 {
    background-image: url("/img/block404.jpg")
}

.dark-back {
    background: #342838
}

.block-404,
.block-back-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 75px
}

.steps .step {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    color: #fff;
    text-align: center;
    margin: 0 15px;
    position: relative
}

.steps .step .step-number {
    width: 78px;
    height: 78px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 30px;
    font-size: 30px;
    font-family: muller bold;
    font-weight: 700
}

.steps .step .step-number,
.steps .step .step-number>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.steps .step .step-number>div {
    position: relative;
    background: #fb722e;
    width: 70px;
    height: 40px
}

.steps .step .step-number>div:after,
.steps .step .step-number>div:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent
}

.steps .step .step-number>div:before {
    top: -20px;
    border-bottom: 20px solid #fb722e
}

.steps .step .step-number>div:after {
    bottom: -20px;
    border-top: 20px solid #fb722e
}

.steps .step .step-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 15px
}

.steps .step .step-text {
    font-size: 14px;
    line-height: 20px
}

.pluses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 75px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.pluses .plus {
    margin: 0 15px;
    text-align: center;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.pluses .plus>svg {
    width: 46px;
    height: 35px;
    display: block;
    margin: 0 auto 25px;
    fill: #ef494d
}

.pluses .plus .plus-title {
    font-size: 18px;
    color: #243139;
    font-weight: 700;
    padding-bottom: 15px;
    text-align:center;
}

.pluses .plus .plus-text {
    font-size: 14px;
    line-height: 20px;
    color: #28292e;
    text-align: center;
    font-family: Verdana,proxima nova regular;
}

.issues {
    padding-bottom: 60px
}

.issues .issue {
    margin: 10px auto;
    border-radius: 4px;
    border: 1px solid #d3d6d7;
    padding: 18px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.issues .issue .issue-title {
    font-size: 18px;
    font-weight: 700;
    color: #243139;
    padding-right: 32px;
    position: relative
}

.issues .issue .issue-title>svg {
    position: absolute;
    right: 0;
    width: 10px;
    height: 6px;
    top: calc(50% - 3px);
    -webkit-transition: .2s;
    transition: .2s;
    fill: #404149;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.issues .issue.open .issue-title svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.issues .issue .issue-content {
    height: 0;
    -webkit-transition: .2s;
    transition: .2s;
    color: #28292e;
    font-size: 14px;
    line-height: 20px
}

.issues .issue .issue-content .issue-content-inner {
    padding-top: 18px
}

#feedback-button {
    padding-bottom: 70px
}

#feedback-button div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
    text-transform: uppercase;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 25px;
    border: 2px solid #fb722e;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    margin: 0 auto
}

#feedback-button div:hover {
    background: #fb722e
}

.pop-up {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .92);
    z-index: 5
}

.pop-up,
.pop-up .link-to-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pop-up .link-to-soc {
    white-space: nowrap;
    font-weight: 700;
    font-size: 13px
}

.pop-up .link-to-soc input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px 5px !important;
    margin: 0 2px
}

.pop-up .pop-up-content {
    position: relative
}

.pop-up .pop-up-content .close {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    right: 10px;
    top: 10px
}

.pop-up .pop-up-content .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pop-up .pop-up-content .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pop-up .pop-up-content .close:after,
.pop-up .pop-up-content .close:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    top: calc(50% - 1px);
    border-radius: 1px;
    background: #243139
}

.pop-up .pop-up-content .pop-up-content-inner {
    width: 380px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: calc(100vw - 60px);
    max-height: calc(100vh - 80px);
    overflow: auto;
    padding: 15px;
    background: #fff;
    border-radius: 8px
}

.pop-up .pop-up-content .pop-up-content-inner.result {
    padding: 35px;
    font-size: 20px;
    text-align: center
}

.pop-up .pop-up-content .pop-up-content-inner .pop-up-title {
    max-width: 300px;
    text-align: center;
    color: #243139;
    font-size: 20px;
    font-weight: 700;
    margin: 15px auto
}

.pop-up .pop-up-content .pop-up-content-inner .checkbox {
    margin: 15px 0
}

.pop-up .pop-up-content .pop-up-content-inner .checkbox-inner {
    font-weight: 600;
    font-size: 13px;
    color: #28292e;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.pop-up .pop-up-content .pop-up-content-inner .checkbox-inner a {
    opacity: .8;
    color: #f5405d;
    text-decoration: underline
}

.pop-up .pop-up-content .pop-up-content-inner .checkbox-inner a:hover {
    opacity: 1
}

.pop-up.mobile {
    position: absolute;
    background: #fff;
    bottom: auto
}

.pop-up.mobile .pop-up-content {
    width: 100%
}

.pop-up.mobile .pop-up-content .pop-up-content-inner {
    width: 100%;
    border-radius: 0;
    max-width: none;
    max-height: none
}

.button-form {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    max-width: 250px;
    width: 100%;
    margin: 15px auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    background-color: #ef494d;
    height: 50px;
    box-sizing: border-box;
    border-radius: 25px;
    font-weight: 600;
    border:none;
    opacity: 0.3;
}
.button-form.active:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f23430), to(#fb732e));
  background: -webkit-linear-gradient(left, #f23430 0, #fb732e);
  background: -o-linear-gradient(left, #f23430 0, #fb732e);
  background: linear-gradient(90deg, #f23430 0, #fb732e);
}

.button-form.button-form_theme_cabinet {
    max-width: 320px;
    margin: 15px auto
}

.button-form:after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    top: 20px;
    height: 28px;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 0 rgba(239, 73, 77, 0);
    box-shadow: 0 0 0 rgba(239, 73, 77, 0)
}

.button-form.active {
    opacity: 1
}

/*.button-form.active:hover {
    color: #fff;
    background: #ef494d
}
*/
.button-form.active:hover:after {
    -webkit-box-shadow: 0 3px 15px rgba(239, 73, 77, .8);
    box-shadow: 0 3px 15px rgba(239, 73, 77, .8)
}

.button-form.yellow {
    color: #ffa341;
    border: 2px solid #ffa341
}

.button-form.yellow:after {
    -webkit-box-shadow: 0 0 0 rgba(255, 163, 65, 0);
    box-shadow: 0 0 0 rgba(255, 163, 65, 0)
}

.button-form.yellow:hover {
    color: #fff;
    background: #ffa341
}

.button-form.yellow:hover:after {
    -webkit-box-shadow: 0 3px 15px rgba(255, 163, 65, .8);
    box-shadow: 0 3px 15px rgba(255, 163, 65, .8)
}

.form-help {
    font-size: 12px;
    line-height: 18px;
    color: #878f94
}

.form-help,
.form-success {
    margin: 10px 0;
    text-align: center
}

.form-success {
    font-size: 16px;
    line-height: 20px;
    color: #60ab17
}

.block404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    text-align: center
}

.block404 .big {
    font-size: 17vw;
    line-height: 15vw
}

.block404 .text {
    font-size: 1.5vw;
    opacity: .6
}

.block404 .button {
    margin: 15px auto 0;
    text-transform: uppercase;
    font-size: 14px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 163, 65, 0);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    border: 2px solid #ffa341;
    border-radius: 25px;
    width: 250px
}

.block404 .button:hover {
    background: #ffa341
}

.tracking-empty {
    font-size: 18px;
    color: #868686;
    text-align: center;
    margin: 25px 0
}

.tracking-form {
    max-width: 450px;
    margin: 15px auto
}

.tracking-form .tracking-empty {
    font-weight: 600;
    text-align: center;
    color: #ef494d;
    font-size: 18px
}

.tracking-form .tracking-form-field-title {
    font-size: 14px;
    font-weight: 600;
    color: #595a62;
}

.tracking-form .tracking-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tracking-form .tracking-form-group input {
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    font-family: proxima nova regular;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    border: 2px solid #d4d4d5;
    border-radius: 4px 0 0 4px;
    min-width: 80px;
    color: #243139;
    outline: none
}

.tracking-form .tracking-form-group input::-webkit-inner-spin-button,
.tracking-form .tracking-form-group input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.tracking-form .tracking-form-group button {
    width: 130px;
    min-width: 130px;
    height: 50px;
    text-transform: uppercase;
    color: #ef494d;
    background: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    margin-left: 2px;
    border-radius: 0 4px 4px 0;
    border: 2px solid #ef494d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer
}

.tracking-form .tracking-form-group button:hover {
    color: #fff;
    background: #ef494d
}

.tracking-results-title {
    text-align: center;
    color: #243139;
    font-size: 20px;
    margin: 20px 0;
    font-weight: 700
}

.mobile-tracking {
    display: none
}

.tracking-results {
    width: 750px;
    border-radius: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tracking-results,
.tracking-results>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tracking-results>div {
    border-bottom: 1px solid #d4d4d5
}

.tracking-results>div:last-of-type {
    border-bottom: none
}

.tracking-results>div>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-right: 1px solid #d4d4d5
}

.tracking-results>div>div:first-of-type {
    width: 120px;
    min-width: 120px
}

.tracking-results>div>div:nth-of-type(2) {
    width: 80px;
    min-width: 80px
}

.tracking-results>div>div:nth-of-type(3) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tracking-results>div>div:nth-of-type(4) {
    width: 90px;
    min-width: 90px
}

.tracking-results>div>div:nth-of-type(5) {
    width: 100px;
    min-width: 100px
}

.tracking-results>div>div:nth-of-type(6) {
    width: 140px;
    min-width: 140px
}

.tracking-results>div>div:last-of-type {
    border-right: none
}

.tracking-results .titles {
    border-top: 1px solid #d4d4d5;
    color: #595a62;
    font-size: 14px;
    font-weight: 600
}

.tracking-results .titles>div {
    height: 46px
}

.tracking-results .values {
    color: #243139;
    font-size: 16px;
    font-weight: 700
}

.tracking-results .values>div {
    height: 80px
}

.red {
    color: #ef494d
}

.green {
    color: #60ab17
}

.full-page {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.thanks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.thanks .thanks-inner {
    padding: 20px 0;
    width: 400px
}

.thanks .thanks-inner .letter {
    margin: 15px auto;
    width: 130px;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: #dfdfdf;
    overflow: hidden;
    border-radius: 50%
}

.thanks .thanks-inner .letter>svg {
    width: 100px;
    height: 95px
}

.thanks .thanks-inner .title {
    margin: 15px 0;
    font-size: 50px;
    line-height: 55px;
    color: #28292e;
    font-weight: 700
}

.thanks .thanks-inner .social-title,
.thanks .thanks-inner .text {
    color: #595a62;
    line-height: 22px;
    font-weight: 600;
    font-size: 18px
}

.thanks .thanks-inner .text {
    width: 250px;
    margin: 25px auto
}

.thanks .thanks-inner .text>a {
    color: #ef494d
}

.thanks .thanks-inner .text>a:hover {
    text-decoration: underline
}

.thanks .thanks-inner .promo {
    margin: 30px auto;
    color: #ef494d;
    font-size: 36px;
    font-weight: 600
}

.thanks .thanks-inner .social-title {
    margin: 10px auto
}

.thanks .thanks-inner .social {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px auto
}

.thanks .thanks-inner .social svg {
    width: 37px;
    height: 24px
}

.login-and-reg {
    max-width: 340px;
    margin: 70px auto
     -webkit-box-shadow: 0px 0px 47px 1px rgba(162, 164, 176, 0.5);
          box-shadow: 0px 0px 47px 1px rgba(162, 164, 176, 0.5);
     border-radius: 8px;
     margin:30px auto;
     padding-bottom:15px;
}

.login-and-reg .title-content-container {
    padding-top: 0 !important;
    padding-bottom: 40px !important
}

.login-and-reg .title-content-container:after {
    content: "";
    bottom: 20px
}

.login-and-reg .login-and-reg-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.login-and-reg .login-and-reg-menu>a {
    padding: 15px 5px;
    color: #595a62;
    text-align: center;
    font-weight: 700;
    border-bottom: 2px solid #d4d4d5;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 16px
}

.login-and-reg .login-and-reg-menu>a.active,
.login-and-reg .login-and-reg-menu>a:hover {
    color: #28292e;
    border-bottom-color: #ef494d
}

.login-and-reg .form-title {
    text-align: center;
    color: #28292e;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 25px 0
}

.field {
    text-align: left;
    margin: 10px auto;
    width: 90%;
}

.field .field-title {
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #28292e;
    padding-bottom: 7px;
    margin-top:13px;
    line-height: 18px;
    font-family: proxima nova regular;
}

.field .field-title.required>label:after,
.field .field-title.required>span:after {
    content: "*";
    font-size: 18px;
    padding-left: 2px;
    color: #f5405d
}

.field .field-help {
    font-size: 12px;
    line-height: 16px;
    color: #878f94;
    padding-bottom: 5px
}

.field input,
.field select {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: proxima nova regular;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 15px;
    border: 2px solid #d3d6d7;
    outline: none
}

.field input[type=checkbox],
.field select[type=checkbox] {
    width: auto;
    vertical-align: text-top
}

.field textarea {
    min-height: 150px;
    resize: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: proxima nova regular;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 15px;
    border: 2px solid #d3d6d7;
    outline: none
}

.field textarea.red {
    border-color: red
}

.field-right-link {
    text-align: right;
    color: #595a62
}

.field-right-link>a {
    text-decoration: underline;
    font-size: 13px;
    font-weight: 600
}

.cabinet-table .cabinet-table-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #d4d4d5;
    padding: 20px 0
}

.cabinet-table .cabinet-table-tr:last-of-type {
    border-bottom: none
}

.cabinet-table .cabinet-table-tr>div {
    position: relative
}

.cabinet-table .cabinet-table-tr>div:first-of-type {
    font-weight: 600;
    min-width: 75px;
    width: 75px;
    color: #868686;
    font-size: 13px
}

.cabinet-table .cabinet-table-tr>div:nth-of-type(2) {
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 5px;
    color: #243139
}

.cabinet-table .cabinet-table-tr>div>a {
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    font-size: 13px;
    color: #ef494d;
    font-weight: 600
}

.burger {
    display: none
}

.header-left-shadow {
    z-index: 4;
    right: 0
}

.header-left,
.header-left-shadow {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0
}

.header-left {
    width: 80%;
    max-width: 400px;
    background: #3d2e42;
    z-index: 5
}

.header-left .close {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50
}

.header-left .close:after,
.header-left .close:before {
    content: "";
    position: absolute;
    background: #9e97a1;
    height: 1px;
    left: 20px;
    right: 20px;
    top: 50%
}

.header-left .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header-left .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}


.header-left .menu-mobile {
    overflow: auto;
    height: calc(100% - 80px)
}

.header-left .menu-mobile .menu-item {
    color: #fff;
    font-size: 14px
}

.item-title-container {
      -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 60px;
  padding: 5% 0;
}
.item-title-container-logo {
    /*margin-bottom: 10px;*/
}
.mobile-menu-icon {
    width:40px;
    display: block;
    margin-right: 10px;
}
/*.header-left .menu-mobile .menu-item*/ .item-title {
    font-weight: 600;
    height: 100%;
    width:100%;
    position: relative;
 
}
.item-title-mobile {
    height: 50px;
    display: block;
         display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
   padding-left:20px;
}
.header-left .menu-mobile .menu-item .item-title:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    bottom: -1px;
    background: #342738
}
.header-left .logo {
display: block;
margin: 20px auto;
height: 25px;
width:200px;
}
.header-left .menu-mobile .menu-item .item-title:after {
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    width: 10px;
    height: 6px;
    content: url(/img/arrow-down.svg);
    -webkit-transition: .3s;
    transition: .3s
}

.header-left .menu-mobile .menu-item.active .item-title {
    background: -webkit-gradient(linear, left top, right top, from(#f23430), to(#fb732e));
    background: linear-gradient(90deg, #f23430 0, #fb732e)
}

.header-left .menu-mobile .menu-item.active .item-title:after {
    top: calc(50% - 5px);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 27px
}

.header-left .menu-mobile .menu-item .dropdown-menu-m {
    height: 0;
    -webkit-transition: height .3s;
    transition: height .3s;
    overflow: hidden;
    background: #342738
}

.header-left .menu-mobile .menu-item .dropdown-menu-m a {
    opacity: .6;
    padding: 17px 20px;
    display: block;
    position: relative
}

.header-left .menu-mobile .menu-item .dropdown-menu-m a:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    bottom: 0;
    background: #3d2e42
}

@media screen and (max-width:1160px) {
    .logo-wrapper {
        display: none
    }

    .burger {
        cursor: pointer;
        display: block;
        position: relative;
        width: 60px;
        min-width: 60px;
        height: 60px
    }

    .burger>div {
        position: absolute;
        background: #fff;
        height: 2px;
        left: 20px;
        right: 20px
    }

    .burger>div:first-of-type {
        top: calc(50% - 6px)
    }

    .burger>div:nth-of-type(2) {
        top: calc(50% - 1px)
    }

    .burger>div:nth-of-type(3) {
        top: calc(50% + 4px)
    }

    .header-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-middle {
        display: none
    }
}
@media (min-width: 1160px) {
    .top-block-inner { 
        height: 250px;
    }
}
@media screen and (max-width:940px) {
    .top-block-inner {
        word-wrap: break-word;
        margin: 0 auto;
        max-width: 450px;
        /*padding: 100px 10px !important*/
    }

    .top-block-inner .top-block-text .top-block-title {
        text-align: left;
        font-size: 28px;
        line-height: 34px
        margin:0;
        padding-left:15px;
    }

    .top-block-inner .top-block-text .top-block-mini {
        text-align: left;
        font-size: 18px;
        line-height: 24px
    }

    .content-container .title-content-container {
        font-size: 24px;
        padding: 0;
    }

    .content-container .title-content-container:after {
        bottom: -9px
    }

    .header-top {
        height: 60px !important
    }

    .header-top .select {
        width: 53px
    }

    .header-top .select .list {
        top: 30px;
        right: 7px;
        left: -50px
    }

    .header-top .select .arrow {
        display: none
    }

    .header-top .select .value {
        background: none
    }

    .header-top .select .value .flag {
        margin-right: 0
    }

    .header-top .select .value,
    .header-top .select a {
        padding: 10px 15px;
        font-size: 0 !important
    }

    .header-top .select a b {
        font-size: 13px
    }

    .thanks .thanks-inner {
        width: 300px
    }

    .thanks .thanks-inner .title {
        font-size: 55px
    }

    header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .85);
        opacity: 0;
        z-index: -1;
        -webkit-transition: opacity .3s, z-index .3s;
        transition: opacity .3s, z-index .3s
    }

    header,
    header .header-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    header .header-inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%
    }

    header>.logo {
        display: none
    }

    header.open {
        -webkit-transition: opacity .3s, z-index 0s;
        transition: opacity .3s, z-index 0s;
        z-index: 5;
        opacity: 1
    }

    header .select {
        margin: 10px 0 !important
    }

    header .select .list {
        top: auto;
        bottom: 40px
    }

    header .menu {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    header .menu>a {
        font-size: 16px;
        padding: 10px
    }

    header .close {
        display: block;
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px
    }

    .mobile-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .burger .burger-inner {
        cursor: pointer;
        margin: 0 0 0 auto;
        width: 25px;
        height: 20px;
        position: relative
    }

    .burger .burger-inner>div {
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        background: #fff;
        border-radius: 1px
    }

    .burger .burger-inner>div:first-of-type {
        top: 0
    }

    .burger .burger-inner>div:nth-of-type(2) {
        top: calc(50% - 1px)
    }

    .burger .burger-inner>div:nth-of-type(3) {
        bottom: 0
    }

    .mobile-tracking {
        display: block
    }

    .desktop-tracking {
        display: none
    }

    .tracking-results {
        border: 2px solid #d4d4d5;
        width: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .tracking-results>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tracking-results>div,
    .tracking-results>div>div {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .tracking-results>div>div {
        min-width: 0 !important;
        width: auto !important;
        padding-left: 18px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 55px !important;
        border-bottom: 2px solid #d4d4d5;
        border-right: none !important
    }

    .tracking-results>div>div:last-of-type {
        border-bottom: none
    }

    .tracking-results .titles {
        border-top: none !important;
        border-bottom: none !important;
        border-right: 2px solid #d4d4d5
    }

    .tracking-results .values {
        font-size: 14px
    }

    .block404 .text {
        font-size: 16px
    }

    .top-block-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 7px 0
    }

    .top-block-inner .top-block-text {
        font-size: 28px
    }

    .top-block-inner .img {
        display: none
    }

    .offers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .offers .offer {
        width: 300px;
        margin: 10px auto
    }

    .steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .steps .step {
        width: 300px;
        margin: 10px auto
    }

    .pluses {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pluses .plus {
        width: 300px;
        margin: 10px auto
    }
}
/*//////////////////////////////////////////////*/
/*///////////////// header /////////////////////*/
/*//////////////////////////////////////////////*/
@media screen and (max-width:715px) {
    .header .header-inner .header-top {
        position: relative
    }

    .header .header-inner .header-top .mobile-list-menu .header-menu,
    .header .header-inner .header-top .mobile-list-menu .header-menu-title {
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-size: 13px
    }

    .header .header-inner .header-top .mobile-list-menu .header-menu-title {
        display: block;
        position: relative;
        padding: 10px 25px 10px 10px
    }

    .header .header-inner .header-top .mobile-list-menu .header-menu-title:after {
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: calc(50% - 10px);
        width: 10px;
        height: 6px;
        content: url(/img/arrow-down.svg)
    }

    .header .header-inner .header-top .mobile-list-menu .header-menu {
        z-index: 5;
        padding: 10px 0;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        left: 0;
        right: 0;
        top: 60px;
        background: rgba(40, 41, 46, .95)
    }

    .header .header-inner .header-top .mobile-list-menu .header-menu>a,
    .header .header-inner .header-top .mobile-list-menu .header-menu>div {
        text-align: center;
        margin: 10px 0
    }

    .header .header-inner .header-top .mobile-list-menu.active .header-menu-title:after {
        top: calc(50% + 2px);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header .header-inner .header-top .mobile-list-menu.active .header-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
/*//////////////////////////////////////////////*/
/*////////////// steps /////////////////////////*/
/*//////////////////////////////////////////////*/
    .steps .step .step-number {
        width: 57px;
        height: 57px;
        font-size: 23px
    }

    .steps .step .step-number>div {
        width: 50px;
        height: 30px
    }

    .steps .step .step-number>div:after,
    .steps .step .step-number>div:before {
        border-left-width: 25px;
        border-right-width: 25px
    }

    .steps .step .step-number>div:before {
        top: -15px;
        border-bottom-width: 15px
    }

    .steps .step .step-number>div:after {
        bottom: -15px;
        border-top-width: 15px
    }

    footer>div {
        padding: 20px 10px !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    footer>div>div {
        width: 300px;
        margin: 10px auto;
        text-align: center !important
    }

    footer>div>div .images {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .tracking-form .tracking-form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tracking-form .tracking-form-group button,
    .tracking-form .tracking-form-group input {
        border-radius: 4px
    }

    .tracking-form .tracking-form-group button {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 10px 0 0 !important
    }
}
/*//////////////////////////////////////////////*/
/*////////// ae ////////////////////////////////*/
/*//////////////////////////////////////////////*/
.ae {
    text-align: right
}

.ae .select .value,
.ae .select a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ae .select .value .flag,
.ae .select a .flag {
    margin-left: 10px;
    margin-right: 0
}

.ae .select a {
    padding: 10px !important
}

.ae .top-block-inner .top-block-text .top-block-title:before {
    left: auto;
    right: 0
}

.ae .pluses,
.ae .steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ae input {
    text-align: right !important
}

.ae .cabinet-table .cabinet-table-tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ae .cabinet-table .cabinet-table-tr>div>a {
    right: auto;
    left: 0
}

@media screen and (max-width:940px) {
    .ae .header-top .select .list {
        left: -20px
    }

    .ae .pluses,
    .ae .steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
/*//////////////////////////////////////////////*/
/*////////////////////offers////////////////////*/
/*//////////////////////////////////////////////*/
.offers {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}

.offers .offers-wrapper {
    position: relative;
    height: 482px;
    margin: 0 20px;
    overflow: hidden;
    padding-bottom: 75px
}

.offers .arrow {
    position: absolute;
    z-index: 5;
    top: calc(50% - 53px);
    width: 20px;
    height: 32px;
    cursor: pointer
}

.offers .arrow:after,
.offers .arrow:before {
    position: absolute;
    content: "";
    width: 20px;
    background: #404149;
    height: 3px;
    border-radius: 2px;
    top: calc(50% - 1px)
}

.offers .arrow:before {
    top: 23px
}

.offers .arrow:after {
    top: 10px
}

.offers .arrow.left {
    left: 0
}

.offers .arrow.left:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.offers .arrow.left:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.offers .arrow.right {
    right: 0
}

.offers .arrow.right:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.offers .arrow.right:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.offers .arrow:hover:after,
.offers .arrow:hover:before {
    background: #ef494d !important
}

.offers .nav {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.offers .nav>div {
    cursor: pointer;
    width: 14px;
    height: 14px;
    padding: 5px 10px
}

.offers .nav>div:before {
    -webkit-transition: background .2s;
    transition: background .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #ef494d;
    background: rgba(239, 73, 77, 0)
}

.offers .nav>div.active:before,
.offers .nav>div:hover:before {
    background: #ef494d
}

.offers .offers-inner {
    top: 0;
    bottom: 0;
    min-width: 100%;
    position: absolute;
    padding-bottom: 75px
}

.offers .offers-inner>span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.offers .offer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #fff;
    max-width: 340px;
    color: #243139;
    margin: 10px;
    -webkit-box-shadow: 0 10px 24px rgba(12, 36, 49, .12);
    box-shadow: 0 10px 24px rgba(12, 36, 49, .12);
    position: relative;
    overflow: hidden
}

.offers .offer .offer-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    margin: 60px auto 0
}

.offers .offer .offer-icon>svg {
    display: block;
    height: 27px;
    width: 45px;
    fill: #ef494d
}

.offers .offer .offer-spec {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0;
    text-align: center;
    position: absolute;
    left: -40px;
    width: 150px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
    background: #ffa341
}

.offers .offer .offer-title {
    font-size: 16px;
    font-weight: 700;
    padding-top: 5px;
    text-align: center
}

.offers .offer .offer-price {
    height: 130px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 48px;
    font-weight: 600;
    vertical-align: middle
}

.offers .offer .offer-price,
.offers .offer .offer-price .new-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.offers .offer .offer-price .new-price>svg {
    fill: #243139;
    height: 40px;
    width: 25px;
    margin-left: 5px
}

.offers .offer .offer-price .old-price {
    position: relative;
    top: -5px;
    font-size: 23px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.offers .offer .offer-price .old-price .middle-line {
    position: relative
}

.offers .offer .offer-price .old-price .middle-line>svg {
    fill: #243139;
    height: 16px;
    width: 15px
}

.offers .offer .offer-price .old-price .middle-line:after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    background: #243139;
    height: 1px;
    top: 42%;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg)
}

.offers .offer .offer-price .old-price>svg {
    margin-left: 5px;
    height: 24px;
    width: 24px;
    fill: #ffa341
}

.offers .offer .offer-text {
    text-align: left;
    font-weight: 500;
    color: #28292e;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 50px;
    width: 225px;
    margin: 0 auto
}

.offers .offer .offer-text>div {
    margin: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.offers .offer .offer-text svg {
    fill: #ef494d;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
    height: 20px
}

.offers .offer .offer-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
    text-transform: uppercase;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    color: #ef494d;
    border-radius: 25px;
    border: 2px solid #ef494d;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    margin: 0 auto 21px;
    position: relative;
    z-index: 1
}

.offers .offer .offer-button:hover {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#f23430), to(#fb732e));
    background: linear-gradient(90deg, #f23430 0, #fb732e)
}

.offers .offer.center .offer-spec {
    background: #ef494d
}

.offers .offer.center .new-price {
    color: #ef494d
}

.offers .offer.center .new-price>svg,
.offers .offer.center .old-price>svg {
    fill: #ef494d
}

.ae .offers .offer-icon,
.ae .offers .offer-text>div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ae .offers .offer-text>div svg {
    margin-left: 12px;
    margin-right: 0
}

@media screen and (max-width:380px) {
    .offers .offers-wrapper {
        margin: 0 -10px
    }

    .offers .arrow {
        display: none
    }
}

@media screen and (max-width:720px) {
    .offers .offers-wrapper {
        height: 427px
    }

    .offers .offer .offer-icon {
        margin-top: 45px
    }

    .offers .offer .offer-price {
        height: 110px
    }

    .offers .offer .offer-text {
        padding-bottom: 30px
    }
}
/*//////////////////////////////////////////////*/
/*//////////////////////cabinet/////////////////*/
/*//////////////////////////////////////////////*/
.cabinet {
   max-width: 1142px;
    padding: 50px 10px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.cabinet__menu {
    min-width: 252px;
    margin-right: 30px
}

.cabinet__content {
    min-height: 170px;
    min-width: 556px
}

.cabinet__content-center {
    color: #868686;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

@media screen and (max-width:940px) {
    .cabinet {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 10px
    }

    .cabinet__menu {
        margin-right: 0
    }

    .cabinet__content {
        margin: 0 auto;
        min-width: 320px
    }
}

.cabinet-menu {
    width: 252px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
     border-radius: 8px;
  -webkit-box-shadow: 0px 0px 47px 1px rgba(162, 164, 176, 0.5);
          box-shadow: 0px 0px 47px 1px rgba(162, 164, 176, 0.5);
    padding: 10px 0;
	margin-top: 30px;
}

.cabinet-menu>span {
    display: inline-block;
    color: #595a62;
    padding: 0;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    background: #fff;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 0
}
@media(min-width: 768px) {
	.cabinet-menu>span {
    padding: 13px 20px;
    font-size: 16px;
    text-align: left;
	}
}

.cabinet-menu>span:before {
    z-index: 1;
    content: "";
    position: absolute;
    left: -2px;
    width: 0;
    -webkit-transition: .2s;
    transition: .2s;
    top: 0;
    bottom: 0;
    background: #ef494d
}

.cabinet-menu>span.active,
.cabinet-menu>span:hover {
    background: #f2f2f2;
    color: #28292e
}

.cabinet-menu>span.active:before,
.cabinet-menu>span:hover:before {
    width: 3px
}

@media screen and (max-width:940px) {
    .cabinet-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        /*-ms-flex-direction: row;
        flex-direction: row;*/
        padding: 0 5px;
        overflow-x: auto;
        border: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        background: #f6f6f6;
        border-radius: 0
    }

    .cabinet-menu>span {
        background: none;
        white-space: nowrap
    }

    .cabinet-menu>span:before {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        height: 0
    }

    .cabinet-menu>span.active,
    .cabinet-menu>span:hover {
        background: none
    }

    .cabinet-menu>span.active:before,
    .cabinet-menu>span:hover:before {
        width: auto;
        height: 3px
    }
}
.cabinet-container {
	min-height: 180px;
	width: 100vw;  
}
@media (min-width: 1000px) {
	.cabinet-container {
    width:auto;
    margin:30px auto !important;
	}
}
.cabinet-block {
    width:90vw;
    margin:10px 5vw 0 5vw;
      -webkit-box-shadow: 0px 0px 47px 1px rgba(162, 164, 176, 0.5);
          box-shadow: 0px 0px 47px 1px rgba(162, 164, 176, 0.5);
     border-radius: 8px;
     padding-bottom: 40px;
}
@media (min-width: 1000px) {
	.cabinet-block {
    width:480px;
    margin:0;
	}
}

.cabinet-close {
	display: none;
}
.cabinet-top-container {
      display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
            -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cabinet-order-conteiner {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cabinet-order-conteiner span {
    font-size: 26px;
    font-family: proxima nova bold;
    font-weight: 700;
    margin-left:10px;
}
.cabinet-top-container_description{
    font-size: 18px;
    font-family: proxima nova regular;
    font-weight: 600;
}
.cabinet-block__title {
    color: #28292e;
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    margin:0px 0 20px 0;
    padding:0;
    padding-top: 30px;
    text-align: center;
    font-family: proxima nova semibold;
}

.cabinet-block__content {
    padding: 0 20px
}
.cabinet-block-button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    margin-top:25px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    background-color: #ef494d;
    height: 50px;
    box-sizing: border-box;
    border-radius: 25px;
    font-weight: 600;
    border:0px;
}
.cabinet-block-button:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f23430), to(#fb732e));
  background: -webkit-linear-gradient(left, #f23430 0, #fb732e);
  background: -o-linear-gradient(left, #f23430 0, #fb732e);
  background: linear-gradient(90deg, #f23430 0, #fb732e);
}

/*//////////////////////////////////////////////*/
/*////////////////personal-information//////////*/
/*//////////////////////////////////////////////*/
.personal-information {
  width: 90vw;
  height: 180px;
   border-radius: 8px;
  -webkit-box-shadow: 0px 0px 47px 1px rgba(162, 164, 176, 0.5);
          box-shadow: 0px 0px 47px 1px rgba(162, 164, 176, 0.5);
   margin:10px 5vw 0 5vw;
}
@media (min-width: 1000px){
	.personal-information {
  	width: 700px;
  	margin:0;
  }
}
@media (min-width: 1600px){
    .personal-information {
    width: 1000px;
    margin:0;
  }
}

.personal-information h3 {
  display: block;
  height: 60px;
  width: 100%;
  padding: 15px 20px;
  margin: 0;
  background-color: #f6f6f6;
  color: #28292e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: proxima nova regular;
  font-size: 20px;
  border-radius: 8px 8px 0 0;
}
@media (min-width: 768px) {
	.personal-information h3 {
		font-size: 24px;
	}
}
.personal-information table {
  margin: 0;
  padding: 0;
  /*padding: 0 20px;*/
  width: 100%;
  color: #868686;
  font-size: 13px;
  font-family: proxima nova regular;
}

.personal-information table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.personal-information table tr th{
    margin-left: 15px;
}
.personal-information_email-change-password {
    margin-right: 15px;
}
.personal-information_email {
  border-bottom: 1px solid #d4d4d5;
}
.personal-information_email,
.personal-information_email-password {
  height: 55px;
}
.personal-information_email-change-password {
  margin-left: auto;
}
.personal-information_email-change-password a {
  text-decoration: none;
  color: #ef494d;
}
.personal-information_email-value,
.personal-information_email-password-value {
  width: 75px;
  text-align: left;
}
/*//////////////////////////////////////////////*/
/*//// personal-order-history //////////////////*/
/*//////////////////////////////////////////////*/
.personal-order-history {
	position: relative;
	margin-top:50px;
}
@media (min-width: 940px) {
	.personal-order-history {
	margin:0;
	}
}
.search-order-container {
  min-height: 170px;
 border-radius: 8px;
  -webkit-box-shadow: 0px 0px 47px 1px rgba(162, 164, 176, 0.5);
          box-shadow: 0px 0px 47px 1px rgba(162, 164, 176, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
	width: 90vw;
	margin:10px 5vw 0 5vw;

}
@media (min-width: 940px) {
	.search-order-container {
		width: 700px;
		margin:0;
		overflow: visible;
	}
}
@media (min-width: 1600px) {
	.search-order-container {
		width: 1000px;
		margin:0;
		min-height: 223px;
	}
}
.search-order-container table {
    border-radius: 8px 8px 0 0;
}
.personal-order-history_title-item {
	background-color: #f6f6f6;
}
.personal-order-history table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.personal-order-history table th,
.personal-order-history table td {
  text-align: left;
  margin-bottom: 5px;
}
.personal-order-history_value {
    border-bottom: 1px solid #d4d4d5;
}
.personal-order-history_value .history-date {
    padding-bottom: 0;
}
.personal-order-history_value-item {
	padding:10px 10px 20px 10px;
	text-align: center;
}
.personal-order-history_title-item {
	padding:20px 20px;
}
@media (max-width: 1140px) {
	.personal-order-history_value-item,
	.personal-order-history_title-item {
		padding-right: 20px;
	}
}
.history-id,
.history-date,
.history-status,
.history-payed {
	width:10%;
}
.history-link {
	width:40%;
}
.history-service {
	width:20%;
}

.personal-order-history table th {
  border-bottom: 1px solid #d4d4d5;
}
.personal-order-history table {
  margin: 0;
  padding: 0;
  /*padding: 20px 20px;*/
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #636666;
  font-size: 13px;
  font-family: proxima nova regular;
}
.personal-order-history_title {
  font-size: 13px;
  color: #28292e;
}
@media (min-width: 768px) {
  .personal-order-history_title {
    font-size: 18px;
  }
}
.search-order {
  position: absolute;
  top: -40px;
  right: 5vw;
  color: #28292e;
}
@media (min-width: 1000px) {
	.search-order {
	right: 0px;
	}
}

.search-order-input {
  border-radius: 3px;
  color: #28292e;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 14px;
  width: 165px;
  border: 2px solid #d4d4d5;
  padding-right: 25px;
  padding-left: 10px;
  height: 25px;
}
/*//////////////////////////////////////////////*/
/*///////////////invite///////////////////*/
/*//////////////////////////////////////////////*/
.invite {
  width: 90vw;
  min-height: 170px;
 border-radius: 8px;
  -webkit-box-shadow: 0px 0px 47px 1px rgba(162, 164, 176, 0.5);
          box-shadow: 0px 0px 47px 1px rgba(162, 164, 176, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin:10px 5vw 0 5vw;
  padding-bottom: 30px;
}
@media (min-width: 1000px) {
  .invite {
  width: 700px;
  margin:0;
}
}
@media (min-width: 1600px) {
  .invite {
  width: 1000px;
  margin:0;
}
}
.invite_title-container {
  display: block;
  min-height: 60px;
  width: 100%;
  padding: 5px 20px;
  padding-top:20px;
  margin: 0;
  background-color: #f6f6f6;
  color: #28292e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: proxima nova bold;
  font-size: 24px;
  border-radius: 8px 8px 0 0;
}
.invite_title-container h3,
.invite_title-container p {
  margin: 0;
  padding: 0;
}
.invite_title-container p {
  font-size: 18px;
}
.invite_friend-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  margin-top: 40px;
  font-family: proxima nova regular;
  font-size: 18px;
}
.invite_friend-link p {
  margin: 0;
}
.invite_friend-link-text {
  background:url("../img/personal-invite.svg");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left:25px;
  padding-right: 20px;
  padding-top:10px;
}
.invite_url {
  margin-top: 15px;
  font-weight: 700;
}
.invite_url input {
  width: 75vw;
  height: 40px; 
  border-radius: 4px;
  border:2px solid #d3d6d7;
  padding: 0 5px;
}
@media (min-width: 768px) {
    .invite_url input {
  width: 430px;
  }
}
@media (min-width: 1000px) {
    .invite_url input {
  width: 450px;
  }
}
@media (min-width: 1600px) {
    .invite_url input {
  width: 800px;
  }
}
/*//////////////////////////////////////////////*/
/*//////////////// support ////////////////////*/
/*//////////////////////////////////////////////*/
.support {
  width: 560px;
  min-height: 170px;
  border-radius: 3px;
  border: 2px solid #d4d4d5;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.support_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support_form-title {
  margin-bottom: 10px;
  width: 90%;
  border-radius: 3px;
  border: 2px solid #d4d4d5;
  height: 40px;
  padding: 0 15px;
  font-family: proxima nova regular;
  font-size: 18px;
}
.support_form-text {
  margin-bottom: 10px;
  border-radius: 3px;
  border: 2px solid #d4d4d5;
  height: 150px;
  padding: 15px;
  font-family: proxima nova regular;
  font-size: 18px;
  resize: none;
  width: 90%;
}
.support_form-button {
  width: 150px;
  height: 30px;
  font-family: proxima nova regular;
  font-size: 18px;
  border: 2px solid #d4d4d5;
  border-radius: 3px;
  background-color: #d4d4d5;
}
/*//////////////////////////////////////////////*/
/*///////////////owl-carousel///////////////////*/
/*//////////////////////////////////////////////*/
.owl-carousel {
    width: 100%;
    padding-bottom: 50px
}

.owl-carousel .item-video {
    height: calc((100vw - 300px) / 16 * 9);
    max-height: 600px
}

.owl-carousel .owl-video-tn {
    background-size: cover !important
}

@media screen and (max-width:1140px) {
    .owl-carousel {
        padding-bottom: 15px
    }

    .owl-carousel .item-video {
        height: calc((100vw - 20px) / 16 * 9)
    }
}
/*//////////////////////////////////////////////*/
/*//////////////rating///////////////////////*/
/*//////////////////////////////////////////////*/
.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rating .star {
    display: block;
    fill: #c6c7c7;
    width: 12px;
    height: 12px;
    margin-right: 2px
}

.rating .star.active {
    fill: #ef494d
}
/*//////////////////////////////////*//*//////////////////////////////////*/
/*/////////////review/////////////////////*/
/*//////////////////////////////////*//*//////////////////////////////////*/
.review {
    padding-bottom: 50px
}

.review>.success-template,
.review>input {
    display: none
}
.success-template {
	margin:0 auto;
margin-top:30px;
transition:0.5s;
display:block !important;
margin-top: -300px;
margin-bottom: 100px;
}
.review .labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.review .labels>label {
    display: block;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    border: 2px solid #f5f5f5;
    border-bottom: none;
    background: #fff;
    color: #595a62;
    font-weight: 700;
    font-size: 16px;
    padding: 17px 29px;
    -webkit-transition: background .2s;
    transition: background .2s
}

.review .labels>label:hover {
    background: #f9f9f9
}

.review #radio-new-review:checked~.labels #label-new-review,
.review #radio-review:checked~.labels #label-review {
    background: #f5f5f5
}

.review .content-tabs {
    overflow: auto;
    max-height: 700px;
    background: #f5f5f5;
    padding: 20px
}

.review .content-tabs>div,
.review .content-tabs>form {
    display: none
}

.review #radio-new-review:checked~.content-tabs #new-review-content,
.review #radio-review:checked~.content-tabs #review-content {
    display: block
}

.review .review-item {
    margin: 20px auto;
    max-width: 920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.review .review-item>svg {
    fill: #c6c7c7;
    width: 21px;
    min-width: 21px;
    height: 18px;
    margin-top: 18px;
    margin-right: 9px
}

.review .review-item .review-item-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.review .review-item .review-item-inner .text {
    font-size: 14px;
    line-height: 22px;
    color: #28292e;
    margin: 5px 0
}

.review .review-item .review-item-inner .name {
    font-size: 14px;
    color: #7e7e7e
}

.review .review-item .review-item-inner .name>span {
    font-size: 12px
}

.review #new-review-content {
    max-width: 340px;
    margin: 0 auto;
transition:0.5s;

}

.review .success-template {
    position: relative;
    text-align: center;
    padding: 75px 0;
    color: #28292e;
    font-size: 20px;
    font-weight: 700;
    max-width: 320px
}

.review .success-template .cancel {
    top: 12px;
    right: 12px;
    width: 18px;
    height: 18px;
    fill: #28292e;
    position: absolute;
    cursor: pointer
}

.review .success-template .checked {
    display: block;
    margin: 0 auto;
    fill: #2fb400;
    width: 46px;
    height: 34px;
    padding-bottom: 22px
}

#new-review-content .rating .star,
.rating-select .star {
    width: 18px;
    height: 18px;
    margin-right: 3px
}

#new-review-content .rating label,
.rating-select label {
    cursor: pointer
}

#new-review-content .rating input,
.rating-select input {
    display: none
}

#new-review-content .rating #star-1:checked~#label-star-1 svg,
#new-review-content .rating #star-2:checked~#label-star-1 svg,
#new-review-content .rating #star-2:checked~#label-star-2 svg,
#new-review-content .rating #star-3:checked~#label-star-1 svg,
#new-review-content .rating #star-3:checked~#label-star-2 svg,
#new-review-content .rating #star-3:checked~#label-star-3 svg,
#new-review-content .rating #star-4:checked~#label-star-1 svg,
#new-review-content .rating #star-4:checked~#label-star-2 svg,
#new-review-content .rating #star-4:checked~#label-star-3 svg,
#new-review-content .rating #star-4:checked~#label-star-4 svg,
#new-review-content .rating #star-5:checked~#label-star-1 svg,
#new-review-content .rating #star-5:checked~#label-star-2 svg,
#new-review-content .rating #star-5:checked~#label-star-3 svg,
#new-review-content .rating #star-5:checked~#label-star-4 svg,
#new-review-content .rating #star-5:checked~#label-star-5 svg,
#new-review-content .rating:hover label svg,
.rating-select #star-1:checked~#label-star-1 svg,
.rating-select #star-2:checked~#label-star-1 svg,
.rating-select #star-2:checked~#label-star-2 svg,
.rating-select #star-3:checked~#label-star-1 svg,
.rating-select #star-3:checked~#label-star-2 svg,
.rating-select #star-3:checked~#label-star-3 svg,
.rating-select #star-4:checked~#label-star-1 svg,
.rating-select #star-4:checked~#label-star-2 svg,
.rating-select #star-4:checked~#label-star-3 svg,
.rating-select #star-4:checked~#label-star-4 svg,
.rating-select #star-5:checked~#label-star-1 svg,
.rating-select #star-5:checked~#label-star-2 svg,
.rating-select #star-5:checked~#label-star-3 svg,
.rating-select #star-5:checked~#label-star-4 svg,
.rating-select #star-5:checked~#label-star-5 svg,
.rating-select:hover label svg {
    fill: #ef494d
}

#new-review-content .rating:hover label:hover~label svg,
.rating-select:hover label:hover~label svg {
    fill: #c6c7c7
}

.rating-select {
    font-size: 14px
}

.rating-select .star {
    width: 15px;
    height: 15px
}

.error,
.repeat,
.success {
    display: none
}

.success {
    color: #2fb400
}

.error,
.repeat {
    color: #f5405d
}
/*//////////////////////////////////////////////*/
/*//////////////pagination////////////////////*/
/*//////////////////////////////////////////////*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #3b4555;
    width: calc(79% - 30px)
}

.pagination li {
    list-style-type: none
}

.pagination li a,
.pagination li span {
    padding: 5px
}

.pagination li a {
    cursor: pointer
}

.pagination li.active,
.pagination li:hover {
    color: #ef494d
}

.pagination li.disabled {
    color: #878f94;
    cursor: default
}

@media screen and (max-width:960px) {
    .pagination {
        width: calc(66.66666666666667% - 30px)
    }
}

@media screen and (max-width:780px) {
    .pagination {
        width: calc(100% - 30px)
    }
}

@media screen and (max-width:560px) {
    .pagination {
        width: calc(100% - 6px);
        margin: 15px 0
    }
}
/*//////////////////////////////////////////////*/
/*///////////////beard-crumbs///////////////////*/
/*//////////////////////////////////////////////*/
.beard-crumbs {
    font-size: 14px;
    color: #595a62;
    margin: 10px auto;
    text-align: left;
}
@media (max-width: 768px) {
   .beard-crumbs {
    margin: 10px auto 5px auto;
    } 
}

.beard-crumbs a:hover {
    text-decoration: underline;
    cursor: pointer
}

.beard-crumbs a.disabled {
    text-decoration: none;
    cursor: default
}

.beard-crumbs svg {
    height: 9px;
    width: 14px;
    margin: 0 5px;
    fill: #595a62
}

.pay {
    width: 100%;
    display: block;
    border: none;
    max-width: 1160px;
    margin: 0 auto;
    min-height: 640px
}

td.success {
    display: table-cell
}

#loading-screen {
    position: fixed;
    top:0;
    background-color: #000000;
    opacity: 0.7;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}
#new-orders {
            display:flex;
            position: fixed;
            left:50px;
            bottom: 100px;
            width: 200px;
            height: 100px;
            background-color: white;
        }