/*--------- Specification ---------- */

body {
    font-family: 'MuseoSansCyrl', 'Arial', sans-serif;
    font-size: 17px;
}


h1, h2, h3, h4, h5 {
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
}

h1 {
    color: #FFF;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 2.1px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-top: 60px;
    line-height: 30px;
}

h2 {
    font-size: 29px;
}

h3 {
    color: #f2f3f3;
    font-size: 33px;
}
h4 {
    font-size: 20px;
    color: #000;
}
ul, li {
    display: block;
    margin: 0;
    padding: 0;
}

input, input:hover, input:active, input:focus {
    outline: none;
    background: #1786b5;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
}
p {
    padding: 0;
    margin: 0;
}
.none__padding-left {
    padding-left: 0;
}
.margin0-auto {
    margin: 0 auto;
}
.footer__wrap-padding {
    padding: 40px 0;
}
/* ---------- First screen --------------- */
/*----------- index.html page -------------*/
header {
    position: relative;
}
.header__container {
    padding: 0;
}
.header {
    background: #014d6d;
}
.header__link{
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    padding: 11px 10px 8px 10px;
    height: 31px;
    border: 1px solid transparent;
    margin-right: 2px;
    margin-top: 0px;
}
.header__link:hover {
    background-color: #fff;
    border:1px solid transparent;
    border-radius: 3px;
    color: #014d6d;
}
.menu-margin {
    margin-top: 13px;
    margin-right: 20px;
    text-align: center;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.logo {
    background: url(../img/logo.png) no-repeat center center / contain;
    width: 100%;
    height: 84px;
}
.logo a{
    display: block;
    height: 100%;
}
.navbar {
    margin: 0;
    padding: 0;
}
.burger {
    width: 27px;
    height: 25px;
}
.burger-line {
    background-color: #fff;
    width: 10px;
    height: 5px;
    border-radius: 10%;
}
.phone-text, .phone-text a {
    text-align: right;
    letter-spacing: 0.3px;
    line-height: 20px;
    margin-top: 35px;
    color: #014d6d;
    font-weight: 900;
    transition: all 0.3s ease;
}
.phone-text a:hover {
    text-shadow: 3px 3px 4px grey;
}
.phone-padding{
    padding: 0;
}
.header-menu {
    height: 57px;
    margin: 0 auto;
}
/*--- By ticket header ----*/
.selection {
    width: 250px;
    height: 55px;
    border: 1px solid #fff;
    background: #014d6d;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1.5px;
    display: block;
}
.select2-selection__rendered:hover {
    background: #1786b5!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    color: #fff!important;
    height: 0px!important;
    position: absolute;
    top: 29px!important;
    width: 0px!important;
}
.select2-selection__arrow b {
    border-color: #fff transparent transparent transparent!important;
}
.select2-selection__placeholder {
    color: #fff!important;
}
.select2-selection__rendered {
    height: 53px!important;
    background: #014d6d!important;
    padding-top: 15px;
    color: #fff!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.select2-container--default .select2-selection--single {
    background: #014d6d!important;
    border: none!important;
}
/* travel*/
.travel__title {
    text-align: center;
    color: #014d6d;
    margin-top: 30px;
    font-size: 55px;
    letter-spacing: 10px;
    margin-bottom: 50px;
}
.travel__wrap {
    display: flex;

    border: 1px solid #014d6d;
    margin: 0 auto;
    margin-top: 25px;
    padding-top: 5px;
    transition: all 0.01s ease;
    color: #014d6d;
    font-weight: 900;
}
.travel__wrap:hover {
    border: 1px dashed grey;
    background: #014d6d;
    cursor: pointer;
    border-color: #014d6d;
    color: #fff;
}
.travel__wrap:hover .line__to {
    background: #fff;
}
.line__to {
    height: 1px;
    width: 38px;
    background-color: #000;
    margin-top: 15px;
    width: 20px;
}
.travel__img {
    margin-top: 25px;
    margin-bottom: 25px;
}
.toPoltava {
    background: url(../img/Poltava.jpg) no-repeat center center / cover;
}

.toOleksandriya {
    background: url(../img/Oleksandriya.jpg) no-repeat center center / cover;
}

.travel__img-hover {
    transition: all 0.4s ease;
    height: 100%;
    cursor: pointer;
    padding-top: 70px;
    background: rgba(0, 0 ,0, 0.5);
}
.travel__img-hover:hover {
    background: rgba(0, 0 ,0, 0.8);
}
.travel {
    justify-content: center;
    display: flex;
    padding: 0 30px;
    padding-top: 0px;
}
.travel1 {
    justify-content: space-between;
    display: flex;
    padding: 0 30px;
    padding-top: 0px;
}
.travel_text {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.travel_text-street {
    color: #fff;
    letter-spacing: 1px;
}
.travel_text-from {
    color: #fff;
    letter-spacing: 1px;
    margin-top: 10px;
}

.price, .by {
    opacity: 1;
    background: orange;
    color: #fff;
    padding: 5px 20px;
    font-size: 30px;
    font-weight: 900;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 20px;
}
.by {
    margin-right: 0;
    background: green;
}
.by:hover {
    color: #fff;
}
.tab-content > .active {
    display: flex;
}
.nav {
    justify-content: center;
}
.nav-link {
    color:#014d6d;
    font-weight: bold;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background:#014d6d;
}
/*----------- Section search --------------------*/
.search__tittle{
    text-align: center;
    color: #014d6d;
    margin-top: 30px;
    font-size: 30px;
    letter-spacing: 10px;
    margin-bottom: 50px;
    width: 100%;
}
.result-true {
    display: flex;
}
.result-false {
    display: flex;
}
/*----------- Start section advantages ----------*/
.advantages {
    background: url(../img/fon-2.jpg) fixed no-repeat center center / cover;
}
.advantages__title {
    color: #fff;
    text-align: center;
    padding-top: 60px;
    line-height: 54px;
    letter-spacing: 4.5px;
    margin-bottom: 50px;
}
.advantages-mask {
    background: rgba(0, 0, 0, 0.4 );
    margin-top: 25px;
}
.wrap {
    background-color: rgba(1, 77, 109, 0.4);;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    height: 320px;
    width: 320px;
    border-radius: 10%;
}
.wrap:hover {
    background-color:rgba(1, 77, 109, 0.8);
    cursor: pointer;
}
.wrap_title{
    margin-top: 24px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.wrap_title3 {
    margin-top: 31px;
}
.wrap__text {
    font-size: 17px;
    font-weight: 100;
    color: #fff;
    margin: 0 auto;
    line-height: 22.1px;
}
.wrap__link {
    display: block;
    position: absolute;
    top: 0;
}
.wrap__text1 {
    width: auto;
    padding-bottom: 78px;
}
.wrap__text2 {
    width: auto;
    padding-bottom: 56px;
}
.wrap__text3 {
    width: auto;
    padding-bottom: 56px;
}
/*----------- finish section -------------*/
/*----------- start section relocation ---*/
#relocation {
    color: #fff;
    background: url(../img/sand-bg.jpg) no-repeat fixed center / cover;
    text-align: center;
}
.color-mask {
    background: rgba(14, 42, 65, 0.85);
    padding: 95px 0 95px 0;
}
.relocation__title {
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
    letter-spacing: 4.2px;
    line-height: 53.3px;
}
.relocation__text {
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
.rel-text1 {
    font-size: 18px;
    font-style: italic;
    font-weight: 100;
    width: auto;

    margin-top: 26px;
    letter-spacing: 0px;
}
.rel-text2 {
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    width: 125px;
    margin-top: 6px;
    letter-spacing: 2.7px;
}
.relocation__wrap1 {
    margin-bottom: 44px;
}
.relocation__wrap2 {
    border: 1px dashed #fff;
    padding-top: 48px;
    padding-bottom: 54px;
    width: auto;
    margin: 0 auto;
}
.rel-text3 {
    font-size: 19px;
    font-style: normal;
    font-weight: 100;
    text-transform: uppercase;
    width: auto;
    letter-spacing: 2px;
    line-height: 34px;
    position: relative;
}
.rel-text4 {
    font-size: 23px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    width: auto;
    letter-spacing: 2.3px;
    margin-top: 1px;
}

.relocation__wrap3 {
    margin-top: 58px;
    margin-bottom: 42px;
}
.rel-text5 {
    font-size: 37px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    width: auto;
    letter-spacing: 3.6px;
}
.rel-text6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    width: auto;
    letter-spacing: 1.8px;
    line-height: 23px;
}
.relocation__wrap4 {
    margin: 0 auto;
    margin-bottom: 86px;
}
.relocation__wrap4 a,.relocation__wrap4 a:hover,.relocation__wrap4 a:focus,.relocation__wrap4 a:active {
    color: #fff;
}
.relocation__button {
    border: 1.5px solid #fff;
    border-radius: 4px;
    text-align: center;
    font-weight: 900;
    font-size: 15px;
    text-decoration: none;
    display: block;
    width: 216px;
    height: 62px;
    margin-left: 11px;
    padding-top: 18px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin: 0 auto;
}
/*------------------------- Finish relocation ------------------------*/
/*------------------------- start services ---------------------------*/
#comments {
    padding: 90px 0 90px 0;
}
.services {
    background: url(../img/city.png) no-repeat left bottom;
}
.services__title {
    color: #000;
    text-align: center;
    width: auto;
    margin: 0 auto;
    margin-top: 83px;
    letter-spacing: 3.2px;
    line-height: 52px;
    margin-bottom: 205px;
}
.services__wrap, .services__wrap2 {
    background: #f4f4f4;
    position: relative;
}
.services__wrap2 {
    margin-top: 10px;
}
.services__h2 {
    width: auto;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 9px;
    margin-top: 64px;
}
.services__text {
    color: #000;
    font-size: 17px;
    font-weight: 100;
    text-align: center;
    width: auto;
    margin: 0 auto;
    margin-bottom: 40px;
}
.services__wrap-img {
    position: absolute;
    top: 0;
}
.wrap-img1 {
    left: 50%;
    z-index: 1;
    margin-top: -131px;
    margin-left: -65px;
}
.wrap-img2 {
    z-index: -1;
    left: 50%;
    margin-top: -62px;
    margin-left: 40px;
}
.wrap-img3 {
    z-index: -1;
    left: 50%;
    margin-top: -69px;
    margin-left: -145px;
}
.services-text1 {
    margin-top: 37px;
    margin-bottom: 35px;
    line-height: 1.3;
}
.blue-circle {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #23aae2;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    color: #fff;
    text-align: center;
    font-size: 26px;
    padding-top: 13px;
}
.services__button{
    border: 1.5px solid #23aae2;
    border-radius: 4px;
    text-align: center;
    color: #23aae2;
    font-weight: 900;
    font-size: 15px;
    text-decoration: none;
    display: block;
    width: 216px;
    height: 62px;
    padding-top: 18px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin: 0 auto;
}
.services__wrap3 a,.services__wrap3 a:hover,.services__wrap3 a:focus,.services__wrap3 a:active {
    color: #23aae2;
}
.services__wrap3 {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 73px;
}
/*------------------------- Finish services ------------------------*/
/*------------------------- start  reviews---------------------------*/
.reviews {
    overflow: hidden;
}
.reviews__title {
    color: #000;
    text-align: center;
    width: 300px;
    margin: 0 auto;
    margin-top: 78px;
    letter-spacing: 4.3px;
    line-height: 1.3;
    margin-bottom: 70px;
}
.reviews__carousel {
    margin: 0 auto;
    margin-top: 35px;
}
.carousel__title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    letter-spacing: 1.6px;
}
.carousel-inner {
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
    border-top: none;
    overflow: visible;
    position: relative;
    width: auto;
    margin: 0 auto;
}
.carousel-item {
    padding-top: 83px;
    padding-bottom: 40px;
}
.carousel-item__img {
    position: absolute;
    top: -68px;
    left: 50%;
    margin-left: -68px;
}
.carousel__text1, .carousel__text2, .carousel__text3 {
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
    color: #23aae2;
    margin: 0 auto;
    text-align: center;
}
.carousel__text1{
    font-weight: 900;
    margin-top: 6px;
    letter-spacing: 1.2px;
}
.carousel__text2{
    margin-top: 3px;
    letter-spacing: 0.9px;
}
.carousel__text3{
    font-size: 14px;
    font-style: italic;
    color: #363636;
    text-transform: none;
    margin-top: 17px;
    width: auto;
    letter-spacing: 1.4px;
    line-height: 20px;
}
.slide-wrap {
    overflow: hidden;
    overflow-x: visible;
    padding-top: 32px;
    padding-bottom: 60px;
}

