@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
.m15-all {
    margin: 10px;
}
.red {
    color: #fa3333;
}
.lred {
    color: #ff6767 !important;
}
.f400 {
    font-weight: 500;
}
.block {
    display: block !important;
}
audio, canvas, video {
    display: inline-block;
    max-width: 100%}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
* {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none !important;
}
.clear:after {
    content: "";
    clear: both;
    display: block;
}
input[type=text]:focus {
    outline: none;
}
select:focus, input:focus, button:focus, textarea:focus {
    outline: none;
}
html {
    background: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%}
body {
    line-height: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 150%;
    color: #3b4f5f;
    font-weight: 400;
}
a {
    line-height: 100%;
    color: #4083fd;
}
a:hover {
    text-decoration: none;
    color: #3169ce;
}
a:active, a:hover, a:focus {
    outline: 0 !important;
    color: #3169ce;
    text-decoration: none;
}
label {
    margin-bottom: 0;
}
span {
    line-height: 100%}
li {
    line-height: 100%}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 100%;
    margin: 0;
    color: #3b4f5f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.space {
    margin-top: 15px;
    padding-top: 15px;
}
.papage h1, .papage .h1 {
    font-size: 20px;
    line-height: 118.5%;
    padding: 15px 0 10px;
}
.papage h2 {
    font-size: 14px;
    line-height: 118.5%;
    margin: 25px 0 10px;
}
.papage p {
    font-size: 14px;
    margin: 0;
}
h1 {
    font-size: 30px;
    line-height: 118.5%}
h2, .h2, .papage .h2 {
    font-size: 20px;
    line-height: 118.5%}
h3, .h3 {
    font-size: 18px;
    line-height: 20px;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #3b4f5f;
    font-weight: 400;
    text-align: center;
}
p {
    margin: 10px 0;
}
#banner .head-txt-1 {
    font-family: 'Montserrat', sans-serif;
    line-height: 34px;
    font-size: 34px;
    margin-bottom: 5px;
}
#banner .head-txt-2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    color: #3b4f5f;
    text-transform: uppercase;
}
@media only screen and (max-width:479px) {
    #banner .head-txt-1 {
        text-transform: uppercase;
        line-height: 26px;
        font-size: 18px;
    }
    #banner .head-txt-2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        color: #3b4f5f;
        text-transform: uppercase;
    }
}.light-blue-bg {
     background-color: #ebf8fe;
     padding: 50px 0;
 }
.light-blue-bg2 {
    background-color: #ebf8fe;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    border-radius: 6px;
}
th, td {
    border: 0;
    text-align: left;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #3b4f5f;
    font-weight: 400;
}
th:last-child, td:last-child {
    border-right: 0;
}
a, button {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.transform {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.transform-top {
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.transform-left {
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex_j-center {
    -webkit-justify-content: center;
    justify-content: center;
}
.flex_j-space-around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.flex_j-space-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex_j-flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.flex_a-flex-start {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.flex_a-flex-inherit {
    -webkit-align-items: inherit;
    align-items: inherit;
}
.text-uppercase {
    text-transform: uppercase;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms--webkit-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
.img {
    line-height: 0;
}
.container {
    width: 1288px;
    margin: 0 auto;
    padding: 0;
    max-width: inherit;
}
a.btn, .btn {
    border: 0;
    cursor: pointer;
    background: #4083fd;
    border-radius: 10px;
    font-size: 14px;
    line-height: 118.5%;
    color: #fff;
    height: 42px;
    min-width: 135px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
a.btn.short, .btn.short {
    display: block;
    padding: 12px 25px;
    -webkit-flex-direction: unset;
    flex-direction: unset;
}
a.btn:hover, .btn:hover {
    background: #3169ce;
}
.fadeEl {
    opacity: 0;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease-in-out;
    -moz-transition: opacity .8s ease, -moz-transform .8s ease-in-out;
    transition: opacity .8s ease, transform .8s ease-in-out;
}
.fadeEl.anim {
    opacity: 1 !important;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.fadeEl.fadeEl-left {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
.fadeEl.fadeEl-left.anim {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.fadeEl.fadeEl-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.fadeEl.fadeEl-right.anim {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width:1220px) {
    .anim-top, .anim-top {
        visibility: visible !important;
        -webkit-transform: translateY(0) scale(1) !important;
        opacity: 1 !important;
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(.6, .2, .1, 1) .08s, opacity 1.2s cubic-bezier(.6, .2, .1, 1) .08s;
        transition: transform 1.2s cubic-bezier(.6, .2, .1, 1) .08s, opacity 1.2s cubic-bezier(.6, .2, .1, 1) .08s !important;
    }
    .fadeElAnim {
        opacity: 1 !important;
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
    .fadeEl.fadeEl-right {
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
    .fadeEl.fadeEl-left.anim {
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
}.js-loading *, .js-loading *:before, .js-loading *:after {
     animation-play-state: paused !important;
 }
.bg-transparent {
    background: 0 0;
}
#main {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.anim-top {
    visibility: visible;
    -webkit-transform: translateY(20px) scale(.9) !important;
    opacity: 0 !important;
    transform: translateY(20px) scale(.9) !important;
    opacity: 0;
}
.anim-top.anim, .anim-top.start-animation {
    visibility: visible;
    -webkit-transform: translateY(0) scale(1) !important;
    opacity: 1 !important;
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.6, .2, .1, 1) .08s, opacity 1.2s cubic-bezier(.6, .2, .1, 1) .08s;
    transition: transform 1.2s cubic-bezier(.6, .2, .1, 1) .08s, opacity 1.2s cubic-bezier(.6, .2, .1, 1) .08s;
}
@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}.flipInY {
     backface-visibility: visible !important;
     animation-name: flipInY;
 }
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: none;
}
#loader {
    background: #fff;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
}
#loader .spinner {
    animation: loading 2s linear infinite;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
.sk-cube-grid {
    width: 4em;
    height: 4em;
    margin: auto;
}
.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #4083fd;
    float: left;
    -webkit-animation: sk-cube-grid-scale-delay 1.3s infinite ease-in-out;
    animation: sk-cube-grid-scale-delay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube-1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.sk-cube-grid .sk-cube-2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.sk-cube-grid .sk-cube-3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.sk-cube-grid .sk-cube-4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.sk-cube-grid .sk-cube-5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.sk-cube-grid .sk-cube-6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.sk-cube-grid .sk-cube-7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.sk-cube-grid .sk-cube-8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.sk-cube-grid .sk-cube-9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
@-webkit-keyframes sk-cube-grid-scale-delay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}@keyframes sk-cube-grid-scale-delay {
     0%, 70%, 100% {
         -webkit-transform: scale3D(1, 1, 1);
         transform: scale3D(1, 1, 1);
     }
     35% {
         -webkit-transform: scale3D(0, 0, 1);
         transform: scale3D(0, 0, 1);
     }
 }.blue-txt {
      color: #4083fd;
  }
.white-txt {
    color: #fff;
}
.green-txt {
    color: #17a808;
}
.icon-txt {
    color: hotpink;
}
.title-txt-1 {
    color: #4083fd;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.com {
    display: block;
    font-size: 12px;
    color: #ababab;
    letter-spacing: 5.3px;
    font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width:479px) {
    .com.m {
        font-size: 10px;
        letter-spacing: 3.4px;
    }
}.desktop {
     display: block;
 }
.mob {
    display: none;
}
#scroll_top {
    position: absolute;
    width: 92px;
    height: 92px;
    background: #3b4f5f;
    border-radius: 50%;
    position: absolute;
    top: -28px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    cursor: pointer;
    z-index: 1;
}
#scroll_top img {
    position: relative;
    top: 20px;
}
header .logo_block {
    padding: 25px 0;
    display: inline-block;
}
.ny-hat {
    display: block;
    margin-bottom: -40px !important;
}
header .logo_block .go-ny {
    padding-left: 40px;
}
header .promo_head {
    display: inline-block;
    padding: 25px 0;
    float: right;
}
header .promo_head .pr-block {
    width: 300px;
    height: 40px;
}
header .promo_head .pr-block p {
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    display: inline-block;
    padding: 0 10px 0;
}
header .promo_head .pr-block a img {
    margin-top: -10px;
    width: 26px;
}
header .logo {
    font-size: 24px;
    line-height: 29px;
    color: #3b4f5f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
#menu {
    background: #f4f4f4;
    border-radius: 10px;
    margin-left: 200px;
    margin-top: -65px;
}
.righter {
    float: right !important;
}
#menu .mmenu ul {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#menu .mmenu li {
    margin-left: 39px;
}
#menu .mmenu a {
    color: #7d8083;
    font-size: 14px;
    line-height: 118.5%;
    font-weight: 500;
}
#menu .mmenu .active, #menu .mmenu a:hover {
    color: #4083fd;
}
#menu .btn_block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
header .come_in {
    color: #4083fd;
    font-size: 14px;
    line-height: 118.5%;
    margin-right: 20px;
}
header .come_in:hover {
    color: #3169ce;
}
#banner {
    margin-top: 80px;
}
#banner .txt {
    width: 710px;
}
#banner .p_tittle {
    font-size: 14px;
    line-height: 118.5%;
    color: #4083fd;
    margin-top: 0;
    margin-bottom: 10px;
}
#banner p {
    font-size: 16px;
    line-height: 150%;
    margin: 20px 0 0;
}
#banner .btn_block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
}
#banner .btn_catalog {
    width: 160px;
    margin-right: 28px;
}
#banner .btn_catalog i {
    margin-right: 7px;
    position: relative;
    top: -2px;
}
#banner .btn_catalog img {
    margin-right: 7px;
    position: relative;
    top: -2px;
}
#banner .btn_reviews, .seo-more-info .btn_reviews {
    color: #7d8083;
    font-size: 14px;
    line-height: 118.5%}
#banner .btn_reviews:hover, .seo-more-info .btn_reviews:hover, #service_catalog .offer a:hover {
    color: #000;
}
.seo-more-info li {
    margin-left: 25px;
    padding-left: 25px;
}
#banner .img_group {
    position: relative;
    width: 471px;
    height: 432px;
}
#banner .img_group .img {
    background: rgba(255, 255, 255, .5);
    box-shadow: 0px 4px 12px rgba(23, 29, 41, .08);
    border-radius: 8px;
    width: 102px;
    height: 102px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
}
#banner .img_group.sqw .img {
    background: rgba(255, 255, 255, .5);
    box-shadow: 0px 4px 12px rgba(23, 29, 41, .08);
    border-radius: 8px;
    width: 130px;
    height: 130px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
}
#banner .img_group .wk {
    top: 27px;
    left: 51px;
}
#banner .img_group .tiktok {
    top: 0;
    right: 120px;
}
#banner .img_group .ok {
    right: 0;
    top: 127px;
}
#banner .img_group .youtube {
    top: 280px;
    right: 20px;
}
#banner .img_group .facebook {
    bottom: 0;
    left: 147px;
}
#banner .img_group .instagram {
    left: 0;
    bottom: 130px;
}
#banner .img_group .telegram {
    bottom: 158px;
    left: 198px;
}
#banner .img_group i {
    font-size: 50px;
}
#banner .img_group .icon-wk {
    font-size: 50px;
}
#banner .img_group .icon-c_tiktok {
    font-size: 40px;
}
#banner .img_group .icon-c_ok {
    font-size: 45px;
}
#banner .img_group .icon-c_youtube {
    font-size: 35px;
}
.icon-wk, .icon-telegram, .icon-facebook {
    position: relative;
}
.icon-wk .path2, .icon-telegram .path2, .icon-facebook .path2 {
    position: absolute;
}
#banner .img_group.sqw .wk {
    top: 10px;
    left: 10px;
}
#banner .img_group.sqw .tiktok {
    top: 150px;
    left: 10px;
}
#banner .img_group.sqw .ok {
    top: 290px;
    left: 10px;
}
#banner .img_group.sqw .youtube {
    top: 10px;
    left: 150px;
}
#banner .img_group.sqw .facebook {
    top: 150px;
    left: 150px;
}
#banner .img_group.sqw .instagram {
    top: 290px;
    left: 150px;
}
#banner .img_group.sqw .telegram {
    top: 10px;
    left: 290px;
}
#banner .img_group.sqw .twitter {
    top: 150px;
    left: 290px;
}
#banner .img_group.sqw .ya-zen {
    top: 290px;
    left: 290px;
}
#banner .bottom {
    margin-top: 100px;
}
#banner .bottom .item {
    color: #7d8083;
    margin-right: 28px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
#banner .bottom img {
    margin-right: 7px;
}
#service_catalog {
    margin-top: 30px;
}
@media only screen and (max-width:991px) {
    #service_catalog {
        margin-top: 15px !important;
    }
}#service_catalog .container {
     width: 1150px;
 }
.tittle_block p {
    font-size: 14px;
    line-height: 118.5%;
    color: #7d8083;
}
#service_catalog .list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -34px;
    margin-top: 30px;
}
#service_catalog .list .item {
    width: 359px;
    height: 43px;
    margin-right: 34px;
    margin-bottom: 21px;
    background: #f4f4f4;
    border-radius: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
