@font-face {
font-family: Lato-Heavy; /* Имя шрифта */
src: url(../fonts/Lato-Heavy.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
font-family: Lato-Bold; /* Имя шрифта */
src: url(../fonts/Lato-Bold.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
font-family: Lato-Light; /* Имя шрифта */
src: url(../fonts/Lato-Light.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
font-family: Lato-Medium; /* Имя шрифта */
src: url(../fonts/Lato-Medium.ttf); /* Путь к файлу со шрифтом */
}
body {
	font: Lato-Medium;
}
a {
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
.main_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
/*    padding: 20px;*/
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.main_box {
    position: relative;
    width: 375px;
    max-width: 100%;
    height: 700px;
    max-height: calc(100vh - 40px);
    background-color: #fafafa;
    -webkit-box-shadow: 0 2px 30px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 30px 0 rgb(0 0 0 / 8%);
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.wrap_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.box_social {
    position: relative;
    width: calc(100% - 32px);
    padding: 16px 14px 14px;
    background-color: #fff;
    -webkit-transition-delay: .2s!important;
    -o-transition-delay: .2s!important;
    transition-delay: .2s!important;
    margin: 10px auto 0;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.main_text {
	display: flex;
    padding: 0 2px;
}
.main_text img {
	display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.wrap_img {
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 60px);
    padding: 0 0 0 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.text_wrap h1 {
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #333;
    margin: 0;
    word-break: break-word;
}
.social_title {
    margin: 20px 0 5px;
    padding: 0 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    word-break: break-word;
    display: flex;
    justify-content: space-around;
    line-height: 10px;
    align-items: center;
}

.social_icon_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: .02px;
    display: flex;
    justify-content: space-around;
}
.social_icon_wrap ul li {
    width: calc(33.33333% - 5.5px);
    float: left;
    margin: 0 8px 0 0;
}
.social_icon_wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    background-color: #2f3542;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .3s ease,-webkit-transform .3s ease;
    transition: -webkit-box-shadow .3s ease,-webkit-transform .3s ease;
    -o-transition: box-shadow .3s ease,transform .3s ease;
    transition: box-shadow .3s ease,transform .3s ease;
    transition: box-shadow .3s ease,transform .3s ease,-webkit-box-shadow .3s ease,-webkit-transform .3s ease;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: .02px;
}
.viber {
    background-image: -o-linear-gradient(top,#8760fd,#4c389d);
    background-image: linear-gradient(180deg,#8760fd,#4c389d);
}
.what {
    background-image: -o-linear-gradient(top,#60fd7c,#07b825);
    background-image: linear-gradient(180deg,#60fd7c,#07b825);
}
.telegram {
    background-image: -o-linear-gradient(top,#00aefa,#0983c5);
    background-image: linear-gradient(180deg,#00aefa,#0983c5);
}
.social_icon_wrap svg {
	display: inline-block;
    vertical-align: top;
    pointer-events: none;
    fill: currentColor;
    width: 21px;
    height: auto;
    margin: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: .02px;
}
.wrap_link {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    margin: 20px 0;
    text-align: center;
    padding: 10px;
    font-weight: 500;
}
.wrap_link_goods {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
}
.wrap_link p {
    margin: 0;
    font-weight: 300;
}
.wrap_link_goods p {
    margin: 0;
    font-weight: 300;
    text-align: left;
    padding: 5px;
}
.wrap_link_goods img {
    width: 100%;
    height: 165px;
    object-fit: contain;
}
.pad-r-l {
    padding-right: 10px!important;
    padding-left: 10px!important;
}
.social_icon_wrap a:hover {
   box-shadow: 0 5px 4px 0 rgb(0 0 0 / 20%);
   transform: scale(1.05);
}
.wrap_img_zsu {
    margin-bottom: 20px;
}
.wrap_img_zsu img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
}


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

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


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


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

}