.head-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #3c73ea, #df8fff);
    margin-bottom: 5px;
}
.head-banner a {
    padding: 0px 0px;
}
.desk-banner {
    width: 100%;
    max-width: 1920px;
    height: auto;
}
.mob-banner {
    display: none;
    width: 100%;
    max-width: 1200px;
    height: auto;
}


/*amocrm*/
.amoforms_iframe {
    width: 885px !important;
    height: 580px;
}
/*конец amocrm*/
@font-face {
    font-family: MetaPro; /* Гарнитура шрифта */
    src: url(../fonts/8388.otf); /* Путь к  аа файлу со шрифтом */
}

@font-face {
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro/gothampro.ttf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro/gothampro_medium.ttf);
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro/gothampro_bold.ttf);
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro/gothampro_black.ttf);
    font-style: normal;
    font-weight: 800;
}

.soc_buttons_MB{
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    background: linear-gradient(to right,
    #4e75a0 0%, #4e75a0 20%,
    #ee2e24 20%, #ee2e24 40%,
    #1bd742 40%, #1bd742 60%,
    #000 60%, #000 80%,
    #35393f 80%, #35393f 100%);
    z-index: 1;
}
#modalYellow .close{
    opacity: 1 !important;
    position: relative;
    top: -15px;
    right: -15px;
}
.font_for_all {
    font-family: MetaPro !important;
    font-weight: bold;
    color: black !important;
    margin-top: 0px;
}
.margintop30{
    margin-top: 30px;
}
.font_for_all.lp_tekst_pered{
    margin-bottom: 30px;
    font-family: Verdana !important;
    color: #3f3f3f !important;
}
.lp_tekst_pered span{
    margin-right: 20px;
}
.font_for_all.lp_tekst_pered2{
    margin-bottom: 0px;
    font-size: 20px !important;
}
.lp_tekst_pered2 span{
    color: #ffd400;
}
.font_for_all_normal {
    font-family: MetaPro !important;
    font-weight: normal;
    color: black !important;
}
.font_for_all_normal_white {
    font-family: MetaPro !important;
    font-weight: normal;
    color: white !important;
}
.font_for_all_white {
    font-family: MetaPro !important;
    font-weight: bold;
    color: white !important;
}
.font_for_all_yellow {
    font-family: MetaPro !important;
    font-weight: bold;
    color: #ffd400 !important;
}
.text-center{
    text-align: center;
}
.yellow_in_MB{
    display: none;
}
.yellow_block{
    display: flex;
    margin-bottom: 10px;
    height: 20vw;
    border: 0px solid red;
    background: url(/templates/Default/images/yellow-block/maska.jpg) no-repeat center;
    background-size: 98%;
}
.yellow_block .first_in_yellow{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.yellow_block .first_in_yellow .yellow_title{
    font-size: 40px;
    text-align: center;
    line-height: 1;
}
.yellow_block .first_in_yellow .yellow_text{
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}
.yellow_block .first_in_yellow .yellow_opis{
    display: flex;
    flex-direction: column;
    width: 220px;
    align-self: center;
}
#modalYellow .yellowMadeZakaz{
    text-align: left;
    font-size: 24px;
}
#modalYellow .yellowLeaveTel{
    text-align: left;
    margin: 20px 0px;
    font-size: 14px;
}
#modalYellow .yellowPolitika{
    font-size: 12px;
    text-align: center;
    margin: 5% 2% 0% 2%;
}
#modalYellow .yellowPolitika a{
    color: #fbe464;
    font-size: 12px;
}
#modalYellow .modal-dialog{
    width: 62%;
    max-width: 640px;
}
#modalYellow .label-zakaz-tel::after {
    content: "*";
    color: #fbe464;
    margin-left: 3px;
}
#modalYellow .modal-content{
    padding: 5% 5%;
}
#modalYellow form{
    text-align: left;
}
#modalYellow form .yellowFormElements{
    display: flex;
}
#modalYellow form .yellowFormElements input{
    width: 50%;
    margin-right: 10px;
}
#modalYellow form .yellowFormElements button{
    width: 40%;
    font-size: 22px;
    background-color: transparent;
    border: 2px solid #fbe464;
    color: #fbe464;
    border-radius: 4px;
}
#modalYellow form .yellowFormElements button:hover{
    background-color: #fbe464;
    border: 2px solid #fbe464;
    color: #fff;
}
.main_button{
    margin-top: -40px;
    border:0px;
    border-radius: 20px;
    font-size: 12px;
    padding: 5px;
}
.main_button:hover{
    color: white;
    margin-top: -40px;
    border:0px;
    border-radius: 20px;
    font-size: 12px;
    padding: 5px;
    background-color: yellow;
}
.main_button:active{
    margin-top: -40px;
    border:0px;
    border-radius: 20px;
    font-size: 12px;
    padding: 5px;
    background-color: yellow;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


.menu_form_button{
    background-color: darkorange;
    color: #0a0a0a;
    width: 90%;
    height: 50px;
    padding: 15px;
    border-radius: 5px;
    border: 1px;
    font-family: MetaPro !important;
    font-weight: bolder;
    font-size: 18px;
}

.second_menu_style{
    border-radius: 5px;
    background-color: white;
    margin-bottom: -30px;
    position:relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    text-align: center;
}

header {
	height: auto;
    background-color: #fff;
    align-content: center;
    margin-bottom: 0px !important;
 }

 body {
    font-family: MetaPro;
    font-size: 16px;
    padding-top: 240px;
 }
 .lion b{
     font-size: 20px;
 }
 .clr{
     clear: both;
}

.fl{
     float: left;
    margin: 0 20px 10px 0;
    width: 250px;
    max-height: 100%;
}
.fr{
     float: right;
}

#fullsearch{
    display: none;
}

.title{
    text-align: left;
    font-weight: bold;
}

.title a{
    font-size: 19px;
    color: #d88304;
}

.vam_interesno {
    width: 200px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 10px;
    background-color: white;
}

.otvet{
    margin: 15px;
    padding: 20px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    text-align: justify;
}


h2 {
    font-family: Verdana;
    /*font-family: 'PT Sans', Arial, Helvetica, sans-serif;*/
    font-size: 32px; 
    line-height: 26px; 
    color: #3f3f3f;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
}
h3 {
    font-family: Verdana;
    /*font-family: 'PT Sans', Arial, Helvetica, sans-serif;*/
    font-size: 28px; 
    line-height: 25px; 
    color: #3f3f3f;
    text-decoration: none;
    font-weight: normal;
}
h4 {
    font-family: Verdana;
    /*font-family: 'PT Sans', Arial, Helvetica, sans-serif;*/
    font-size: 26px; 
    line-height: 23px; 
    color: #3f3f3f;
    text-decoration: none;
    font-weight: normal;
}
.paket2 h4 {
    margin-bottom: 15px;
    font-family: Verdana;
}
h5 {
    font-family: Verdana;
    /*font-family: 'PT Sans', Arial, Helvetica, sans-serif;*/
    font-size: 24px; 
    line-height: 18px; 
    color: #3f3f3f;
    text-decoration: none;
    font-weight: normal;
}
h6 {
    font-family: Verdana;
    /*font-family: 'PT Sans', Arial, Helvetica, sans-serif;*/
    font-size: 22px; 
    line-height: 16px; 
    color: #3f3f3f;
    text-decoration: none;
    font-weight: normal;
}
a {
    color: #3f3f3f;
    /*color: #777;*/
}
/*при наведении*/
a:focus, a:hover {
    color: #3f3f3f;
     text-decoration: underline; 
}