#service_catalog .list .item.index {
    z-index: 5;
}
#service_catalog .list .tit {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 12px 10px 12px 19px;
}
#service_catalog .list .tit .img {
    margin-right: 12px;
    width: 26px;
    text-align: center;
}
#service_catalog .list .tit .img img {
    max-width: 20px;
}
#service_catalog .list .tit p, #service_catalog .list .tit a {
    font-size: 15px;
    line-height: 118.5%;
    margin: 0;
    color: #3b4f5f;
}
#service_catalog .service_catalog-more {
    padding-right: 19px;
}
#service_catalog .service_catalog-more .btn {
    background: #fff;
    border-radius: 10px;
    width: 68px;
    height: 18px;
    min-width: auto;
    letter-spacing: .05em;
    color: #7d8083;
    font-size: 10px;
    line-height: 0;
}
#service_catalog .service_catalog-more .btn.active {
    box-shadow: none;
}
#service_catalog .service_catalog-more .more-list:before {
    content: '';
    display: block;
    background: url(../img/ico/arrow.svg) no-repeat;
    position: absolute;
    right: 48px;
    top: 6px;
    width: 10px;
    height: 7px;
}
#service_catalog .service_catalog-more .more-list {
    position: absolute;
    border-radius: 20px;
    width: 280px;
    z-index: 9;
    right: 0;
    top: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding-top: 20px;
}
#service_catalog .service_catalog-more:hover .more-list {
    visibility: visible;
    opacity: 1;
}
#service_catalog .service_catalog-more .more-list ul {
    list-style: none;
    padding: 12px 0;
    background: #fff;
    box-shadow: 0px 30px 60px rgba(51, 77, 110, .2);
    border-radius: 20px;
    position: relative;
    top: -7px;
}
#service_catalog .service_catalog-more .more-list a {
    padding: 11px 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    color: #334d6e;
    font-size: 13px;
    line-height: 17px;
}
#service_catalog .service_catalog-more .more-list i {
    margin-right: 10px;
    font-size: 17px;
    width: 20px;
    text-align: center;
}
#service_catalog .service_catalog-more .more-list img {
    margin-right: 10px;
    font-size: 17px;
    width: 15px;
    text-align: center;
}
.service_catalog-more .icon-m_list:before {
    font-size: 10px;
}
.service_catalog-more .icon-m_list {
    font-size: 12px !important;
}
#service_catalog .service_catalog-more .more-list a:hover {
    background: #f9f9f9;
}
#service_catalog .service_catalog-more .more-list a:hover i:before {
    color: #4083fd;
}
#service_catalog .offer {
    color: #ababab;
    font-size: 14px;
    line-height: 118.5%;
    margin-top: 20px;
}
#service_catalog .offer a {
    color: #686666;
}
#service_catalog .bonus-guarantee {
    margin-top: 100px;
}
#service_catalog .bonus-guarantee .item {
    width: 465px;
    height: 155px;
    background: #fff;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    border-radius: 24px;
    padding: 28px;
    margin: 0 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#service_catalog .bonus-guarantee .img {
    background: #eef9ff;
    border-radius: 24px;
    width: 100px;
    height: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#service_catalog .bonus-guarantee .txt {
    width: calc(100% - 100px);
    padding-left: 28px;
}
#service_catalog .bonus-guarantee p {
    font-size: 16px;
    line-height: 118%;
    color: #3b4f5f;
    margin: 20px 0 0;
}
#blog {
    margin-top: 100px;
}
#blog .blog-list {
    margin-top: 35px;
}
#blog .big_item {
    width: 743px;
    height: 406px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
#blog .big_item:before {
    content: '';
    display: block;
    width: 100%;
    height: 158px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    z-index: 1;
}
#blog .big_item .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#blog .big_item .img img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#blog .big_item .bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    padding: 0 28px 39px 67px;
}
#blog .big_item .date {
    font-size: 14px;
    line-height: 118.5%;
    color: #fff;
}
#blog .big_item h2 {
    color: #fff;
    margin-top: 15px;
    max-width: 265px;
}
#blog .big_item .btn {
    border-radius: 10px;
    width: 158px;
    height: 42px;
    background: #efefef;
    color: #3b4f5f;
}
#blog .big_item .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
#blog .big_item:hover img {
    transform: scale(1.07);
}
#blog .big_item:hover .btn {
    background: #fff;
}
#blog .small-item {
    margin-bottom: -16px;
}
#blog .small-item .item {
    background: #f4f4f4;
    border-radius: 10px;
    width: 525px;
    height: 124px;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#blog .small-item .img {
    overflow: hidden;
    width: 150px;
    height: 100%}
#blog .small-item .img img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#blog .small-item .item:hover img {
    transform: scale(1.07);
}
#blog .small-item .txt {
    width: calc(100% - 150px);
    padding-left: 48px;
    padding-right: 50px;
}
#blog .small-item h2 {
    font-size: 16px;
    line-height: 118.5%;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 19px;
}
#blog .small-item p {
    color: #3b4f5f;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 118.5%}
#blog .small-item .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
#blog .blog_more {
    font-size: 14px;
    line-height: 118.5%;
    margin-top: 60px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
#payment {
    margin-top: 92px;
}
#payment .item {
    margin-top: 27px;
    background: #fff;
    border: 1px solid #d9d9d9 !important;
    box-sizing: border-box;
    border-radius: 6px;
    width: 165px;
    height: 114px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 22px;
}
#payment .item img {
    max-width: 90%}
#payment .payment_slider {
    margin-right: -22px;
}
#reviews {
    margin-top: 145px;
}
#reviews .txt {
    width: 456px;
}
#reviews h2 {
    margin-bottom: 30px;
}
#reviews p {
    font-size: 16px;
    line-height: 153%;
    color: #7d8083;
    margin-top: 20px;
}
#reviews ul {
    list-style: none;
    margin-top: 30px;
}
#reviews li {
    margin: 17px 0 0;
}
#reviews li a {
    color: #3b4f5f;
    font-size: 16px;
    line-height: 118.5%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#reviews li a img {
    margin-left: 13px;
}
#reviews li a:hover {
    color: #3169ce;
}
#reviews li a:hover i:before {
    fill: #3169ce;
}
#faq {
    margin-top: 160px;
}
#faq .tittle_block {
    margin-bottom: 50px;
}
.dropdownBlock {
    position: relative;
    width: 100%;
    margin-bottom: 29px;
}
.dropdown__btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 21px 50px;
    background: #f4f4f4;
}
.dropdown__list {
    overflow: hidden;
    height: auto;
    display: none;
    border-top: .5px solid #c4c4c4;
    padding: 0 50px 30px;
    background: #f4f4f4;
}
.dropdown__content {
    padding-top: 15px;
}
.dropdown__content p {
    margin: 15px 0;
    font-size: 14px;
    line-height: 20px;
    color: #3b4f5f;
}
.dropdown__content ol li, .dropdown__content ul li {
    margin: 10px 0 10px 25px;
    font-size: 14px;
    line-height: 20px;
    text-align: left !important;
}
.dropdown__btn .tit {
    font-size: 18px;
    line-height: 20px;
    color: #3b4f5f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.dropdown__wrap-ico {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.dropdown__wrap-ico:before {
    content: "+";
    font-size: 36px;
    line-height: 20px;
    color: #3b4f5f;
}
.dropdown__wrap-ico.active:before {
    content: "-";
    font-size: 36px;
    line-height: 20px;
    color: #3b4f5f;
}
.dropdown__wrap-ico.active {
    transform: rotate(180deg);
}
@media (max-width:1520px) {
    .dropdown__btn {
        padding: 30px 40px;
    }
    .dropdown__btn .tit {
        font-size: 16px;
    }
}@media (max-width:620px) {
    .dropdown__btn .tit {
        font-size: 14px;
        line-height: 17px;
        padding-right: 10px;
    }
    .dropdownBlock {
        margin-bottom: 8px;
    }
    .dropdown__content {
        margin-top: 0;
    }
    .dropdown__list {
        padding: 0 30px 20px;
    }
    .dropdown__btn {
        padding: 20px 30px;
    }
}footer {
     position: relative;
     background: #3b4f5f;
     margin-top: 130px;
     padding: 58px 0;
 }