.li-marg1 {

}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators .li-marg0  {
    margin-left: -30px;

}
.carousel-indicators .li-marg1  {
    margin-left: -1px;

}
.carousel-indicators .li-marg2 {
    margin-left: 29px;
}
.carousel-indicators li{
    position: absolute;
    margin-top: 54px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px dashed #23aae2;
    cursor: pointer;
    padding: 0;
}
.carousel-indicators .active {
    background-color: #23aae2;
    border: 1px solid #23aae2;
}
.carousel-indicators li:hover {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border:1px solid #23aae2;
    cursor: pointer;
    background-color: #23aae2;
}
.button-prev {
    font-size: 45px;
    color: #23aae2;
}
.button-next {
    font-size: 45px;
    color: #23aae2;
}
.carousel-control-prev {
    top: 160px;
    left: 10px;
}
.carousel-control-next {
    top: 160px;
    right: 10px;
}
/*------------------------- Finish reviews ------------------------*/
/*------------------------- start  form---------------------------*/
.form__wrap {
    background: url(../img/unnamed.jpg) fixed no-repeat center center / cover;
    padding-top: 150px;
    padding-bottom: 20px;
}
.form{
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    border-radius: 15px;
}
.form__title {
    text-align: center;
    padding: 0px 22px;
    letter-spacing: 4px;
}
.form__text {
    font-weight: 100;
    font-size: 21px;
    letter-spacing: 2.1px;
    line-height: 29px;
    margin: 0 auto;
    margin-top: 15px;
    color: #fff;
    padding: 0;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 69px;
}

