* {
    box-sizing: border-box;
    outline: none!important;
    -webkit-appearance: none
}

html {
    overflow-x: hidden
}

body {
    margin: 0;
    padding: 76px 0 0;
    font-family: Ubuntu, sans-serif!important;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .3px;
    color: #262626;
    min-height: 100vh;
    position: relative
}

@media (min-width:992px) {
    body {
        padding: 100px 0 0
    }
}

body.compensate-for-scrollbar {
    margin: 0!important
}

body.no-scroll {
    overflow-y: hidden;
    max-height: 100vh
}

a {
    text-decoration: none
}

h1 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: normal
}

h1,
h3 {
    font-weight: 700
}

h3 {
    font-size: 18px;
    line-height: 1.33
}

h2 {
    /* font-size:16px; */
    /* font-weight:700; */
    /* font-style:italic; */
    /* letter-spacing:normal; */
    /* color:#afca0b; */
}

.title h1,
.h1 {
    margin: 0;
    position: relative;
    padding-bottom: 26px
}

.title h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #afca0b
}

.title .deskr {
    margin-top: 16px;
}

.title--center {
    text-align: center
}

.title--center h1:after {
    left: 50%;
    margin-left: -20px
}

.title--center .deskr {
    margin: 16px auto 0
}

.container {
    position: relative;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
        padding: 0 15px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
        padding: 0 24px
    }
}

@media (min-width:1440px) {
    .container {
        max-width: 1272px;
        padding: 0 24px
    }
}

.btn {
    border: none;
    text-transform: uppercase;
    border-radius: 50%;
    background: #f08262;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 70px;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: .3px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    display: block;
    width: 200px;
    border: 0;
    transition: all .15s ease-in-out;
}

.btn:hover {
    background: #e67553
}

.gift {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
    background: url(../img/gift.svg) no-repeat 50%;
    background-size: contain;
    animation: a .6s ease-in-out infinite;
    cursor: pointer
}

.gift:hover {
    animation: b .3s ease-in-out
}

@keyframes a {
    0%,
    to {
        transform: rotate(-10deg)
    }
    50% {
        transform: rotate(10deg)
    }
}

@keyframes b {
    0% {
        transform: rotate(-10deg)
    }
    50% {
        transform: rotate(10deg)
    }
    to {
        transform: rotate(0deg)
    }
}

header {
    height: 76px;
    background-color: #fff;
    padding: 8px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    box-shadow: 0 2px 4px 0 transparent;
    transition: all .15s ease-in-out;
    opacity: 1
}

header.hide {
    opacity: 0
}

header.fixed {
    position: fixed;
    top: -76px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

header.show {
    top: 0!important;
    opacity: 1
}

header.open {
    height: auto
}

header.open .menu__wrapper {
    display: block
}

header.open .menu__burger {
    transition: all .15s ease-in-out;
    transform: rotate(1turn);
    background: url(../img/menu-close.svg) no-repeat 50%;
    background-size: contain
}

@media (min-width:992px) {
    header {
        padding: 0;
        height: 100px
    }
    header.fixed {
        top: -100px
    }
}

header .menu {
    position: relative
}

@media (min-width:992px) {
    header .menu {
        display: -ms-flexbox;
        display: flex
    }
}

header .menu__logo {
    width: 150px;
    height: 60px;
    background: url(../img/tomterra-logo-new.svg) no-repeat 50%;
    background-size: contain
}

@media (min-width:992px) {
    header .menu__logo {
        margin: 8px 0;
        margin: 8px 0 12px;
        width: 150px;
        height: 80px
    }
}

@media (min-width:1200px) {
    header .menu__logo {
        width: 200px
    }
}

header .menu__wrapper {
    display: none;
    padding: 20px 0 0
}

@media (min-width:992px) {
    header .menu__wrapper {
        padding: 0;
        display: -ms-flexbox;
        display: flex
    }
}

header .menu__wrapper__linklist {
    margin: 0;
    padding: 0
}

@media (min-width:992px) {
    header .menu__wrapper__linklist {
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 0 20px
    }
}

@media (min-width:1200px) {
    header .menu__wrapper__linklist {
        margin: 0 0 0 20px
    }
}

@media (min-width:1440px) {
    header .menu__wrapper__linklist {
        margin: 0 0 0 92px
    }
}

header .menu__wrapper__linklist__li {
    list-style: none;
    position: relative;
}

header .menu__wrapper__linklist__li__a {
    display: block;
    padding: 20px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
    text-transform: uppercase;
    color: #262626;
    text-align: center;
    transition: all .15s ease-in-out
}

@media (min-width:992px) {
    header .menu__wrapper__linklist__li__a {
        text-align: left;
        padding: 40px 10px
    }
}

@media (min-width:1200px) {
    header .menu__wrapper__linklist__li__a {
        padding: 40px 20px
    }
}

header .menu__wrapper__linklist__li__a:hover {
    color: #f08262
}
@media (max-width: 992px) {
    header .menu__wrapper__contacts {
     text-align:center;
    }
}


@media (min-width:992px) {
    header .menu__wrapper__contacts {
        text-align: right;
        display: block;
        padding: 10px 0 10px 14px;
    }
}

@media (min-width:1200px) {
    header .menu__wrapper__contacts {
        padding: 9px 0 9px 26px;
    }
}

@media (min-width:1440px) {
    header .menu__wrapper__contacts {
        padding: 24px 0 24px 86px
    }
}

header .menu__wrapper__contacts__link {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #262626;
    padding-bottom: 8px;
}

header .menu__wrapper__contacts__work_time__time,
header .menu__wrapper__contacts__work_time__time--2 {
    font-size: 14px;
    line-height: 1.43;
    opacity: .5;
    color: #262626;
    font-weight: 500
}

header .menu__wrapper__contacts__work_time__time--2 {
    padding-left: 20px
}

header .menu__burger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 60px;
    background: url(../img/menu.svg) no-repeat 50%;
    background-size: contain;
    transition: all .15s ease-in-out
}