.navbar-default {
    background-color: #fff;
    /*border-color:  #fff;*/
    border-color: ininitial;
}

.nav>li>a>img {
	width: 18px;
	margin: 0px -20px 0;
}
.nav>li>a {
    font-size: 18px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: #ffd400; 
}

.navbar-toggle>a {
    color: #777;
}
/*Значок поиска*/
.glyphicon-search {
    color: #ffd600;
}

ul li {
    margin-top: 3px;
}
.form_title_style_first{
    font-family: MetaPro !important;
}
.form_title_style{
    font-family: MetaPro !important;
}
.zakaz_style .font_for_all_white{
    font-family: MetaPro !important;
}
/*второе верхнее меню*/



@media(min-width: 768px){
    .topMenu2>.navbar-nav>li{
        float:none!important;   
        display: table-cell;
    }

    .topMenu2>.navbar-nav {
        display: table;
        width: 100%;
    }
}
.topSoc {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 15px 1px 15px 10px;
}
.topSoc img{
    width: 25px;
    margin: 0px 2px;
}
.navbar-right {
    display: flex;
    flex-direction: column;
    margin-right: 0;
}
.tel_nomer a{
    padding: 2px !important;
}
#but2 {
    padding: 2px !important;
    text-align: center;
}
.footer {
    margin-top: 30px;
    padding-top: 30px;
    color: #777;
    border-top: 1px solid #e5e5e5;
    border-color: ininitial;
    background: #f5f5f7;

}
.footer a {
    font-size: 14px;
    color: #777;
    text-decoration: underline;
}
.footer>.container> {
}
.footer>.container>.row {
    padding-top: 0px;
}
.footer>.container>.row>div {
    padding: 3px;
}

/*вывод изображения категорий*/
.iconCatImg {
    /**border: 7px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px;*/
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    float: none;
    margin: 0px;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}
.row-flex {
    display: flex;
    flex-flow: row wrap;
}

.iconCat{
    /*display: inline-block;*/
    /*height: 230px;*/
    padding: 10px;
}

/*Галлерея*/
.gallItem {
    padding: 10px;
/*    padding: 0px;
    border: 7px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px;*/
}
/*изображения */
.gallItemImg {
    border: 7px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    float: none;
    margin: 0px;
    width: 100%;
    height: auto;
}
/*Описание Галллереи*/
.gallDcr {
    text-align: center;
    color: #3f3f3f;
}

.titleCat {
    padding-top: 10px;
    text-align: center;
    word-wrap: break-word;
}

/*Стили кнопок*/
.btn{ 
    text-transform: uppercase;
}
.btn-primary{
    color: #000;
    background-color: #ffd400;
    /*border: none;*/
    border-bottom: 3px solid transparent;
    border-color: #ca0;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.disabled:focus .btn-primary.disabled.focus, .btn-primary.disabled:focus,  .btn-primary:hover,.btn-primary.disabled:hover{
    color: #000;
    background-color: #ffd400;
    border: none;
    border-bottom: 3px solid transparent;
    border-color: #ca0;
}
.btn-primary:hover {
    color: #000;
    background-color: #ffe047;
    border: none;
    border-bottom: 3px solid transparent;
    border-color: #ca0;
}
.titleCat>a {
    /*font-size: 14px;*/
    line-height: 18px;
    /*color: #ff0000;*/
    font-weight: bold;
    text-align: center;
    padding: 0 !important;
    display: inline-block;

}

.soc_buttons {
    display: none;
    position: fixed;
    right: 0;
    top: 152px;
    width: 70px;
}
.soc_buttons a {
display: block;
position: relative;
}

/*стили для youtube*/
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
 
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}
 
.embed-responsive{
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    width:100%;
}
 
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

td{
    /*font-family: open sans;*/
    font-family: Philosopher;
    font-size: 20px;
    /*text-indent: 0.5em;*/
    text-align: justify;
    line-height: 20px;
    color: #444444;
}


.forma {
	padding: 5px 108px !important;
    margin-top: 8px !important;
}

.call {
	padding: 10px 5px 10px 3px;
    margin: 10px 10px 10px 0;
    background-color: #FA7A51;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
     /*border: 3px #000 solid;*/
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.leftmune {
	background-color: #fff;
}
.col-md-4 .center {
	background-color: #000;
}







/*------------------------------------*\
    НАВИГАЦИЯ
\*------------------------------------*/
#nav{
    float:left;
    width:100%;
    list-style:none;
    font-weight:bold;
    margin-bottom:10px;
    
    
}
#nav li{
    float:left;
    margin-right:10px;
    position:relative;
    display:block;
    margin-top: 10px;
}
#nav li a{
    display:block;
    padding:5px;
    color:#fff;
    background:#333;
    text-decoration:none;
    
    text-shadow:1px 1px 1px rgba(0,0,0,0.75); /* Тень текста, чтобы приподнять его на немного */
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
#nav li a:hover{
    color:#fff;
    background:#6b0c36;
    background:rgba(107,12,54,0.75); /* Выглядит полупрозрачным */
    text-decoration:underline;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#nav ul{
    list-style:none;
    position:absolute;
    left:-9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
    opacity:0; /* Устанавливаем начальное состояние прозрачности */
    -webkit-transition:0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
}
#nav ul li{
    padding-top:1px; /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
    float:none;
    background:url(dot.gif);
}
#nav ul a{
    white-space:nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
    display:block;
}
#nav li:hover ul{ /* Выводим выпадающий пункт при наведении курсора */
    left:0; /* Приносим его обратно на экран, когда нужно */
    opacity:1; /* Делаем непрозрачным */
}
#nav li:hover a{ /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
    background:#6b0c36;
    background:rgba(107,12,54,0.75); /* Выглядит полупрозрачным */
    text-decoration:underline;
}
#nav li:hover ul a{ /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
    text-decoration:none;
    -webkit-transition:-webkit-transform 0.075s linear;
}
#nav li:hover ul li a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
    background:#333;
    background:rgba(51,51,51,0.75); /* Будет полупрозрачным */
    text-decoration:underline;
    -moz-transform:scale(1.05);
    -webkit-transform:scale(1.05);
}


