/*APPSTORE SECTION*/
.appstore-section {
   padding: 51px 0 55px 368px;
   background: url(/images/appstoreEnter/appstore-full-iphone.png) no-repeat 114px 41px;
}
.appstore-section .appstore-section__title {
    font: 27px/34px Arial, sans-serif;
    color: #464646;
    margin-bottom: 22px;
    font-weight: bold;
    letter-spacing: .1px;
}
.appstore-section .appstore-section__title .col--green {
    color: #80B24B;
}
.appstore-section .appstore-section__title .col--blue {
    color: #5978a5;
}
.appstore-section .appstore-section__text {
    width: 450px;
}
.appstore-section .appstore-section__text {
   margin-bottom: 33px;
    font: 15px/22px Arial, sans-serif;
    color: #333;
    letter-spacing: .3px;
}
.appstore-section__button{
    display: inline-block;
    margin-right: 15px;
}
.appstore-section .appstore-section__button .icon-appstore-black {
    width: 136px;
    height: 40px;
}

/*APPSTORE FOOTER*/
.appstore-footer {
    border-top: 2px solid #6880a5;
    border-bottom: 2px solid #6880a5;
    font-size: 0;
    padding: 35px 0;
}
.appstore-footer__item {
    display: inline-block;
    vertical-align: top;

}
.appstore-footer__item + .appstore-footer__item {
    margin-left: 30px;
}
.appstore-footer__title {
    font: 18px/24px Arial, sans-serif;
    color: #fff;
    width: 455px;
}
.appstore-footer__icon .icon-smile-phone {
    fill: #fff;
    width: 32px;
    height: 45px;
}
.appstore-footer__icon .icon-24h-phone {
    fill: #fff;
    width: 38px;
    height: 36px;
}
.appstore-footer__phone {
    font: 24px/24px Arial, sans-serif;
    color: #fff;
    font-weight: bold;
}
.appstore-footer__support-link {
    font: 13px/24px Arial, sans-serif;
    color: #fff;
    transition: color .2s ease
}
.appstore-footer__support-link:hover {
    color: #d1f3ac;
}
.appstore-footer__text {
    font: 13px/20px Arial, sans-serif;
    color: #fff;
}
.appstore-footer__button .icon-appstore-white {
    width: 132px;
    height: 40px;
}
.appstore-footer__button:hover, .appstore-footer__button:hover, .appstore-section__button:hover{
    opacity: .8;
}
.appstore-footer__title .col--green,
.appstore-footer__text .col--green {
    color: #d1f3ac;
}
.appstore-footer__text .thanks-link {
    display: inline-block;
    margin-top: 14px;
    position: relative;
    transition: color .2s ease;
}
.appstore-footer__text .thanks-link:hover {
    color: #fff;
}
.appstore-footer__text .thanks-link:after,
.appstore-footer__text .thanks-link:before {
    position: absolute;
    right: -13px;
    top: 6px;
    content: "";
    border: 4px solid transparent;
    transition: border-color .2s ease;
}
.appstore-footer__text .thanks-link:after {
    border-left-color: #57729b;
}
.appstore-footer__text .thanks-link:before {
    border-left-color: #d1f3ac;
    right: -14px;
}
.appstore-footer__text .thanks-link:hover::before {
    border-left-color: #fff;
}
.appstore-footer__buttons{
    width: 500px;
}
.appstore-footer__button {
    margin-top: 5px;
    display: block;
    margin-right: 10px;
    float: left;
}
/*APPSTORE FOOTER { MODIFY -- DONUTS  }*/
.appstore-footer.appstore-footer--donuts {
    padding-bottom: 20px;
}
.appstore-footer--donuts .appstore-footer__item {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 85px;
}
.appstore-footer--donuts .appstore-footer__item:first-child {
    width: 342px;
}
.appstore-footer--donuts .appstore-footer__item:last-child {
    width: 302px;
    padding-right: 40px;
}
.appstore-footer--donuts .appstore-footer__item:nth-child(2) {
    width: 315px;
}
.appstore-footer--donuts .icon-smile-phone {
    fill: #fff;
    width: 28px;
    height: 39px;
}
.appstore-footer--donuts .appstore-footer__text {
    margin-bottom: 17px;
}
.appstore-footer--donuts  .appstore-footer__item + .appstore-footer__item {
    margin-left: 0px;
}
.appstore-footer--donuts .appstore-footer__title {
    width: auto;
    position: relative;
    padding-left: 52px;
    line-height: 40px;
    margin-bottom: 9px;
}
.appstore-footer--donuts .appstore-footer__icon svg {
    position: absolute;
    top: 0;
    left: 0;
}
.appstore-footer--donuts .appstore-footer__icon .icon-cup {
    fill: #fff;
    width: 34px;
    height: 38px;
    top: -2px;
}
.appstore-footer--donuts .appstore-footer__phone {
    margin-bottom: 15px;
}
/*APPSTORE FOOTER { MODIFY -- DONUTS  } END */