form {
    width: 100%;
    padding: 40px 30px 0 30px;
}

form .input_submit {
    margin-bottom: 60px;
}
input, select {
    width: 230px;
    height: 55px;
    border: 1px solid #fff;
    background: #014d6d;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1.5px;
}
textarea {
    width: 230px;
}
.selection {
    width: 230px;
}
.select2-container {
    width: 230px!important;
}

.select_text-border {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.input_submit {
    background: none;
    padding: 0;
    text-align: center;
    border: 2px solid #fff;
    letter-spacing: 1.5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
/*------------------------- Finish form ------------------------*/
/* start warranty*/
.warranty {
    text-align: justify;
    padding: 50px 0;
}
/*------------------------- start  footer---------------------------*/
footer {
    background: #000;
}
.footer__logo {
    background: url(../img/logo-white.png) no-repeat center center / contain;
    width: 100%;
    height: 80px;
}
.text__wrap {
    padding: 0;
}
.footer__text {
    font-size: 14px;
    font-weight: 100;
    color: #d4e6f2;
    margin-top: 32px;
    text-align: center;
}
.footer__link {
    padding: 0;
    margin-top: 22px;
}
.border_dotted {
    background:url('dоtted.png') left bottom repeat-x;
}
.footer__link a{
    display: block;
    font-size: 14px;
    font-weight: 100;
    color: #d4e6f2;
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer;
    margin-left: auto;
}
.footer__phone {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    margin-top: 24px;
    text-align: center;
}
.footer__phone-img {
    height: 26px;
    width: 26px;
    border: 1px dashed #fff;
    border-radius: 50%;
    text-align: center;
    margin-top: 7px;
    border-color: #fff;
    margin-left : 45px;
}
.footer__phone-text {
    width: 100%;
    letter-spacing: 0.3px;
    line-height: 20px;
    margin: 0 auto;
}
.footer__phone-text a{
    color: #d4e6f2;
    display: block;
}
.footer__phone-text a:hover{
    color: #fff;
}

/*---------- about.html page ---------------*/
/*---------- header ------------------------*/
.title-text-about {
    top: 28.5%;
    width: 100%;
}
.about__title {
    font-size: 40px;
    margin-left: 0;
    font-size: 37px;
    letter-spacing: 10px;
    line-height: 1.4;
}
.about__form {
    margin-top: 0;
}
/*--------- reability ----------------------*/
.p900 {
    font-weight: 900;
}
.reliability__text {
    width: auto;
    font-size: 18px;
    font-weight: 100;
    color: #000;
    margin: 0 auto;
    margin-top: 44px;
    letter-spacing: 0px;
    line-height: 1.4;
    text-align: center;
}
.reliability__text1 {
    text-align: center;
    font-weight: 900;
    font-size: 39px;
    color: #23aae2;
    text-transform: uppercase;
    margin-top: 29px;
    letter-spacing: 4px;
}
.reliability__text2 {
    text-align: center;
    font-weight: 900;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    margin-top: -3px;
    letter-spacing: 1.2px;
}
.reliability-wrap {
    padding: 0;
}
.reliability__text3 {
    text-align: center;
    font-weight: 100;
    font-size: 19px;
    color: #bdbdbd;
    text-transform: uppercase;
    margin-top: 31px;
    letter-spacing: 10px;
}
.reliability__text4 {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    color: #23aae2;
    text-transform: uppercase;
    margin-top: 22px;
    letter-spacing: 3.2px;
}
.reliability__text5 {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    margin-top: -12px;
    letter-spacing: 4px;
}

/*------ finish reability -------------*/
/*------ start ready ------------------*/
.ready {
    background-color: #23aae2;
    margin-top: 37px;
}
.ready-text {
    font-size: 23px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2.8px;
    text-align: center;
    margin-top: 21px;
    text-transform: uppercase;
    margin-bottom: 21px;
}

/*------ finish ready -------------*/
/*------ start partners ------------------*/
.partners__title {
    font-size: 29px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000;
    text-align: center;
    margin-top: 59px;
    margin-bottom: 43px;
    line-height: 1.3;
    padding: 0 10px;
}
.partners__wrap1, .partners__wrap2  {
    background-color: #f4f4f4;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.partners__wrap1 {
    margin-bottom: 29px;
}
.partners__img {
    margin: 0 auto;
    margin-top: 38px;
    display: block;
}
.partners__text1 {
    font-size: 21px;
    font-weight: 900;
    text-transform: capitalize;
    color: #000;
    margin-top: 21px;
    text-align: center;
    letter-spacing: 1.6px;
}
.partners__text2 {
    font-size: 16px;
    font-weight: 100;
    color: #000;
    width: auto;
    margin: 0 auto;
    margin-top: 33px;
    text-align: justify;
    line-height: 23px;
    letter-spacing: 0.3px;
    margin-bottom: 46px;
}
.partners__wrap2 {
    margin-bottom: 94px;
}

/*----------- move.html --------------*/
/*----------- header start -----------*/
.move-title-text {
    top: 40%;
    width: 100%;
}
.move__title {
    margin-left: 0;
    font-size: 24px;
    letter-spacing: 7.4px;
    line-height: 1.4;
}

/*----------- header finish ----------*/
/*----------- houses start -----------*/
.houses__text {
    width: auto;
    font-size: 18px;
    font-weight: 100;
    color: #000;
    margin: 0 auto;
    margin-top: 41px;
    letter-spacing: -0.2px;
    line-height: 25px;
    text-align: center;
}
.houses__img1, .houses__img2 {
    text-align: center;
    margin-top: 29px;
}
.houses__text1, .houses__text2 {
    margin: 0 auto;
    margin-top: 23px;
    text-align: center;
    width: auto;
    font-size: 16px;
    font-weight: 100;
    line-height: 23px
}
.houses__text2 {
    margin-top: 0;
    margin-bottom: 85px;
}
/*----------- houses finish -----------*/

/*---------- contacts.html ------------*/
/*---------- header start -------------*/
.contacts-title-text {
    top: 27%;
    width: 100%;
}
.contacts__title {
    margin-left: 0;
    font-size: 41px;
    letter-spacing: 7px;
    line-height: 1.4;
}
.contacts__text {
    margin: 0 auto;
    margin-top: 49px;
    text-align: center;
    letter-spacing: -0.1px;
    width: auto;
    margin-bottom: 49px;
}
.contacts__img {
    text-align: center;
    margin-bottom: 28px;
}
.contacts__title-text {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.contacts__text1 {
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    width: 225px;
    margin: 0 auto;
    margin-bottom: 36px;
}
.contacts__form {
    background-color: #11b2f5;
    border-radius: 4px;
    text-align: center;
}
.contacts__form-title {
    font-size: 25px;
    padding-top: 40px;
    letter-spacing: 2.5px;
    line-height: 28px;
}
.contacts__form-text {
    font-size: 18px;
    letter-spacing: 1.8px;
    width: 295px;
    letter-spacing: 2px;
    margin-top: 5px;
    margin-bottom: 29px;
}
.contacts__form-textsize {
    font-size: 20px;
}
.contacts__form input {
    height: 51px;
    font-weight: 300;
    padding-left: 0;
    padding-left: 78px;
    font-size: 11px;
    width: 80%;
}
.contacts__form input::placeholder {
    font-weight: 300;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}
.contacts__form .contacts__sabmit {
    margin-bottom: 50px;
    padding-left: 0;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.3px;
    margin-top: 8px;
    background: none;
}
.contacts__form .contacts__sabmit:hover {
    background: #30c2ff;
}
.contacts form {
    margin-bottom: 84px;
}


/*--------- about-us page ----------*/
.about__us {
    background:  #efefef;
    padding-bottom: 90px;
}
.about__us-title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 7px;
    color: #014d6d;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0;
}
.about__us-text p {
    margin-bottom: 25px;
    line-height: 22px;
    text-align: justify;
}


/* contacts pages */
.contact {
    background: #efefef;
    padding-bottom: 160px;
}
.contact a {
    color: #000;
}
.contact__title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 7px;
    color: #014d6d;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0;
}
.contact__text{
    margin-left: 25px;
    padding-top: 7px;
}
.contact__wrap {
    display: flex;
    width:300px;
    margin: 0 auto;
    margin-bottom: 40px;
    justify-content: start;
}
.contact__img-wrap {
    height: 40px;
    width: 50px;
}
.contact__img1 {
    background: url(../img/map.png) no-repeat center center / contain;
}
.contact__img2 {
    background: url(../img/mail.png) no-repeat center center / contain;
}
.contact__img3{
    background: url(../img/vodafon.png) no-repeat center center / contain;
}
.contact__img4{
    background: url(../img/Kyivstar_logo15.png) no-repeat center center / contain;
}

.contact__img5{
    background: url(../img/lifecell.png) no-repeat center center / contain;
}

.contact__img1 a, .contact__img2 a, .contact__img3 a, .contact__img4 a,.contact__img5 a {
    display: block;
    height: 40px;
    width: 50px;
}

/*- form -*/
.contact__form {
    padding: 0;
    text-align: center;
}
.contact__form input, textarea{
    padding: 0 10px;
    margin-bottom: 20px;
    border: 3px solid lightgrey;
    border-radius: 18px;
    background: #fff;
    color: #000;
    text-transform: none;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
}
.contact__submit {
    text-transform: uppercase!important;
    text-align: center!important;
}
.contact__submit:hover {
    background: lightgrey;
}
textarea {
    height: 100px;
    padding: 10px 10px 0 10px;
}
textarea:focus {
    outline: none;
}
textarea::placeholder {
    text-align: center;
    padding-top: 25px;
    color:#000;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
input::placeholder {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-align: center;

}
/*--------------------- Finish contacts page -------------------------*/

/*--------------------- qvestion pages -------------------------------*/
.qvestion, .payments {
    background: #efefef;
    padding-bottom: 120px;
}
.payments {
    padding-bottom: 50px;
    min-height: calc(100vh - 325px);
}
.qvestion__title, .payments__title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 7px;
    color: #014d6d;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0;
}
.payments__title{
    letter-spacing: unset;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #014d6d;
    background: #014d6d;
    font-weight: normal;
    color: #fff;
}
#accordion h3 {
    text-align: center;
    padding: 12px 0;
    margin-bottom: 10px;
}
#accordion p {
    margin-top: 20px;
    margin-bottom: 20px;
}
/*--------------------- Finish qvestion page -------------------------*/