/***** Для поиска***/
.new-search {
    width: 100px; /* Ширина поля с кнопкой */
    border: 1px solid #000; /* Параметры рамки */
    min-height: 20px; /* Минимальная высота */
}
table {
    .table-responsive
}
/*стрелочка вверх*/
.toplink {
    display: block;
    width: 50px;
    height: 50px;
    background-position: 0 0;
    position: fixed;
    right: 15px;
    bottom: 20px;
    cursor: pointer;
    /*border-radius: 50%;*/
    z-index: 50;
    /*background-image: url(../images/signicon.png);*/
    background-image: url(../images/up_black.png);
    background-size: 100% 100%;
    /*background-repeat: no-repeat;*/
}   
/*форма обратной связи на сайте*/
.siteFeedback>h3{
    color:#ffd400;
}
/*да хз почему не много расстягивался row*/
.siteFeedback {
    margin: 0px;
}

.textProgramm{
    font-family: Philosopher; 
    font-size: 20px; 
    text-indent: 1.5em; 
    line-height: 20px; 
    color: #444444;
}
.bottomSoc a {
    text-decoration: none !important;
}
.bottomSoc img {
    width: 25px;
}

#otzyvy li img,
#otzyvyMB li img,
#video-slider li img,
#video-sliderMB li img{
    width: 100% ;
}