footer .item:first-child {
    width: 240px;
}
footer .flex_end {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}
footer .flex_center {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    flex-direction: column;
    justify-content: center;
}
footer .logo a {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: .1em;
    color: #fff;
}
footer p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 18px 0;
}
footer .txt-let {
    letter-spacing: .1em;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
}
footer .footer-links-ssm a {
    line-height: 26px;
    font-weight: 300;
}
footer .tit {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}
footer li {
    margin-bottom: 12px;
}
footer a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: block;
}
footer a:hover {
    opacity: .7;
    color: #fff;
}
footer .soc i {
    font-size: 49px;
}
.mb-20 {
    margin-bottom: 20px;
}
#main__section {
    margin-top: 40px;
}
#main__section .row {
    align-items: flex-start;
}
#left_side {
    width: 280px;
}
#left_side ul {
    list-style: none;
    padding: 18px 0;
    background: #f9f9f9;
}
#left_side a {
    padding: 12px 14px;
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #334d6e;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#left_side a:hover {
    background: #fff;
}
#left_side a.active {
    background: #f1f1f1;
}
#left_side a .img {
    width: 18px;
    margin-right: 13px;
    text-align: center;
}
#left_side a .img img {
    max-width: 100%;
    margin: 0 auto;
}
#left_side i {
    text-align: center;
}
#left_side .icon-c_instagram {
    font-size: 18px;
}
#left_side .icon-c_wk {
    font-size: 11px;
}
#left_side .icon-c_youtube {
    font-size: 13px;
}
#left_side .icon-c_telegram {
    font-size: 15px;
}
#left_side .icon-c_twitter {
    font-size: 15px;
}
#left_side .icon-c_facebook {
    font-size: 17px;
}
#left_side .icon-c_tiktok {
    font-size: 17px;
}
#left_side .icon-s_likee {
    font-size: 17px;
}
#left_side .icon-c_twitch {
    font-size: 17px;
}
#left_side .icon-c_ok {
    font-size: 19px;
}
#left_side .icon-gplay {
    font-size: 17px;
}
#left_side .icon-music {
    font-size: 17px;
}
#left_side .icon-m_smile {
    font-size: 15px;
    position: relative;
}
.icon-m_smile {
    position: relative;
}
.icon-m_smile .smile-eye:before {
    content: '.';
    display: block;
    color: #c2cfe0;
    position: absolute;
    top: -7px;
    left: 4px;
}
.icon-m_smile .smile-eye:after {
    content: '.';
    display: block;
    color: #c2cfe0;
    position: absolute;
    top: -7px;
    left: 7px;
}
#left_side .icon-m_help {
    font-size: 16px;
}
#left_side .icon-admin_star {
    font-size: 15px;
}
#left_side .icon-admin_star:before {
    color: #c2cfe0;
}
#left_side .icon-c_youtube .path2 {
    top: 0;
    left: 19px;
}
#left_side a img {
    margin-right: 13px;
    height: auto;
}
#right_side {
    width: calc(100% - 280px);
    padding-left: 27px;
}
#bread_crumbs {
    background: #f9f9f9;
    margin-bottom: 30px;
    padding: 30px;
}
#bread_crumbs ul {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#bread_crumbs li {
    font-size: 14px;
    line-height: 17px;
    margin-right: 20px;
}
#bread_crumbs svg {
    position: relative;
    top: 2px;
}
#bread_crumbs a {
    font-size: 14px;
    line-height: 17px;
    color: #334d6e;
}
#bread_crumbs a:hover {
    color: #000;
}
#bread_crumbs .icon-arrow {
    font-size: 8px;
    position: relative;
    top: 2px;
}
#service_catalog-inside .item {
    background: #f9f9f9;
    margin-bottom: 43px;
}
#service_catalog-inside .item .tit {
    padding: 26px 20px 30px;
}
#service_catalog-inside .item .img {
    background: #fff;
    border-radius: 10px;
    width: 198px;
    height: 164px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#service_catalog-inside .item .img img {
    width: 89px;
    max-height: 100px;
}
#service_catalog-inside .item .img i {
    font-size: 89px;
}
#service_catalog-inside .item .img .icon-c_wk, #service_catalog-inside .item .img .icon-c_youtube {
    font-size: 55px;
}
#service_catalog-inside .item .img .icon-c_telegram {
    font-size: 77px;
}
#service_catalog-inside .item .txt {
    width: 50%;
    padding-left: 33px;
}
#service_catalog-inside .item .txt h2 {
    font-size: 18px;
    line-height: 22px;
}
#service_catalog-inside .item .txt p {
    font-size: 14px;
    line-height: 17px;
    margin: 20px 0;
}
#service_catalog-inside .item .service_catalog-more {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
#service_catalog-inside .item .service_catalog-more .btn {
    background: #334d6e;
    border-radius: 0;
    height: 59px;
}
#service_catalog-inside .item .service_catalog-more .btn:hover {
    background: #4083fd;
}
#service_catalog-inside .item .service_catalog-more img {
    margin-right: 10px;
    height: 16px;
}
#service_catalog-inside .item .service_catalog-more .btn_c-show {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
#service_catalog-inside .item .service_catalog-more .btn_c-hide {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    display: none;
}
#service_catalog-inside .item .service_catalog-more .btn_c-hide i {
    font-size: 20px;
}
#service_catalog-inside .item .service_catalog-more .active .btn_c-show {
    display: none;
}
#service_catalog-inside .item .service_catalog-more .active .btn_c-hide {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
#service_catalog-inside .item .more-list {
    display: none;
    background: #fff;
    box-shadow: 0px 30px 60px rgba(51, 77, 110, .2);
    border-radius: 20px;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 20px;
    padding: 37px 54px;
    margin-bottom: 30px;
}
#service_catalog-inside .item .more-list ul {
    list-style: none;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#service_catalog-inside .item .more-list li {
    width: 31%;
    margin: 13px 13px 13px 0;
    white-space: nowrap;
}
#service_catalog-inside .item .more-list a {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 13px;
    line-height: 17px;
    color: #334d6e;
}
#service_catalog-inside .service_catalog-more .more-list a:hover {
    color: #cdcdcd;
}
#service_catalog-inside .service_catalog-more .more-list a:hover img {
    filter: grayscale(100%);
}
.right_side-padding {
    padding-top: 48px;
}
.mt-48 {
    margin-top: 55px;
}
.form-kol {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 219px;
    height: 40px;
    background: #fff;
    border: 1px solid #a3a3a3;
    box-sizing: border-box;
    border-radius: 10px;
}
.form-kol span.minus, .form-kol span.plus {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 8px;
    background: #4083fd;
    color: #fff;
}
.form-kol span.minus {
    padding-bottom: 4px;
}
.form-kol span.plus {
    left: auto;
    right: 8px;
}
.form-kol span.minus:hover, .form-kol span.plus:hover, .form-kol span.minus:focus, .form-kol span.plus:focus {
    background: #3169ce;
    cursor: pointer;
}
.form-kol input {
    border: 0;
    text-align: center;
    width: 85px;
    margin: 0 auto;
    height: 100%;
    font-size: 16px;
    color: #333;
}
.form-kol .plus {
    right: -15px;
}
.kol-total {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-left: 12px;
}
form .form-group .form-control {
    background: #fff;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
    border-radius: 10px;
    height: 40px;
    padding: 0 19px;
    font-size: 14px;
    line-height: 17px;
    color: #a3a3a3;
    font-family: 'Montserrat', sans-serif;
}
input:focus, input:active {
    outline: none !important;
    box-shadow: none !important;
}
form input.form-control::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    font-size: 14px;
    line-height: 17px;
    color: #a3a3a3;
    font-family: 'Montserrat', sans-serif;
}
form input.form-control::-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    font-size: 14px;
    line-height: 17px;
    color: #a3a3a3;
    font-family: 'Montserrat', sans-serif;
}
form input.form-control:-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    font-size: 14px;
    line-height: 17px;
    color: #a3a3a3;
    font-family: 'Montserrat', sans-serif;
}
form input.form-control:-ms-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    font-size: 14px;
    line-height: 17px;
    color: #a3a3a3;
    font-family: 'Montserrat', sans-serif;
}
form input.form-control:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}
form input.form-control:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}
form input.form-control:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}
form input.form-control:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}
form textarea.form-control::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    font-size: 14px;
    line-height: 17px;
    color: #a3a3a3;
    font-family: 'Montserrat', sans-serif;
}
form textarea.form-control::-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    font-size: 14px;
    line-height: 17px;
    color: #a3a3a3;
    font-family: 'Montserrat', sans-serif;
}
form textarea.form-control:-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    font-size: 14px;
    line-height: 17px;
    color: #a3a3a3;
    font-family: 'Montserrat', sans-serif;
}
form textarea.form-control:-ms-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    font-size: 14px;
    line-height: 17px;
    color: #a3a3a3;
    font-family: 'Montserrat', sans-serif;
}
form textarea.form-control:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}
form textarea.form-control:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}
form textarea.form-control:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}
form textarea.form-control:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}
select:focus {
    outline: none !important;
}
.form_btn {
    min-width: 158px;
}
select {
    word-wrap: normal;
    transition: none;
}
.form-group {
    margin-bottom: 30px;
}
.form-group label {
    font-size: 14px;
    line-height: 17px;
    color: #334d6e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-weight: 500;
    margin-bottom: 15px;
}
.form-select {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.form-select .bootstrap-select {
    width: 100% !important;
}
.form-select .dropdown-toggle {
    background: #f9f9f9 !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 10px;
    padding: 0 19px;
    height: 40px;
}
.bootstrap-select .dropdown-toggle .filter-option {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-select .dropdown-toggle:hover {
    outline: none !important;
}
.form-select .dropdown-toggle:focus {
    outline: none !important;
}
.form-select .open>.dropdown-toggle.btn-default {
    border-radius: 10px 10px 0 0;
}
.form-select .filter-option-inner-inner {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif;
    color: #334d6e;
    letter-spacing: .125em;
}
.form-select .bs-caret {
    background: url(../img/ico/arrow2.svg) no-repeat center;
    height: 100%;
    width: 7px;
}
.form-select .open .bs-caret {
    transform: rotate(180deg);
}
.form-select .caret {
    border: 0 !important;
}
.open>.dropdown-menu {
    border: 0 !important;
    padding: 0;
    margin: 0;
    border-radius: 0 0 10px 10px !important;
}
.form-select ul.dropdown-menu {
    background: #f9f9f9 !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 0 0 10px 10px !important;
    border-top: 0;
    margin: 0;
    overflow: hidden;
}
.form-select ul.dropdown-menu a {
    padding: 8px 19px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif;
}
.form-select .dropdown-menu>.active>a, .form-select .dropdown-menu>.active>a:hover, .form-select .dropdown-menu>.active>a:focus {
    background: #4083fd;
}
#order form {
    width: 100%;
    max-width: 810px;
}
#order.payment form {
    max-width: 635px;
}
#order.payment form .form-group {
    width: 565px;
}
#order .my-link {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 17px;
    display: block;
    margin-top: 15px;
}
#order .my-link:hover {
    color: #334d6e;
}
.service-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.service-item .img {
    background: #f9f9f9;
    border-radius: 24px;
    width: 100px;
    height: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.service-item .img img {
    width: 56px;
    max-height: 58%}
.service-item .txt {
    width: calc(100% - 100px);
    padding-left: 24px;
}
.service-item h2 {
    font-size: 18px;
    line-height: 22px;
}
.service-item p {
    font-size: 14px;
    line-height: 17px;
}
.kol_like {
    margin-top: 55px;
    max-width: 810px;
    width: 100%}
.kol_like .tittle_block h2 {
    font-size: 14px;
    line-height: 17px;
}
.kol_like .tittle_block p {
    font-size: 14px;
    line-height: 20px;
    color: #3b4f5f;
    margin: 15px 0 0;
}
.kol_like .item {
    margin: 30px 0;
}
.kol_like .item h2 {
    font-size: 14px;
    line-height: 145%}
.kol_like .item .star img {
    margin-right: 9px;
}
.kol_like .info p {
    font-size: 14px;
    line-height: 17px;
    margin: 20px 0;
}
.kol_like .info ul {
    list-style: none;
}
.kol_like .info li {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
}
.bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.kol_like .bottom {
    padding: 30px 28px 35px;
    max-width: 640px;
}
.kol_like .bottom h3 {
    font-size: 18px;
    line-height: 28px;
}
.kol_like .bottom p {
    font-size: 14px;
    line-height: 17px;
    margin: 20px 0 0;
}
#payment.mt-140 {
    margin-top: 140px;
}
.order_data {
    background: #f9f9f9;
    margin-bottom: 40px;
}
.order_data .top {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px;
}
.order_data .top .tit {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-right: 40px;
}
.order_data .edit {
    font-size: 14px;
    line-height: 17px;
    color: #a3a3a3;
}
.order_data .edit:hover {
    color: #3b4f5f;
}
.form_payment .info {
    padding: 0 20px 25px;
}
.form_payment .info ul {
    list-style: none;
}
.form_payment .info li {
    font-size: 14px;
    line-height: 17px;
    margin-top: 20px;
}
.form_payment .info li a {
    color: #3b4f5f;
}
.form_payment .info span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.payment_method {
    margin-bottom: 20px;
}
.payment_method .tit {
    font-size: 14px;
    line-height: 17px;
    color: #334d6e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-weight: 500;
    margin-bottom: 30px;
}
.payment_method .payment_item {
    background: #fff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 6px;
    width: 165px;
    height: 114px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 22px;
    margin-bottom: 22px;
    cursor: pointer;
}
.payment_method .payment_item.active {
    border: 1px solid #4083fd;
}
.form_payment .commission {
    color: #a3a3a3;
    margin-left: 30px;
    font-size: 14px;
    line-height: 17px;
}
.swiper-pagination {
    position: relative;
    bottom: 0 !important;
    margin-top: 27px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #c4c4c4;
    margin: 0 10px !important;
}
.swiper-pagination-bullet-active {
    background: #4083fd;
}
.catalog_menu {
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.catalog_menu ul {
    list-style: none;
}
.catalog_menu li {
    width: 145px;
    margin: 15px 15px 0 0;
}
@media (min-width:790px) {
    .catalog_menu.pp li {
        text-align: center !important;
    }
}
@media (max-width:790px) {
    .catalog_menu.pp li {
        width: 80% !important;
    }
}
.catalog_menu a {
     font-size: 14px;
     line-height: 17px;
     color: #334d6e;
     height: 40px;
     display: inline-block;
     display: -webkit-flex;
     display: flex;
     -webkit-flex-direction: row;
     flex-direction: row;
     -webkit-align-items: center;
     align-items: center;
     -webkit-justify-content: center;
     justify-content: center;
     background: #f9f9f9;
 }
.catalog_menu .active {
    background: #4083fd;
    color: #fff;
}
.catalog_menu .active:hover {
    color: #fff;
}
.catalog_menu a:hover {
    color: #4083fd;
}
.catalog_tariff {
    margin-right: -27px;
}
.catalog_tariff .item {
    background: #f9f9f9;
    margin-right: 27px;
    width: calc((100%/3) - 27px);
    padding: 22px 22px 32px;
}
.catalog_tariff .tit {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 5px 0 32px;
}
.catalog_tariff .img {
    text-align: center;
    margin-bottom: 32px;
    height: 90px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.catalog_tariff .discount {
    text-align: center;
    color: #fa2626;
    font-size: 12px;
    margin-top: -33px;
    z-index: 2;
}
.catalog_tariff .img img {
    width: 90px;
    max-height: 100px;
}
.catalog_tariff .tariff_name {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: #334d6e;
    padding: 16px 5px;
}
.catalog_tariff .order_btn {
    font-size: 14px;
    line-height: 17px;
    margin-top: 30px;
    text-align: center;
    border-radius: 0;
}
.catalog_tariff span.category {
    line-height: 20px;
    font-size: 12px;
    color: #8f8f8f;
    margin-bottom: 10px;
}
.form-select .selectpicker>.discount li {
    color: #e52e2e !important;
    font-weight: 500;
}
#popular_services .item {
    background: #f9f9f9;
    padding: 26px 20px;
    margin-bottom: 20px;
}
#popular_services .img {
    background: #fff;
    border-radius: 10px;
    width: 200px;
    height: 165px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#popular_services .img img {
    width: 89px;
    max-height: 67%}
#popular_services .info {
    width: calc(100% - 200px);
    padding-left: 33px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#popular_services .txt {
    width: 435px;
}
#popular_services h3 {
    font-size: 18px;
    line-height: 22px;
}
#popular_services p {
    font-size: 14px;
    line-height: 17px;
}
#popular_services .btn {
    width: 157px;
}
#contacts {
    margin-top: 80px;
}
#contacts .img_group {
    width: 462px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#contacts .img_group .img-1 {
    position: absolute;
    z-index: 2;
    top: 47px;
    left: 47px;
}
#contacts .img_group .img-2 {
    position: absolute;
    z-index: 2;
    top: -10px;
    right: 43px;
}
#contacts .img_group .img-3 {
    position: relative;
    z-index: 2;
}
#contacts .img_group .oval {
    position: absolute;
    bottom: -139px;
    opacity: .9;
}
#contacts .img_mob {
    display: none;
}
#contacts .txt {
    width: 456px;
}
#contacts .txt h2 {
    margin-bottom: 32px;
}
#contacts .txt p {
    font-size: 16px;
    line-height: 153%;
    color: #7d8083;
    margin: 25px 0;
}
#contacts .txt ul {
    list-style: none;
}
#contacts .txt li {
    font-size: 16px;
    line-height: 118.5%;
    margin-top: 16px;
}
#contacts .txt a {
    font-size: 16px;
    line-height: 118.5%;
    color: #3b4f5f;
}
#contacts .txt img {
    margin-left: 12px;
    position: relative;
    top: 2px;
}
#contacts .txt .soc a img {
    margin-left: 20px;
    width: 50px;
}
#contacts .txt a .icon-telegram {
    font-size: 40px;
}
#c_faq .dropdown__btn {
    padding: 21px 30px;
}
.dropdown__list {
    padding: 0 30px 20px;
}
#c_reviews .tittle_block {
    margin-bottom: 20px;
}
#c_reviews .tittle_block h2 {
    font-size: 18px;
    line-height: 22px;
    color: #334d6e;
}
#reviews_slider iframe {
    width: 100%;
    height: 200px;
}
#reviews_slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}
#c_reviews .reviews_more {
    background: #f9f9f9;
    height: 76px;
    margin-top: 34px;
}
#c_reviews .reviews_more:hover {
    background: #efefef;
}
#c_reviews .reviews_more p {
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    color: #334d6e;
    margin-right: 15px;
}
#c_reviews .give_feedback {
    margin-top: 45px;
    margin-bottom: 60px;
}
#c_reviews .give_feedback textarea {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    height: 93px;
    max-width: 100% !important;
    padding: 25px;
    margin-bottom: 20px;
}
#c_reviews .give_feedback .form-btn {
    width: 158px;
}
#c_reviews .reviews_list {
    margin-right: -70px;
}
#c_reviews .reviews_list .reviews_item {
    width: calc(50% - 70px);
    margin-right: 70px;
    margin-bottom: 50px;
}
#c_reviews .reviews_list .ico {
    background: #4083fd;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 15px;
}
#c_reviews .reviews_list .ico i {
    font-size: 25px;
}
#c_reviews .reviews_list .ico img {
    max-width: 60%;
    max-height: 60%}
#c_reviews .reviews_list .name {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 2px;
}
#c_reviews .reviews_list .date {
    font-size: 13px;
    line-height: 16px;
}
#c_reviews .reviews_list .txt {
    background: #f9f9f9;
    border-radius: 10px;
    margin-top: 12px;
    padding: 18px;
}
#c_reviews .reviews_list .txt p {
    font-size: 14px;
    line-height: 170%;
    margin: 0;
}
#c_reviews .reviews_more2 {
    background: #334d6e;
    margin-top: 35px;
    height: 59px;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