/*APPSTORE NOTICE*/
.appstore-notice {
    font-size: 0;
    padding: 25px 0 20px;
    padding-left: 138px;
    background: url(/images/appstoreEnter/appstore-notice-iphone.png) no-repeat 37px bottom;
    letter-spacing: .1px;
}
.appstore-notice .appstore-notice__item {
    display: inline-block;
    vertical-align: top;
}
.appstore-notice .appstore-notice__title {
    font: 19px/24px Arial, sans-serif;
    margin-right: 31px;
    color: #fff;
    margin-bottom: 4px;
}
.appstore-notice .appstore-notice__description {
    font: 13px/24px Arial, sans-serif;
    color: #fff;
}
.appstore-notice .appstore-notice__button {
    margin-right: 15px;
    margin-top: 7px;
}
.telegram__button {
    display: inline-block;
    width: 134px;
}
.google-play__button {
    display: inline-block;
    width: 135px;
}
.telegram__button>img,
.google-play__button>img {
    max-width: 100%;
}
.appstore-footer__telegram-wrapper {
    clear: both;
    padding-top: 18px;
}
.appstore-footer__telegram-button {
    font-size: 14px;
    color: #fff;
    background: url(/images/mobileappEnter/telegram-icon.png) 0 1px no-repeat;
    background-size: 15px 13px;
    display: inline-block;
    padding-left: 25px;
    height: 16px;
}
.appstore-footer__telegram-button:hover {
    opacity: 0.8;
    color: #fff !important;
}
.appstore-notice .appstore-notice__title .col--green {
    color: #d1f3ac;
}
.appstore-notice .appstore-notice__button .icon-appstore-white {
    width: 133px;
    height: 40px;
}
.appstore-notice__button:hover, .telegram__button:hover, .appstore-suggestion__button:hover {
    opacity: .8;
}
.appstore-notice .appstore-notice__link {
    font: 13px/18px Arial, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.appstore-notice__link:hover {
    opacity: .8;
}
.appstore-notice .appstore-notice__link span {
border-bottom: 1px dashed #fff;
display: inline-block;
}

/*APPSTORE BANNER*/
.appstore-suggestion {
    margin-bottom: 40px;
    padding: 30px 27px 34px 197px;
    background:#fff url(/images/appstoreEnter/appstore-banner-iphone.png) no-repeat 27px 100%;
}
.appstore-suggestion .appstore-suggestion__title  {
    font: 22px/28px Arial, sans-serif;
    color: #333333;
    margin-bottom: 20px;
    letter-spacing: .1px;
}
.appstore-suggestion .appstore-suggestion__title .col--green  {
    color: #6fae2e;

}

.appstore-suggestion .appstore-suggestion__button{
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 15px;
}
.appstore-suggestion .appstore-suggestion__button .icon-appstore-black  {
    width: 132px;
    height: 40px;
}

.appstore-suggestion .appstore-suggestion__caption  {
    font: 14px/20px Arial, sans-serif;
    color: #888;
}
.appstore-suggestion .appstore-suggestion__link  {
    font: 14px/20px Arial, sans-serif;
    color: #4163a6;
    text-decoration: none;
}
.appstore-suggestion .appstore-suggestion__link:hover  {
    color: #8ab75a;
}
.questionPage .appstore-suggestion {
    margin-top: 40px;
}