/*Видео ютуб*/
.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    width: 35%;
    height: 20vw;
    min-width: 650px;
    min-height: 380px;
}
.youtube .play {
    background: url('/templates/Default/images/play-button-zebra.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: center center;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    height: 100%;
    width: 100%;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.white-popup-block iframe {
    width: 98%;
    height: 25vw;
}

.lSSlideOuter .lSPager.lSGallery:last-child {
    opacity: 0;
}
.close_img {
    position: relative;
    right: -4px;
    top: 7%;
    width: 20px;
    height: 20px;
    opacity: 0.3;
}
.close_img:before, .close_img:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}
.close_img:before {
    transform: rotate(45deg);
}
.close_img:after {
    transform: rotate(-45deg);
}
.lg-actions .lg-prev {
    left: 20px;
    background-image: url(https://karnavalnn.ru/templates/Karnaval2020/images/strelka_left.png);
    background-size: 100% 100%;
}
.lg-actions .lg-next {
    right: 20px;
    background-image: url(https://karnavalnn.ru/templates/Karnaval2020/images/strelka_right.png);
    background-size: 100% 100%;
}
.blockOther {
    display: block;
}
.blockMB {
    display: none;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


@media only screen and (max-width: 766px){
    .blockOther {
        display: none;
    }
    .blockMB {
        display: block;
    }
    .row {
        margin-right: auto;
        margin-left: auto;
    }
    #modalYellow .modal-dialog{
        width: 95%;
    }
    .mainImageLP{
        height: 246px;
    }
    .input_style {
        width: 100%;
        height: 50px;
        font-size: 16px;
        font-weight: bolder;
        box-shadow: inset 0px 0px 5px rgba(192,192,192);
        line-height: 15px;
    }
    .form_button{
        background-color: yellow;
        color: #0a0a0a;
        width: 100%;
        height: 50px;
        padding: 10px;
        border-radius: 5px;
        border: 1px;
        font-family: Arial !important;
        font-weight: normal;
        font-size: 18px;
    }
    .form_button:hover{
        background-color: orange;
        color: #0a0a0a;
        width: 100%;
        height: 50px;
        padding: 10px;
        border-radius: 5px;
        border: 1px;
        font-family: Arial !important;
        font-weight: normal;
        font-size: 18px;
    }
    .form_button:active{
        background-color: orange;
        color: #0a0a0a;
        width: 100%;
        height: 50px;
        padding: 10px;
        border-radius: 5px;
        border: 1px;
        font-family: Arial !important;
        font-weight: normal;
        font-size: 18px;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
    .form_title_style{
        font-size: 22px;
        font-weight: bolder;
        font-family: arial;

    }
    .form_title_style_first{
        font-size: 22px;
        font-weight: bolder;
        font-family: arial;
    }
    h1 {
        font-family: Verdana;
        /*font-family: 'PT Sans', Arial, Helvetica, sans-serif;*/
        font-size: 32px;
        line-height: 32px;
        color: #000000;
        text-decoration: none;
        font-weight: normal;
        text-align: center;
    }
    .h1_style {
        font-weight: bold;
        font-family: Verdana;
        text-align: left;
        color: white;
        font-size: 36px;
        line-height: 1;
    }
    .first_block{
        background-position: center;
        padding: 7%;
        background-repeat: no-repeat;
    }
    .paket{
        text-align:center;
        background-size: 100%;
        background-position: center;

    }
    .paket2{
        max-width: 300px;
        margin-bottom: 10px;
        display:inline-block;
        background-color: white;
        height: 100%;
        min-height: 400px;
        vertical-align:top;
        padding: 0px 30px 0px 30px;
        border-radius: 5px;
    }
    .zakazat {
        background-image: url(/templates/Default/images/form.png);
        padding: 25px;
    }
    .zakaz_style {
        /*background-size: 100%;*/
        background-position: center;
        padding: 2%;
        background-repeat: no-repeat;
    }
    .zakazat_input {
        width: 100% !important;
        height: 50px;
        font-size: 18px;
        font-weight: bolder;
        box-shadow: inset 0px 0px 5px rgba(192,192,192);
        line-height: 15px;"
    }
    .sprashivayut{
        margin-bottom: 15px;
        padding: 20px;
        width: 100%;
        border: 1px solid #c0c0c0;
        border-radius: 5px;
        font-size: 18px;
        font-weight: bolder;
        font-family: 'PT Sans', Arial, Helvetica, sans-serif;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
    .form_style {
        padding:20px;
        border-radius: 5px;
        background-image: url("/templates/Default/images/form.png");
    }
    .uslugi_link {
        color: #0a0a0a;
        font-size: 14px;
        font-weight: bolder;
        font-family: Arial !important;
        text-decoration: underline;
    }
    .uslugi_image{
        width: 100%;
        border-radius: 10px;
    }
    .uslugi_image:hover {
        width: 100%;
        border: 6px solid orange;
        border-radius: 10px;
    }
    .otstup {
        margin-top: 20px;
    }
    .paket_zagol {
        font-weight: bold;
        text-align: center;
        color: black;
        font-family: MetaPro;
    }
    .top_margin{
        margin-top: -40px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .topSoc {
        margin: 15px 15px 15px 10px;
    }
    .amoforms_iframe {
        width: 98% !important;
        display: inline-block !important;
    }


}

@media only screen and (min-width: 767px){
    .mainImageLP{
        height: 393px;
    }
    .input_style {
        width: 100%;
        height: 50px;
        font-size: 16px;
        font-weight: bolder;
        box-shadow: inset 0px 0px 5px rgba(192,192,192);
        line-height: 15px;
    }
    .form_button{
        background-color: yellow;
        color: #0a0a0a;
        width: 100%;
        height: 50px;
        padding: 10px;
        border-radius: 5px;
        border: 1px;
        font-family: Arial !important;
        font-weight: normal;
        font-size: 13px;
    }
    .form_button:hover{
        background-color: orange;
        color: #0a0a0a;
        width: 100%;
        height: 50px;
        padding: 10px;
        border-radius: 5px;
        border: 1px;
        font-family: Arial !important;
        font-weight: normal;
        font-size: 18px;
    }
    .form_button:active{
        background-color: orange;
        color: #0a0a0a;
        width: 100%;
        height: 50px;
        padding: 10px;
        border-radius: 5px;
        border: 1px;
        font-family: Arial !important;
        font-weight: normal;
        font-size: 18px;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
    .form_title_style{
        font-size: 22px;
        font-weight: bolder;
        font-family: arial;

    }
    h1 {
        font-family: Verdana;
        /*font-family: 'PT Sans', Arial, Helvetica, sans-serif;*/
        font-size: 36px;
        line-height: 32px;
        color: #000000;
        text-decoration: none;
        font-weight: normal;
        text-align: center;
    }
    .h1_style {
        font-weight: bold;
        font-family: Verdana;
        text-align: left;
        color: white;
        font-size: 46px;
        line-height: 1;
    }
    .first_block{
        background-size: 100%;
        background-position: left top;
        padding: 10%;
        background-repeat: no-repeat;
        margin-top: -60px;
    }
    .paket{
        text-align:center;
        background-size: 100%;
        background-position: center;
        border-radius: 5px;

    }
    .paket2{
        margin: 20px;
        display:inline-block;
        background-color: white;
        vertical-align:top;
        height: 100%;
        min-height: 400px;
        padding: 0px 30px 0px 30px;
        border-radius: 5px;
    }
    .zakazat {
        background-image: url(/templates/Default/images/form.png);
        padding: 25px;
    }
    .zakaz_style {
        background-size: 100%;
        background-position: center;
        padding: 3%;
        background-repeat: no-repeat;
    }
    .zakazat_input {
        width: 100% !important;
        height: 50px;
        font-size: 18px;
        font-weight: bolder;
        box-shadow: inset 0px 0px 5px rgba(192,192,192);
        line-height: 15px;"
    }
    .sprashivayut{
        margin: 15px;
        padding: 20px;
        width: 100%;
        border: 1px solid #c0c0c0;
        border-radius: 5px;
        font-size: 18px;
        font-weight: bolder;
        font-family: 'PT Sans', Arial, Helvetica, sans-serif;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
    .form_style {
        padding:35px;
        border-radius: 5px;
        background-image: url("/templates/Default/images/form.png");
    }
    .form_title_style_first{
        font-size: 22px;
        font-weight: bolder;
        font-family: arial;
    }
    .nav>li>a {
        font-size: 10px;
    }
    .uslugi_link {
        display:inline-block;
        color: #0a0a0a;
        font-size: 14px;
        font-weight: bolder;
        font-family: Arial !important;
        text-decoration: underline;
    }
    .uslugi_image{
        width: 150px;
        border-radius: 10px;
    }
    .uslugi_image:hover {
        width: 150px;
        border: 6px solid orange;
        border-radius: 10px;
    }
    .paket_zagol {
        font-weight: bold;
        text-align: center;
        color: white;
        font-family: MetaPro;
    }
    .padding {
        padding-right: 5px;
        padding-left: 5px;
    }
    .niz_zakaz_style {
        background-color: #F5F5F5;
        margin: -30px 0px -30px 0px;
    }
}
@media only screen and (min-width: 992px){
    .mainImageLP{
        height: 508px;
    }
    .lenta{
        /*background-image: url(/templates/Default/images/lenta.png), url(/templates/Default/images/lenta2.png);*/
        background-position: left top, right top;
        background-repeat: no-repeat, no-repeat;
        background-position-x: -100%,200%;
    }
    .input_style {
        width: 100%;
        height: 50px;
        font-size: 18px;
        font-weight: bolder;
        box-shadow: inset 0px 0px 5px rgba(192,192,192);
        line-height: 15px;
    }
    .form_button{
        background-color: yellow;
        color: #0a0a0a;
        width: 100%;
        height: 50px;
        padding: 10px;
        border-radius: 5px;
        border: 1px;
        font-family: Arial !important;
        font-weight: normal;
        font-size: 18px;
    }
    .form_button:hover{
        background-color: orange;
        color: #0a0a0a;
        width: 100%;
        height: 50px;
        padding: 10px;
        border-radius: 5px;
        border: 1px;
        font-family: Arial !important;
        font-weight: normal;
        font-size: 18px;
    }
    .form_button:active{
        background-color: orange;
        color: #0a0a0a;
        width: 100%;
        height: 50px;
        padding: 10px;
        border-radius: 5px;
        border: 1px;
        font-family: Arial !important;
        font-weight: normal;
        font-size: 18px;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
    h1 {
        font-family: Verdana;
        /*font-family: 'PT Sans', Arial, Helvetica, sans-serif;*/
        font-size: 36px;
        line-height: 32px;
        color: #000000;
        text-decoration: none;
        font-weight: normal;
        text-align: center;
    }
    .h1_style {
        font-family: Verdana;
        font-weight: bold;
        text-align: left;
        color: white;
        font-size: 46px;
        line-height: 1;
    }
    .first_block{
        background-size: 100%;
        background-position: left top;
        padding: 10%;
        background-repeat: no-repeat;
        margin-top: -80px;
    }
    .paket{
        text-align:center;
        background-size: 100%;
        background-position: center;

    }
    .paket2{
        width: 300px;
        margin: 20px;
        display:inline-block;
        background-color: white;
        vertical-align:top;
        height: 100%;
        min-height: 400px;
        padding: 0px 30px 0px 30px;
        border-radius: 5px;
    }
    .zakazat {
        background-image: url(/templates/Default/images/form.png);
        padding: 25px;
    }
    .zakaz_style {
        background-size: 100%;
        background-position: center;
        padding: 3%;
        background-repeat: no-repeat;
    }
    .zakazat_input {
        width: 100% !important;
        height: 50px;
        font-size: 18px;
        font-weight: bolder;
        box-shadow: inset 0px 0px 5px rgba(192,192,192);
        line-height: 15px;"
    }
    .sprashivayut{
        margin: 15px;
        padding: 20px;
        width: 100%;
        border: 1px solid #c0c0c0;
        border-radius: 5px;
        font-size: 18px;
        font-weight: bolder;
        font-family: 'PT Sans', Arial, Helvetica, sans-serif;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
    .form_title_style{
        font-size: 22px;
        font-weight: bolder;
        font-family: arial;

    }
    .form_title_style_first{
        font-size: 22px;
        font-weight: bolder;
        font-family: arial;
    }
    .form_style {
        padding:35px;
        border-radius: 5px;
        background-image: url("/templates/Default/images/form.png");
    }
    .nav>li>a {
        font-size: 13px;
    }
    .punkty_menu {
        padding: 0px 17px 0px 17px;
    }
    .uslugi_link {
        display:inline-block;
        color: #0a0a0a;
        font-size: 14px;
        font-weight: bolder;
        font-family: Arial !important;
        text-decoration: underline;
    }
    .uslugi_image{
        width: 200px;
        border-radius: 10px;
    }
    .uslugi_image:hover {
        width: 200px;
        border: 6px solid orange;
        border-radius: 10px;
    }
    .paket_zagol {
        font-weight: bold;
        text-align: center;
        color: white;
        font-family: MetaPro;
    }
    .padding {
        padding-right: 5px;
        padding-left: 5px;
    }
    .niz_zakaz_style {
        background-color: #F5F5F5;
        margin: -30px 0px -30px 0px;
    }
}
@media only screen and (min-width: 1200px){
    .mainImageLP{
        height: 615px;
    }
    .lenta{
        background-image: url(/templates/Default/images/lenta3.png), url(/templates/Default/images/lenta4.png);
        background-position: left top, right top;
        background-repeat: no-repeat, no-repeat;
        /*background-position-x: -100%,200%;*/
    }
    .input_style {
        width: 100%;
        height: 50px;
        font-size: 18px;
        font-weight: bolder;
        box-shadow: inset 0px 0px 5px rgba(192,192,192);
        line-height: 15px;
    }
    .form_button{
        background-color: yellow;
        color: #0a0a0a;
        width: 100%;
        height: 50px;
        padding: 10px;
        border-radius: 5px;
        border: 1px;
        font-family: Arial !important;
        font-weight: normal;
        font-size: 18px;
    }
    .form_button:hover{
        background-color: orange;
        color: #0a0a0a;
        width: 100%;
        height: 50px;
        padding: 10px;
        border-radius: 5px;
        border: 1px;
        font-family: Arial !important;
        font-weight: normal;
        font-size: 18px;
    }
    .form_button:active{
        background-color: orange;
        color: #0a0a0a;
        width: 100%;
        height: 50px;
        padding: 10px;
        border-radius: 5px;
        border: 1px;
        font-family: Arial !important;
        font-weight: normal;
        font-size: 18px;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
    h1 {
        font-family: Verdana;
        /*font-family: 'PT Sans', Arial, Helvetica, sans-serif;*/
        font-size: 36px;
        line-height: 32px;
        color: #000000;
        text-decoration: none;
        font-weight: normal;
        text-align: center;
    }
    .h1_style {
        font-family: Verdana;
        font-weight: bold;
        text-align: left;
        color: white;
        font-size: 46px;
        line-height: 1;
    }
    .first_block{
        background-size: 100%;
        background-position: left top;
        padding: 10%;
        background-repeat: no-repeat;
        margin-top: -104px;
    }
    .paket{
        text-align:center;
        background-size: 100%;
        background-position: center;

    }
    .paket2{
        width: 300px;
        margin: 20px;
        display:inline-block;
        background-color: white;
        vertical-align:top;
        height: 100%;
        min-height: 400px;
        padding: 0px 30px 0px 30px;
        border-radius: 5px;
    }
    .zakazat {
        background-image: url(/templates/Default/images/form.png);
        padding: 25px;
    }
    .zakaz_style {
        background-size: 100%;
        background-position: center;
        padding: 3%;
        background-repeat: no-repeat;
    }
    .zakazat_input {
        width: 100% !important;
        height: 50px;
        font-size: 18px;
        font-weight: bolder;
        box-shadow: inset 0px 0px 5px rgba(192,192,192);
        line-height: 15px;"
    }
    .sprashivayut{
        margin: 15px;
        padding: 20px;
        width: 100%;
        border: 1px solid #c0c0c0;
        border-radius: 5px;
        font-size: 18px;
        font-weight: bolder;
        font-family: 'PT Sans', Arial, Helvetica, sans-serif;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
    .form_title_style{
        font-size: 22px;
        font-weight: bolder;
        font-family: arial;
    }
    .form_title_style_first{
        font-size: 22px;
        font-weight: bolder;
        font-family: arial;
    }
    .form_style {
        padding:35px;
        border-radius: 5px;
        background-image: url("/templates/Default/images/form.png");
    }
    .nav>li>a {
        font-size: 18px;
    }
    .punkty_menu {
        padding: 0px 17px 0px 17px;
    }
    .colums_style {
        padding-right:20px
    }
    .uslugi_link {
        display:inline-block;
        color: #0a0a0a;
        font-size: 14px;
        font-weight: bolder;
        font-family: Arial !important;
        text-decoration: underline;
    }
    .uslugi_image{
        width: 250px;
        border-radius: 10px;
    }
    .uslugi_image:hover {
        width: 250px;
        border: 6px solid orange;
        border-radius: 10px;
    }
    .paket_zagol {
        font-weight: bold;
        text-align: center;
        color: white;
        font-family: MetaPro;
    }
    .padding {
        padding-right: 5px;
        padding-left: 5px;
    }
    .niz_zakaz_style {
        background-color: #F5F5F5;
        margin: -30px 0px -30px 0px;
    }
}

.tabs__content {
    display: none; /* по умолчанию прячем все блоки */
}
.tabs__caption{
    padding: 0;
    margin: 0;
}
.tabs__content.active {
    margin: 0;
    padding: 20px;
    border: 1px #e7e7e7 solid;
    /*border: 1px #ffe047 solid;#ffd400*/
    display: block; /* по умолчанию показываем нужный блок */
}
.tabs__caption li.active{
    /*background: #000;*/
    /*color: #ffd400;*/
    background: #ffe047;
    color: #000;
}
.tabs__caption li{
    border-color: #e7e7e7;
    display: inline-block;
    padding: 10px;
    color: #000;
    list-style: none;
    cursor: pointer;
    border: 1px solid #e7e7e7;
}

.fancybox-caption b{
    color: #ffca00;
    font-size: 19px;
    margin-left: 10px;
}

.feature{
    padding: 0;
    margin: 20px 0;
}

.feature li{
    list-style: none;
    padding: 5px 10px;
}

.feature li:nth-child(2n+1){
    background: #f5f5f7;
}

.tags a{
    display: inline-block;
    background: #ffca00;
    padding: 3px 5px;
}

.prices{
    padding: 0;
    margin: 20px 0;
}

.prices li{
    list-style: none;
}

.preview{
    margin-top: 10px;
}

.total{
    text-align: right;
}

.owl-nav .owl-prev{
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NCAgIEwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NCAgIGM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkFBMDAiIGRhdGEtb2xkX2NvbG9yPSIjRkZDMTAwIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==) no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 23%;
    right: -30px;
}

.owl-nav .owl-next{
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoLTEgLTEuMjI0NjVlLTE2IDEuMjI0NjVlLTE2IC0xIDQ1MS44NDYgNDUxLjg0NykiPjxnPgoJPHBhdGggZD0iTTM0NS40NDEsMjQ4LjI5MkwxNTEuMTU0LDQ0Mi41NzNjLTEyLjM1OSwxMi4zNjUtMzIuMzk3LDEyLjM2NS00NC43NSwwYy0xMi4zNTQtMTIuMzU0LTEyLjM1NC0zMi4zOTEsMC00NC43NDQgICBMMjc4LjMxOCwyMjUuOTJMMTA2LjQwOSw1NC4wMTdjLTEyLjM1NC0xMi4zNTktMTIuMzU0LTMyLjM5NCwwLTQ0Ljc0OGMxMi4zNTQtMTIuMzU5LDMyLjM5MS0xMi4zNTksNDQuNzUsMGwxOTQuMjg3LDE5NC4yODQgICBjNi4xNzcsNi4xOCw5LjI2MiwxNC4yNzEsOS4yNjIsMjIuMzY2QzM1NC43MDgsMjM0LjAxOCwzNTEuNjE3LDI0Mi4xMTUsMzQ1LjQ0MSwyNDguMjkyeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZBQTAwIiBkYXRhLW9sZF9jb2xvcj0iI0ZGQzEwMCI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=) no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 23%;
    left: -30px;
}

.fancybox-caption .btn{
    color: #000;
    text-decoration: none;
}

.speedbar a{
    font-family: Georgia, Tahoma !important;
    color: #777;
    font-size: 18px;
}
.speedbar span{
    font-family: Georgia, Tahoma !important;
    color: #777;
    font-size: 18px;
}
.text_centr{
    text-align: center;
}
.text_centr div h2{
    font-family: Verdana;
    /*font-family: 'PT Sans', Arial, Helvetica, sans-serif;*/
    /*color: #ffd400 !important;*/
}
.opisanie {
    font-size: 18px;
    font-family: Arial;
}

.pages a, .pages span{
    background: #ffca00;
    display: inline-block;
    padding: 5px 8px;
    color: #fff;
    border-radius: 2px;
    height: 30px;
    vertical-align: top;
}
.pages a:hover, .pages span:hover{
    background: #ffb100;
}
.video_width{
    width: 100% !important;
    height: 315px !important;
}

/*bootstrap*/
/*Large devices, wide screens*/

@media only screen and (max-width: 1200px){
    .amoforms_iframe {
        width: 791px !important;
        height: 579px;
    }
    .desk-banner {
        display: none;
    }
    .mob-banner {
        display: block;
    }
}


/* Medium Devices, DEsktops*/
@media only screen and (max-width: 992px){
    .amoforms_iframe {
        width: 719px !important;
    }
}


/*Small Devices , Tablets*/
@media only screen and (max-width: 767px) {
    .font_for_all .lp-tekst-pered-paket-uslug{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .navbar-toggle>a {
        font-size: 14px;
    }
    .yellow_in_MB{
        display: block;
    }
    .yellow_block{
        display: flex;
        margin: 5px 0px;
        height: 35vw;
        border: 0px solid red;
        background: url(/templates/Default/images/yellow-block/maska_MB.jpg) no-repeat center;
        background-size: 100%;
    }
    .yellow_block .first_in_yellow .yellow_title{
        font-size: 14px;
        text-align: center;
        line-height: 1;
    }
    .yellow_block .first_in_yellow .yellow_text{
        font-size: 9px;
        text-align: center;
        margin-top: 0px;
    }
    .yellow_block .first_in_yellow .yellow_opis{
        display: flex;
        flex-direction: column;
        width: 120px;
        font-size: 9px;
        padding-left: 0px;
    }
    .main__btn {
        margin: 1px;
    }
    .btn_yellow{
        font-size: 14px !important;
        height: 20px;
        width: 120px;
    }
    .btn__text {
        top: -1px;
    }
    #modalYellow .yellowMadeZakaz{
        text-align: left;
        font-size: 24px;
    }
    #modalYellow .yellowLeaveTel{
        text-align: left;
        margin: 20px 0px;
    }
    #modalYellow .yellowPolitika{
        margin-top: 20px;
    }
    #modalYellow .yellowPolitika a{
        color: #fbe464;
    }
    #modalYellow .close {
        top: 0px;
        right: 0px;
    }
    #modalYellow .modal-content{
        padding: 10px 10px;
    }
    #modalYellow form{
        text-align: left;
    }
    #modalYellow form .yellowFormElements{
        display: flex;
        flex-direction: column;
    }
    #modalYellow form .yellowFormElements input{
        width: 100%;
        height: 45px;
        margin-bottom: 10px;
    }
    #modalYellow form .yellowFormElements button{
        width: 100%;
        height: 45px;
        font-size: 22px;
        background-color: transparent;
        border: 2px solid #fbe464;
        color: #fbe464;
        border-radius: 4px;
    }

}
@media screen and (max-width: 750px) {
    .preview{
        display: none !important;
    }
    .video_width{
        width: 100% !important;
        height: 170px !important;
    }

}
.oplataTitle{
    font-family: Verdana !important;
    font-size: 18px;
    text-align: center;
    color: #000;
}
.oplataText{
    font-family: Verdana !important;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

/* Extra small Devices , Tablets*/
@media only screen and (max-width: 480px) {}

.punkty_menu {
    padding: 0px 0px 0px 5px !important;
}
#q_search{
    position: relative;
}
.q_search{
    position: relative;
}
#story{
    border: 1px #ccc solid;
    border-radius: 3px;
    margin: 10px 0 0 0;
    padding: 3px 5px;
    max-width: 177px;
}
.search{
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU2Ljk2NiA1Ni45NjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU2Ljk2NiA1Ni45NjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPHBhdGggZD0iTTU1LjE0Niw1MS44ODdMNDEuNTg4LDM3Ljc4NmMzLjQ4Ni00LjE0NCw1LjM5Ni05LjM1OCw1LjM5Ni0xNC43ODZjMC0xMi42ODItMTAuMzE4LTIzLTIzLTIzcy0yMywxMC4zMTgtMjMsMjMgIHMxMC4zMTgsMjMsMjMsMjNjNC43NjEsMCw5LjI5OC0xLjQzNiwxMy4xNzctNC4xNjJsMTMuNjYxLDE0LjIwOGMwLjU3MSwwLjU5MywxLjMzOSwwLjkyLDIuMTYyLDAuOTIgIGMwLjc3OSwwLDEuNTE4LTAuMjk3LDIuMDc5LTAuODM3QzU2LjI1NSw1NC45ODIsNTYuMjkzLDUzLjA4LDU1LjE0Niw1MS44ODd6IE0yMy45ODQsNmM5LjM3NCwwLDE3LDcuNjI2LDE3LDE3cy03LjYyNiwxNy0xNywxNyAgcy0xNy03LjYyNi0xNy0xN1MxNC42MSw2LDIzLjk4NCw2eiIgZmlsbD0iIzAwMDAwMCIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K)no-repeat center center;
    border: none;
    opacity: 0.5;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    right: 5px;
}