#c_reviews .reviews_more2 p {
    margin-left: 12px;
}
#c_reviews .reviews_more2:hover {
    background: #3169ce;
}
.instagramm_color {
    color: #833ab4;
    background: #405de6;
    background: -moz-linear-gradient(top, #405de6 0%, #5851db 7.5%, #5851db 16.5%, #833ab4 25%, #c13584 36.5%, #e1306c 48%, #fd1d1d 56.5%, #fd1d1d 67%, #f56040 77%, #f77737 85%, #fcaf45 92.5%, #ffdc80 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #405de6), color-stop(7.5%, #5851db), color-stop(16.5%, #5851db), color-stop(25%, #833ab4), color-stop(36.5%, #c13584), color-stop(48%, #e1306c), color-stop(56.5%, #fd1d1d), color-stop(67%, #fd1d1d), color-stop(77%, #f56040), color-stop(85%, #f77737), color-stop(92.5%, #fcaf45), color-stop(100%, #ffdc80));
    background: -webkit-linear-gradient(top, #405de6 0%, #5851db 7.5%, #5851db 16.5%, #833ab4 25%, #c13584 36.5%, #e1306c 48%, #fd1d1d 56.5%, #fd1d1d 67%, #f56040 77%, #f77737 85%, #fcaf45 92.5%, #ffdc80 100%);
    background: -o-linear-gradient(top, #405de6 0%, #5851db 7.5%, #5851db 16.5%, #833ab4 25%, #c13584 36.5%, #e1306c 48%, #fd1d1d 56.5%, #fd1d1d 67%, #f56040 77%, #f77737 85%, #fcaf45 92.5%, #ffdc80 100%);
    background: -ms-linear-gradient(top, #405de6 0%, #5851db 7.5%, #5851db 16.5%, #833ab4 25%, #c13584 36.5%, #e1306c 48%, #fd1d1d 56.5%, #fd1d1d 67%, #f56040 77%, #f77737 85%, #fcaf45 92.5%, #ffdc80 100%);
    background: linear-gradient(top, #405de6 0%, #5851db 7.5%, #5851db 16.5%, #833ab4 25%, #c13584 36.5%, #e1306c 48%, #fd1d1d 56.5%, #fd1d1d 67%, #f56040 77%, #f77737 85%, #fcaf45 92.5%, #ffdc80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#405DE6", endColorstr="#FFDC80", GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.icon-c_twitch {
    position: relative;
}
.icon-c_twitch span {
    position: absolute;
}
.icon-c_twitch .path1 {
    position: relative;
}
.icon-c_youtube {
    position: relative;
}
.icon-c_youtube .path2 {
    position: absolute;
}
.icon-c_tiktok {
    position: relative;
}
.icon-c_tiktok span {
    position: absolute;
}
.icon-c_tiktok .path1 {
    position: relative;
}
.icon-ps_mastercard {
    position: relative;
}
.icon-ps_mastercard span {
    position: absolute;
}
.icon-ps_mastercard .path1 {
    position: relative;
}
.icon-ps_GooglePay {
    position: relative;
}
.icon-ps_GooglePay span {
    position: absolute;
}
.icon-ps_GooglePay .path1 {
    position: relative;
}
.payment_item img {
    width: 140px;
}
#payment .icon-ps_visa, .payment_method .payment_item .icon-ps_visa {
    font-size: 38px;
}
#payment .icon-ps_mastercard, .payment_method .payment_item .icon-ps_mastercard {
    font-size: 66px;
}
#payment .icon-ps_qiwi, .payment_method .payment_item .icon-ps_qiwi {
    font-size: 75px;
}
#payment .icon-ps_yandex, .payment_method .payment_item .icon-ps_yandex {
    font-size: 61px;
}
#payment .icon-ps_GooglePay, .payment_method .payment_item .icon-ps_GooglePay {
    font-size: 50px;
}
#payment .icon-ps_ApplePay, .payment_method .payment_item .icon-ps_ApplePay {
    font-size: 50px;
}
#payment .icon-ps_bitcoin, .payment_method .payment_item .icon-ps_bitcoin {
    font-size: 76px;
}
#left_side .icon-m_voice {
    font-size: 18px;
}
#left_side .icon-m_setting {
    font-size: 17px;
}
#left_side .icon-m_question {
    font-size: 17px;
}
#left_side .icon-m_dashboard {
    font-size: 16px;
}
.reviews_add {
    font-size: 14px;
    line-height: 17px;
    color: #ff3c32;
    margin: 24px 0;
}
#guarantee {
    padding-left: 20px;
}
#guarantee .txt {
    width: 570px;
}
#guarantee .txt p {
    color: #7d8083;
    font-size: 16px;
    line-height: 153%;
    margin: 25px 0;
    width: 456px;
}
#guarantee .txt ul {
    text-align: left;
}
#guarantee .txt li {
    margin-top: 50px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#guarantee .txt li .ico {
    background: #c4c4c4;
    width: 32px;
    height: 32px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 50%}
#guarantee .txt li .ico i {
    font-size: 13px;
}
#guarantee .txt li .ico i:before {
    color: #fff;
}
#guarantee .txt li .info {
    width: calc(100% - 32px);
    padding-left: 20px;
}
#guarantee .txt li .info h3 {
    font-size: 18px;
    line-height: 22px;
}
#guarantee .txt li .info p {
    width: 100%;
    color: #334d6e;
    font-size: 14px;
    line-height: 17px;
    margin: 20px 0 0;
}
#guarantee .img_group {
    width: 344px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 18px;
}
#guarantee .img_group .img-1 {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: -52px;
}
#guarantee .img_group .img-2 {
    position: absolute;
    z-index: 2;
    top: -10px;
    right: 8px;
}
#guarantee .img_group .img-3 {
    position: relative;
    z-index: 2;
    top: 70px;
}
#guarantee .img_group .oval {
    position: absolute;
    bottom: -137px;
    opacity: .8;
    transform: scale(.87);
}
.icon-s_likee {
    position: relative;
}
.icon-s_likee span {
    position: absolute;
}
.icon-s_likee .path1 {
    position: relative;
}
.icon-s_likee .path7 {
    display: none;
}
.icon-gplay {
    position: relative;
}
.icon-gplay span {
    position: absolute;
}
.icon-gplay .path1 {
    position: relative;
}
#login__section form .btn {
    min-width: 158px;
}
#login__section .login__section {
    width: 350px;
    margin: 170px auto 250px;
}
#login__section .tittle_block {
    text-align: center;
    margin-bottom: 40px;
}
#login__section .tittle_block p {
    color: #3b4f5f;
    max-width: 260px;
    margin: 15px auto 0;
}
#login__section .valid {
    margin-bottom: 40px;
}
#login__section .valid p {
    font-size: 14px;
    line-height: 118.5%;
    text-align: center;
    margin: 0;
}
#login__section .valid .success {
    color: #15cf74;
}
#login__section .valid .error {
    color: #e51804;
}
#login__section .authorization_block {
    margin-bottom: 40px;
}
#login__section .authorization_block a {
    margin: 0 13px;
}
#login__section .authorization_block a i {
    font-size: 50px;
    position: relative;
}
.icon-authorization_g span {
    position: absolute;
}
.icon-authorization_g .path1 {
    position: relative;
}
.icon-authorization_yandex span {
    position: absolute;
}
.icon-authorization_yandex .path1 {
    position: relative;
}
.icon-authorization_wk span {
    position: absolute;
}
.icon-authorization_wk .path1 {
    position: relative;
}
.icon-authorization_telegram span {
    position: absolute;
}
.icon-authorization_telegram .path1 {
    position: relative;
}
#login__section .authorization_block a:hover {
    opacity: .8;
}
.recaptcha_block {
    margin-bottom: 30px;
}
#login__section .form-group .flex a {
    font-size: 14px;
    line-height: 17px;
    color: #a3a3a3;
}
#login__section .form-group .flex a:hover {
    color: #000;
}
#login__section .bottom_txt {
    margin-top: 30px;
}
#login__section .bottom_txt p {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    color: #a3a3a3;
}
#login__section .bottom_txt a {
    color: #3b4f5f;
}
#login__section .bottom_txt a:hover {
    color: #000;
}
.input_password {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
.input_password input {
    padding-right: 43px !important;
}
.input_password img {
    position: absolute;
    right: 15px;
}
#main.lk #menu {
    padding: 5px 5px 5px 0;
}
header .user_name {
    font-size: 14px;
    line-height: 17px;
    color: #4083fd;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-right: 15px;
}
header .user_info {
    position: relative;
}
header .user_info .btn_log {
    padding: 0;
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0);
    border-radius: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
header .user_info .icon-admin_user {
    font-size: 16px;
}
header .user_info:hover .btn_log {
    background: #fff;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, .25);
    cursor: pointer;
}
header .user_info .popup-user {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    top: 0;
    right: -14px;
    border-top: 40px solid transparent;
    width: 280px;
    border-radius: 20px;
}
header .user_info .popup-user .arrow {
    position: absolute;
    top: -18px;
    right: 25px;
}
header .user_info:hover .popup-user {
    visibility: visible;
    opacity: 1;
    z-index: 10000;
}
header .user_info .popup_user-balance {
    border-radius: 20px 20px 0 0;
    padding: 13px 24px;
    background: #4083fd;
    box-shadow: 0px 30px 60px rgba(51, 77, 110, .2);
}
header .user_info .popup_user-balance .tit {
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
header .user_info .popup_user-balance .value {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}
header .user_info .popup_user-body {
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 13px 0;
    box-shadow: 0px 30px 60px rgba(51, 77, 110, .2);
}
header .user_info .popup_user-body ul {
    list-style: none;
}
header .user_info .popup_user-body li {
    margin-bottom: 5px;
}
header .user_info .popup_user-body a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 20px;
}
header .user_info .popup_user-body a .ico {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}
header .user_info .popup_user-body a .ico i:before {
    color: #c2cfe0 !important;
}
header .user_info .popup_user-body a p {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    color: #334d6e;
}
header .user_info .popup_user-body a:hover {
    background: #f9f3f3;
}
header .user_info .popup_user-body .active {
    background: #f9f3f3;
}
header .user_info .popup_user-body .admin_exit p {
    color: #f7685b !important;
}
header .user_info .popup_user-body .admin_exit .ico i:before {
    color: #f7685b !important;
}
header .user_info i {
    font-size: 18px;
}
header .user_info .icon-m_purse {
    font-size: 16px;
}
header .user_info .icon-admin_list {
    font-size: 17px;
}
header .user_info .icon-m_setting {
    font-size: 16px;
}
header .user_info .icon-m_question {
    font-size: 17px;
}
.lk_page #bread_crumbs {
    padding: 20px 20px 20px 25px;
}
.lk_page #bread_crumbs .balance {
    margin-right: 45px;
    text-align: center;
    display: block;
}
.lk_page #bread_crumbs .balance .tit {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: -5px 0 5px;
}
.lk_page #bread_crumbs .balance_add {
    width: 85px !important;
    height: 27px;
    color: #fff;
}
.lk_index .user_balance {
    margin-bottom: 33px;
}
.lk_index .user_balance .ico {
    background: #c4c4c4;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 15px;
}
.lk_index .user_balance .icon-admin_user2 {
    font-size: 48px;
}
.lk_index .user_balance img {
    max-width: 80%;
    max-height: 80%}
