@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Medium.woff') format('woff'),
    url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
    font-family: 'Gilroy';
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    outline: none;
}

/*@font-face {*/
    /*font-family: 'MyWebFont';*/
    /*src: url('/myfont.woff') format('woff'), !* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ *!*/
    /*url('myfont.ttf') format('truetype'); !* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 *!*/
/*}*/

.hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    background: url("/img/shutterstock_1914789118.jpeg")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1200px;
    margin: 0px auto;
    height: 90px;
}
.hero header .left{
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-left: 0px
}

.hero header .right{
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-right: 0px;
}

.hero header .logo{
    display: flex;
    margin: 28px 36px 28px 0px;
}

.hero header .logo a{
    text-decoration: none;
    /*font-family: Gilroy;*/
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
}

.hero header .menu{
    display: flex;
    margin-right: 12px;
}

.hero header .menu ul{
    display: flex;
    flex-direction: row;
    margin: 35px 0px 36px 0px;
    list-style: none;
}

.hero header .menu ul li{
    margin-right: 16px;
}

.hero header .menu ul li:last-child{
    margin-right: 0px;
}

.hero header .menu ul li a{
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
}

.hero header .menu ul li a:hover{
    color: #ffffff;
}

.hero header .contacts{
    display: flex;
    flex-direction: column;
    margin: 25px 66px 25px 0px;
}

.hero header .contacts .phone{
    display: flex;
    flex-direction: row;
}

.hero header .contacts .phone img{
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.hero header .contacts .phone span{
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /*text-transform: uppercase;*/
    color: #ffffff;
}

.hero header .contacts .mail{
    display: flex;
    flex-direction: row;
}

.hero header .contacts .mail img{
    width: 16px;
    height: 16px;
    margin-right: 6px;
}


.hero header .contacts .mail span{
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
}

.hero header .contacts .mail a{
    margin-left: 8px;
}

.hero header .conrols{
    display: flex;
    margin: 35px 20px 35px 0px;
}

.hero header .conrols ul{
    display: flex;
    flex-direction: row;
    list-style: none;
}

.hero header .conrols ul li{
    display: flex;
    position: relative;
    cursor: pointer;
}

.hero header .conrols ul .langs img{
    margin-right: 5px;
}

.hero header .conrols ul .langs span{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
    margin: auto;
}

.hero header .conrols ul .langs ul{
    display: none;
}

input{
    padding-left: 20px;
    padding-right: 20px;
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

#langs_list{
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    position: absolute;
    top: 0px;
    background: transparent;
    border-radius: 5px;
    padding-top: 24px;
    z-index: 100;
}

#langs_list li{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: 0px;
    padding-bottom: 8px;
}

#langs_list li a{
    text-decoration: none;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
}

.headers #langs_list li a{
    color: #000;
}

#langs_list li a:hover{
    text-decoration: none;
}

.hero header .conrols ul .profile{
    margin-left: 20px;
    transition: transform 0.25s;
}

.profile_open img{
    transition: transform 0.25s;
    transform: rotate(180deg);
}

/*.profile_close img{*/
    /*transition: transform 0.25s;*/
    /*transform: rotate(-180deg);*/
/*}*/

#money_list{
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    position: absolute;
    top: 0px;
    padding-top: 24px;
    background: transparent;
    border-radius: 5px;
    z-index: 100;
}

#money_list li{
    display: flex;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: auto;
}

#money_list li a{
    text-decoration: none;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
}

.headers #money_list li a{
    color: #000000;
}

.hero header .conrols ul .profile span{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
    margin: auto;
}



.hero header .conrols ul .profile ul{
    display: none;
}

.hero header .user{
    display: flex;
    margin: 35px 0px 35px 0px;
}

.hero header .user a{
    display: flex;
    text-decoration: none;
}

.hero header .user a:first-child{
    margin-right: 20px;
}

#city-list-excursion, #city-list-restoran, #city-list-transport{
    display: none;
    list-style: none;
    flex-direction: column;
    position: absolute;
    width: 270px;
    margin-top: 60px;
    min-height: 30px;
    max-height: 150px;
    background: #FFFFFF;
    border: 1px solid #000000;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
}

#city-list-excursion:hover, #city-list-restoran:hover, #city-list-transport:hover{
    display: flex;
}

#city-list-excursion span, #city-list-restoran span, #city-list-transport span{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 4px;
    cursor: pointer;
}

#city-list-excursion span:hover, #city-list-restoran span:hover, #city-list-transport span:hover{
    color: #4682B4;
}

#city-list-excursion .hide, #city-list-restoran .hide, #city-list-transport .hide{
    display: none;
}

#city-list{
    display: none;
    list-style: none;
    flex-direction: column;
    position: absolute;
    width: 270px;
    margin-top: 60px;
    min-height: 30px;
    max-height: 150px;
    background: #FFFFFF;
    border: 1px solid #000000;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
}

#city-list:hover{
    display: flex;
}

#city-list span{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 4px;
    cursor: pointer;
}

#city-list span:hover{
    color: #4682B4;
}

#city-list .hide{
    display: none;
}

#street-end, #street-start{
    display: none;
    list-style: none;
    flex-direction: column;
    position: absolute;
    width: 270px;
    margin-top: 60px;
    min-height: 30px;
    max-height: 150px;
    background: #FFFFFF;
    border: 1px solid #000000;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
}

#street-end:hover, #street-start:hover{
    display: flex;
}

#city-list-excursion span, #street-start span{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 4px;
    cursor: pointer;
}

#street-end span:hover, #street-start span:hover{
    color: #4682B4;
}

#street-end .hide, #street-start .hide{
    display: none;
}

.breadcrumbs{
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
}

.breadcrumbs .Container{
    display: flex;
    justify-content: flex-start;
    width: 1200px;
    margin: 0px auto;
}

.breadcrumbs .Container a{
    color: #1E1E1E;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.breadcrumbs .Container a:hover{
    color: #1E1E1E;
}

.breadcrumbs .Container .spliter{
    margin: 0px 10px;
}

.breadcrumbs .Container span{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.wrapper{
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}

.wrapper .Container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 1200px;
    margin: 0px auto;
}