.maincont{
    padding-top: 10px;
}
.error_banner_block{
    position: relative;
}
.error_banner_block a{
    position: absolute;
    top: 20%;
    left: 43.5%;
}
.error_banner_block a img:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    padding: 1px;
    border-radius: 20px 20px 20px 20px;
}
.error_banner_block a img{
    width: 100%;
}
.contact_block{
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.contact_block div{
    text-align: center;
}
.contact_block img{
    width: 100px;
}
.contact_block p{
    font-size: 20px;
    margin: 0;
}
.contact_block h4 b{
    font-weight: 200;
}
.contact_block_h2{
    margin-top: 50px;
}
.contact_block2{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.contact_block2 p {
    font-size: 20px;
    margin: 0px 30px;
}
.contact_block3{
    display: flex;
    justify-content: space-between;
}
.contact_block3 p {
    width: 49%;
    margin: 0;
}
.contact_block3 p img{
    width: 100%;
}
@media screen and (max-width: 1200px){
    #story{
        width: 153px;
    }
    .error_banner_block a {
        left: 41.5%;
    }
}
@media screen and (max-width: 1000px){
    #story{
        width: 33px;
    }
    #story::placeholder{
        color: #fff;
    }
    .punkty_menu{
        padding: 0 !important;
    }
    .error_banner_block a img {
        width: 75%;
    }
}
@media screen and (max-width: 767px){
    #story{
        width: auto;
        margin: 10px 0 0 15px;
    }
    .search{
        position: static;
    }
    .error_banner_block a {
        left: 42%;
    }
    .error_banner_block a img {
        width: 55%;
    }
    .contact_block,.contact_block2,.contact_block3{
        flex-direction: column;

    }
    .contact_block div{
        text-align: center;
        margin-bottom: 20px;
    }
    .contact_block2,.contact_block3{
        align-items: center;
    }
    .contact_block3 p {
        width: 98%;
    }
    .contact_block3 p img{
        width: 98%;
    }

}