/*--------------------- ticket page ----------------------------------*/
.ticket {
    background:  #efefef;

}
.ticket-title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 7px;
    color: #014d6d;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0;
}
.ticket__wrap {
    display: flex;
    justify-content: center;
    background: #fff;
    font-size: 18px;
    font-weight: normal;
    border-radius: 12px;
    color: #000;
    padding: 35px 20px;
}
.ticket__info {
    text-align: center;
    border-bottom: 3px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.ticket__info p {
    margin-bottom: 20px;
}
.ticket__info-last {
    margin-bottom: 0!important;
}
.ticket__info-title {
    font-weight: 900;
}
.ticket-price {
    background: green;
    color: #fff;
    padding: 5px 0;
    font-size: 30px;
    font-weight: 900;
    border-radius: 12px;
    width: 150px;
    text-align: center;
    margin: 0 auto;
}
.ticket__info-title-price {
    font-weight: 900;
    margin-bottom: 10px!important;
    text-align: center;
}

/*select*/

.ticket__info .selection {
    width: 80px;
    height: 55px;
    border: 1px solid #fff;
    background: #014d6d;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    letter-spacing: 1.5px;
    display: block;
}
.ticket__info .select2-selection__rendered {
    padding-top: 13px;
}

.center-select {
    text-align: center;
    padding-bottom: 30px;
}
.ticket__info .select2-container {
    width: 80px!important;
    text-align: center;
}
.ticket__info .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: 0;
}
/*form ticket-by*/
.ticket-form__title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 7px;
    color: #014d6d;
    margin-top: 60px;
    margin-bottom: 50px;
    padding: 0;
    text-align: center;
}
.price-margin {
    margin-bottom: 20px;
}
.price-full-cost {
    margin:0;
    margin-right: 15px;
    background: orange;
}
.price-discount {
    margin:0;
}
.price-full-cost{
    position:relative;
}
.price-full-cost:after{
    content:"";
    display:block;
    position:absolute;
    left:0; top:50%;
    color:red;
    width:100%;
    height:0;
    border-bottom: 4px solid red;
    transform:rotate(4deg);
}
.ticket__form-wrap {
    margin: 0 auto;
}
.ticket__form {
    text-align: center;
    padding-top: 0px;
}
.ticket__form input {
    padding: 0 10px;
    margin: 11px 0 2px 0;
    border: 3px solid lightgrey;
    border-radius: 18px;
    background: #fff;
    color: #000;
    text-transform: none;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
}
.radio_ticket{
    position: absolute;
    left: 25px;
    margin-top: 6px;
    width: auto;
    height: auto;
}
/*finish ticket form*/