.lk_index .user_balance .name {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}
.lk_index .user_balance .balance_value {
    font-size: 14px;
    line-height: 17px;
}
.lk_index {
    margin-right: -33px;
}
.lk_index .item {
    border: 1px solid #e3e3e3;
    width: calc((100%/3) - 33px);
    margin: 0 33px 33px 0;
    padding: 31px;
    text-align: center;
}
.lk_index .item .ico {
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: center;
}
.lk_index .item .ico i {
    font-size: 50px;
}
.lk_index .item .tit {
    margin-top: 15px;
}
.lk_index .item h2 {
    font-size: 18px;
    line-height: 22px;
}
.lk_index .item p {
    font-size: 14px;
    line-height: 17px;
    margin: 15px 0;
}
a.btn-border {
    background: #fff;
    border: 1px solid #4083fd;
    color: #4083fd;
    min-width: auto;
    width: 131px;
    height: 36px;
    margin: 20px auto 0;
}
.btn-border:hover {
    color: #fff;
}
.lk_index .item .icon-admin_balance {
    font-size: 50px;
}
.lk_balance .tittle_block h2 {
    font-size: 18px;
    line-height: 22px;
}
.lk_balance .tittle_block p {
    font-size: 14px;
    line-height: 17px;
    color: #334d6e;
}
.lk_balance .balance_add {
    margin-top: 40px;
    width: 429px;
}
.lk_balance .balance_add label {
    font-size: 18px;
    line-height: 22px;
}
.lk_balance .balance_add .valid {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
}
.lk_balance .balance_add .error {
    color: #e51804;
}
#balance_sum-input {
    width: 305px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    color: #3b4f5f;
}
#balance_sum-value {
    margin-top: 17px;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 305px;
}
#balance_sum-value .balance_sum {
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
    width: 93px;
    font-size: 14px;
    line-height: 17px;
    height: 31px;
}
#balance_sum-value .balance_sum:hover {
    background: #ebeaea;
    border: 1px solid #ebeaea;
}
#balance_sum-value .active {
    border: 1px solid #4083fd;
}
.lk_balance .balance_add .payment_method {
    margin-top: 45px;
    margin-bottom: -17px;
}
.lk_balance .balance_add .payment_method .tit {
    font-size: 18px;
    line-height: 22px;
}
.lk_balance .payment_method .payment_item {
    width: 200px;
    height: 100px;
    margin-right: 12px;
    margin-bottom: 20px;
}
.lk_balance .payment_method .payment_item img {
    max-width: 70px;
    max-height: 45px;
}
.lk_balance .payment_method .payment_item .icon-ps_visa {
    font-size: 23px;
}
.lk_balance .payment_method .payment_item .icon-ps_mastercard {
    font-size: 40px;
}
.lk_balance .payment_method .payment_item .icon-ps_qiwi {
    font-size: 75px;
}
.lk_balance .payment_method .payment_item .icon-ps_yandex {
    font-size: 36px;
}
.lk_balance .payment_method .payment_item .icon-ps_GooglePay {
    font-size: 29px;
}
.lk_balance .payment_method .payment_item .icon-ps_ApplePay {
    font-size: 29px;
}
.lk_balance .payment_method .payment_item .icon-ps_bitcoin {
    font-size: 76px;
}
.lk_balance .payment_method .payment_item .icon-ps_qiwi {
    font-size: 46px;
}
.lk_balance .balance_bonus {
    margin-top: 40px;
    border: solid 1px #04af04;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
}
.lk_balance .balance_bonus h2 {
    font-size: 16px;
    line-height: 16px;
}
.lk_balance .balance_bonus p {
    font-size: 13px;
    line-height: 13px;
}
.lk_balance .balance_bonus p.p2 {
    font-size: 14px;
    line-height: 14px;
}
.lk_balance .balance_bonus p.p3 {
    font-size: 15px;
    line-height: 15px;
}
.lk_balance .balance_bonus .underH {
    font-size: 12px;
}
.order_advantages {
    margin-top: 40px;
    width: 100%;
    -webkit-align-items: inherit;
    align-items: inherit;
    max-width: 828px;
}
.order_advantages .item {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    width: calc(25% - 18px);
    margin-right: 18px;
    text-align: center;
    padding: 15px 0;
}
.order_advantages .img {
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.order_advantages .img img {
    max-height: 100%}
.order_advantages .tit {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: 10px 0 6px;
}
.order_advantages p {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}
.catalog_info {
    margin-top: 55px;
}
.catalog_info .item {
    margin-bottom: 30px;
}
.catalog_info .item .tit {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.catalog_info .item p {
    font-size: 14px;
    line-height: 20px;
    color: #3b4f5f;
}
.lk_settings .tittle_block h2 {
    font-size: 18px;
    line-height: 22px;
}
.lk_settings .settings_row {
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
}
.lk_settings .settings_row .item {
    width: 400px;
    margin-right: 57px;
}
.lk_settings .settings_row h3 {
    font-size: 18px;
    line-height: 22px;
}
.lk_settings .settings_row form {
    border: 1px solid #e3e3e3;
    padding: 25px 45px;
    margin-top: 23px;
}
.lk_settings .settings_row .form-group {
    margin-bottom: 23px;
}
.lk_settings .settings_row .form-control {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
}
.lk_settings .valid {
    font-size: 14px;
    line-height: 118.5%;
    margin-top: 30px;
}
.success {
    color: #15cf74;
}
.lk_ticket .tittle_block {
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 33px;
}
.lk_ticket .tittle_block h2 {
    font-size: 18px;
    line-height: 22px;
}
.lk_ticket .tittle_block ul {
    margin-top: 14px;
}
.lk_ticket .tittle_block li {
    list-style: none;
    display: -webkit-flex;
    display: flex;
}
.lk_ticket .tittle_block i {
    font-size: 11px;
}
.lk_ticket .tittle_block i:before {
    color: #4083fd;
}
.lk_ticket .tittle_block p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    margin-left: 10px;
}
.ticket_tab .nav-tabs {
    border: 0;
}
.ticket_tab .nav-item {
    margin: 0 15px 0 0;
}
.ticket_tab .nav-link {
    background: #f9f9f9;
    font-size: 14px;
    line-height: 30px;
    color: #3b4f5f;
    border: 0;
    cursor: pointer;
    border-radius: 0;
    width: 100px;
    height: 40px;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.ticket_tab .active .nav-link, .ticket_tab .active .nav-link:hover, .ticket_tab .active .nav-link:focus, .ticket_tab .active .nav-link:active {
    color: #4083fd;
    background: #f9f9f9;
    border: 0;
}
.ticket_tab .nav-link:hover {
    background: #f3f3f3;
}
.ticket_tab .tab-content {
    margin-top: 33px;
}
.ticket_tab table {
    width: 100%}
.ticket_tab th {
    background: #f9f9f9;
    padding: 12px;
    font-size: 14px;
    line-height: 17px;
}
.ticket_tab th .tit {
    font-size: 14px;
    line-height: 17px;
    color: #3b4f5f;
}
.ticket_tab .table_none p {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: #3b4f5f;
    text-align: left;
}
.ticket_tab td {
    padding: 12px;
}
.ticket_tab tr:nth-child(2) td {
    padding-top: 27px;
}
.ticket_tab td .tit {
    display: none;
}
.ticket_tab td .value {
    color: #3b4f5f;
    font-size: 14px;
    line-height: 17px;
}
.ticket_tab td a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.ticket_tab td a:hover {
    color: #4083fd;
}
.ticket_tab td .status {
    width: 90px;
    height: 30px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
.ticket_tab td .st_close {
    background: #fb413e;
}
.ticket_tab td .st_open {
    background: #15cf74;
}
.ticket_tab .top .btn {
    width: 198px;
    height: 36px;
}
.ticket_tab td:last-child {
    text-align: right;
}
.ticket_tab th:last-child {
    text-align: center;
    width: 90px;
}
.ticket_create {
    width: 100%}
form .form-group .form-control.form_no-border {
    border: 1px solid #e3e3e3;
    border-radius: 0;
}
form .form-group textarea.form-control {
    padding: 19px;
    min-height: 90px;
    max-width: 100%}
form .form-group textarea.form-control:focus, form .form-group textarea.form-control:active {
    outline: none;
    box-shadow: none;
}
.ticket_chat {
    max-width: 675px;
    border: 1px solid #e3e3e3;
}
.ticket_chat form {
    padding: 20px 10px 20px 22px;
}
.ticket_chat .tittle_block {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 20px 0;
    margin: 0;
}
.ticket_chat .chat {
    padding-top: 10px;
    margin-bottom: 120px;
    height: 300px;
}
.ticket_chat .item {
    margin-bottom: 30px;
    padding-right: 30px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #c4c4c4 !important;
    border-radius: 10px !important;
}
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px !important;
    background: #f9f9f9 !important;
}
.mCSB_scrollTools {
    right: 0 !important;
}
.ticket_chat .chat_name {
    font-size: 14px;
    line-height: 17px;
}
.ticket_chat .chat_name .date {
    display: none;
}
.ticket_chat .chat_message {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 23px;
    margin-top: 15px;
}
.ticket_chat .chat_message p {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
}
.ticket_chat .chat_message .date {
    color: #7d8083;
    text-align: right;
    font-size: 11px;
    line-height: 13px;
    margin-top: 5px;
}
.ticket_chat .close_ticket {
    color: #ff3a44;
    font-size: 14px;
    line-height: 118.5%;
    margin-left: 25px;
}
.lk_order .tittle_block {
    margin-bottom: 25px;
}
.lk_order .tittle_block h2 {
    font-size: 18px;
    line-height: 22px;
}
.lk_order .tittle_block p {
    font-size: 14px;
    line-height: 17px;
    color: #334d6e;
}
.lk_order-table {
    margin-top: 33px;
}
.lk_order-table table {
    width: 100%}
.lk_order-table th {
    background: #f9f9f9;
    padding: 12px;
    font-size: 14px;
    line-height: 17px;
}
.lk_order-table th .tit {
    font-size: 14px;
    line-height: 17px;
    color: #3b4f5f;
}
.lk_order-table td {
    padding: 12px;
    vertical-align: top;
}
.lk_order-table .table_none p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #7d8083;
    margin-top: 0;
}
.lk_order-table tr:nth-child(2) td {
    padding-top: 25px;
}
.lk_order-table td .tit {
    display: none;
}
.lk_order-table td .value {
    font-size: 14px;
    line-height: 21px;
}
.lk_order-table td p {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
}
.lk_order-table td a {
    font-size: 14px;
    line-height: 17px;
}
.lk_order-table .status .tit {
    display: block;
    font-size: 14px;
    line-height: 175%;
    color: #15cf74;
    white-space: nowrap;
}
.lk_order-table .status a {
    font-size: 14px;
    line-height: 175%;
    color: #3b4f5f;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
}
.lk_order-table .status a img {
    margin-right: 5px;
    font-size: 16px;
}
.lk_order-table .status a i:before {
    color: #3b4f5f;
}
.lk_order-table .status a .icon-more {
    font-size: 12px;
}
.lk_order-table .status a:hover i:before {
    color: #3169ce;
}
.lk_order-table .more {
    background: #f9f9f9;
    border-radius: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 45px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 175%;
    color: #3b4f5f;
}
.lk_order-table .more img {
    margin-right: 13px;
    font-size: 12px;
}
.lk_order-table .more .icon-more:before {
    color: #3b4f5f;
}
.lk_order-table .more:hover {
    background: #f3f3f3;
}
.nowrap {
    white-space: nowrap;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.lk__table_none-mob {
    display: none;
}
#catalog .catalog_menu .catalog_menu-ico {
    display: none;
}
.lk_balance .payment_method .mastercard-img img {
    max-height: 39px;
}
.lk_balance .payment_method .yandex-img img {
    max-height: 36px;
}
.payment_item_details {
    width: 100%;
    padding: 0 15px 15px;
}
.payment_item_details img {
    width: 23%;
    margin: 10px;
}
.swiper-slide {
    width: 45%;
    margin-right: 22px;
    margin-bottom: 22px;
    min-height: 280px;
}
@media (max-width:670px) {
    .payment_item_details img {
        width: 30%;
        margin: 10px;
    }
    .swiper-slide {
        width: 45%;
        margin-right: 22px;
        margin-bottom: 22px;
        min-height: 310px;
    }
}.payment_method .payment_item {
     width: 95%;
     margin-right: 0;
     margin-bottom: 0;
 }
@media (max-width:670px) {
    .payment_method .payment_item img {
        max-width: 100%!important;
        max-height: 100%!important;
    }
    .payment_method .payment_item {
        height: 100px!important;
        width: 100%!important;
    }
}
@media(max-width:456px) {
    .swiper-slide {
        width: 100%}
    .form-group {
        width: 100%}
}.payment_method .payment_item.active {
     border: none;
 }
.payment_method .payment_item {
    border: none;
}
.payment_label {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.payment_label input {
    margin-right: 10px;
}
.balance_bonus {
    display: inline-block;
}
.form-group {
    display: inline-block;
    width: 50%}
.balance_add {
    max-width: 635px!important;
    width: 100%!important;
}
.lk_balance .payment_method .payment_item img {
    max-width: 100%;
    max-height: 100%}
.lk_balance .payment_method .payment_item {
    width: 100%}
.about-feature .icon {
    width: 44px;
    float: left;
    margin-top: 25px;
}
.icon.txt {
    font-size: 22px;
    font-weight: 400;
    color: #25a5de;
}
.about-feature .icon img {
    max-width: 100%}
.about-feature .icon.code img {
    width: 33px;
}
.about-feature .content, .about-feature .content-two {
    overflow: hidden;
    margin-top: 25px;
}
.about-feature .content h4, .about-feature .content-two h4 {
    font-weight: 400;
}
.about-feature .content p, .about-feature .content-two p {
    margin: 0;
    max-width: 350px;
}
.about-feature .content p.promo, .about-feature .content h4.promo {
    margin: 0 0 5px 10px;
    max-width: 350px;
}
@media only screen and (max-width:767px), only screen and (max-width:479px) {
    .xs-center {
        text-align: center;
    }
}.btn-my {
     display: inline-block;
     padding: 0 40px;
     margin: 5px 15px;
     border-radius: 8px;
     border: none;
     height: 40px;
     line-height: 40px;
     font-size: 14px;
     text-decoration: none;
     position: relative;
     overflow: hidden;
     vertical-align: top;
     cursor: pointer;
     z-index: 1;
 }
.btn-small {
    display: inline-block;
    padding: 0 9px 10px;
    margin: 0 10px;
    border-radius: 5px;
    height: 22px;
    line-height: 23px;
    font-size: 10px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    cursor: pointer;
    z-index: 1;
    text-transform: uppercase;
}
.new_lable {
    background-color: #ff1493;
    padding: 3px;
    border-radius: 3px;
    z-index: 999;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    margin: -25px 0 0 -20px !important;
}
.new_lable.m {
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 17px;
    background-color: #ff1493;
    padding: 3px;
    border-radius: 3px;
    z-index: 9 !important;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    margin: -8px 0 0 -13px !important;
}
.btn-green {
    background-color: #05cd51;
    color: #fff;
}
.btn-green:hover {
    background-color: #3be17b;
    color: #fff;
}
.btn-blue {
    background-color: #3c7cec;
    color: #fff;
}
.btn-blue:hover {
    background-color: #0755bb;
    color: #fff;
}
.btn-white {
    background-color: #fff;
    border: 1px solid #7a7a7a;
    color: #7a7a7a;
}
.btn-white:hover {
    border: 1px solid #0755bb;
    color: #0755bb;
}
p.x110 {
    font-size: 110%}
p.x120 {
    font-size: 120%}
.btn-my:disabled {
    pointer-events: none;
    opacity: .65;
}
.perelink ul li {
    margin-left: 25px;
    text-align: left;
}
.pt-3 {
    margin: 15px;
}
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5 {
    margin: 25px 0 10px;
}
.post_content .new_p {
    margin-top: 50px;
}
.post_content .new-p-t {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
}
.post_content .catalog-post {
    background: #f9f9f9;
    padding: 20px 30px 10px;
}
.post_content .alert {
    margin: 15px 0;
}
.post_content ul li, .post_content ol li {
    margin-left: 45px;
    text-align: left;
}
.post_content img, .fluid {
    margin: 15px 0;
    height: auto;
    width: 100%}

.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
.testimonial-bg {
    background: url("../images/bg/testimonial.jpg");
    background-size: cover;
    background-position: center;
}
.section-mb-inner {
    margin-bottom: -50px;
}
.single-testimonial {
    padding: 30px 45px 45px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin-left: 35px;
    margin-right: 30px;
    margin-top: 70px;
    margin-bottom: 5px;
}
.single-testimonial .image {
    margin-top: -100px;
}
@media only screen and (max-width:479px) {
    .single-testimonial {
        padding: 30px 25px 25px;
        margin-left: 0;
        margin-right: 0;
    }
}.single-testimonial-2 {
     display: flex;
     padding: 0 15px;
 }
@media only screen and (max-width:479px) {
    .single-testimonial-2 {
        flex-direction: column;
        padding: 0;
    }
}.single-testimonial-2 .testimonial-author-2 {
     min-width: 130px;
 }
.single-testimonial-2 .testimonial-wrap {
    margin-left: 15px;
}
@media only screen and (max-width:479px) {
    .single-testimonial-2 .testimonial-wrap {
        margin-left: 0;
        margin-top: 20px;
    }
}.single-testimonial-2 .testimonial-wrap .testimonial-dec {
     margin-top: 0;
 }
.single-testimonial-2 .testimonial-wrap .outhor-info h4 {
    white-space: nowrap;
    font-weight: 600;
    margin-bottom: 0;
}
@media only screen and (max-width:479px) {
    .single-testimonial-2 {
        padding: 30px 25px 25px;
        margin-left: 0;
        margin-right: 0;
    }
}.testimonial-author {
     display: flex;
     align-items: self-end;
 }
.testimonial-author .outhor-info {
    margin-left: 20px;
    margin-bottom: 20px;
}
.testimonial-author .outhor-info h4 {
    white-space: nowrap;
    font-weight: 600;
    margin-bottom: 0;
}
@media only screen and (min-width:768px) and (max-width:991px), only screen and (max-width:767px) {
    .testimonial-author .outhor-info h4 {
        font-size: 16px;
    }
}@media only screen and (max-width:479px) {
    .testimonial-author {
        flex-direction: column;
        align-items: center;
    }
    .testimonial-author .outhor-info {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 20px;
    }
}.testimonial-dec {
     font-size: 14px;
     margin-top: 20px;
     line-height: 1.6;
 }
.testimonial-slider .in-sliderarrow-arrow {
    position: absolute;
    top: 50%;
    z-index: 99;
    border: none;
    color: #25a5de;
    background: 0 0;
    font-size: 28px;
}
.testimonial-slider .in-sliderarrow-arrow.in-sliderarrow-prev {
    left: -50px;
}
.testimonial-slider .in-sliderarrow-arrow.in-sliderarrow-next {
    right: -50px;
}
@media only screen and (min-width:1200px) and (max-width:1599px), only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px), only screen and (max-width:767px) {
    .testimonial-slider .in-sliderarrow-arrow.in-sliderarrow-prev {
        left: 0;
    }
    .testimonial-slider .in-sliderarrow-arrow.in-sliderarrow-next {
        right: 0;
    }
}@media only screen and (max-width:479px) {
    .testimonial-slider .in-sliderarrow-arrow {
        opacity: 0;
    }
}@media only screen and (max-width:991px) {
    .m-mb-25 {
        margin-bottom: 35px;
    }
    .m-text-center {
        text-align: center !important;
    }
}.ctaImgTool img {
     padding: 0 0 20px;
     opacity: .6;
     height: auto;
     width: 100%}
.ctaImgTool img:hover {
    opacity: .9;
}
.ctaImgTool img {
    -webkit-transition: .4s;
    transition: .4s;
}
.small-txt {
    font-size: 60%}
@media only screen and (min-width:0px) and (max-width:991px) {
    .s-hide {
        display: none!important;
    }
}.smm-bg-01 {
     background: url("../img/bg_smm_01.webp");
     background-size: cover;
     background-position: center center;
     margin: 45px 0 85px;
 }
.ptb-60 {
    padding: 70px 0;
}
.fon-txt span {
    display: inline;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: -10px 0 0 rgba(255, 255, 255, .8), 10px 0 0 rgba(255, 255, 255, .8);
    padding: 0 10px 0 0;
    color: #000;
    line-height: 16px;
    font-size: 16px;
}
.fon-h1 span {
    display: inline;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: -10px 0 0 rgba(255, 255, 255, .8), 10px 0 0 rgba(255, 255, 255, .8);
    padding: 0 10px 0 0;
    color: #000;
    line-height: 16px;
    font-size: 34px;
    font-weight: 500;
}
.agent-project-count {
    margin-top: 40px;
}
.more-list.catalog-item-img img {
    height: 20px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
@media only screen and (min-width:0px) and (max-width:991px) {
    .agent-project-count span, .coner small {
        font-size: 7px;
        font-weight: 500;
    }
    .coner i {
        font-size: 16px !important;
    }
    .coner h3 {
        font-size: 17px !important;
    }
    .m-up {
        margin-top: -20px;
    }
    footer .container {
        margin-top: 10px;
        text-align: center;
    }
    footer .footer-links-ssm {
        margin-top: 40px;
    }
    footer .footer-links-ssm a {
        margin-top: 11px;
    }
}.coner i {
     font-size: 20px;
     color: #4083fd;
 }
.coner h3 {
    display: inline-block;
    color: #4083fd;
    font-weight: 300;
    font-size: 20px;
}
.navbar-nav .mm-sp {
    font-size: 15px;
    line-height: 28px;
}
.mobile-nav .mobile-nav-block.open-mobile-nav {
    right: 0;
    transition: all .7s;
}
.mobile-nav .mobile-nav-block .navbar-nav li a {
    font-size: 13px;
    padding: 15px 0;
    display: inline-block;
}
.mobile-nav .mobile-nav-block .navbar-nav .mm-email {
    margin-left: 20px;
}
.mobile-nav .mobile-nav-block .navbar-nav li .dropdown-menu li:last-child a {
    padding-bottom: 0;
}
.mobile-nav .mobile-nav-block .navbar-nav li .dropdown-menu li:first-child a {
    padding-top: 0;
}
.mobile-nav .mobile-nav-block .navbar-nav li .dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1em;
}
.mobile-nav .mobile-nav-block .navbar-nav li .dropdown-menu {
    position: relative;
    border: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    margin-left: 15px;
    display: block !important;
}
.mobile-nav .mobile-nav-block .navbar-nav li {
    width: 100%;
    clear: both;
    text-align: left;
}
.mobile-nav .mobile-nav-block .navbar-nav {
    padding: 0;
    margin: 0;
}
.mobile-nav .mobile-nav-block .dropdown-menu {
    background: #f4f4f4;
}
.mobile-nav .mobile-nav-block li.text-grey {
    margin: 25px 0;
}
.mobile-nav .mobile-nav-block {
    transition: all .6s ease 0;
    -webkit-transition: all .6s ease 0;
    -moz-transition: all .6s ease 0;
    -o-transition: all .6s ease 0;
    -ms-transition: all .6s ease 0;
    -webkit-backface-visibility: hidden;
    background: #f4f4f4;
    height: 100%;
    position: fixed;
    width: 255px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 25px 20px 20px;
    right: -275px;
    top: 3px;
    z-index: 110;
    top: 60px;
}
.mobile-nav {
    position: relative;
}
@media(max-width:992px) {
    body.open-mobile-nav .wrapper {
        left: -275px;
    }
    body.open-mobile-nav {
        overflow-y: hidden;
    }
}.text-grey {
     color: #a2a2a2;
 }
.cursor-pointer {
    cursor: pointer;
    color: #42a5f5;
}
.pic {
    margin: 15px 0;
}
.card-block p {
    padding-top: 10px !important;
    font-size: 14px !important;
    line-height: 14px !important;
}
.card-block {
    width: 330px;
    border: 1px solid #d3d3d3;
    border-radius: 5px !important;
    background-color: #fafafa;
    margin-bottom: 20px;
    margin-right: 20px;
}
.card-body.show {
    display: block;
}
.card {
    padding-bottom: 20px;
    box-shadow: 2px 2px 6px 0px #c8a7d8;
}
.radio {
    display: inline-block;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    font-weight: 500;
}
.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .1);
}
.radio.selected {
//box-shadow: 0 0 0 1px #2499ff;
    box-shadow: 0 0 0 1px #17a808;
}
.selected {
    background-color: #e0f2f1;
}
.custom-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.form-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.f-group {
    padding: 15px 0 20px;
}
.ord-inf {
    padding: 15px 0 0;
    font-size: 16px;
    font-weight: 600;
}
.contents-box {
    padding: 40px;
}
.contents-box.root {
    padding-top: 60px;
}
.contents-box h4 {
    padding-top: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}