.show{
    right: -57px;
}
.show #story{
    width: 200px !important;
    position: absolute;
    right: 0;
}

/* чтобы значки соц сетей отображались после расширения окна браузера*/
/*@media only screen and (min-width: 993px) {*/
@media (max-width: 600px) {
    .tktable{
        font-size: 12px;
    }
    .error_banner_block a {
        left: 42%;
    }
    .error_banner_block a img {
        width: 50%;
    }
    #amofroms_main_wrapper.sidebar_left .amoforms__fields__editor-sidebar {
        display: none;
    }
}
@media (max-width: 530px) {
    .tktable{
        font-size: 11px;
    }
    .error_banner_block a img {
        width: 45%;
    }
}
@media (max-width: 480px) {
    .tktable{
        font-size: 10px;
    }
    .error_banner_block a img {
        width: 41%;
    }
}
@media (max-width: 450px) {
    .tktable{
        font-size: 8px;
    }
}
@media (max-width: 350px) {
    .tktable{
        font-size: 6px;
    }
    .video_width{
        width: 100% !important;
        height: 170px !important;
    }
}

/*@chalma Стили телефонии*/

#but1:hover {
    cursor: pointer;
}
/*Анимация трубки*/

/*кнопка звонка*/

.callback-bt {
    border-radius:50%;
    cursor:pointer;
    position: fixed;
    right: 15px;
    bottom: 75px;
    z-index:1;
    transition:.3s;
    /*-webkit-animation:hoverWave linear 1s infinite;
    animation:hoverWave linear 1s infinite;*/
}