/*img liqpay*/
.ticket__img-pay img{
    display: block;
    margin: 0 auto;
    width: 290px;
    margin-bottom: 20px;
}
/*--------------------- finish ticket page ---------------------------*/

/*--------------------- how_to_buy page ----------------------------------*/
.how-to-buy {
    background: #efefef;
    padding-bottom: 300px;
}
.how-to-buy__title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 7px;
    color: #014d6d;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0;
}
.how-to-buy__text p {
    margin-bottom: 25px;
    line-height: 22px;
    text-align: justify;
}

/*--------------------- finish how_to_buy page ----------------------------------*/

/*--------------------- how_to_pay page ----------------------------------*/
.hov-to-pay{
    background: #efefef;
    padding-bottom: 390px;
}

.hov-to-pay__title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 7px;
    color: #014d6d;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0;
}
.hov-to-pay__text p {
    margin-bottom: 25px;
    line-height: 22px;
    text-align: justify;
}
/*--------------------- finish how_to_pay page ----------------------------------*/

/*--------------------- how_to_pay page ----------------------------------*/
.hov-to-pay{
    background: #efefef;
    padding-bottom: 390px;
}

.hov-to-pay__title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 7px;
    color: #014d6d;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0;
}
.hov-to-pay__text p {
    margin-bottom: 25px;
    line-height: 22px;
    text-align: justify;
}
/*--------------------- finish how_to_pay page ----------------------------------*/