@media (min-width:992px) {
    header .menu__burger {
        display: none
    }
}

.slick-arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    top: 50%;
    border: 0;
    padding: 0;
    margin: -30px 0 0;
    background-color: transparent;
    font-size: 0;
    z-index: 1;
    cursor: pointer;
    opacity: .5;
    transition: all .15s ease-in-out
}

.slick-arrow:hover {
    opacity: 1
}

.slick-prev {
    transform: rotate(180deg);
    left: 36px
}

.slick-next {
    right: 36px
}

.slick-dots {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%)
}

.slick-dots li {
    list-style: none
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #d9d9d9;
    border: 0;
    font-size: 0;
    border-radius: 50%;
    display: block;
    padding: 0;
    margin: 2px 6px;
    transition: all .15s ease-in-out;
    cursor: pointer
}

.slick-dots li button:hover {
    background-color: #f08262
}

.slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #f08262
}

.header_slider__slide {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.header_slider__slide__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 32px);
    max-width: 600px;
}

@media (min-width:992px) {
    .header_slider__slide__content {
        margin-left: 50px
    }
}

@media (min-width:1200px) {
    .header_slider__slide__content {
        margin-left: 0
    }
}

.header_slider__slide__content p.top {
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 20px
}

.header_slider__slide__content .btn {
    margin: 20px 0 0
}

@media (min-width:768px) {
    .header_slider__slide__content__advantages--list .header_slider__slide__content__advantages__advantage+.header_slider__slide__content__advantages__advantage {
        margin-left: 36px
    }
}

@media (min-width:768px) {
    .header_slider__slide__content__advantages--2_col .header_slider__slide__content__advantages__advantage {
        width: 40%
    }
}

.header_slider__slide__content__advantages--1_col,
.header_slider__slide__content__advantages--2_col,
.header_slider__slide__content__advantages--list {
    margin-top: 20px
}