.wrapper .Container_bg{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    background: url("/img/contacts_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.wrapper_column{
    flex-direction: column;
}

.big_column{
    width: 558px!important;
}

.big_column button{
    width: 558px;
}

.data_time_raw{
    display: flex;
    flex-direction: row!important;
    justify-content: space-between;
}

.data_time_raw .col{
    width: 48%;
}

.data_time_raw .col:first-child{
    margin-left: 0px;
    margin-right: auto;
}

.data_time_raw .col:last-child{
    margin-left: auto;
    margin-right: 0px;
}

.head{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.head h2{
    color: #1E1E1E;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.big_slider{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.big_slider .slider{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0px;
    position: relative;
}

.big_slider .slider .slider_content{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0px;
    position: relative;
    overflow: hidden;
}

.big_slider .slider .slider_content .slider_item, .big_slider .slider .slider_content .slick-list .slick-track .slick-slide{
    display: flex;
    flex-direction: row;
    width: 1200px;
    margin: 0px;
    position: relative;
}

.big_slider .slider .slider_content .slick-list .slick-track{
    display: flex;
    flex-direction: row;
}

.big_slider .slider .slider_content .slick-list .slick-track .slick-slide div{
    width: 100%;
}

.big_slider .slider .slider_content .slider_item .slider_item_bg{
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 506px;
}

.big_slider .slider .slider_content .slider_item .slider_item_bg img{
    display: flex;
    width: 100%!important;
    height: 100%;
    object-fit: cover;
}

.big_slider .slider .slider_content .slider_item .slider_item_info{
    display: flex;
    flex-direction: column;
    position: absolute;
    background: transparent;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.big_slider .slider .slider_content .slider_item .slider_item_info span{
    display: flex;
    margin-top: 110px;
    margin-left: 80px;
    width: 450px;
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.big_slider .slider .slider_content .slider_item .slider_item_info p{
    display: flex;
    margin-left: 80px;
    margin-top: 30px;
    width: 540px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.big_slider .slider .slider_content .slider_item .slider_item_info .btn{
    display: flex;
    justify-content: center;
    width: 239px;
    height: 52px;
    margin-left: 80px;
    margin-top: 30px;
    text-decoration: none;
    border-radius: 5px;
    background: #4682B4;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 16px 10px;
}

.big_slider .slider .slider_content .slider_item .slider_item_info .btn:hover{
    color: #FFF;
}

.big_slider .slider .arrow_left_slider{
    display: flex;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: -25px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.17);
}

.big_slider .slider .arrow_left_slider img{
    width: 18px;
    height: 18px;
    margin: auto;
}

.big_slider .slider .arrow_right_slider{
    display: flex;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    right: -25px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.17);
    transform: rotate(180deg);
}

.big_slider .slider .arrow_right_slider img{
    width: 18px;
    height: 18px;
    margin: auto;
}

.wrapper .Container .form_seach{
    display: flex;
    width: 100%;
    border-radius: 5px;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 60px;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
}

.wrapper .Container .form_seach form{
    display: flex;
    flex-direction: column;
    position: relative;
    width: clac(100% - 80px);
    height: calc(100% - 80px);
}

.wrapper .Container .form_seach form .form_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.wrapper .Container .form_seach form .form_row:first-child{
    margin-bottom: 30px;
}

.wrapper .Container .form_seach form .form_col{
    display: flex;
    flex-direction: column;
    width: 270px;
    margin: 0px 10px;
}

.wrapper .Container .form_seach form .form_col:first-child{
    margin-left: 0px;
}

.wrapper .Container .form_seach form .form_col:last-child{
    margin-right: 0px;
}

.wrapper .Container .form_seach form .form_col label{
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.wrapper .Container .form_seach form .form_col input{
    display: flex;
    width: calc(100% - 40px);
    height: 35px;
    border-radius: 5px;
    border: 1px solid #DADADA;
}

.wrapper .Container .form_seach form .form_row .form_col select{
    display: flex;
    width: 100%;
    padding: 0px 20px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #DADADA;
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper .Container .form_seach form .form_col button{
    display: flex;
    justify-content: center;
    border-radius: 5px;
    margin-top: auto;
    margin-bottom: 2px;
    width: 100%;
    height: 36px;
    background: #4682B4;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    padding: 8px 10px;
    cursor: pointer;
}

.wrapper .Container .list_items{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-bottom: 120px;
}

.wrapper .Container .list_items .list_items_content{
    display: flex;
    flex-direction: row;
    width: 100%;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.wrapper .Container .list_items .list_items_content .excursion_card{
    margin-left: 0px;
    margin-bottom: 20px;
}

.wrapper .Container .list_items .list_items_load{
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-top: 40px;
}

.wrapper .Container .info{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 120px;
}

.wrapper .Container .info .contacts{
    display: flex;
    width: 440px;
    flex-direction: column;
    margin-right: 20px;
    border-radius: 5px;
    padding-left: 68px;
    padding-top: 30px;
    background: #ffffff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
}

.wrapper .Container .info .contacts p{
    display: flex;
    margin-bottom: 30px;
}

.wrapper .Container .info .contacts .social{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.wrapper .Container .info .contacts .social img{
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

.wrapper .Container .info .contacts p img{
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-top: 6px;
    margin-right: 20px;
}

.wrapper .Container .info .contacts .social_wp{
    margin-left: 8px;
}

.wrapper .Container .info .contacts .social_wp img{
    width: 22px;
    height: 22px;
}

.wrapper .Container .info .contacts p span{
    color: #1E1E1E;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.wrapper .Container .map{
    display: flex;
    flex-direction: row;
    max-width: 756px;
    min-width: 300px;
}

.wrapper .Container .map img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wrapper .Container_bg .contact_form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 560px;
    margin: 95px auto 100px auto;
}

.wrapper .Container_bg .contact_form h2{
    color: #ffffff;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15x;
}

.wrapper .Container_bg .contact_form p{
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.wrapper .Container_bg .contact_form form{
    display: flex;
    flex-direction: column;
    width: 560px;
    margin: auto;
}

.wrapper .Container_bg .contact_form form .form_row{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.wrapper .Container_bg .contact_form form .form_col{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wrapper .Container_bg .contact_form form input{
    display: flex;
    width: 100%;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #DADADA;
    background: #FFF;
    margin-bottom: 20px;
    margin-right: 20px;
}

.wrapper .Container_bg .contact_form form textarea{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    margin-bottom: 16px;
    margin-left: 20px;
    resize: none;
    border-radius: 5px;
    border: 1px solid #DADADA;
    background: #FFF;
}

.wrapper .Container_bg .contact_form form button{
    width: 100%;
    height: 35px;
    border-radius: 5px;
    background: #4682B4;
    border: none;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.wrapper .Container .constructor{
    display: flex;
    flex-direction: column;
    width: 1200px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 40px;
    margin-bottom: 120px;
}

.wrapper .Container .constructor .constructor_actives{
    display: flex;
    position: relative;
    flex-direction: row;
}

.wrapper .Container .constructor form{
    display: flex;
    flex-direction: column;
    width: calc(50% - 40px);
    height: calc(100% - 80px);
}

.wrapper .Container .constructor .main_info{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.wrapper .Container .constructor .main_info .raw{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    width: 520px;
}

.wrapper .Container .constructor .main_info .raw label{
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.wrapper .Container .constructor .main_info .raw input{
    border-radius: 5px;
    border: 1px solid #DADADA;
    height: 35px;
    width: calc(100% - 40px);
}

.wrapper .Container .constructor .main_info .raw .image{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 150px;
    justify-content: center;
    border-radius: 8px;
    border: 1px dashed #E0E0E0;
    background: #F6F6F6;
}

.wrapper .Container .constructor .main_info .raw .image button{
    width: 290px;
    height: 52px;
    border-radius: 5px;
    background: #4682B4;
    margin: auto;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    cursor: pointer;
}

.wrapper .Container .constructor .main_info .raw .image p{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: auto;
    margin-top: 0px;
}

.wrapper .Container .constructor .main_info .raw textarea{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #DADADA;
}

.wrapper .Container .constructor .addon_info{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.wrapper .Container .constructor .addon_info .append_service{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
}

.wrapper .Container .constructor .addon_info .append_service .raw{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px;
}

.wrapper .Container .constructor .addon_info .append_service .raw:last-child{
    margin-bottom: 0px;
}

.wrapper .Container .constructor .addon_info .append_service .raw .time{
    color: #4682B4;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-right: 8px;
}

.wrapper .Container .constructor .addon_info .append_service .raw .name{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.wrapper .Container .constructor .addon_info .btn_append{
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: row;
    margin-bottom: 30px;
    z-index: 30;
}

.wrapper .Container .constructor .addon_info .btn_append .append_service__btn{
    display: none;
    position: absolute;
    width: 100%;
    flex-direction: column;
    margin-top: 60px;
}

.wrapper .Container .constructor .addon_info .btn_append .open{
    display: flex;
}

.wrapper .Container .constructor .addon_info .btn_append .append_service__btn button{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 55px;
    padding: 15px 30px;
    border-radius: 5px;
    border: 1px solid #4682B4;
    background: #FFFFFF;
    cursor: pointer;
    margin-bottom: 6px;
}

.wrapper .Container .constructor .addon_info .btn_append .append_service__btn button:last-child{
    margin-bottom: 0px;
}

.wrapper .Container .constructor .addon_info .btn_append .append_service__btn button span{
    color: #4682B4;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: auto;
    margin-left: 0px;
}

.wrapper .Container .constructor .addon_info .btn_append .append_service__btn button:hover{
    background: #4682B4;
}

.wrapper .Container .constructor .addon_info .btn_append .append_service__btn button:hover span{
    color: #FFFFFF;
}

.wrapper .Container .constructor .addon_info .btn_append button{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 55px;
    padding: 15px 30px;
    border-radius: 5px;
    background: #4682B4;
    border: none;
    cursor: pointer;
}

.wrapper .Container .constructor .addon_info .btn_append button span{
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: auto;
    margin-left: 0px;
}

.wrapper .Container .constructor .addon_info .addon__form{
    display: none;
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
}

.wrapper .Container .constructor .addon_info .custom_form{
    display: none;
    position: relative;
    width: 100%;
    flex-direction: column;
}

.wrapper .Container .constructor .addon_info .custom_form .title_tab{
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}

.wrapper .Container .constructor .addon_info .custom_form .title_tab .title_form{
    color: #1E1E1E;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: auto;
}

.wrapper .Container .constructor .addon_info .custom_form .tab_head{
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.wrapper .Container .constructor .addon_info .custom_form .tab_head button{
    width: 135px;
    height: 52px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #4682B4;
    margin: auto;
    margin-bottom: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.wrapper .Container .constructor .addon_info .custom_form .tab_head button span{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #4682B4;
}

.wrapper .Container .constructor .addon_info .custom_form .tab_head button:hover{
    background: #4682B4;
    border: none;
}

.wrapper .Container .constructor .addon_info .custom_form .tab_head button:hover span{
    color: #ffffff;
}

.wrapper .Container .constructor .addon_info .custom_form .tab_head .active{
    background: #4682B4;
    border: none;
}

.wrapper .Container .constructor .addon_info .custom_form .tab_head .active span{
    color: #ffffff;
}

.wrapper .Container .constructor .addon_info .custom_form .tab_head button:first-child{
    margin-left: 0px;
}

.wrapper .Container .constructor .addon_info .custom_form .tab_head button:last-child{
    margin-right: 0px;
}

.wrapper .Container .constructor .addon_info .addon__form .raw{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
}

.wrapper .Container .constructor .addon_info .addon__form .btn{
    display: flex;
    justify-content: center;
    width: 92px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #4682B4;
    text-decoration: none;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 6px;
}

.wrapper .Container .constructor .addon_info .addon__form .raw .column{
    display: flex;
    flex-direction: column;
    width: 269px;
}

.wrapper .Container .constructor .addon_info .addon__form .raw .column:last-child{
    margin-left: 20px;
}

.wrapper .Container .constructor .addon_info .addon__form .raw .column label{
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.wrapper .Container .constructor .addon_info .addon__form .raw .column input{
    display: flex;
    width: calc(100% - 40px);
    height: 38px;
    border-radius: 5px;
    border: 1px solid #DADADA;
}

.wrapper .Container .constructor .addon_info .addon__form .big_raw{
    flex-direction: column;
    width: 100%;
}

.wrapper .Container .constructor .addon_info .addon__form .big_raw label{
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.wrapper .Container .constructor .addon_info .addon__form .big_raw input{
    display: flex;
    width: calc(100% - 40px);
    height: 38px;
    border-radius: 5px;
    border: 1px solid #DADADA;
}

.wrapper .Container .constructor .addon_info .addon__form .raw button{
    display: flex;
    justify-content: center;
    width: 73px;
    height: 35px;
    border: none;
    border-radius: 5px;
    background: #4682B4;
    color: #ffffff;
    padding-top: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.wrapper .Container .constructor .addon_info .addon__form .raw select{
    display: flex;
    width: 100%;
    padding: 0px 20px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #DADADA;
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper .Container .constructor .addon_info .addon__form .raw .one_column{
    margin-left: 0px!important;
}

.wrapper .Container .constructor .addon_info .addon__form .raw .title_form{
    color: #1E1E1E;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: auto;
}

.wrapper .Container .constructor .addon_info .select__excursion{
    display: none;
    position: relative;
    width: 100%;
    justify-content: center;
}

.wrapper .Container .constructor .addon_info .select__excursion .list_items{
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    border: 2px solid #4682B4;
    border-radius: 5px;
    padding: 5px;
    overflow-y: auto;
    margin-bottom: 40px;
}

.wrapper .Container .constructor .addon_info .select__excursion .list_items .item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 12px;
    border: 1px solid #4682B4;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

.wrapper .Container .constructor .addon_info .select__excursion .list_items .item span{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-left: 8px;
}

.wrapper .Container .constructor .addon_info .select__excursion .list_items .item span:first-child{
    font-size: 18px;
    color: #4682B4;
}

.wrapper .Container .constructor .addon_info .select__excursion .list_items .item:hover{
    background: #4682B4;
}

.wrapper .Container .constructor .addon_info .select__excursion .list_items .item:hover span{
    color: #ffffff;
}

.wrapper .Container .constructor .addon_info .select__excursion .list_items .item:hover span:first-child{
    color: #1E1E1E;
}

.wrapper .Container .constructor .addon_info .select__restoran{
    display: none;
    position: relative;
    width: 100%;
    justify-content: center;
}

.wrapper .Container .constructor .addon_info .select__restoran .list_items{
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    border: 2px solid #4682B4;
    border-radius: 5px;
    padding: 5px;
    overflow-y: auto;
    margin-bottom: 40px;
}

.wrapper .Container .constructor .addon_info .select__restoran .list_items .item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 12px;
    border: 1px solid #4682B4;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

.wrapper .Container .constructor .addon_info .select__restoran .list_items .item span{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-left: 8px;
}

.wrapper .Container .constructor .addon_info .select__restoran .list_items .item span:first-child{
    font-size: 18px;
    color: #4682B4;
}

.wrapper .Container .constructor .addon_info .select__restoran .list_items .item:hover{
    background: #4682B4;
}

.wrapper .Container .constructor .addon_info .select__restoran .list_items .item:hover span{
    color: #ffffff;
}

.wrapper .Container .constructor .addon_info .select__restoran .list_items .item:hover span:first-child{
    color: #1E1E1E;
}

.wrapper .Container .constructor .addon_info .select__transfer{
    display: none;
    position: relative;
    width: 100%;
    justify-content: center;
}

.wrapper .Container .constructor .addon_info .select__transfer .list_items{
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    border: 2px solid #4682B4;
    border-radius: 5px;
    padding: 5px;
    overflow-y: auto;
    margin-bottom: 40px;
}

.wrapper .Container .constructor .addon_info .select__transfer .list_items .item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 12px;
    border: 1px solid #4682B4;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

.wrapper .Container .constructor .addon_info .select__transfer .list_items .item span{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-left: 8px;
}

.wrapper .Container .constructor .addon_info .select__transfer .list_items .item span:first-child{
    font-size: 18px;
    color: #4682B4;
}

.wrapper .Container .constructor .addon_info .select__transfer .list_items .item:hover{
    background: #4682B4;
}

.wrapper .Container .constructor .addon_info .select__transfer .list_items .item:hover span{
    color: #ffffff;
}

.wrapper .Container .constructor .addon_info .select__transfer .list_items .item:hover span:first-child{
    color: #1E1E1E;
}

.wrapper .Container .constructor .addon_info .open{
    display: flex;
}

.wrapper .Container .constructor .result_info{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-top: 1px solid #DADADA;
}

.wrapper .Container .constructor .result_info .raw{
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-right: 0px;
    width: 558px;
}

.wrapper .Container .constructor .result_info .raw .result_price{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    height: 60px;
    padding: 17px 30px;
    border-radius: 5px;
    background: #F5F5F5;
}

.wrapper .Container .constructor .result_info .raw .result_price .text{
    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: auto;
    margin-left: 0px;
}

.wrapper .Container .constructor .result_info .raw .result_price .price{
    color: #4682B4;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper .Container .constructor .result_info .raw .left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.wrapper .Container .constructor .result_info .raw .left .btn_green{
    display: flex;
    justify-content: center;
    width: 155px;
    height: 35px;
    border-radius: 5px;
    background: #60AE12;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 8px;
    cursor: pointer;
}

.wrapper .Container .constructor .result_info .raw .left .btn_blue{
    display: flex;
    justify-content: center;
    width: 155px;
    height: 35px;
    border-radius: 5px;
    background: #4682B4;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 8px;
    margin-left: 20px;
    cursor: pointer;
}

.wrapper .Container .constructor .result_info .raw .right{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.wrapper .Container .constructor .result_info .raw .right .print{
    display: flex;
    justify-content: center;
    border-radius: 5px;
    background: #E28C27;
    padding-top: 8px;
    width: 130px;
    height: 35px;
    cursor: pointer;
}

.wrapper .Container .constructor .result_info .raw .right .print svg{
    margin-right: 5px;
}

.wrapper .Container .constructor .result_info .raw .right .print span{
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper .Container .list_items .list_items_load .btn{
    display: flex;
    justify-content: center;
    padding: 16px 10px;
    width: 240px;
    height: 52px;
    text-decoration: none;
    margin: auto;
    border-radius: 5px;
    background: #4682B4;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper .Container .info_block{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.wrapper .Container .info_block .info_params{
    display: flex;
    flex-direction: column;
    width: 495px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 40px;
    height: fit-content;
}

.wrapper .Container .info_block .info_params .params_inner{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.wrapper .Container .info_block .info_params .params_inner span{
    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper .Container .info_block .info_params .params_inner .list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.wrapper .Container .info_block .info_params .params_inner .list .item{
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 164px;
    margin: 10px 0px;
    margin-right: 20px;
}

.wrapper .Container .info_block .info_params .params_inner .list .item img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: auto;
    margin-right: 10px;
    margin-left: 0px;
}

.wrapper .Container .info_block .info_params .params_inner .list .item span{
    margin: auto;
    margin-left: 0px;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.wrapper .Container .info_block .params_detail{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}

.wrapper .Container .info_block .params_detail span{
    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;

}

.wrapper .Container .info_block .params_detail .item{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
}

.wrapper .Container .info_block .params_detail .item img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.wrapper .Container .info_block .params_detail .item span{
    margin: auto;
    margin-left: 0px;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.wrapper .Container .info_block .params_detail .item:last-child{
    margin-bottom: 0px;
}

.wrapper .Container .info_block .form_detail{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    width: 100%;
}

.wrapper .Container .info_block .form_detail .raw{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 40px;
}

.wrapper .Container .info_block .form_detail .raw label{
    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.wrapper .Container .info_block .form_detail .raw input{
    border-radius: 5px;
    border: 1px solid #DADADA;
    background: #ffffff;
    width: calc(100% - 40px);
    height: 35px;
}

.wrapper .Container .info_block .form_detail .raw select{
    border-radius: 5px;
    border: 1px solid #DADADA;
    background: #ffffff;
    width: 100%;
    height: 38px;
    padding-left: 20px;
    padding-right: 20px;
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper .Container .info_block .result_form{
    display: flex;
    flex-direction: column;
    border-top: 1px solid #DADADA;
    padding-top: 30px;
    box-shadow: none;
}

.wrapper .Container .info_block .result_form .head{
    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.wrapper .Container .info_block .result_form .price{
    color: #4682B4;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper .Container .info_block .result_form .price_type{
    display: flex;
    flex-direction: row;
}

.wrapper .Container .info_block .result_form .price_type select{
    border-radius: 5px;
    border: 1px solid #DADADA;
    background: #ffffff;
    width: 140px;
    height: 38px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 15px;
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper .Container .info_block .result_form .price_type .price{
    margin-top: -4px;
}

.wrapper .Container .info_block .result_form p{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 20px;
}

.wrapper .Container .info_block .result_form a{
    display: flex;
    width: 415px;
    text-decoration: none;
    padding: 15px 42px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #4682B4;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper .Container .info_description{
    display: flex;
    flex-direction: column;
    max-width: 700px;
    min-width: 300px;
    margin-left: 40px;
}

.wrapper .Container .info_description .description_block{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 1px solid #DADADA;
}

.wrapper .Container .info_description .description_block h2{
    color: #1E1E1E;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.wrapper .Container .info_description .description_block h3{
    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.wrapper .Container .info_description .description_block p{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 20px;
}

.wrapper .Container .info_description .description_block ul{
    list-style: none;
}

.wrapper .Container .info_description .description_block ul li{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 5px;
}

.wrapper .Container .info_description .description_block .menu_block{
    display: flex;
    margin: 0px;
    margin-bottom: 30px;
}

.wrapper .Container .info_description .description_block .menu_block a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #4682B4;
    text-decoration: none;
    padding: 15px 42px;
}

.wrapper .Container .info_description .description_block .menu_block a img{
    display: flex;
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.wrapper .Container .info_description .description_block .menu_block a span{
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper .Container .arhitecture_block{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DADADA;
}

.wrapper .Container .arhitecture_block h2{
    color: #1E1E1E;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.wrapper .Container .arhitecture_block h3{
    display: flex;
    position: relative;
    margin-left: 26px;
    margin-bottom: 5px;
    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper .Container .arhitecture_block h3::before{
    display: block;
    position: absolute;
    content: ' ';

    top: 3px;
    left: -26px;

    width: 16px;
    height: 16px;
    background: url("/img/archives.svg")no-repeat;
}

.wrapper .Container .arhitecture_block p{
    display: flex;
    margin-left: 26px;
    margin-bottom: 25px;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.wrapper .Container .comments_block{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.wrapper .Container .comments_block h2{
    color: #1E1E1E;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.wrapper .Container .comments_block .content{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.wrapper .Container .comments_block .content .item{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.wrapper .Container .comments_block .content .item .raw{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
}

.wrapper .Container .comments_block .content .item .raw .first{
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #4682B4;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 13px;
    margin-right: 10px;
}

.wrapper .Container .comments_block .content .item .raw .humen{
    display: flex;
    flex-direction: column;
    margin-right: 28px;
    margin-top: auto;
    margin-bottom: auto;
}

.wrapper .Container .comments_block .content .item .raw .humen span{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.wrapper .Container .comments_block .content .item .raw .humen span:last-child{
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wrapper .Container .comments_block .content .item .raw:last-child{
    margin-bottom: 0px;
}

.wrapper .Container .comments_block .content .item .raw .rate{
    display: flex;
    flex-direction: row;
    margin: auto 0px;
}

.wrapper .Container .comments_block .content .item .raw .rate svg{
    width: 20px;
    height: 20px;
}

.wrapper .Container .comments_block button{
    display: flex;
    justify-content: center;
    width: 240px;
    height: 52px;
    padding: 15px 42px;
    border-radius: 5px;
    background: #4682B4;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper .Container .result_form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 120px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 60px 0px;
}

.wrapper .Container .result_form h2{
    display: flex;
    justify-content: center;
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    color: #1E1E1E;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.wrapper .Container .result_form form{
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 850px;
}

.wrapper .Container .result_form form .raw{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}
.wrapper .Container .result_form form .raw .column{
    display: flex;
    width: 415px;
}

.wrapper .Container .result_form form .raw .column:last-child{
    margin-left: 20px;
}

.wrapper .Container .result_form form .raw .column input{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 52px;
    border-radius: 5px;
    border: 1px solid #DADADA;
    background: #ffffff;
}

.wrapper .Container .result_form form .raw button{
    display: flex;
    width: 239px;
    margin: 0px auto;
    padding: 15px 42px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #4682B4;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    cursor: pointer;
}

.wrapper .Container .steps-order{
    display: flex;
    flex-direction: column;
    width: 400px;
    margin-top: 21px;
}

.wrapper .Container .steps-order .row{
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    width: 100%;
}

.wrapper .Container .steps-order .row:first-child::after{
    display: block;
    position: absolute;
    content: ' ';

    top: 50%;
    left: 0px;
    width: 100%;
    border: 1px solid #DADADA;
    z-index: 0;
}

.wrapper .Container .steps-order .row:last-child{
    margin-top: 15px;
}

.wrapper .Container .steps-order .row .step{
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 14px 22px;
    z-index: 10;
    background: #ffffff;
}

.wrapper .Container .steps-order .row .step:first-child{
    border: 1px solid #4682B4;
    color: #1E1E1E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 0px;
}

.wrapper .Container .steps-order .row .step:last-child{
    border: 1px solid #DADADA;
    color: #8A8A8A;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 0px;
}

.wrapper .Container .steps-order .row span{
    display: flex;
    margin: auto;
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper .Container .steps-order .row span:first-child{
    margin-left: 0px
}

.wrapper .Container .steps-order .row span:last-child{
    margin-right: 0px;
}

.wrapper .Container .detail-order{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    padding: 40px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    margin: 30px 0px 100px 0px;
}

.wrapper .Container .detail-order .column{
    display: flex;
    flex-direction: column;
    margin: auto;
}

.wrapper .Container .detail-order .column:first-child{
    margin-left: 0px;
    margin-top: 0px;
}
.wrapper .Container .detail-order .column:last-child{
    margin-top: 0px;
    margin-right: 0px;
}

.wrapper .Container .detail-order .column .auto_card{
    width: 455px;
}

.wrapper .Container .detail-order .column .auto_card .previuw{
    width: 455px;
}

.wrapper .Container .detail-order .column .excursion_card{
    width: 455px;
}

.wrapper .Container .detail-order .column .excursion_card .body_card img{
    width: 455px;
}

.wrapper .Container .detail-order .column form{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0px;
    width: 540px;
}

.wrapper .Container .detail-order .column form .head{
    color: #1E1E1E;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper .Container .detail-order .column form .head{
    border-top: 1px solid #DADADA;
    padding-top: 30px;
}

.wrapper .Container .detail-order .column form .row{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0px;
    margin-top: 30px;
}

.wrapper .Container .detail-order .column form .one_row{
    flex-direction: column;
}

.wrapper .Container .detail-order .column form .small_inp{
    width: 120px;
    text-align: center;
}

.wrapper .Container .detail-order .column form .row:first-child{
    margin-top: 0px;
}

.wrapper .Container .detail-order .column form .column{
    display: flex;
    flex-direction: column;
    width: calc(50% - 5px);
    margin: 0px;
}

.wrapper .Container .detail-order .column form .column:first-child{
    margin-right: 10px;
}

.wrapper .Container .detail-order .column form label{
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.wrapper .Container .detail-order .column form input{
    display: flex;
    width: calc(100% - 40px);
    height: 35px;
    border-radius: 5px;
    border: 1px solid #DADADA;
}

.wrapper .Container .detail-order .column form textarea{
    border-radius: 5px;
    border: 1px solid #DADADA;
    resize: none;
}

.wrapper .Container .detail-order .column form input[type=checkbox]{
    width: 14px;
    height: 14px;
    margin: 0px;
    margin-right: 13px;
    margin-top: 4px;
}

.wrapper .Container .detail-order .column form span{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 0px;
}

.wrapper .Container .detail-order .column form span a{
    color: #4682B4;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: underline;
}

.wrapper .Container .detail-order .column form .row a{
    color: #4682B4;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.wrapper .Container .detail-order .column form .row button{
    display: flex;
    justify-content: center;
    width: 240px;
    height: 53px;
    border-radius: 5px;
    background: #4682B4;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 15px 32px;
    border: none;
    cursor: pointer;
}

.review_block{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    background: rgba(0, 0, 0, 0.49);
}

.review_block .container{
    display: flex;
    justify-content: center;
    position: relative;
    width: 550px;
    background: #ffffff;
    border-radius: 5px;
    padding: 15px;
    margin: auto;
}

.review_block .container .close{
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    font-weight: 800;
    font-size: 21px;
    cursor: pointer;
}

.review_block .container form{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0px;
}

.review_block .container form .row{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
}

.review_block .container form .row .head{
    width: 100%;
    text-align: center;
    color: #1E1E1E;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: auto;
}

.review_block .container form .column{
    display: flex;
    flex-direction: column;
    width: calc(50% - 5px);
    margin: 0px;
}

.review_block .container form .column:first-child{
    margin-right: 10px;
}

.review_block .container form label{
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.review_block .container form input{
    display: flex;
    width: calc(100% - 40px);
    height: 35px;
    border-radius: 5px;
    border: 1px solid #DADADA;
}

.review_block .container form textarea{
    width: 100%;
    resize: none;
    border-radius: 5px;
    border: 1px solid #DADADA;
}

.review_block .container form button{
    display: flex;
    justify-content: center;
    width: 240px;
    height: 52px;
    padding: 15px 42px;
    border-radius: 5px;
    background: #4682B4;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: auto;
    cursor: pointer;
}

.review_block .container form .one_row{
    flex-direction: column;
}

.headers{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 0px auto;
    height: 90px;
    border-bottom: 1px solid #DADADA;
}

.headers .Container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1200px;
    margin: 0px auto;
}

.headers .left{
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-left: 0px
}

.headers .right{
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-right: 0px;
}

.headers .logo{
    display: flex;
    margin: 28px 36px 28px 0px;
}

.headers .logo a{
    text-decoration: none;
    /*font-family: Gilroy;*/
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #1E1E1E;
}

.headers .menu{
    display: flex;
    margin-right: 12px;
}

.headers .menu ul{
    display: flex;
    flex-direction: row;
    margin: 35px 0px 36px 0px;
    list-style: none;
}

.headers .menu ul li{
    margin-right: 16px;
}

.headers .menu ul li:last-child{
    margin-right: 0px;
}

.headers .menu ul li a{
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #1E1E1E;
}

.headers .menu ul li a:hover{
    color: #1E1E1E;
}

.headers .contacts{
    display: flex;
    flex-direction: column;
    margin: 25px 66px 25px 0px;
}

.headers .contacts .phone{
    display: flex;
    flex-direction: row;
}

.headers .contacts .phone img{
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.headers .contacts .phone span{
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #1E1E1E;
}

.headers .contacts .mail{
    display: flex;
    flex-direction: row;
}

.headers .contacts .mail img{
    width: 16px;
    height: 16px;
    margin-right: 6px;
}


.headers .contacts .mail span{
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #1E1E1E;
}

.headers .contacts .mail a{
    margin-left: 8px;
}

.headers .conrols{
    display: flex;
    margin: 35px 20px 35px 0px;
}

.headers .conrols ul{
    display: flex;
    flex-direction: row;
    list-style: none;
}

.headers .conrols ul li{
    display: flex;
    position: relative;
}

.headers .conrols ul .langs img{
    margin-right: 5px;
}

.headers .conrols ul .langs span{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #1E1E1E;
    margin: auto;
}

.headers .conrols ul .langs ul{
    display: none;
}

.headers .conrols ul .profile{
    margin-left: 20px;
}

.headers .conrols ul .profile span{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #1E1E1E;
    margin: auto;
}

.headers .conrols ul .profile img{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.headers .conrols ul .profile ul{
    display: none;
}

.headers .user{
    display: flex;
    margin: 35px 0px 35px 0px;
}

.headers .user a{
    display: flex;
    text-decoration: none;
}

.headers .user a:first-child{
    margin-right: 20px;
}

.hero .Container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: 0px auto;
}

.hero .Container h1{
    margin: 68px auto 20px 0px;
    width: 885px;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
}

.hero .Container p{
    margin: 0px auto 44px 0px;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
}

.hero .Container .form_serch{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 128px;
    width: 1215px;
    height: 230px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);

}

.hero .Container .form_serch .tabs_head{
    display: flex;
    justify-content: center;
    margin: 0px 40px;
    width: calc(100% - 80px);
    height: 66px;
    border-bottom: 1px solid #DADADA;
}

.hero .Container .form_serch .tabs_head span{
    display: flex;
    justify-content: flex-end;
    text-align: end;
    margin: auto 15px;
    margin-bottom: 0px;
    padding-bottom: 8px;
    cursor: pointer;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #8A8A8A;
}

.hero .Container .form_serch .tabs_head .active{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #4682B4;
    border-bottom: 2px solid #4682B4;
;
}

.hero .Container .form_serch .tabs_panel{
    display: flex;
    width: calc(100% - 80px);
    margin: auto 40px;
}

.hero .Container .form_serch .tabs_panel .main_search{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0px;
}

.hero .Container .form_serch .tabs_panel .main_search .form_search_col{
    display: flex;
    flex-direction: column;
    width: 269px;
    margin: 0px 10px;
}

.hero .Container .form_serch .tabs_panel .main_search .form_search_col:first-child{
    margin-left: 0px;
}

.hero .Container .form_serch .tabs_panel .main_search .form_search_col:last-child{
    margin-right: 0px;
}

.hero .Container .form_serch .tabs_panel .main_search .form_search_col label{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #8A8A8A;
    margin-bottom: 10px;
}

.hero .Container .form_serch .tabs_panel .main_search .form_search_col input{
    display: flex;
    width: calc(100% - 40px);
    height: 35px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #DADADA;
}

.hero .Container .form_serch .tabs_panel .main_search .form_search_col button{
    display: flex;
    justify-content: center;
    padding-top: 10px;
    width: 100%;
    margin: auto;
    margin-bottom: 2px;
    border-radius: 5px;
    background: #4682B4;
    height: 36px;
    color: #ffffff;
    border: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.top_excursion{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.top_excursion .Container{
    display: flex;
    position: relative;
    width: 1200px;
    margin: 0px auto;
    justify-content: center;
    flex-direction: column;

}

.top_excursion .Container h2{
    display: flex;
    margin: 37px auto 30px auto;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #1E1E1E;
}

.top_excursion .Container .main_slider{
    display: flex;
    position: relative;
    width: 100%;
    margin: 0px;
    margin-bottom: 40px;
}

.top_excursion .Container .main_slider .slider_body, .top_excursion #slider-excursion .slick-list .slick-track,
.top_excursion #slider-tour .slick-list .slick-track,.top_excursion #slider-specials .slick-list .slick-track{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0px;
    overflow: hidden;
}

.top_excursion .Container .main_slider .slider_left_arrow{
    display: flex;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: -75px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.17);
}

.top_excursion .Container .main_slider .slider_left_arrow img{
    width: 18px;
    height: 18px;
    margin: auto;
}

.top_excursion .Container .main_slider .slider_right_arrow{
    display: flex;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    right: -75px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.17);
    transform: rotate(180deg);
}

.top_excursion .Container .main_slider .slider_right_arrow img{
    width: 18px;
    height: 18px;
    margin: auto;
}

.hotel_reserv{
    display: flex;
    position: relative;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 40px;
}

.hotel_reserv .Container{
    display: flex;
    flex-direction: row;
    position: relative;
    width: 1200px;
    margin: 0px auto;
}

.hotel_reserv .Container .form_hotel{
    display: flex;
    flex-direction: row;
    width: 100%;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    padding-bottom: 40px;
}

.hotel_reserv .Container .form_hotel .info{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.hotel_reserv .Container .form_hotel .info h2{
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #1E1E1E;
    margin-top: 100px;
    margin-left: 64px;
    margin-bottom: 30px;
}

.hotel_reserv .Container .form_hotel .info p{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #1E1E1E;
    width: 335px;
    margin-left: 64px;
    margin-bottom: 30px;
}

.hotel_reserv .Container .form_hotel .info .btn{
    display: flex;
    justify-content: center;
    text-decoration: none;
    margin-left: 64px;
    width: 269px;
    height: 52px;
    border-radius: 5px;
    background: var(--blue, #4682B4);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    padding: 16px 15px;
}

.hotel_reserv .Container .form_hotel .info .btn:hover{
    color: #ffffff;
}

.hotel_reserv .Container .form_hotel .picture{
    display: flex;
    position: relative;
    width: 50%;
}

.hotel_reserv .Container .form_hotel .picture img{
    margin-top: 54px;
    width: 560px;
    height: 360px;
    object-fit: contain;
}

.contacts_main{
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}

.contacts_main .Container{
    display: flex;
    flex-direction: row;
    position: relative;
    width: 1200px;
    margin-top: 80px;
    margin-bottom: 114px;
}

.contacts_main .Container .info{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
}

.contacts_main .Container .info h2{
    color: #1E1E1E;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}

.contacts_main .Container .info p{
    display: flex;
    margin-bottom: 30px;
}

.contacts_main .Container .info .social_wp{
    margin-left: 8px;
}

.contacts_main .Container .info .social_wp img{
    width: 22px;
    height: 22px;
}

.contacts_main .Container .info .social{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.contacts_main .Container .info .social img{
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

.contacts_main .Container .info p img{
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-top: 6px;
    margin-right: 20px;
}

.contacts_main .Container .info p span{
    color: #1E1E1E;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.contacts_main .Container .contact_form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
}

.contacts_main .Container .contact_form p{
    display: flex;
    width: 372px;
    margin: 60px auto 25px auto;
    color: #1E1E1E;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contacts_main .Container .contact_form form{
    display: flex;
    flex-direction: column;
    width: 558px;
    margin: auto;
}

.contacts_main .Container .contact_form form .form_row{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.contacts_main .Container .contact_form form .form_col{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contacts_main .Container .contact_form form input{
    display: flex;
    width: 100%;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #DADADA;
    background: #FFF;
    margin-bottom: 20px;
    margin-right: 20px;
}

.contacts_main .Container .contact_form form textarea{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    margin-bottom: 16px;
    margin-left: 20px;
    resize: none;
    border-radius: 5px;
    border: 1px solid #DADADA;
    background: #FFF;
}

.contacts_main .Container .contact_form form button{
    width: 100%;
    height: 35px;
    border-radius: 5px;
    background: #4682B4;
    border: none;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.excursion_card, .top_excursion #slider-excursion .slick-list .slick-track .excursion_card, .top_excursion #slider-excursion .slick-list .slick-track .slick-slide,
.top_excursion #slider-tour .slick-list .slick-track .excursion_card, .top_excursion #slider-tour .slick-list .slick-track .slick-slide{
    display: flex;
    position: relative;
    width: 290px;
    margin: 0px 5px;
}

.excursion_card a{
    display: block;
    width: 100%;
    z-index: 40;
}

.excursion_card .body_card, .top_excursion #slider-excursion .slick-list .slick-track .excursion_card .body_card,
.top_excursion #slider-tour .slick-list .slick-track .excursion_card .body_card{
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0px;
}

.excursion_card .body_card img, .top_excursion #slider-excursion .slick-list .slick-track .excursion_card .body_card img,
.top_excursion #slider-tour .slick-list .slick-track .excursion_card .body_card img{
    width: 290px;
    height: 409px;
    object-fit: cover;
}

.excursion_card .info_card, .top_excursion #slider-excursion .slick-list .slick-track .excursion_card .body_card .info_card,
.top_excursion #slider-tour .slick-list .slick-track .excursion_card .body_card .info_card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 20px;
}

.excursion_card .info_card .top, .top_excursion #slider-excursion .slick-list .slick-track .excursion_card .body_card .info_card .top,
.top_excursion #slider-tour .slick-list .slick-track .excursion_card .body_card .info_card .top{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0px;
    margin-bottom: auto;
}

.excursion_card .info_card .top span, .top_excursion #slider-excursion .slick-list .slick-track .excursion_card .body_card .info_card .top span,
.top_excursion #slider-tour .slick-list .slick-track .excursion_card .body_card .info_card .top span{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    margin-right: 26px;
}

.excursion_card .info_card .top img, .top_excursion #slider-excursion .slick-list .slick-track .excursion_card .body_card .info_card .top img,
.top_excursion #slider-tour .slick-list .slick-track .excursion_card .body_card .info_card .top img{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    z-index: 100;
}

.excursion_card .info_card .bottom, .top_excursion #slider-excursion .slick-list .slick-track .excursion_card .body_card .info_card .bottom,
.top_excursion #slider-tour .slick-list .slick-track .excursion_card .body_card .info_card .bottom{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0px;
    margin-top: auto;
}

.excursion_card .info_card .bottom .bottom_city, .top_excursion #slider-excursion .slick-list .slick-track .excursion_card .body_card .info_card .bottom .bottom_city,
.top_excursion #slider-tour .slick-list .slick-track .excursion_card .body_card .info_card .bottom .bottom_city{
    display: flex;
    justify-content: center;
    margin-left: 0px;
    border-radius: 5px;
    padding: 8px;
    background: #60AE12;
}

.excursion_card .info_card .bottom .bottom_city span, .top_excursion #slider-excursion .slick-list .slick-track .excursion_card .body_card .info_card .bottom .bottom_city span,
.top_excursion #slider-tour .slick-list .slick-track .excursion_card .body_card .info_card .bottom .bottom_city span{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
}

.excursion_card .info_card .bottom .bottom_city img, .top_excursion #slider-excursion .slick-list .slick-track .excursion_card .body_card .info_card .bottom .bottom_city img,
.top_excursion #slider-tour .slick-list .slick-track .excursion_card .body_card .info_card .bottom .bottom_city img{
    margin-right: 5px;
}

.excursion_card .info_card .bottom .bottom_price, .top_excursion #slider-excursion .slick-list .slick-track .excursion_card .body_card .info_card .bottom .bottom_price,
.top_excursion #slider-tour .slick-list .slick-track .excursion_card .body_card .info_card .bottom .bottom_price{
    display: flex;
    justify-content: center;
    margin: auto;
    margin-left: 5px;
    padding: 8px;
    border-radius: 5px;
    background: #E28C27;
}

.excursion_card .info_card .bottom .bottom_price span, .top_excursion #slider-excursion .slick-list .slick-track .excursion_card .body_card .info_card .bottom .bottom_price span,
.top_excursion #slider-tour .slick-list .slick-track .excursion_card .body_card .info_card .bottom .bottom_price span{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
}

.excursion_card .info_card .bottom .bottom_price span:first-child, .top_excursion #slider-excursion .slick-list .slick-track .excursion_card .body_card .info_card .bottom .bottom_price span:first-child,
.top_excursion #slider-tour .slick-list .slick-track .excursion_card .body_card .info_card .bottom .bottom_price span:first-child{
    margin-right: 5px;
}

.auto_card{
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 290px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
}

.auto_card a{
    text-decoration: none;
}

.auto_card .previuw{
    width: 290px;
    height: 221px;
    object-fit: cover;
}

.auto_card .info_card{
    display: flex;
    flex-direction: column;
    margin: 20px 25px 20px 20px;
}

.auto_card .info_card .head{
    margin-bottom: 20px;
}

.auto_card .info_card .head span{
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.auto_card .info_card .body{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.auto_card .info_card .body .raw{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 19px;
}

.auto_card .info_card .body .raw img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.auto_card .info_card .body .raw span{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.auto_card .info_card .body .raw .bigs{
    font-weight: 700;
}

.auto_card .info_card .bottom{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.auto_card .info_card .bottom .price{
    display: flex;
    padding: 8px;
    border-radius: 5px;
    background: #E28C27;
}

.auto_card .info_card .bottom .price span{
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.auto_card .info_card .bottom .price span:first-child{
    margin-right: 8px;
}

.auto_card .info_card .bottom .enter{
    display: flex;
}

.auto_card .info_card .bottom .enter img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.special_card, .top_excursion #slider-specials .slick-list .slick-track .special_card, .top_excursion #slider-specials .slick-list .slick-track .slick-slide{
    display: flex;
    position: relative;
    width: 390px;
    margin: 0px 5px;
}

.special_card .body_card, .top_excursion #slider-specials .slick-list .slick-track .slick-slide .special_card .body_card{
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0px;
}

.special_card .body_card img, .top_excursion #slider-specials .slick-list .slick-track .slick-slide .special_card .body_card img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.special_card .info_card,.top_excursion #slider-specials .slick-list .slick-track .slick-slide .special_card .info_card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 20px;
}

.special_card .info_card .top, .top_excursion #slider-specials .slick-list .slick-track .slick-slide .special_card .info_card .top{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0px;
    margin-bottom: auto;
}

.special_card .info_card .top span, .top_excursion #slider-specials .slick-list .slick-track .slick-slide .special_card .info_card .top span{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    margin-right: 26px;
}

.special_card .info_card .top img, .top_excursion #slider-specials .slick-list .slick-track .slick-slide .special_card .info_card .top img{
    width: 20px;
    height: 20px;
}

.special_card .info_card .bottom,.top_excursion #slider-specials .slick-list .slick-track .slick-slide .special_card .info_card .bottom{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0px;
    margin-top: auto;
}

.special_card .info_card .bottom .bottom_city,.top_excursion #slider-specials .slick-list .slick-track .slick-slide .special_card .info_card .bottom .bottom_city{
    display: flex;
    justify-content: center;
    margin-left: 0px;
    border-radius: 5px;
    padding: 8px;
    background: #60AE12;
}

.special_card .info_card .bottom .bottom_city span,.top_excursion #slider-specials .slick-list .slick-track .slick-slide .special_card .info_card .bottom .bottom_city span{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
}

.special_card .info_card .bottom .bottom_city img,.top_excursion #slider-specials .slick-list .slick-track .slick-slide .special_card .info_card .bottom .bottom_city img{
    margin-right: 5px;
}

.special_card .info_card .bottom .bottom_price,.top_excursion #slider-specials .slick-list .slick-track .slick-slide .special_card .info_card .bottom .bottom_price{
    display: flex;
    justify-content: center;
    margin: auto;
    margin-left: 5px;
    padding: 8px;
    border-radius: 5px;
    background: #E28C27;
}

.special_card .info_card .bottom .bottom_price span,.top_excursion #slider-specials .slick-list .slick-track .slick-slide .special_card .info_card .bottom .bottom_price span{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
}

.special_card .info_card .bottom .bottom_price span:first-child,.top_excursion #slider-specials .slick-list .slick-track .slick-slide .special_card .info_card .bottom .bottom_price span:first-child{
    margin-right: 5px;
}

.model_window{
    display: none;
    justify-content: center;
    position: fixed;

    top: 0px;
    left: 0px;
    margin: 0px;

    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.49);
}

.model_window .window{
    display: flex;
    margin: auto;
    justify-content: center;
    position: relative;

    width: 512px;
    height: 305px;
    padding: 40px;

    border-radius: 5px;
    background: #FFF;
}

.model_window .window .close{
    display: flex;
    position: absolute;
    cursor: pointer;

    top: 15px;
    right: 15px;
    font-size: 32px;
    color: #000000;
}

.model_window .window .container{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;

    width: 100%;
    height: 100%;
}

.model_window .window .container .row{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.model_window .window .container .row:last-child{
    margin-bottom: auto;
}

.model_window .window .container .row .head{
    display: flex;
    justify-content: center;
    margin: auto;
    color: #1E1E1E;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_window .window .container .row .message{
    display: flex;
    justify-content: center;
    margin: auto;
    color: #1E1E1E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.model_window .window .container .row img{
    margin: auto;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.modal_window_hotel{
    display: none;
    justify-content: center;
    position: fixed;

    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.49);
    z-index: 100;
}

.modal_window_hotel .window{
    display: flex;
    justify-content: center;
    position: relative;

    margin: auto;
    padding: 40px;

    width: 550px;
    background: #ffffff;
}

.modal_window_hotel .window .close{
    display: flex;
    position: absolute;
    cursor: pointer;

    top: 15px;
    right: 15px;
    font-size: 32px;
    color: #000000;
}

.modal_window_hotel .window .container{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0px;
}

.modal_window_hotel .window .container form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px;
    width: 100%;
}

.modal_window_hotel .window .container form .row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
}

.modal_window_hotel .window .container form .row .head{
    display: flex;
    width: auto;
    margin: auto;
    color: #1E1E1E;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal_window_hotel .window .container form .row:last-child{
    margin-bottom: 0px;
}

.modal_window_hotel .window .container form .column{
    display: flex;
    width: calc(50% - 10px);
}

.modal_window_hotel .window .container form .column:last-child{
    margin-left: 20px;
}

.modal_window_hotel .window .container form .field{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0px;
}

.modal_window_hotel .window .container form .field label{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #8A8A8A;
    margin-bottom: 10px;
}

.modal_window_hotel .window .container form .field input{
    display: flex;
    width: calc(100% - 40px);
    height: 35px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #DADADA;
}

.modal_window_hotel .window .container form .field textarea{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    resize: none;
    border-radius: 5px;
    border: 1px solid #DADADA;
    background: #FFF;
}

.modal_window_hotel .window .container form button{
    display: flex;
    justify-content: center;
    padding-top: 8px;
    width: 100%;
    border-radius: 5px;
    background: #4682B4;
    height: 35px;
    color: #ffffff;
    border: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.model_window_login{
    display: none;
    position: fixed;
    justify-content: center;

    top: 0px;
    left: 0px;
    margin: 0px;

    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.49);
}

.model_window_login .window{
    display: flex;
    position: relative;
    background: #ffffff;
    margin: auto;
    padding: 60px;

    width: 512px;
    height: 437px;
}

.model_window_login .window .close{
    display: flex;
    position: absolute;
    cursor: pointer;

    top: 15px;
    right: 15px;
    font-size: 32px;
    color: #000000;
}

.model_window_login .window .container{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0px;
}

.model_window_login .window .container form{
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
    height: 100%;
}

.model_window_login .window .container form .row{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.model_window_login .window .container form .row:first-child{
    margin-top: 0px;
}

.model_window_login .window .container form .row input{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 52px;
    border-radius: 5px;
    border: 1px solid #DADADA;
    background: #ffffff;
}

.model_window_login .window .container form .row h3{
    color: #1E1E1E;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: auto;
}

.model_window_login .window .container form .row button{
    display: flex;
    width: 100%;
    margin: 0px auto;
    padding: 15px 42px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #4682B4;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    cursor: pointer;
}

.model_window_login .window .container form .row a{
    color: #4682B4;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    margin: auto;
}

.model_window_login .window .container form .row a:first-child{
    margin-left: 0px;
}

.model_window_login .window .container form .row a:last-child{
    margin-right: 0px;
}

.model_window_login .window .container form .control_btws{
    justify-content: space-between;
}

.model_window_forgot{
    display: none;
    position: fixed;
    justify-content: center;

    top: 0px;
    left: 0px;
    margin: 0px;

    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.49);
}

.model_window_forgot .window{
    display: flex;
    position: relative;
    background: #ffffff;
    margin: auto;
    padding: 60px;

    width: 512px;
    height: 437px;
}

.model_window_forgot .window .close{
    display: flex;
    position: absolute;
    cursor: pointer;

    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #000000;
}

.model_window_forgot .window .container{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0px;
}

.model_window_forgot .window .container form{
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
    height: 100%;
}

.model_window_forgot .window .container form .row{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.model_window_forgot .window .container form .row:first-child{
    margin-top: 0px;
}

.model_window_forgot .window .container form .row input{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 52px;
    border-radius: 5px;
    border: 1px solid #DADADA;
    background: #ffffff;
}

.model_window_forgot .window .container form .row h3{
    color: #1E1E1E;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: auto;
}

.model_window_forgot .window .container form .row button{
    display: flex;
    width: 100%;
    margin: 0px auto;
    padding: 15px 42px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #4682B4;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    cursor: pointer;
}

.model_window_registration{
    display: none;
    position: fixed;
    justify-content: center;

    top: 0px;
    left: 0px;
    margin: 0px;

    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.49);
}

.model_window_registration .window{
    display: flex;
    position: relative;
    background: #ffffff;
    margin: auto;
    padding: 60px;

    width: 512px;
    height: 656px;
}

.model_window_registration .window .close{
    display: flex;
    position: absolute;
    cursor: pointer;

    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #000000;
}

.model_window_registration .window .container{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0px;
}

.model_window_registration .window .container form{
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
    height: 100%;
}

.model_window_registration .window .container form .row{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.model_window_registration .window .container form .control_strt{
    justify-content: flex-start;
}

.model_window_registration .window .container form .row:first-child{
    margin-top: 0px;
}

.model_window_registration .window .container form .row input{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 52px;
    border-radius: 5px;
    border: 1px solid #DADADA;
    background: #ffffff;
}

.model_window_registration .window .container form .row input[type="checkbox"]{
    width: 14px;
    height: 14px;
    margin: 0px;
    margin-right: 13px;
    margin-top: 4px;
}

.model_window_registration .window .container form .row label{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.model_window_registration .window .container form .row h3{
    color: #1E1E1E;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: auto;
}

.model_window_registration .window .container form .row button{
    display: flex;
    width: 100%;
    margin: 0px auto;
    padding: 15px 42px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #4682B4;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    cursor: pointer;
}

.info-block{
    display: none;
    position: fixed;

    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;
    justify-content: center;
    background: rgba(0, 0, 0, 0.49);
}

.info-block .container{
    display: flex;
    justify-content: center;
    margin: auto;
}

.info-block .container .window{
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;

    width: 425px;
    padding: 60px;
    background: #ffffff;
}

.info-block .container .window .close{
    display: flex;
    position: absolute;
    cursor: pointer;

    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #000000;
}

.info-block .container .window .row{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.info-block .container .window .row h3{
    color: #1E1E1E;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: auto;
}

.info-block .container .window .row span:first-child{
    margin: 0px auto;
    margin-right: 6px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #1E1E1E;
}

.info-block .container .window .row span:last-child{
    margin: 0px auto;
    margin-left: 0px;
    margin-top: 5px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #4682B4;
}

.info-block .container .window .row:last-child{
    margin-bottom: 0px;
}

.main_profile{
    display: flex;
    justify-content: center;
    width: 100%;
}

.main_profile button{
    cursor: pointer;
}

.main_profile .container{
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 1200px;
    margin: 0px auto;
    margin-top: 61px;
    margin-bottom: 120px;
}

.main_profile .container .menu_block{
    display: flex;
    position: relative;
    margin: 0px;
    margin-right: auto;
    width: 290px;
}

.main_profile .container .menu_block ul{
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
}

.main_profile .container .menu_block ul li{
    display: flex;
    position: relative;
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
}

.main_profile .container .menu_block ul li a{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    margin: 0px;
    padding: 0px 21px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #C9C9C9;
}

.main_profile .container .menu_block ul li .active{
    background: #4682B4;
    border: none;
}

.main_profile .container .menu_block ul li .exit{
    padding: 0px;
    border: none;
}

.main_profile .container .menu_block ul li a svg{
    margin: auto 10px;
}

.main_profile .container .menu_block ul li .exit{
    margin-left: 0px;
}

.main_profile .container .menu_block ul li a span{
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: auto 0px;
}

.main_profile .container .menu_block ul li .active span{
    color: #FFF;
}

.main_profile .container .content{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 888px;
    margin: 0px;
    margin-left: auto;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
}

.main_profile .container .content .header_block{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 94px;
    padding: 0px 40px;
    border-bottom: 1px solid #DADADA;
}

.main_profile .container .content .header_block h1{
    color: #1E1E1E;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: auto;
    margin-left: 0px;
}

.main_profile .container .content .photo_block{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 0px 40px;
    margin-top: 40px;
}

.main_profile .container .content .photo_block .row{
    display: flex;
    justify-content: flex-start;
    position: relative;
    width: calc(100% - 80px);
    margin-bottom: 20px;
}

.main_profile .container .content .photo_block .row h3{
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main_profile .container .content .photo_block .row .photo{
    display: flex;
    position: relative;
    border-radius: 50%;
}

.main_profile .container .content .photo_block .row .photo img{
    display: flex;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.main_profile .container .content .photo_block .row .button{
    display: flex;
    justify-content: center;
    margin-left: 28px;
}

.main_profile .container .content .photo_block .row .no-image{
    margin-left: 0px;
}

.main_profile .container .content .photo_block .row .button input[type=file]{
    display: none;
}

.main_profile .container .content .photo_block .row .button button{
    display: flex;
    justify-content: center;
    width: 150px;
    margin: auto 0px;
    background: #4682B4;
    border: none;
    border-radius: 5px;
    height: 35px;
}

.main_profile .container .content .photo_block .row .button button span{
    margin: auto;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main_profile .container .content .personal_block{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 0px 40px;
    margin-top: 40px;
}

.main_profile .container .content .personal_block .row{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.main_profile .container .content .personal_block .row h3{
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main_profile .container .content .personal_block .row form{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.main_profile .container .content .personal_block .row form .row{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.main_profile .container .content .personal_block .row form .row .column{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    margin-right: 15px;
}

.main_profile .container .content .personal_block .row form .row .column label{
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.main_profile .container .content .personal_block .row form .row .column input{
    display: flex;
    justify-content: center;
    width: calc(100% - 40px);
    height: 52px;
    border-radius: 5px;
    border: 1px solid #DADADA;
    background: #ffffff;
}

.main_profile .container .content .security_block{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 0px 40px;
    margin-top: 40px;
}

.main_profile .container .content .security_block .row{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    width: calc(100% - 80px);
    margin-bottom: 20px;
}

.main_profile .container .content .security_block .row h3{
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main_profile .container .content .security_block .row form{
    display: flex;
    width: 100%;
    flex-direction: row;
}

.main_profile .container .content .security_block .row form .column{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    width: 256px;
    margin-right: 15px;
}

.main_profile .container .content .security_block .row form .column label{
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.main_profile .container .content .security_block .row form .column input{
    display: flex;
    justify-content: center;
    width: calc(100% - 40px);
    height: 52px;
    border-radius: 5px;
    border: 1px solid #DADADA;
    background: #ffffff;
}

.main_profile .container .content .security_block .row form .column svg{
    display: flex;
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
}

.main_profile .container .content .security_block .row button{
    display: flex;
    justify-content: center;
    width: 165px;
    height: 35px;
    margin: auto 0px;
    background: #4682B4;
    border-radius: 5px;
    border: none;
}

.main_profile .container .content .security_block .row button span{
    margin: auto;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main_profile .container .content .controll_block{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 94px;
    padding: 0px 40px;
    border-top: 1px solid #DADADA;
}

.main_profile .container .content .controll_block .row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.main_profile .container .content .controll_block .row a{
    color: #CA2121;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: auto;
    margin-left: 0px;
    cursor: pointer;
}

.main_profile .container .content .controll_block .row button{
    display: flex;
    justify-content: center;
    width: 270px;
    height: 35px;
    margin: auto 0px;
    border: none;
    border-radius: 5px;
    background: #4682B4;
}

.main_profile .container .content .controll_block .row button span{
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: auto;
}

.main_profile .container .content .commission_block{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    padding: 0px 40px;
}

.main_profile .container .content .commission_block label{
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.main_profile .container .content .commission_block input{
    display: flex;
    justify-content: center;
    width: calc(100% - 80px);
    height: 52px;
    border-radius: 5px;
    border: 1px solid #DADADA;
    background: #ffffff;
}

.main_profile .container .content .tour_block{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 40px;
    margin: 0px;
}

.main_profile .container .content .tour_block .tour-item{
    display: flex;
    position: relative;
    width: 257px;
    height: 340px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.main_profile .container .content .tour_block .tour-item .bg{
    display: flex;
    width: 100%;
    height: 100%;
}

.main_profile .container .content .tour_block .tour-item .bg img{
    width: 257px;
    height: 340px;
    object-fit: cover;
}

.main_profile .container .content .tour_block .tour-item .info{
    display: flex;
    position: absolute;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 20px;
}

.main_profile .container .content .tour_block .tour-item .info .top{
    display: flex;
    margin: 0px;
    margin-bottom: auto;
}

.main_profile .container .content .tour_block .tour-item .info .top span{
    color: #FFF;
    width: 90%;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main_profile .container .content .tour_block .tour-item .info .top svg{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.main_profile .container .content .tour_block .tour-item .info .bottom{
    display: flex;
    margin: 0px;
    margin-top: auto;
}

.main_profile .container .content .tour_block .tour-item .info .bottom div{
    display: flex;
    width: 50%;
}

.main_profile .container .content .tour_block .tour-item .info .bottom .left{
    flex-direction: column;
}

.main_profile .container .content .tour_block .tour-item .info .bottom .left button{
    width: 140px;
    height: 34px;
    cursor: pointer;
}

.main_profile .container .content .tour_block .tour-item .info .bottom .left button:first-child{
    margin-bottom: 10px;
}

.main_profile .container .content .tour_block .tour-item .info .bottom .left .edit{
    display: flex;
    justify-content: center;
    border: none;
    border-radius: 5px;
    background: #4682B4;
}

.main_profile .container .content .tour_block .tour-item .info .bottom .left .print{
    display: flex;
    justify-content: center;
    border: none;
    border-radius: 5px;
    background: #E28C27;
}

.main_profile .container .content .tour_block .tour-item .info .bottom .left button span{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: auto;
}

.main_profile .container .content .tour_block .tour-item .info .bottom .left button svg{
    margin: auto;
    margin-right: 4px;
}

.main_profile .container .content .tour_block .tour-item .info .bottom .right{
    flex-direction: column;
    justify-content: flex-end;
}

.main_profile .container .content .tour_block .tour-item .info .bottom .right svg{
    margin: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    cursor: pointer;
}

.main_profile .container .content .clear_block{
    display: flex;
    padding: 40px;
    border-top: 1px solid #DADADA;
}

.main_profile .container .content .clear_block a{
    color: #CA2121;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main_profile .container .content .favorit_block{
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px;
}

.main_profile .container .content .favorit_block .excursion_card{
    width: 256px;
    height: 280px;
    margin-bottom: 12px;
}

.main_profile .container .content .favorit_block .excursion_card .body_card{
    width: 256px;
    height: 280px;
}

.main_profile .container .content .favorit_block .excursion_card .body_card img{
    width: 256px;
    height: 280px;
}

.main_profile .container .content .favorit_block .excursion_card .info_card .top span{
    width: 95%;
}

.main_profile .container .content .favorit_block .excursion_card .info_card .top svg{
    width: 20px;
    height: 20px;
}

.main_profile .container .content .favorit_block .excursion_card .info_card .bottom .left{
    display: flex;
    width: fit-content;
    flex-direction: column;
    margin: auto;
    margin-left: 0px;
}

.main_profile .container .content .favorit_block .excursion_card .info_card .bottom .left div{
    margin: 0px;
}

.main_profile .container .content .favorit_block .excursion_card .info_card .bottom .left div:last-child{
    margin-top: 8px;
}

.main_profile .container .content .favorit_block .excursion_card .info_card .bottom img{
    height: fit-content;
    margin-top: auto;
    margin-bottom: 4px;
}

.main_profile .container .content .order_block{
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 40px;
}

.main_profile .container .content .order_block .order_items{
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    justify-content: inherit;
}

.main_profile .container .content .order_block .order_items .head{
    display: flex;
    flex-direction: row;
    width: 100%;
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
    margin-bottom: 20px;
}

.main_profile .container .content .order_block .order_items .body{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.main_profile .container .content .order_block .order_items .body div{
    display: flex;
    width: fit-content;
    flex-direction: column;
    margin: auto;
    margin-top: 0px;
}

.main_profile .container .content .order_block .order_items .body .head{
    margin-left: 0px;
}

.main_profile .container .content .order_block .order_items .body .head div{
    margin-bottom: 8px;
}

.main_profile .container .content .order_block .order_items .body .name_col{
    margin-left: 0px;
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.main_profile .container .content .order_block .order_items .body .service, .main_profile .container .content .order_block .order_items .body .date,
.main_profile .container .content .order_block .order_items .body .people{
    display: flex;
    width: 100%;
    flex-direction: row;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.main_profile .container .content .order_block .order_items .body .service span, .main_profile .container .content .order_block .order_items .body .date span,
.main_profile .container .content .order_block .order_items .body .people span{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 6px;
}

.main_profile .container .content .order_block .order_items .body .status_order div{
    margin-bottom: 8px;
}

.main_profile .container .content .order_block .order_items .body .status_order .paid{
    color: #60AE12;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main_profile .container .content .order_block .order_items .body .status_order .weit{
    color: #E28C27;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main_profile .container .content .order_block .order_items .body .price_order div{
    margin-bottom: 8px;
}

.main_profile .container .content .order_block .order_items .body .price_order .price{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.main_profile .container .content .order_block .order_items .body .print_order div{
    margin-bottom: 8px;
}

.main_profile .container .content .order_block .order_items .body .print_order .print a{
    color: #4682B4;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}

.main_profile .container .content .order_block .order_items .body .action{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 0px;
}

.main_profile .container .content .order_block .order_items .body .action button{
    display: flex;
    margin: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #4682B4;
    background: #FFFFFF;
}

.main_profile .container .content .order_block .order_items .body .action button span{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form_error{
    border-color: #880000!important;
}

.no-slider{
    justify-content: center;
}

.no-slider .excursion_card{
    margin-left: auto;
    margin-right: 10px;
}

.no-slider .excursion_card:last-child{
    margin-right: auto;
}

.not-loaded-image img{
    display: none;
}

.loaded-image{
    height: unset!important;
}

.loaded-image img{
    display: flex;
    width: 520px;
    height: 100%;
    object-fit: contain;
}

.loaded-image input[type=file]{
    display: none;
}

.not-loaded-image input[type=file]{
    display: none;
}

footer{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 165px;
    background: #1E1E1E;
}

footer .conteiner{
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 1200px;
    margin: auto;
}

footer .conteiner ul{
    display: flex;
    flex-direction: row;
    list-style: none;
}

footer .conteiner ul li{
    display: flex;
    margin-right: 40px;
}

footer .conteiner ul li:last-child{
    margin-right: 0px;
}

footer .conteiner ul li a{
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
}

footer .conteiner ul li a:hover{
    color: #ffffff;
}