.contents-box p, .cont-page {
    color: #fff;
    font-size: 12px;
    line-height: 13px;
}
.contents-box .btn {
    background: #fff;
    border-color: #fff;
    color: #25a5de;
    border: none;
}
.contents-box .btn:hover {
    color: #fff;
}
.contents-box .btn:hover:before {
    height: 400%}
.contents-box .ling-in-socail li {
    border-bottom: 1px solid #ddd;
    padding: 7px 0;
    width: 200px;
    text-align: left;
    font-size: 14px;
}
ul.ling-in-socail {
    list-style: none;
}
.contents-box .ling-in-socail li a {
    color: #fff;
}
.contents-box .ling-in-socail li i, .contents-box .ling-in-socail span {
    margin-right: 10px;
    width: 20px;
}
.contents-box .ling-in-socail li:last-child {
    border-bottom: none;
}
.ling-in-socail .ya-round {
    padding: 0 4px;
    border: 1px solid #fff;
    border-radius: 50%}
.ling-in-socail .ya-round.ata {
    padding: 0 3px 3px;
    font-size: 12px;
}
.single-content-side {
    margin-top: 60px;
    min-height: 200px;
    background: #3c7cec;
    width: 100%}
.register-section {
    padding: 100px 50px;
}
.login-register-wrapper p {
    font-size: 12px;
    line-height: 13px;
}
.login-register-wrapper {
    padding: 60px 40px;
    background: #f1f1f1;
}
.login-register-wrapper h3 {
    font-weight: 600;
    margin-bottom: 30px;
}
.login-register-wrapper .input-box input {
    border-bottom: 1px solid #25a5de;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 8px 0;
}
.login-register-wrapper .btn {
    background: #25a5de;
    border-color: #25a5de;
    color: #fff;
}
.login-register-wrapper .btn:hover {
    color: #fff;
    border-color: #3a3a3a;
}
.login-register-wrapper .btn:hover:before {
    height: 400%}
.login-register-wrapper .forget {
    font-size: 13px;
    line-height: 14px;
    color: #3c7cec;
    display: block;
}
.swiper-wrapper.yt {
    height: 190px !important;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .pb-md-90 {
        padding-bottom: 90px !important;
    }
}
@media only screen and (min-width:767px) and (max-width:991px) {
    .contents-box {
        padding: 20px;
    }
    .single-content-side {
        margin-top: 0;
        min-height: 100px;
    }
    .soc-block {
        display: block;
        margin-left: 35%;
        padding: 10px 0 0 10px;
    }
    .container, .m-page {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}@media only screen and (max-width:767px) {
    .soc-block {
        display: block;
        margin-left: 21%}
    .single-content-side {
        margin-top: 0;
        margin-top: 0;
        min-height: 50px;
    }
    .contents-box {
        padding: 5px;
    }
    .login-register-wrapper {
        padding: 20px;
    }
    .register-section {
        padding: 100px 20px;
    }
    .contents-box.root {
        padding-top: 10px;
    }
    .swiper-wrapper.yt {
        height: 130px !important;
    }
    .ticket_create. form-group {
        width: 100% !important;
    }
    .form-group.fix {
        display: inline-block;
        width: 100%}
    #service_catalog .service_catalog-more .more-list ul {
        padding: 12px 10px;
    }
    #service_catalog .service_catalog-more .more-list img {
        width: 15px;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
    }
}.form-group.fix2 {
     display: inline-block;
     width: 100%}
.row-0 {
    margin-left: 0;
    margin-right: 0;
}
.row-0>[class*=col] {
    padding-left: 0;
    padding-right: 0;
}
.login-register-wrapper .form-control, .regal .form-control {
    margin: 10px 0;
}
.mt-20 {
    margin-top: 20px;
}
.mt-10 {
    margin-top: 10px;
}
.rev h1 {
    font-size: 22px;
    line-height: 26px;
    margin: 10px 0 20px;
}
.modal-hot-head h3 {
    text-align: center;
    padding-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
    color: #3c7cec;
}
.modal-hot-head p {
    text-align: center;
    margin-top: 0 !important;
    font-size: 12px !important;
    border-bottom: 1px #000;
}
.profile {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    align-items: center;
    padding: 10px 30px 10px 10px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 7px -1px rgba(51, 51, 51, .23);
    cursor: pointer;
    transition: transform .25s cubic-bezier(.7, .98, .86, .98), box-shadow .25s cubic-bezier(.7, .98, .86, .98);
    background-color: #fff;
}
.hot-section {
    margin: 10px 15px 0;
}
.profile .what {
    font-size: 14px;
    line-height: 14px;
}
.profile .where {
    font-size: 10px;
    line-height: 8px !important;
    padding: 0;
    margin: 0;
}
.profile .picture {
    max-width: 80%;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #ebeef3, 0 0 0 22px #f3f4f6;
}
.modal {
    text-align: center;
    padding: 0!important;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.single-property {
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px rgba(5, 52, 74, .38);
}
.single-property:hover .property-img-2 a:before {
    opacity: 1;
    visibility: visible;
}
.single-property:hover .property-img-2 a .product-details {
    top: 50%;
    visibility: visible;
    opacity: 1;
}
.single-property:hover .property-img img, .single-property-33:hover {
    transform: scale(1.1);
}
.property-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.property-img a {
    display: block;
    border-radius: 10px 10px 0 0;
}
.property-img a img {
    width: 100%}
.property-desc {
    padding: 0 0 20px;
    text-align: center;
}
.property-desc h4 {
    font-weight: 400;
    font-size: 14px;
    position: relative;
    padding: 12px 0;
    background: #3c7cec;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}
.property-desc p {
    font-weight: 600;
    padding: 0 20px;
}
.property-desc .price-box {
    padding: 0 20px;
}
.property-desc .price-box p {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    display: block;
    margin-top: 12px;
}
.qr-demo {
    text-align: center;
    padding: 10px;
}
.form-group input.input-sm, .form-group select.input-sm {
    height: 30px;
    padding: 6px 10px 5px;
    font-size: 12px;
    line-height: 1.6;
    border-radius: 6px;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.smaller {
    font-size: 95%;
    line-height: 1.3;
}
.button-wrapper {
    display: flex;
    justify-content: center;
}
blockquote {
    font-size: 105%;
    line-height: 1.6;
    font-weight: 300;
}
.post-txt {
    font-size: 110%}
.mob {
    display: none !important;
}
#menu .lk_balance, #menu .lk__menu {
    display: none !important;
}
.lk_fixbtn-service-catalog {
    display: none;
}
.td-kol span {
    display: none;
}
.ticket__mob {
    display: none;
}
.lk_ticket .tittle_block.mob_block {
    display: none;
}
#c_faq .tittle_block {
    text-align: center;
    display: none;
}
#c_faq .sub_tittle_block {
    margin: 40px 0 20px;
    text-align: center;
    display: none;
}
#c_faq .sub_tittle_block h2 {
    font-size: 14px;
    line-height: 118.5%}