.callback-bt .text-call{
    height:60px;
    width:60px;
    border-radius:50%;
    position:relative;
}




.callback-bt img {
    width: 100%;
    transition:.3s;
    line-height: 66px;
    transition: .5s ease-in-out;
}

.callback-bt img  {
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
    }
}@keyframes hoverWave {
     0% {
         box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
     }
     40% {
         box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
     }
     80% {
         box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
     }
     100% {
         box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
     }
 }

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
/* конец кнопки звонка */
/*конец анимации*/
.telfoniya {
    position: fixed;
    right: 10px;
    bottom: 60px;
    width: 300px;
    height: 360px;
    border: 1px solid #000;
    border-radius: 10px;
    background: url(/templates/Default/images/telefoniya/tefoniaFon.png);
    /*background-color: #3e3362;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 0px;
}
.telfoniya img {
    width: 50%;
    position: absolute;
    top: 15px;
}
.telfoniya .telQuestion {
    color: #fff;
    font-size: 28px;
    margin: 10px 0px;
}
.telfoniya p {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    font-family: Arial;
    align-self: center;
}
.telfoniya form {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-self: center;
    position: relative;
    top: 5px;
}
.telfoniya .dateTime {
    display: none;
    width: 100%;
}
.goodTimeText {
    display: none;
}
#back {
    display: none;
    text-align: center;
}
.telfoniya .dateTime select {
    width: 49%;
    margin-bottom: 5px;
    border-radius: 5px;
    height: 40px;
}
.telfoniya input {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
    height: 40px;
    border: 0px;
    font-size: 18px;
}
.telfoniya button {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 10px;
    height: 40px;
    border: 0px;
    background-color: #f20066;
    color: #fff;
    font-weight: 600;
}
.telfoniya a {
    width: 90%;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    font-family: Arial;
    align-self: center;
    position: relative;
    top: 5px;
}

/**/
/*----- Модальное окно -----*/
#telfoniyaModal{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 5;
    display: none;
}
#telfoniyaModalOuter {
    position: relative;
    height: 100%;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#telfoniyaModalOuterThankYou {
     display: none;
     position: relative;
     height: 100%;
     width: 70%;
 }
#telfoniyaModalOuterThankYou > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#telfoniyaModalOuterThankYou > div p {
    font-size: 16px;
}


#telfoniyaModalOuterThankYou2 {
    display: none;
    position: relative;
    height: 100%;
    width: 70%;
}
#telfoniyaModalOuterThankYou2 > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#telfoniyaModalOuterThankYou2 > div p {
    font-size: 16px;
}

.thankYouClose {
    position: absolute;
    bottom: 20px;
}
#form1{
    position: absolute;
    top: 50%;
    left: 50%;
}
#telfoniyaModalClose {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 5px;
    color: #fff;
}
.price-table {
    margin-bottom: 10px;
}
.price-table tr td {
    box-sizing: border-box;
    padding: 3px;
    font-size: 18px;
}
.price-table tr td.vertical {
    writing-mode: vertical-rl;
    transform-origin: center;
    transform: rotate(-180deg);
    text-align: center;
}
.main-videos {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.main-videos .popup-youtube {
    width: 45%;
    margin: 1%;
    position: relative;
}
.main-videos .popup-youtube::before {
    content: ' ';
    background: url("/templates/Default/images/play-button.png") no-repeat center center;
    background-size: 100%;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}
.main-videos .popup-youtube img {
    width: 100%;
}

/*Новый попап*/
#popup-load-window {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
}
#popup-load-window .mfp-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 48px;
}

