/* Slider */

.clear-fix{
    clear: both;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.prise__content{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.prise__content-item{
    width: 50%;
    padding: 10px;
}

.prise__title{
    text-align: center;
    margin: 10px 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.prise__description{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.prise__img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.prise__description .info{
    width: 50%;
    margin-top: 10px;
    padding-left: 10px;
}

.prise__description .info p:nth-child(2){
    margin: 0px !important;
}

.bold{
    font-weight: bold;
}

.prise__description .button{
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: center;
}

.prise__description .button .more a:hover {
    text-decoration: none;
    background: #33CCCC;
    background-image: url(/bitrix/templates/presentevent_c3_copy/images/button_lines.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.prise__description .button .more a {
    display: inline-block;
    font-size: 12px;
    min-width: 89px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    background: #339999;
    background-image: url(/bitrix/templates/presentevent_c3_copy/images/button_lines.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    color: #FFF;
    font-weight: bold;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.just{
    text-align: justify;
}

.container__welcome .welcome-img{
    float: left;
    width: 350px;
    margin-right: 15px;
}

.container__welcome .welcom-btn{
    text-align: right;
}

.like_h3{
    font-weight: bold;
    font-size: 17px;
}

.contBlockPreim .blockPreim_2{
    width: 25%;
}

.action{
    text-align: center;
    font-weight: bold;
}

.foto-galereya .wraapp{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.foto-galereya .wraapp .item{
    width: 25%;
    padding: 5px;
}

h3{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0pt;
    color: #339999;
    padding-bottom: 5px;
}
.drawing-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
.drawing-item {
    width: 40%;
    margin-bottom: 25px;
}
.drawing-item p {
    text-align: center;
}
.drawing-item img {
    width: 100%;
}
.drawing-item1 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 25px;

}
.drawing-item1 p {
    text-align: center;
}
.like-h2 {
    font-size: 18px;
    font-weight: bold;
    font-family: inherit;
    letter-spacing: 0pt;
    line-height: 1.1;
    color: #339999;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.for-img {
    margin: 10px auto;
    width: 70%;
}
.table-price td{
    padding-left: 5px;
    padding-right: 5px;
}
.three_in_row .three_in_row-b-img {
    width: 100%;
}
.three_in_row-b-img img {
    width: 230px;
    height: 400px;
}
.three_in_row-b-img p {
    text-align: center;
}
.href-disable {
    pointer-events: none;
}
.c-b {
    clear: both;
}
.t-c {
    text-align: center;
}

.img-wrap img {
    width: 100%;
}

.wrap-descr {
    padding: 10px 0;
}

.myBtn {
    text-align: center;
    padding: 30px 0;
}

.menu-wrap {
    display: flex;
    justify-content: center;
}

.menu-wrap ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.menu-wrap ul li {
    /*width: 50%;*/
    margin-top: 20px;
}

.menu-wrap ul li img{
    max-width: auto;
    width: 318px;
    height: 260px;
}

.wrap-karandash {
    text-align: center;
    padding: 10px 0;
}

.wrap-karandash img {
    width: 50%;
}

.table-wrap  {
    padding: 10px 0;
}