#guarantee .img_mob {
    display: none;
}
@media (max-width:1300px) {
    .container, #service_catalog .container {
        width: calc(100% - 60px);
    }
}@media (max-width:1170px) {
    #menu {
        margin-left: 0;
        margin-top: 0;
    }
    header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
    }
    header .logo_block {
        background: #f4f4f4;
        width: 100%;
        padding: 20px;
        position: relative;
        z-index: 9;
    }
    header .container {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%}
    #menu .btn_block {
        display: none;
    }
    #menu {
        border-radius: 0;
    }
    .hamburger-menu {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 26px;
        height: 21px;
        cursor: pointer;
    }
    .hamburger-menu .bar {
        width: 26px;
        height: 3px;
    }
    .hamburger-menu .bar:nth-child(1) {
        position: absolute;
        left: 0;
        top: 0;
        background: #4083fd;
        transition: background .3s cubic-bezier(.31, -.105, .43, 1.59), top .3s .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1);
    }
    .hamburger-menu .bar:nth-child(2) {
        position: relative;
        transform: translateY(9px);
        background: #4083fd;
        transition: background .3s cubic-bezier(.31, -.105, .43, 1.59), transform .3s cubic-bezier(.23, 1, .32, 1);
    }
    .hamburger-menu .bar:nth-child(3) {
        position: absolute;
        left: 0;
        bottom: 0;
        background: #4083fd;
        transition: background .3s cubic-bezier(.31, -.105, .43, 1.59), bottom .3s .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1);
    }
    .hamburger-menu .bar:nth-child(1).animate {
        top: 6px;
        transform: rotate(45deg);
        transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        width: 26px;
    }
    .hamburger-menu .bar:nth-child(2).animate {
        background: rgba(255, 255, 255, 0) !important;
    }
    .hamburger-menu .bar:nth-child(3).animate {
        bottom: 12px;
        transform: rotate(-45deg);
        transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s .3s cubic-bezier(.23, 1, .32, 1);
        width: 26px;
    }
    @keyframes photos-in {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }@-webkit-keyframes photos-in {
         0% {
             opacity: 0;
         }
         50% {
             opacity: 1;
         }
         100% {
             opacity: 0;
         }
     }.photos-in {
          animation-name: photos-in;
          -webkit-animation-name: photos-in;
          animation-duration: 1s;
          -webkit-animation-duration: 1s;
      }
    .cd-nav-trigger {
        position: relative;
        width: 45px;
        height: 55px;
        z-index: 100;
        display: block;
        padding-right: 20px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        background: #f4f4f4;
    }
    .mmenu {
        position: absolute;
        visibility: visible;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .8s;
        transition-duration: .8s;
        z-index: 8;
        top: -1000%;
        display: block;
        height: auto;
        left: 0;
        width: 100%;
        background: #f4f4f4;
    }
    .mmenu.menu-open {
        opacity: 1;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .8s;
        transition-duration: .8s;
        top: 69px;
    }
    #menu .mmenu ul {
        display: block;
    }
    #menu .mmenu li {
        margin: 0;
    }
    #menu .mmenu a {
        display: block;
        border-top: 1px solid #e3e3e3;
        padding: 14px 20px;
        font-size: 18px;
        line-height: 118.5%}
    #menu .mob {
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        border-top: 1px solid #e3e3e3;
        padding: 17px 20px;
    }
    #menu .mob a {
        padding: 0;
        border: 0;
        font-size: 14px;
        line-height: 118.5%}
    #menu .come_in {
        color: #4083fd !important;
        margin-left: 20px;
    }
    #menu .btn_registration {
        display: -webkit-flex !important;
        display: flex !important;
        color: #fff !important;
    }
    #banner {
        margin-top: 140px;
    }
    #banner .img_group {
        position: relative;
        width: 320px;
        height: 154px;
        margin-top: 62px;
    }
    #banner .img_group .img {
        width: 45px;
        height: 45px;
    }
    #banner .img_group .ok {
        top: -58px;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0);
    }
    #banner .img_group .img img {
        max-height: 26px;
        max-width: 26px;
    }
    #banner .img_group .wk {
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    #banner .img_group .tiktok {
        right: auto;
        top: auto;
        bottom: 80px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    #banner .img_group .youtube {
        top: 0;
        right: 0;
    }
    #banner .img_group .facebook {
        bottom: 23px;
        left: 23px;
    }
    #banner .img_group .instagram {
        bottom: auto;
        top: 0;
    }
    #banner .img_group .telegram {
        bottom: 23px;
        right: 23px;
        left: auto;
    }
    h1 {
        font-size: 27px;
    }
    #banner p {
        margin-bottom: 10px;
    }
    #banner .bottom {
        display: none;
    }
    #service_catalog .list .item {
        margin-right: 20px;
        width: calc(50% - 20px);
    }
    #service_catalog .list {
        margin-right: -20px;
    }
    #service_catalog .bonus-guarantee .item {
        width: calc(50% - 50px);
    }
    #blog .big_item {
        width: 60%}
    #blog .small-item {
        margin-bottom: -16px;
        width: 40%;
        padding-left: 16px;
    }
    #blog .big_item .img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    #blog .small-item .txt {
        padding: 0 15px;
    }
    #reviews .txt {
        width: 100%}
    #blog .small-item .item {
        width: 100%}
    #left_side {
        display: none;
    }
    #right_side {
        width: 100%;
        padding: 60px 0 0;
    }
    #bread_crumbs {
        display: none;
    }
    #main.lk #menu .mmenu ul, #main.lk #menu .mob {
        display: none !important;
    }
    #main.lk #menu .mmenu ul.lk__menu {
        display: block !important;
    }
    #main.lk #menu {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        padding: 0;
    }
    #main.lk #menu .lk_balance {
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-align-items: center;
        align-items: center;
        margin-right: 15px;
    }
    #main.lk #menu .lk_balance .tit {
        margin-right: 5px;
        font-family: "Golos-Medium"}
    .lk_fixbtn-service-catalog {
        background: #f4f4f4;
        font-size: 14px;
        line-height: 118.5%;
        color: #3b4f5f;
        border-top: 1px solid #e3e3e3;
        position: fixed;
        width: 100%;
        height: 40px;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        z-index: 2;
        bottom: 0;
    }
    #main.lk footer {
        position: relative;
        z-index: 3;
    }
    #c_faq .tittle_block {
        display: block;
    }
    #c_faq .sub_tittle_block {
        display: block;
    }
    #c_faq .sub_tittle_block h2 {
        font-size: 14px;
        line-height: 118.5%}
    #login__section .login__section {
        margin: 150px auto 0px;
    }
}@media (max-width:770px) {
    .lk_ticket .tittle_block p {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        margin-left: 10px;
        width: calc(100% - 39px);
    }
    .lk_ticket .tittle_block li {
        margin-bottom: 10px;
    }
    #banner .txt {
        width: 100%}
    #banner .img_group .ok {
        display: none;
    }
    #banner .txt .btn_block {
        display: none;
    }
    #banner .mob.btn_block {
        display: -webkit-flex !important;
        display: flex !important;
        width: 100%;
        margin-top: 40px;
    }
    #service_catalog .bonus-guarantee .item {
        width: 100%;
        margin: 0 0 30px;
    }
    #blog .big_item {
        width: 100%}
    #blog .small-item {
        margin-bottom: -16px;
        width: 100%;
        padding-left: 0;
        padding-top: 16px;
    }
    #reviews .img {
        max-width: 100%}
    .img {
        max-width: 100%}
    .img img {
        max-width: 100%}
    footer, #scroll_top {
        background: #2e2e2e;
    }
    footer .item:first-child {
        display: block !important;
        width: 100%;
        margin: 0;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    footer .item:first-child .soc {
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 20px 0;
    }
    #order form {
        width: 100%}
    #order form .form-group {
        width: 100%}
    #payment.mt-140 {
        margin-top: 40px;
    }
    .lk_index .item {
        width: calc((100%/2) - 33px);
    }
    .lk_settings .settings_row {
        display: block;
    }
    .lk_settings .settings_row .item {
        width: 100%;
        margin: 0 0 30px;
    }
    #catalog .catalog_menu .catalog_menu-ico {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
    }
    .catalog_menu {
        padding: 0 20px;
        background: #f9f9f9;
    }
    #catalog .catalog_menu .catalog_menu-ico .cd-nav-trigger {
        background: 0 0;
        z-index: 2;
    }
    #catalog .catalog_menu ul {
        display: none;
        padding-bottom: 10px;
    }
    #catalog .catalog_menu li {
        width: 100%;
        margin: 0;
        border-top: 1px solid #e3e3e3;
    }
    .catalog_menu .active {
        border-radius: 0;
    }
    .catalog_menu a {
        width: 100%;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding: 0 20px;
    }
    .catalog_tariff .item {
        width: 100%;
        margin-bottom: 20px;
    }
    #contacts .img_group {
        display: none;
    }
    #contacts .txt {
        width: 100%;
        text-align: center;
    }
    #contacts .txt .img_mob {
        display: block;
    }
    #contacts {
        margin-top: 0;
    }
    #contacts .txt ul {
        text-align: left;
    }
    #guarantee .img_mob {
        display: block;
    }
    #guarantee {
        padding: 0;
    }
    #guarantee .txt {
        width: 100%;
        text-align: center;
    }
    #guarantee .img_group {
        display: none;
    }
    #guarantee .txt p {
        width: 100%}
    .order_advantages .item {
        margin-bottom: 18px;
        width: calc(50% - 18px);
    }
    .kol_like {
        margin-top: 0;
    }
    #popular_services .info {
        display: block;
    }
    #popular_services .btn {
        margin-top: 15px;
    }
    #reviews.mob_none {
        display: none;
    }
}@media (max-width:670px) {
    .lk_ticket .tittle_block p {
        line-height: 30px;
        width: 100%}
    .container, #service_catalog .container, #service_catalog-inside.container-m, #catalog.container-m {
        width: calc(100% - 16px);
    }
    header .logo_block {
        padding: 15px;
    }
    .ny-hat {
        margin-bottom: -30px !important;
    }
    .ny-hat img {
        width: 27px;
    }
    header .logo_block .go-ny {
        padding-left: 32px;
    }
    .cd-nav-trigger {
        padding-right: 15px;
    }
    .mmenu.menu-open {
        top: 55px;
    }
    #menu .mmenu a {
        padding: 14px 15px;
    }
    #banner {
        text-align: center;
        margin-top: 85px;
        padding: 0 7px;
    }
    #banner .p_tittle {
        font-size: 10px;
        line-height: 118.5%;
        margin-bottom: 10px;
    }
    #banner h1 {
        margin-bottom: 20px;
    }
    h1 {
        font-size: 18px;
        line-height: 118.5%}
    #banner p {
        font-size: 14px;
        line-height: 150%;
        margin: 15px 0 0;
    }
    #banner .img_group {
        width: 100%;
        margin-top: 30px;
    }
    .mob_none {
        display: none;
    }
    header .logo {
        font-size: 18px;
        line-height: 17px;
    }
    #service_catalog {
        margin-top: 70px;
    }
    .tittle_block.text-left {
        text-align: center;
    }
    #service_catalog .list .item {
        width: 100%;
        margin-bottom: 10px;
        background: #fff;
        border: .5px solid #e8e8e8;
        border-radius: 5px;
        min-height: 43px;
        height: auto;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #service_catalog .list .tit {
        padding: 12px;
    }
    #service_catalog .list .tit p {
        font-size: 14px;
    }
    .desktop {
        display: none;
    }
    .mob {
        display: block !important;
    }
    #service_catalog .service_catalog-more .btn .closeb {
        display: none;
    }
    #service_catalog .service_catalog-more {
        padding-right: 9px;
        width: 100%}
    #service_catalog .service_catalog-more .btn {
        background: #fafafa;
        border-radius: 10px;
        position: absolute;
        right: 9px;
        top: 13px;
    }
    #service_catalog .service_catalog-more .btn.active .closeb {
        display: block;
    }
    #service_catalog .service_catalog-more .btn.active .open {
        display: none;
    }
    #service_catalog .service_catalog-more .more-list {
        visibility: visible;
        opacity: 1;
        display: none;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0;
    }
    #service_catalog .service_catalog-more .more-list:before {
        display: none;
    }
    #service_catalog .service_catalog-more .more-list ul {
        box-shadow: none;
        background: 0 0;
        top: 0;
        padding-top: 0;
    }
    #service_catalog .bonus-guarantee {
        margin-top: 40px;
        padding: 0 5px;
    }
    #service_catalog .bonus-guarantee .item {
        padding: 20px 17px;
        height: auto;
        margin-bottom: 10px;
    }
    #service_catalog .bonus-guarantee h2 {
        font-size: 18px;
        line-height: 118.5%}
    #service_catalog .bonus-guarantee p {
        margin: 10px 0 0;
        font-size: 12px;
        line-height: 118%}
    #service_catalog .bonus-guarantee .img {
        width: 79px;
        height: 79px;
    }
    #service_catalog .bonus-guarantee .item:first-child img {
        width: 40px;
    }
    #blog {
        margin-top: 56px;
    }
    #blog .big_item {
        height: 170px;
        border-radius: 4.27303px;
    }
    #blog .big_item:before {
        height: 67px;
    }
    #blog .big_item .date {
        font-size: 10px;
        line-height: 118.5%}
    #blog .big_item .bottom {
        padding: 0 12px 16px;
        align-items: flex-end;
    }
    #blog .big_item h2 {
        max-width: 160px;
        margin-top: 5px;
        font-size: 14px;
        line-height: 118.5%}
    #blog .big_item .btn {
        font-size: 14px;
        line-height: 118.5%;
        min-width: auto;
        border: .5px solid #fff;
        box-sizing: border-box;
        border-radius: 6.21846px;
        background: 0 0;
        color: #fff;
        width: 98px;
        height: 26px;
    }
    #blog .small-item {
        padding-top: 12px;
    }
    #blog .small-item .item {
        margin-bottom: 12px;
        height: 75px;
        background: #f4f4f4;
        border-radius: 6.03926px;
    }
    #blog .small-item .img {
        width: 90px;
    }
    #blog .small-item h2 {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 118%}
    #blog .small-item p {
        font-size: 10px;
        line-height: 118%}
    #blog .small-item .txt {
        width: calc(100% - 90px);
    }
    #blog .blog_more {
        margin-top: 30px;
    }
    #payment {
        margin-top: 45px;
    }
    #payment .item, .payment_method .payment_item {
        height: 47px;
        width: 67px;
    }
    #payment .item img, .payment_method .payment_item img {
        max-width: 65%;
        max-height: 59%}
    #payment .tittle_block.text-left {
        text-align: left !important;
    }
    .swiper-wrapper {
        padding-bottom: 2px;
    }
    #reviews {
        margin-top: 50px;
    }
    #reviews h2 {
        margin-bottom: 20px;
        text-align: center;
    }
    #reviews p {
        font-size: 14px;
    }
    #reviews .txt ul {
        display: none;
    }
    #reviews .mob.txt ul {
        display: block !important;
    }
    #reviews li a {
        font-size: 14px;
    }
    #faq {
        margin-top: 40px;
    }
    .dropdown__btn {
        padding: 11px 20px 11px 8px;
    }
    .dropdown__wrap-ico:before {
        font-size: 24px;
    }
    .dropdown__btn .tit {
        padding-right: 20px;
    }
    .dropdown__list {
        padding: 0 8px 10px;
    }
    .dropdown__content p {
        margin: 5px 0;
    }
    footer {
        margin-top: 100px;
    }
    .service-item .img {
        width: 58px;
        height: 55px;
        border-radius: 10px;
    }
    .service-item p {
        display: none;
    }
    #right_side {
        padding-top: 50px;
    }
    .service-item .txt.mob {
        display: block !important;
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .service-item .txt.mob p {
        display: block;
    }
    .service-item {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    #order .my-link {
        font-size: 12px;
        margin-top: 10px;
    }
    .form-kol {
        width: 149px;
    }
    .kol-total {
        font-size: 14px;
    }
    .kol_like .tittle_block {
        text-align: left !important;
        padding: 0;
    }
    .kol_like .tittle_block h2 {
        display: none;
    }
    .kol_like .tittle_block h2.mob {
        display: block !important;
        font-size: 18px;
        line-height: 22px;
    }
    .lk_balance .balance_add {
        width: 100%;
        margin-top: 20px;
    }
    .lk_balance .tittle_block {
        text-align: center;
    }
    #balance_sum-input {
        width: 100%}
    #main.lk #menu .lk_balance .tit, #main.lk #menu .lk_balance .value {
        font-size: 14px;
    }
    .lk_balance .balance_bonus {
        width: 100%;
        margin-top: 30px;
    }
    .lk_balance .balance_add .payment_method .payment_item {
        width: calc((100%/3) - 12px);
        margin-bottom: 18px;
    }
    #balance_sum-value {
        width: 100%}
    #balance_sum-value li {
        width: calc((100%/3) - 13px);
    }
    #balance_sum-value .balance_sum {
        width: 100%}
    .lk_order .tittle_block {
        text-align: center;
    }
    .lk_order-table th {
        display: none;
    }
    .lk_order-table table, .lk_order-table tbody, .lk_order-table tr, .lk_order-table td {
        display: block;
    }
    .lk_order-table .tr-tit {
        display: none;
    }
    .lk_order-table td .tit {
        display: block;
        font-size: 14px;
        line-height: 17px;
        color: #3b4f5f;
        margin-right: 5px;
    }
    .lk_order-table td {
        padding: 7px 17px !important;
    }
    .lk_order-table tr {
        border: 1px solid #f4f4f4;
        margin-bottom: 15px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .lk_order-table .td-status {
        border-top: 1px solid #f4f4f4;
        padding: 14px 17px !important;
        margin-top: 17px;
    }
    .lk_order-table .td-status .value {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .lk_order-table .td-id, .lk_order-table .td-date, .lk_order-table .td-kol {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
    }
    .lk_order-table td .value {
        font-size: 14px;
        line-height: 17px;
        color: #a3a3a3;
    }
    .lk_order-table td .value br {
        display: none;
    }
    .lk_order-table td .value span {
        margin-right: 3px;
    }
    .lk_order-table .td-tit {
        order: -1;
        text-align: center;
        margin-bottom: 9px;
    }
    .lk_order-table .td-tit .tit {
        margin: 16px 0 9px;
    }
    .lk_order-table .td-tit .tit img {
        width: 26px;
        max-height: 30px;
    }
    .lk_order-table .td-tit .value p {
        color: #3b4f5f;
    }
    .td-kol span {
        display: inline-block;
        margin-left: 3px;
    }
    .lk_order-table .more {
        margin-top: 20px;
    }
    .lk__table_none {
        display: none !important;
    }
    .lk__table_none-mob {
        display: block;
        margin-top: 40px;
    }
    .lk__table_none-mob .tit {
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #a3a3a3;
    }
    .lk__table_none-mob .btn {
        width: 140px;
    }
    .lk_index .item {
        width: calc((100%/1) - 33px);
        margin-bottom: 15px;
    }
    .lk_settings .settings_row form {
        padding: 25px;
    }
    .lk_settings .tittle_block, .lk_settings .valid {
        text-align: center;
    }
    .ticket_tab {
        display: none;
    }
    .ticket__mob {
        display: block;
    }
    .lk_ticket .tittle_block.mob_none {
        display: none;
    }
    .lk_ticket .tittle_block.mob_block {
        display: block;
        text-align: center;
        border: 0;
        padding: 0;
    }
    .lk_ticket .tittle_block.mob_block p {
        margin-left: 0;
    }
    .ticket__mob .ticket_item {
        border: 1px solid #f4f4f4;
        margin-bottom: 11px;
    }
    .ticket__mob .ticket_item .ticket_tit {
        border-bottom: 1px solid #f4f4f4;
        font-size: 14px;
        line-height: 191%;
        text-align: center;
        font-family: 'Golos-Medium';
        padding: 13px 0;
    }
    .ticket__mob .ticket_item .ticket_content {
        padding: 10px 16px;
    }
    .ticket__mob .ticket_item .item {
        margin: 10px 0;
    }
    .ticket__mob .ticket_item .tit {
        font-size: 14px;
        line-height: 17px;
        color: #3b4f5f;
        margin-right: 5px;
    }
    .ticket__mob .ticket_item .value {
        font-size: 14px;
        line-height: 17px;
        color: #a3a3a3;
    }
    .ticket__mob .ticket_item .st_open {
        color: #15cf74;
    }
    .ticket__mob .ticket_item .st_close {
        color: #ed1f24;
    }
    .ticket__mob .ticket_item .open_chat {
        border-top: 1px solid #f4f4f4;
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 175%;
        color: #3b4f5f;
        padding: 10px 0;
    }
    .ticket_chat {
        border: 0;
    }
    .ticket_chat .tittle_block {
        padding: 0;
        border: 0;
    }
    .ticket_chat form {
        border: 1px solid #e3e3e3;
        margin-top: 30px;
        padding: 13px 10px;
    }
    .ticket_chat .chat {
        padding: 0;
        margin-bottom: 50px;
    }
    .ticket_chat .chat_name .date {
        display: inline-block;
        font-size: 10px;
        color: #7d8083;
        margin-left: 15px;
    }
    .ticket_chat .chat_message .date {
        display: none;
    }
    .catalog_info {
        margin-top: 20px;
    }
    #contacts .txt p {
        margin: 15px 0;
    }
    #payment .icon-ps_visa, .payment_method .payment_item .icon-ps_visa {
        font-size: 20px;
    }
    #payment .icon-ps_mastercard, .payment_method .payment_item .icon-ps_mastercard {
        font-size: 23px;
    }
    #payment .icon-ps_qiwi, .payment_method .payment_item .icon-ps_qiwi {
        font-size: 30px;
    }
    #payment .icon-ps_yandex, .payment_method .payment_item .icon-ps_yandex {
        font-size: 24px;
    }
    #payment .icon-ps_ApplePay, .payment_method .payment_item .icon-ps_ApplePay {
        font-size: 25px;
    }
    #payment .icon-ps_GooglePay, .payment_method .payment_item .icon-ps_GooglePay {
        font-size: 25px;
    }
    #login__section .login__section {
        width: calc(100% - 30px);
        margin: 100px auto 0px;
    }
    #login__section .tittle_block {
        margin-bottom: 23px;
    }
    #login__section .authorization_block, #login__section .valid {
        margin-bottom: 30px;
    }
    .payment_item.swiper-slide {
        margin-bottom: 0;
    }
    #popular_services .info {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #popular_services .item {
        padding: 25px 10px;
    }
    #popular_services .txt {
        width: 100%}
    #popular_services .btn {
        margin: 15px auto 0;
    }
    #popular_services .img {
        width: 90px;
        height: 75px;
        margin: 0 auto 25px;
    }
    #popular_services .img img {
        width: 40px;
    }
    #reviews_slider iframe {
        height: 130px;
    }
    #c_reviews .reviews_list .reviews_item {
        width: 100%;
        margin-right: 0;
    }
    #c_reviews .reviews_list {
        margin-right: 0;
    }
    #c_reviews .reviews_more2 {
        margin-top: 0;
    }
    #menu .mmenu a {
        padding: 12px 15px;
        font-size: 15px;
    }
    footer {
        padding-bottom: 10px;
    }
    .lk_order-table .td-tit .value p {
        margin-bottom: 4px;
    }
    #service_catalog-inside .item .tit {
        padding: 25px;
    }
    #service_catalog-inside .item .img {
        margin: 0 auto 20px;
        width: 130px;
        height: 130px;
    }
    #service_catalog-inside .item .img img {
        width: 70px;
    }
    #service_catalog-inside .item .txt {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #service_catalog-inside .item .more-list {
        margin: 0 auto;
        padding: 20px 20px 0;
        margin-bottom: 35px;
        box-shadow: 0px 0 17px rgba(51, 77, 110, .2);
    }
    #service_catalog-inside .item .more-list li {
        width: 100%;
        margin: 0 0 20px;
    }
}@media (max-width:350px) {
    .ticket_chat .btn {
        width: 100%;
        margin-bottom: 15px;
    }
    .ticket_chat .close_ticket {
        width: 100%;
        text-align: center;
    }
    #menu .mmenu a {
        padding: 10px 15px;
        font-size: 14px;
    }
    #banner .btn_catalog {
        width: 100%;
        margin: 0 0 15px;
    }
    #banner .mob.btn_block {
        display: block !important;
    }
    #service_catalog .list .tit {
        padding: 10px 9px 8px;
    }
    #service_catalog .list .tit p, #service_catalog .list .tit a {
        font-size: 14px;
    }
    #service_catalog .list .tit .img {
        margin-right: 6px;
    }
    #service_catalog .bonus-guarantee .txt {
        width: calc(100% - 79px);
        padding-left: 15px;
    }
    #service_catalog .bonus-guarantee h2 {
        font-size: 16px;
    }
    #service_catalog .bonus-guarantee .item {
        padding: 15px;
    }
}.disclaimer {
     font-weight: 200;
 }