/*--------------------- privacy policy page ----------------------------------*/
.privacy{
    background: #efefef;
    padding-bottom: 60px;

}
.privacy__title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 7px;
    color: #014d6d;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0;
}
.privacy h2 {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 7px;
    color: #014d6d;
    margin-top: 50px;
    margin-bottom: 25px;
    padding: 0;
    text-align: center;
}
.privacy__text p {
    margin-bottom: 25px;
    line-height: 22px;
    text-align: justify;
}
/*--------------------- finish privacy policy page ----------------------------------*/

/*--------------------- offer agreement page ----------------------------------*/
.offer-agreement{
    background: #efefef;
    padding-bottom: 60px;
}
.offer-agreement__title  {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 7px;
    color: #014d6d;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0;
}
.offer-agreement h2 {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 7px;
    color: #014d6d;
    margin-top: 50px;
    margin-bottom: 25px;
    padding: 0;
    text-align: center;
}
.offer-agreement h3 {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0;
    text-align: center;
}
.offer-agreement p {
    margin-bottom: 25px;
    line-height: 22px;
    text-align: justify;
}

.text-time{
    font-weight: bold;
    color: orange;
    font-size: x-large!important;
}
/*--------------------- offer agreement page ----------------------------------*/
form .submit___form{
    background: #014d6d;
    color: white;
    border: 3px solid white;
    font-weight: bold;
}
.find-form input::placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.ticket__info p img{
    margin-top: -4px;
}
.contact__text a img.ml-2{
    opacity: 0.4;
    margin-top: -24px;
}