@media (min-width:768px) {
    .header_slider__slide__content__advantages--list {
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:768px) {
    .header_slider__slide__content__advantages--2_col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.header_slider__slide__content__advantages__advantage {
    background: url(../img/bullet.svg) no-repeat 0 0;
    background-size: 24px;
    padding-left: 32px;
    line-height: 24px;
    margin: 4px 0
}

.header_slider__slide .container {
    height: 100%;
    position: relative
}

.header_slider__slide .container h1 {
    margin: 0
}

.header_slider__slide .container h1 span {
    font-weight: 300
}

.header_slider__slide--1 {
    background-image: url(../img/blur0.jpg)
}

@media (min-width:768px) {
    .header_slider__slide--1 {
        background-image: url(../img/slide0_1100.jpg)
    }
}

@media (min-width:1100px) {
    .header_slider__slide--1 {
        background-image: url(../img/slide0.jpg)
    }
}

.header_slider__slide--2 {
    background-image: url(../img/blur1.jpg)
}

@media (min-width:768px) {
    .header_slider__slide--2 {
        background-image: url(../img/slide1.jpg)
    }
}

.header_slider__slide--3 {
    background-image: url(../img/blur4.jpg);
}

@media (min-width:768px) {
    .header_slider__slide--3 {
        background-image: url(../img/slide4.jpg);
    }
}

.header_slider__slide--4 {
    background-image: url(../img/blur3.jpg)
}

@media (min-width:768px) {
    .header_slider__slide--4 {
        background-image: url(../img/slide3.jpg)
    }
}

.about_block {
    padding: 80px 0 40px;
}

@media (min-width:992px) {
    .about_block {
        padding: 104px 0 52px;
    }
}

.about_block .container {
    max-width: 1224px
}

@media (min-width:1050px) {
    .about_block .container {
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1050px) {
    .about_block__about {
        max-width: 600px
    }
}

.about_block__about h1 {
    margin: 0 0 16px
}

.about_block__about p {
    margin: 0
}

.about_block__about p+p {
    margin-top: 18px
}

.about_block__about .btn {
    margin: 20px auto 0
}

@media (min-width:1050px) {
    .about_block__about .btn {
        margin: 40px 0 0
    }
}

.about_block__slider_block {
    padding-right: 16px
}

.about_block__slider {
    width: 100%;
    margin: 24px auto 0
}

@media (min-width:1050px) {
    .about_block__slider {
        width: 600px;
        margin: 0 0 0 24px
    }
}

.about_block__slider:after {
    content: "";
    position: absolute;
    opacity: .3;
    right: -16px;
    top: 16px;
    background-color: #afca0b;
    width: 100%;
    height: 100%;
    z-index: -1
}

.about_block__slider .slick-arrow {
    width: 48px;
    height: 48px;
    margin-top: -24px
}

.about_block__slider .slick-prev {
    left: 24px
}

.about_block__slider .slick-next {
    right: 24px
}

.about_block__slider a {
    display: block
}

.about_block__slider .photo img {
    width: 100%;
}

.about_block__slider .photo {
    width: 100%;
    max-height: 340px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.about_block__slider .photo:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%
}

.cure {
    padding: 80px 0;
    background-image: url(../img/img2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed
}

@media (min-width:992px) {
    .cure {
        padding: 104px 0
    }
}

.cure__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

@media (min-width:768px) {
    .cure__column {
        margin-top: 60px
    }
}

.cure__column__disease {
    width: 288px;
    padding-left: 32px;
    background: url(../img/bullet.svg) no-repeat 0 0;
    background-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .cure__column__disease:nth-child(2n) {
        margin-left: 114px
    }
}

@media (min-width:992px) {
    .cure__column__disease:nth-child(2n) {
        margin-left: auto
    }
}

@media (min-width:992px) {
    .cure__column__disease:nth-child(3n-1) {
        margin: 20px 33px
    }
}

@media (min-width:1200px) {
    .cure__column__disease:nth-child(3n-1) {
        margin: 20px 114px
    }
}

@media (min-width:1440px) {
    .cure__column__disease:nth-child(3n-1) {
        margin: 20px 180px
    }
}

.cure__column__disease__name {
    font-weight: 700
}

.cure__column__disease__deskr {
    padding-top: 15px
}

.specialists {
    padding: 40px 0 80px;
}

@media (min-width:992px) {
    .specialists {
        padding: 52px 0 104px;
    }
}

.specialists__list {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (min-width:768px) {
    .specialists__list {
        margin-top: 60px
    }
}

.specialists__list__specialist {
    width: 100%;
    height: 76px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer
}

@media (min-width:576px) {
    .specialists__list__specialist {
        display: block;
        width: 50%;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center
    }
}

@media (min-width:768px) {
    .specialists__list__specialist {
        width: 180px;
        margin-right: 75px
    }
}

@media (min-width:992px) {
    .specialists__list__specialist {
        margin-right: 70px
    }
}

@media (min-width:1200px) {
    .specialists__list__specialist {
        margin-right: 124px
    }
}

@media (min-width:1440px) {
    .specialists__list__specialist {
        margin-right: 132px
    }
}

@media (min-width:768px) {
    .specialists__list__specialist:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width:992px) {
    .specialists__list__specialist:nth-child(3n) {
        margin-right: 70px
    }
}

@media (min-width:1200px) {
    .specialists__list__specialist:nth-child(3n) {
        margin-right: 124px
    }
}

@media (min-width:1440px) {
    .specialists__list__specialist:nth-child(3n) {
        margin-right: 132px
    }
}

@media (min-width:992px) {
    .specialists__list__specialist:nth-child(4n) {
        margin-right: 0
    }
}

.specialists__list__specialist__icon {
    width: 76px;
    height: 76px;
    position: relative
}

@media (min-width:576px) {
    .specialists__list__specialist__icon {
        margin: 0 auto
    }
}

.specialists__list__specialist__icon img {
    max-width: 100%;
    max-height: 100%
}

.specialists__list__specialist__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: .3px;
    color: #262626;
    position: absolute;
    top: 50%;
    left: 92px;
    transform: translateY(-50%);
    transition: all .15s ease-in-out
}

@media (min-width:576px) {
    .specialists__list__specialist__name {
        position: relative;
        top: auto;
        left: auto;
        transform: translateY(0);
        margin-top: 15px
    }
}

.specialists__list__specialist:hover .specialists__list__specialist__name {
    color: #f08262
}

.choose {
    padding: 80px 0;
    background-image: url(../img/img3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed
}

@media (min-width:992px) {
    .choose {
        padding: 104px 0
    }
}

.choose__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.choose__column__disease {
    width: 288px;
    padding-left: 32px;
    background: url(../img/bullet.svg) no-repeat 0 0;
    background-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .choose__column__disease:nth-child(2n) {
        margin-left: 114px
    }
}

@media (min-width:992px) {
    .choose__column__disease:nth-child(2n) {
        margin-left: auto
    }
}

@media (min-width:992px) {
    .choose__column__disease:nth-child(3n-1) {
        margin: 20px 33px
    }
}

@media (min-width:1200px) {
    .choose__column__disease:nth-child(3n-1) {
        margin: 20px 114px
    }
}

@media (min-width:1440px) {
    .choose__column__disease:nth-child(3n-1) {
        margin: 20px 180px
    }
}

.choose__column__disease__name {
    font-weight: 700
}

.mission {
    padding: 80px 0
}

@media (min-width:992px) {
    .mission {
        padding: 104px 0
    }
}

.mission .container {
    max-width: 1224px
}

@media (min-width:1050px) {
    .mission .container {
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1050px) {
    .mission__text {
        max-width: 600px
    }
}

.mission__text h1 {
    margin: 0 0 16px
}

.mission__text p {
    margin: 0
}

.mission__text p+p {
    margin-top: 18px
}

.mission__text__signature {
    text-align: right;
    margin-top: 24px
}

.mission__text__signature strong {
    padding-right: 120px;
    margin-top: 24px;
    display: block;
    position: relative
}

.mission__text__signature strong:after {
    content: "";
    display: block;
    position: absolute;
    width: 106px;
    height: 69px;
    background-image: url(../img/podpis.jpg);
    background-repeat: no-repeat;
    top: -24px;
    right: 0
}

.mission__photo_block {
    max-width: 528px;
    width: calc(100% - 16px);
    margin: 64px auto 0;
    position: relative
}

@media (min-width:1050px) {
    .mission__photo_block {
        padding-right: 16px;
        margin: 24px auto 0;
        max-width: 600px
    }
}

.mission__photo_block:after {
    content: "";
    position: absolute;
    opacity: .3;
    right: 0;
    top: 64px;
    bottom: 64px;
    background-color: #afca0b;
    width: 100%;
    z-index: -1
}

@media (min-width:1050px) {
    .mission__photo_block:after {
        top: 0
    }
}

.mission__photo_block__photo {
    max-width: 448px;
    background: url(../img/img5.jpg) no-repeat 50%;
    background-size: cover;
    margin-left: 40px;
    margin-right: 40px
}

@media (min-width:1050px) {
    .mission__photo_block__photo {
        max-width: 392px;
        margin-left: 24px;
        margin-right: 0;
        margin-top: -64px
    }
}

.mission__photo_block__photo:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 127.5510204081633%
}

@media (min-width:1050px) {
    .mission__photo_block {
        width: 600px;
        margin: 0 0 0 24px
    }
}

.laboratory {
    padding: 80px 0;
    background-image: url(../img/img4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed
}

@media (min-width:992px) {
    .laboratory {
        padding: 104px 0
    }
}

.questions {
    padding: 80px 0;
    background-color: #f0f0f0
}

@media (min-width:992px) {
    .questions {
        padding: 104px 0
    }
}

.questions__slider {
    padding-top: 40px
}

@media (min-width:480px) {
    .questions__slider {
        margin: 0 -12px
    }
}

.questions__slider .slick-next {
    right: -64px
}

.questions__slider .slick-prev {
    left: -64px
}

.questions__slider .slick-dots {
    margin-top: 25px;
    position: relative;
    bottom: 0;
    transform: none;
    left: 0;
    -ms-flex-pack: center;
    justify-content: center
}

.article {
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 transparent;
    transition: all .15s ease-in-out
}

@media (min-width:480px) {
    .article {
        margin: 12px
    }
}

.article__photo {
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: top;
    overflow: hidden;
}

.article__photo_specialist {
    height: 300px;
    background-position-y: top;
}

.article__name {
    padding: 16px 16px 0;
    font-size: 15px;
    font-weight: 500;
    height: 70px;
    overflow: hidden;
    color: #262626;
    line-height: 17px;
}

.article__date {
    padding: 0 16px;
    color: gray;
    font-size: 13px;
    margin-top: 4px;
}

.article__prev {
    height: 84px;
    overflow: hidden;
    line-height: 1.4;
    opacity: .5;
    margin: 11px 0 16px;
    padding: 0 16px;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}

.article__more {
    padding: 0px 16px 16px;
    color: #f08262;
    font-size: 14px;
    font-weight: 700;
    opacity: .75;
    text-transform: uppercase;
    transition: all .15s ease-in-out;
}

.article:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.article:hover .article__more {
    opacity: 1
}

.contacts {
    padding: 80px 0
}

@media (min-width:992px) {
    .contacts {
        padding: 104px 0
    }
}

@media (min-width:1050px) {
    .contacts .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (min-width:1050px) {
    .contacts__text {
        width: 50%
    }
}

.contacts__text h1 {
    margin: 0 0 16px
}

.contacts__text b {
    display: block;
    margin-bottom: 8px
}

.contacts__text__adres {
    background: url(../img/marker.svg) no-repeat 0 0;
    background-size: 24px;
    padding-left: 32px
}

.contacts__text__phone_title {
    margin-top: 16px
}

.contacts__text__phone {
    background: url(../img/phone.svg) no-repeat 0 0;
    background-size: 24px;
    padding-left: 32px
}

.contacts__text p {
    margin: 0
}

.contacts__text p+p {
    margin-top: 8px
}

.contacts__map {
    width: 100%;
    margin: 30px auto 0;
    position: relative
}

@media (min-width:1050px) {
    .contacts__map {
        width: 50%;
        margin: -48px 0 0
    }
    .contacts__map:after {
        content: "";
        position: absolute;
        opacity: .3;
        left: -24px;
        right: -24px;
        top: 17px;
        bottom: 20px;
        background-color: #afca0b;
        z-index: -1
    }
}

.contacts__map #YMapsID {
    height: 230px;
    width: calc(100% + 32px);
    margin: 0 -16px
}

@media (min-width:1050px) {
    .contacts__map #YMapsID {
        height: 437px;
        width: 100%;
        margin: 0
    }
}

.contacts__beside__title {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 4px
}

@media (min-width:1050px) {
    .contacts__beside__title {
        margin-top: 80px
    }
}

.contacts__beside {
    margin: 0 -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.contacts__beside p {
    margin-top: 12px;
    margin-bottom: 0
}

.contacts__beside .contacts__text__adres {
    margin-left: 10px;
    margin-right: 10px
}

@media (min-width:768px) {
    .contacts__beside .contacts__text__adres {
        width: calc(50% - 20px)
    }
}

.footer {
    background-color: #f0f0f0;
    padding: 40px 0
}

@media (min-width:1050px) {
    .footer .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.footer__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 72px;
    position: relative
}

@media (min-width:576px) {
    .footer__content {
        padding-top: 0
    }
}

.footer__content__license {
    margin-bottom: 30px
}

@media (min-width:576px) {
    .footer__content__license {
        margin-right: 0
    }
}

@media (min-width:992px) {
    .footer__content__license {
        margin-right: 7px;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .footer__content__license {
        margin-right: 75px
    }
}

@media (min-width:1440px) {
    .footer__content__license {
        margin-right: 96px
    }
}

.footer__content__license p {
    font-weight: 500;
    opacity: .5;
    margin: 0
}

.footer__content__license p+p {
    padding-top: 20px
}

.footer__content__solials {
    position: absolute;
    top: 0;
    left: -12px;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex: 1 100px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: start;
}
div#pd_widget_column {
  flex: 1 100px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0;
  margin: 20px 0 30px;
  }
@media (min-width:576px) {
    .footer__content__solials {
        position: relative;
        top: auto;
        left: auto;
        margin-right: 338px;
        margin-left: -12px;
    }
}

@media (min-width:768px) {
    .footer__content__solials {
        margin-right: 518px
    }
}

@media (min-width:992px) {
    .footer__content__solials {
        margin-right: 7px;
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .footer__content__solials {
        /* margin-right: 97px */
    }
}

@media (min-width:1440px) {
    .footer__content__solials {
        margin-right: 164px
    }
}

.footer__content__solials__link--insta,
.footer__content__solials__link--vk {
    display: block;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: .5;
    transition: all .15s ease-in-out;
    margin: 0 12px
}

.footer__content__solials__link--insta:hover,
.footer__content__solials__link--vk:hover {
    opacity: 1
}

.footer__content__solials__link--vk {
    background-image: url(../img/vk-logo-hover.svg)
}

.footer__content__solials__link--insta {
    background-image: url(../img/inst-logo-hover.svg)
}

.footer__content__fresco__logo {
    opacity: .8;
    display: block;
    width: 72px;
    height: 35px;
    background: url(../img/fresco-logo.svg) no-repeat 0 0;
    background-size: contain;
    transition: all .15s ease-in-out
}

.footer__content__fresco__logo:hover {
    opacity: 1
}

.full_news-page {
    background-color: #f0f0f0;
    padding: 60px 0
}

.full_news-page img {
    max-width: 550px;
}

@media (max-width: 992px) {
    .full_news-page img {
        max-width: 100%;
    }
}

.full_news-page a {
    color: #f08262
}

.articles_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -10px
}

.articles_list .article {
    margin: 10px
}

@media (min-width:576px) {
    .articles_list .article {
        width: calc(50% - 20px)
    }
}

@media (min-width:992px) {
    .articles_list .article {
        width: calc(33.33333333% - 20px)
    }
}

@media (min-width:1200px) {
    .articles_list .article {
        width: calc(25% - 20px)
    }
}

.full_news-page .text-news * {
    font-family: Ubuntu, sans-serif!important;
    /* background: none!important; */
}

div.pagination {
    width: 100%;
    margin: 30px 10px 10px 10px;
}

div.pagination ul.pagination {
    margin: 0 -5px;
    padding: 0;
}

@media (min-width: 768px) {
    div.pagination ul.pagination {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

div.pagination ul.pagination li {
    list-style: none;
    padding: 5px;
    display: inline-block;
}

@media (min-width: 768px) {
    div.pagination ul.pagination li {
        display: block;
    }
}

div.pagination ul.pagination li a,
div.pagination ul.pagination li span {
    background: #f08262;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: .3px;
    text-align: center;
    padding: 10px 20px;
    display: block;
}

div.pagination ul.pagination li a {
    transition: all .15s ease-in-out;
    cursor: pointer;
}

div.pagination ul.pagination li span {}

div.pagination ul.pagination li.active a {
    background: #fff;
    color: #f08262;
}

div.pagination ul.pagination li.control a {}

div.pagination ul.pagination li.control,
div.pagination ul.pagination li.disabled {
    display: none;
}

div.pagination ul.pagination li.disabled span {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(51, 51, 51, 0.5);
}

div.pagination ul.pagination li a:hover {
    background: #e67553;
}

div.pagination ul.pagination li.active a:hover {
    background: #fff;
}

.btn-header {
    padding: 6px 0px;
    margin-left: 47px;
    font-size: 12px;
}

@media (max-width: 992px) {
    .btn-header {
    padding: 8px 0px;
    margin: 12px auto;
    font-size: 12px;
}
}