.input-group-btn .btn {
    height: 34px !important;
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.plr10 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.border {
    margin-top: 10px;
    border: solid 1px #fff;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
}
.border.grey {
    border: solid 1px #d7d7d7;
}
.timer {
    position: relative;
    padding-left: 35%;
    padding-right: 65%}
.base-timer {
    position: relative;
    width: 100px;
    height: 100px;
}
.base-timer__svg {
    transform: scaleX(-1);
}
.base-timer__circle {
    fill: none;
    stroke: none;
}
.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: #adadad;
}
.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}
.base-timer__path-remaining.green {
    color: #20a0e1;
}
.base-timer__path-remaining.orange {
    color: orange;
}
.base-timer__path-remaining.red {
    color: red;
}
.base-timer__label {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.settings_row .form-group {
    width: 100% !important;
}
.underline {
    text-decoration: underline;
}

.g-recaptcha {
    display: inline-block;
    transform:scale(0.8);
    -webkit-transform:scale(0.8);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
.g-re {
    margin: -20px 0px;
}


.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow:hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: #1c82f3 solid 1px;
}

.dreep.form-group .form-check-label{
    margin-bottom: -10px !important;
}

.d-group label{
    font-size: 90% !important;
    font-weight: 400;
}
.d-group{
    padding-top: 10px;
}
.dreep.form-check {
    margin-top: -20px !important;
}

.x {
    cursor: pointer;
}

.d-group label{
    margin-bottom: -10px !important;
}