.zebra-modal__token {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #757575;
    leading-trim: both;
    text-edge: cap;
    font-family: Gotham Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.zebra-modal__token.mob {
    display: none;
}

.zebra-modal__body {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.zebra-modal__form-block {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.zebra-modal__title {
    width: 100%;
    max-width: 325px;
    font-family: "Gotham Pro";
    font-size: 38px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
}
.zebra-modal__text {
    width: 100%;
    max-width: 350px;
    font-family: "Gotham Pro";
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}
.zebra-modal__form {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.zebra-modal__name {
    font-family: "Gotham Pro";
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
}
.zebra-modal__input {
    width: 100%;
    height: 50px;
    border: 2px solid gray;
    border-radius: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 20px;
}
.zebra-modal__btn {
    width: 300px;
    height: 50px;
    border-radius: 30px;
    background: #a436e8;
    color: #fff;
    font-family: "Gotham Pro";
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px;
    align-self: center;
    margin-bottom: 20px;
}
.zebra-modal__checkout {
    align-self: center;
    position: relative;
    font-family: "Gotham Pro";
    font-size: 12px;
    padding-left: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}
.zebra-modal__checkout input {
    position: absolute;
    left: -9999px;
}
.zebra-modal__checkout .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #a436e8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zebra-modal__checkout input:checked ~ .checkmark {
    background-color: #a436e8;
}
.zebra-modal__checkout input:checked + span:before {
    content: '\2714';
    color: #fff;
    width: 20px;
    height: 20px;
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.zebra-modal__akciya {
    align-self: center;
    margin-bottom: 50px;
    text-align: center;
}
.zebra-modal__akciya p {
    text-align: center;
    font-family: "Gotham Pro";
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}
.zebra-modal__reklama {
    font-family: "Gotham Pro";
    font-size: 18px;
    font-weight: 500;
    color: grey;
    align-self: center;
}

.zebra-modal__img-block {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zebra-modal__img-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/*конец нового попапа*/

.soglasie {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    text-align: left;
}
.soglasie.full {
    width: 100%;
}

.soglasie input[type=checkbox] {
    margin: 0;
    margin-right: 10px;
}

/* Cookie */
.cookie-block {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1000px;
    background: #ffffff;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 10px;
    display: none;
    border: 1px solid #000000;
}
.cookie-block__wrapper {
    width: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
}

.cookie-block__wrapper .ok {
    padding: 5px 20px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    background: #ffd400;
    border: 1px solid #ffd400;
    color: #ffffff;
}

.cookie-block__wrapper a {
    color: #ffd400;
}

@media only screen and (max-width: 1799px) {
    body {
        padding-top: 225px;
    }
}
@media only screen and (max-width: 1699px) {
    body {
        padding-top: 220px;
    }
}
@media only screen and (max-width: 1599px) {
    body {
        padding-top: 210px;
    }
}
@media only screen and (max-width: 1499px) {
    body {
        padding-top: 200px;
    }
}
@media only screen and (max-width: 1399px) {
    body {
        padding-top: 190px;
    }
    .navbar-right {
        margin-right: 36px;
    }
}
@media only screen and (max-width: 1299px) {
    body {
        padding-top: 200px;
    }
}
@media only screen and (max-width: 1199px) {
    body {
        padding-top: 375px;
    }
}
@media only screen and (max-width: 1024px) {
    body {
        padding-top: 365px;
    }
}
@media only screen and (max-width: 992px) {
    body {
        padding-top: 360px;
    }
    .zebra-modal__img-block {
        display: none;
    }
    .zebra-modal__token {
        display: none;
    }
    .zebra-modal__token.mob {
        display: block;
        color: #EAEAEA;
        font-family: Gotham Pro;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        top: 20px;
        left: 20px;
    }
    .zebra-modal__form-block {
        width: 100%;
        background: url(../images/popup/mobile-bg.jpg) no-repeat;
        background-size: 100% 100%;
        background-position: center;
        padding: 50px 0;
    }
    .zebra-modal__checkout input:checked ~ .checkmark {
        background: #ffffff;
        border-radius: 6px;
        width: 22px;
        height: 22px;
        font-size: 14px;
    }
    .zebra-modal__checkout input:checked + span:before {
        color: #a436e8;
    }
    .zebra-modal__input {
        border: 0px;
    }
    .zebra-modal__btn {
        max-width: 176px;
    }

    #popup-load-window {
        width: 90%;
    }
    .zebra-modal__title {
        color: #fff;
        text-transform: uppercase;
    }
    .zebra-modal__text {
        color: #fff;
    }
    .zebra-modal__name {
        color: #fff;
    }
    .zebra-modal__btn {
        background: #e7bb68;
    }
    .zebra-modal__checkout {
        color: #fff;
        padding-left: 30px;
    }
    .zebra-modal__akciya p {
        color: #fff;
    }
    .zebra-modal__reklama {
        color: #fff;
    }

}

@media only screen and (max-width: 767px) {
    body {
        padding-bottom: 65px;
        padding-top: 270px;
    }
    .telfoniya {
        width: 90%;
        left: 5%;
        border-radius: 25px;
    }
    #amofroms_main_wrapper.sidebar_left .amoforms__fields__editor-sidebar {
        display: none;
    }
    .main-videos .popup-youtube {
        width: 96%;
    }
}
@media only screen and (max-width: 577px) {
    body {
        padding-top: 245px;
    }
    .price-table {
        overflow-y: scroll;
        display: block;
    }
    .zebra-modal__title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 449px) {
    body {
        padding-top: 205px;
    }
    .zebra-modal__title {
        font-size: 24px;
    }
    .zebra-modal__text {
        width: 92%;
    }
}
@media only screen and (max-width: 399px) {
    body {
        padding-top: 190px;
    }
}

.smeta {
    padding: 30px 0px;
    background: #ffffff;
}
.smeta .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.smeta__img-block {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.smeta__img-title {
    display: none;
    color: #532e62;
    font-family: MetaPro !important;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
}
.smeta__img-title span {
    font-size: 46px;
}
.smeta__img {
    width: auto;
    max-width: 99%;
    height: auto;
}
.smeta__btn-block {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.smeta__btn-title {
    color: #532e62;
    font-family: MetaPro !important;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
}
.smeta__btn-title span {
    font-size: 46px;
}
.smeta__btn {
    font-family: MetaPro !important;
    width: 250px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    background: url("/templates/Default/images/smeta/smeta-btn.png") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    border: 0px;
    font-size: 24px;
    text-decoration: none;
    transition: all .3s;
}
.smeta__btn:hover {
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 767px) {
    .smeta .container {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .smeta__img-title {
        display: block;
    }
    .smeta__btn-title {
        display: none;
    }
}

