@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPTBook.eot');
    src: local('☺'), url('fonts/FuturaPTBook.woff') format('woff'), url('fonts/FuturaPTBook.ttf') format('truetype'), url('fonts/FuturaPTBook.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_FuturaPTHeavy';
    src: url('fonts/FuturaPTHeavy.eot');
    src: local('☺'), url('fonts/FuturaPTHeavy.woff') format('woff'), url('fonts/FuturaPTHeavy.ttf') format('truetype'), url('fonts/FuturaPTHeavy.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_ProximaNovaRegular';
    src: url('fonts/ProximaNovaRegular.eot');
    src: local('☺'), url('fonts/ProximaNovaRegular.woff') format('woff'), url('fonts/ProximaNovaRegular.ttf') format('truetype'), url('fonts/ProximaNovaRegular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_ProximaNova-Bold';
    src: url('fonts/ProximaNova-Bold.eot');
    src: local('☺'), url('fonts/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova-Bold.ttf') format('truetype'), url('fonts/ProximaNova-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT bold';
    src: url('fonts/FuturaPTBold.eot');
    src: local('☺'), url('fonts/FuturaPTBold.woff') format('woff'), url('fonts/FuturaPTBold.ttf') format('truetype'), url('fonts/FuturaPTBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    height: 100%;
}
body {
    background: #000 !important;
    color: #4e4e4e;
    font-family: 'Futura PT', sans-serif;
    font-size: 17px;
    font-weight: normal;
    /*font-family: Arial,sans-serif;*/
    /*font-family: 'Arimo', sans-serif;*/
    /*font-family: 'Rubik', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
}
p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}
li{
    line-height: 30px !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Conv_FuturaPTHeavy';
}
.fw-400{
    font-weight: 400 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-17{
    font-size: 17px !important;
}
.fs-19{
    font-size: 19px !important;
}
.fs-21{
    font-size: 21px !important;
}
.lh-11{
    line-height: 1.1 !important;
}
.bodyModalOpen{
    overflow: hidden;
    height: 100%;
}
.navbar-nav li{
    line-height: 20px !important;
}
.Dot:before {
  /*content: '⭐️';*/
  /*content: url(../img/logoStar.svg);*/
  content: url(../img/contentCheck.svg);
}
.DotDark:before {
  /*content: '⭐️';*/
  /*content: url(../img/logoStar.svg);*/
  content: url(../img/contentCheckDark.svg);
  position: relative;
  top: 5px;
}
.DotGrey:before {
  content: url(../img/contentCheckGrey.svg);
  position: relative;
  top: 5px;
}
.DotRound:before {
  content: url(../img/contentCheckRound.svg);
  position: relative;
  top: 5px;
}
.pt-20{
    padding-top: 20em;
}
.lifeImg{
    max-width: 22%;
}
#DataAgee .modal-footer{
    display: block;
}
#DataAgee{
    position: absolute;
    overflow: unset;
}
.borderedCont{
    border: 1px solid #000;
    border-radius: 5px;
}
.borderedContHeight{
    height: 120px;
}
#DataAgee li,
#DataAgee p{
    font-size: 1rem!important;
}
.ParkArrow{
    padding: 1rem 2rem;
    cursor: pointer;
}
.ParkArrow.left{
    content: url(../img/arrow-left.svg);
}
.ParkArrow.right{
    content: url(../img/arrow-right.svg);
}
.text-yellow{
    color: #ffc107 !important;
}
.text-blue{
    color: #2caee1 !important;
}
.text-black{
    color: #333 !important;
}
.text-grey{
    color: #e6e6e6 !important;
}
.text-light-grey{
    color: #a0a0a0 !important;
}
.text-snow{
    color: #fff !important;
}
.text-white{
    color: #e6e6e6 !important;
}
.navbarMobile {
    display: none;
}
#LogoDesk{
    display: block;
    text-align: center;
}
#sidebar-wrapper #LogoDesk img{
    width: 216px;
}
#mobMenu #LogoDesk img{
    width: 50%;
}
#mobMenu{
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    background: #172433;
    overflow-y: hidden;
    z-index: 1;
}
.z2{
    z-index: 2;
}
.main-block-transfer{
    background-image: url("../img/backgrounds/aviaTransferDesk.jpg");
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.main-block-rent{
    background-image: url("../img/backgrounds/rent.jpg");
    /*background-image: url("../img/backgrounds/merc.jpg");*/
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100vh;
}
.main-block-concierge{
    background-image: url("../img/backgrounds/concierge.jpg");
    background-size: cover;
    background-position: left;
    width: 100%;
    height: 100vh;
}
.main-block-mice {
    background-image: url("../img/backgrounds/Mice.jpg");
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.offer p,
.offer h1,
.offer h3,
.navbar-nav li span,
.navbar-nav li a{
    text-shadow: 0 0 5px #000;
}
.main-block1 {
    background-image: url("../img/backgrounds/Disp.jpg");
    /*background-image: url("../img/backgrounds/Index.jpg");*/
    background-size: cover;
    background-position: left;
    width: 100%;
    min-height: 700px;
    height: 100vh;
}
.main-block-corp {
    background-image: url("../img/backgrounds/corp-service.jpg");
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.main-block3 {
    background-color: #f9f9f9ff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.main-block4 {
    background-image: url("../img/backgrounds/DispMap.jpg");
    background-size: cover;
    /*padding-bottom: 50px;*/
}
.main-block-world {
    background-image: url("../img/backgrounds/DispMap.jpg");
    background-size: cover;
    background-position: 50%;
    padding: 20px 0;
}
.main-block-world-white {
    background-image: url("../img/backgrounds/DispMapWhite.jpg");
    background-size: cover;
    background-position: 50%;
    padding: 20px 0;
}
.main-block-white-dot {
    color: #000;
    background: radial-gradient(#9c9c9c2e 5%, #0000 20%) 0 0, radial-gradient(#0000001a 1%, #0000 1%) 50px 50px;
    background-size: 5px 5px;
    background-color: #fff;
}
.main-block-grey {
    background: #f1f1f1;
    color: black;
    padding: 20px 0;
}
.main-block-white {
    background: #fff;
    color: black;
    /*padding-bottom: 40px;*/
}
.main-block-blue {
    background: #172433;
    color: #e6e6e6;
    padding: 20px 0;
}
.mainContent section,
footer {
    margin-left: 270px;
}

.main{
    margin-left: unset!important;
}
#sidebar-wrapper {
    top: 0;
    position: fixed;
    z-index: 1;
}

.toggleme {
    display: none;
}

.list-group-item {
    background-color: unset !important;
}

.modal_back{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000c9;
}
.modCloseButt{
    position: absolute;
    /*top: 1rem;*/
    right: 1rem;
    font-size: 3rem;
    color: #a00;
    cursor: pointer;
}
#autopark .carCard{
    background: linear-gradient(45deg, #807f84, #3e3f44);
    background: #dcdcdc;
    border: 2px solid #b3b3b3;
    box-shadow: inset 0px 0px 6px #000;
}
.carCard{
    /*background: linear-gradient(45deg, #a2a2a2, #1b1b1b);*/
    border-radius: 10px;
    padding: 10px;
}
.carsParkType img{
    border-radius: 20px;
}
.carCard img{
    border-radius: 10px;
}
.navbar img {
    width: 200px;
    height: 100px;
}
.fixedBlackDiv{
    position: fixed;
    left: 0;
    width: 240px;
    background: #000;
    height: 100vh;
}
.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
}

.navbar-email,
.navbar-phone,
.navbarBtn {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    text-align: center;
    margin-right: 100px;
    line-height: 18px;
}

.navbar-email a,
.navbar-phone a {
    font-size: 26px;
    color: white;
    text-decoration: none;
    padding: 2px 0;
}

.navbar-email span,
.navbar-phone span {
    font-size: 15px;
}
.lineTitle {
  display: flex;
  flex-direction: row;
}
.lineTitle:before, .lineTitle:after{
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #ffc107;
  margin: auto;
}
.cornes,
.CarTypeCard{
    font-size: 2em;
    /*padding: 1.25em;*/
    background-repeat: no-repeat;
    background-position: 0% 0%, 100% 0%, 100% 100%, 0% 100%;
    background-size: .5em .5em, .5em .5em, .5em .5em, .5em .5em;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%23000%22 %2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%23000%22 transform=%22translate(40, 0) rotate(90)%22 %2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%23000%22 transform=%22translate(40, 40) rotate(180)%22 %2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%23000%22 transform=%22translate(0, 40) rotate(270)%22 %2F%3E%3C%2Fsvg%3E");
    background-color: #ffffff47;
}
.cornesMinHeight{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 130px;
    background-color: #ffffffa1;
    box-shadow: 0 0 6px #656565;
}
.cornes>span{
    font-size: 1.5rem;
}
@media (max-width: 576px){
    .cornes>span{
        font-size: 1.5rem;
    }
}
section .form-control,
section .form-control:focus{
    background: unset;
    color: #3c3c3c;
}
/*.lineTitle { width:100%; text-align:center; border-bottom: 1px solid #000; line-height:0.1em; margin:10px 0 20px; } 
.lineTitle span { background:#fff; padding:0 10px; }*/

/*.lineTitle:before, .lineTitle:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 20%;
    height: 2px;
    background: #ffc107;
    border: solid #ffc107;
    border-width: 0 10px;
}
.lineTitle:after {
    margin-right: -20%;
}
.lineTitle:before {
    margin-left: -20%;
    }*/
    .dropdown {
        display: none;
    }
    .pointer{
        cursor: pointer;
    }
    .btn-transparent {
        background: transparent;
        border: 1px solid #ffc107;
        border-radius: 7px;
        padding: 10px;
        color: #ffc107;
        font-size: 18px;
    }
    .btn-dark {
        background: #23272b !important;
        border: 1px solid #172433 !important;
        border-radius: 7px;
        padding: 10px;
        color: #ffc107 !important;
        font-size: 16px;
    }
    .btn-grey {
        background: #172433 !important;
        border: 1px solid #2f2f2f !important;
        box-shadow: 0px 0px 3px #000000 !important;
        border-radius: 7px;
        padding: 10px;
        color: #f3f3f3 !important;
        font-size: 16px;
    }
    .btn-white {
        background: unset !important;
        border: 1px solid #a7a7a7 !important;
        box-shadow: inset 0px 0px 8px #525252 !important;
        border-radius: 7px;
        padding: 10px;
        color: #c7c7c7 !important;
        font-size: 18px;
    }
    .btn-white:hover {
        box-shadow: inset 0px 0px 8px #ffc107;
        /*border: 1px solid #ffc107;*/
        color: #ffc107;
    }
    .btn-grey:hover {
        background: #253f5d;
        color: #f3f3f3;
        text-decoration: none;
    }
    .btn-yellow {
        background: #ffc107;
        color: black;
        text-transform: uppercase;
        padding: 10px;
        font-size: 18px;
        margin-top: 20px;
    }
    .btn-blue {
        background: unset;
        color: #2caee1;
        text-transform: uppercase;
        border: 1px solid #2caee1;
        border-radius: 7px;
        padding: 10px;
        font-size: 18px;
        margin-top: 20px;
    }
    .btn-blue-fill {
        background: #2caee1;
        color: #2d2d2d;
        text-transform: uppercase;
        border: 1px solid #616161;
        border-radius: 7px;
        padding: 10px;
        font-size: 18px;
        margin-top: 20px;
    }

    .btn-transparent:hover {
        color: white;
    }
    .list-group-item.active {
        color: #ffc107;
    }
    .list-group a {
        color: #fff;
        font-size: 14px;
        font-weight: 600 !important;
        letter-spacing: 2px;
    }

    .list-group-item-action:hover,
    .list-group-item-action:focus {
        color: #ffc107;
    }

    .list-group-item-action {
        border: 1px solid #7d7d7d;
        text-align: center;
        text-transform: uppercase;
    }

    #page-content-wrapper .container-fluid {
        padding: 0;
    }

    .mainText h1 {
        color: #fddd2aff;
    }

    .mainText p {
        color: #2fb8efff;
    }

    .mainBtn button {
        background-color: #fddd2aff;
        color: black;
        text-transform: uppercase;
        font-size: 16px;
        width: 250px;
        border: 1px solid #2caee1ff;
    }

    .miniBtnContent {
        margin: 0 auto;
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-self: center;
    }
    .modal-content {
        /*background: #172433ff;*/
    }

    .modal input,
    .modal textarea,
    .modal select {
        /*background: #172433;*/
        background: unset;
        /*border: 1px solid #2caee1;*/
        border-radius: 7px;
        margin-top: 5px;
    }

    .modal-footer {
        display: flex;
        justify-content: space-between;
        border-top: none;
    }

    .modal-footer button {
        text-transform: uppercase;
    }
    #Transfer .input{
        height: 40px;
        width: 100%;
    }
    #inputCity {
        height: 40px;
        width: 100%;
    }
    .minText {
        font-size: 16px;
        color: #e6e6e6ff;
    }
    .inlineDiv img,
    .inlineDiv p{
        /*display: inline-block;*/
        vertical-align: middle;
    }
    .inline{
        display: inline-block;
        vertical-align: middle;
    }
    .inline-top{
        display: inline-block;
        vertical-align: middle;
    }

    .miniBtnItemIcons {
        width: 90px !important;
    }
    .miniBtnItemIconsRent{
        width: 50px !important;
    }

    .minIcons img {
        width: 30px;
    }

    .main-transfer-items .minIcons img {
        width: 30px;
        margin: 0 !important;
    }

    .corpMainText {
        color: #fddd2aff;
    }

    .main-block2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }


    .corpContentText {
        padding-top: 50px;
        font-size: 20px;
    }

    .corpContentText p {
        padding: 10px;
    }

    .corpBtn {
        display: flex;
        justify-content: center;
    }

    .main-block3 {
        background-color: #f9f9f9ff;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .block3Text h3 {
        color: #000000ff;
        padding-bottom: 50px;
    }

    .block3Item p {
        color: #000000ff;
    }

    .block3Item img {
        padding-bottom: 20px;
    }

    .block4Title {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .block4Title h3 {
        color: #fddd2aff;
        text-transform: uppercase;
    }

    .block4Body p {
        color: #fddd2aff;
        padding-bottom: 20px;
    }

    .block4Btn {
        display: flex;
        justify-content: flex-end;
    }

    .main-block5 {
        background: #f9f9f9ff;
        color: black;
    }

    .main-block5 p {
        color: black;
    }

    .main-block6 h2 {
        color: #fddd2aff;
    }

    .main-block6-content p {
        padding-bottom: 10px;
    }

    .main-block7 {
        background: #f9f9f9ff;
        color: black;
    }
    footer,
    #sidebar-wrapper,
    .navbar,
    .navbarMobile,
    .modal-content{
        /*background: #172433;*/
    }
    footer,
    #sidebar-wrapper{
        background: #172433;
        background: #000000c7;
    }
    .navbarMobile{
        background: #172433;
    }
    .CarTypeCard {
        background-color: #00000014;
        color: #000;
        padding: 15px 21px;
        margin: 15px 0;
    }
    footer h2 {
        color: #fddd2aff;
    }

    .footer-content a,
    .footer-content p,
    .footer-content span {
        color: white;
    }

    #footerIcon1,
    #footerIcon5 {
        width: 25px;
        height: 35px;
        margin-right: 10px;
    }

    #footerIcon6 {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    #footerIcon2 {
        width: 25px;
        height: 20px;
        margin-right: 10px;
    }

    #footerIcon3,
    #footerIcon4 {
        width: 30px;
        margin-right: 10px;
        height: 30px;
    }

    .mob-nav .col-sm-2 img {
        width: 100px;
    }

    @media (min-width: 1200px)
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1000px;
    }

    @media all and (max-width: 991px) {
        .navbarMobile {
            display: block;
        }

        .navbar {
            padding: 0;
        }

        .mob-nav .col-sm-2 .btn {
            padding: 0;
        }

        .firstCol,
        .secondCol {
            display: flex;
            flex-display: row;
            flex-wrap: nowrap;
        }

        .mobLogo {
            display: flex;
            align-content: center;
            justify-content: center;
        }

        #forZindex {
            z-index: 5;
        }

        .mobLogo img {
            width: 250px;
            background-color: transparent;
            background-size: 100%;
            background-position: bottom;
            background-repeat: no-repeat;
            border-radius: 15px;
        }

        .sidebar-mobile {
            display: block !important;
            position: fixed;
            height: 100%;
            width: 100%;
            background-color: #172433ff;
            top: 0;
            left: 0;
            z-index: 10;
        }

        .mobile-list {
            margin-top: 100px;
        }

        #trapezoid {
            perspective: 220px;
            display: inline-block;
            width: 280px;
            height: 80px;
            z-index: 2;
            position: relative;
            top: 5px;
        }

        .mob-nav {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center;
        }
        .navbar-toggler-icon {
            color: #fddd2aff;
        }

        #DToplogo {
            display: none;
        }

        .navbarDtop {
            display: none;
        }

        #sidebar-wrapper {
            display: none;
        }
        .fixedBlackDiv{

        }
        .mainContent {
            margin-left: 0;
        }
        .mainContent section:not(.main-block1) {
            margin-left: 0;
        }
        .main-corp-title,
        .main-corp-btn {
            text-align: center !important;
        }

    }

    #navBtnImg {
        background: #172433ff;
        width: 80px;
    }

    .mob-nav .col-sm-2 img {
        width: 100px;
    }

    @media all and (max-width: 768px) {
        footer{
            margin-left: unset;
        }
        .pt-20{
            padding-top: unset;
        }
        .btn{
            font-size: 1.2rem !important;
        }
        .main-block-transfer {
            background-image: url(../img/backgrounds/aviaTransferMob.jpg);
            /*background-image: url(../img/backgrounds/aviaTransferMob.jpg);*/
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 25%;
            width: 100%;
            min-height: 80vh;
            height: 80vh;
        }
        .main-block-rent {
            /*background-image: url(../img/backgrounds/mercMob.jpg);*/
            background-image: url(../img/backgrounds/rentMob.jpg);
            background-size: cover;
            background-position: left;
            background-repeat: no-repeat;
            width: 100%;
            min-height: 80vh;
            height: 80vh;
        }
        .main-block-mice {
            background-image: url("../img/backgrounds/MiceMob.jpg");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: right;
            min-height: 80vh;
            height: 80vh;
        }
        .main-block1 {
            background-image: url("../img/backgrounds/DispMob.jpg");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 25%;
            min-height: 80vh;
            height: 80vh;
        }
        .main-block-corp{
            background-image: url("../img/backgrounds/corp-serviceMob.jpg");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50%;
            min-height: 80vh;
            height: 80vh;
        }
        .main-block-concierge{
            background-image: url("../img/backgrounds/conciergeMob.jpg");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50%;
            min-height: 80vh;
            height: 80vh;
        }
        .main-corp-items,
        .main-mice-items,
        .main-transfer-items {
            display: flex;
            flex-direction: column;
            align-content: center;
            align-items: center;
            justify-content: space-between;
        }
        .btn-center{
            text-align: center !important;
        }
        .mainBtn,
        .mainText {
            text-align: center !important;
        }

        .mobLogo img {
            width: 220px;
        }

        .nav-icon img {
            width: 100%;
        }

        .mob-nav .col-sm-2 {
            padding: 0;
        }

        .mob-nav .col-sm-2 .btn {
            padding: 0;
        }

        .mob-nav .col-sm-2 img {
            width: 80px;
        }
        #trapezoid {
            perspective: 180px;
            display: inline-block;
            width: 220px;
            height: 60px;
            z-index: 2;
            align-items: center;
            justify-content: center;
        }
    }
    @media (max-width: 1200px) {
      .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
}
.navbar-nav {
    padding: 0;
}

@media all and (max-width: 576px) {
    .d-sm-none1 {
        display: none;
    }
    .btn{
        font-size: 1rem !important;
    }
}

@media all and (max-width: 574px) {

    #corpIcon1 img,
    corpIcon2 img {
        width: 50px !important;
        height: 75px !important;
    }
}

@media all and (max-width: 740px) {

    #trapezoid {
        perspective: 180px;
        display: inline-block;
        width: 180px;
        height: 60px;
        z-index: 2;
        align-items: center;
        justify-content: center;
    }

    .mobLogo img {
        width: 180px;
        background-color: transparent;
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        border-radius: 15px;
    }
}

@media all and (max-width: 608px) {
    #trapezoid {
        perspective: 180px;
        display: inline-block;
        width: 200px;
        height: 70px;
    }

    .mob-nav .col-sm-2 img {
        width: 70px;
    }

    .mob-nav .col-sm-2 .btn,
    .mob-nav .col-sm-2 {
        padding: 0 !important;
    }

    .main-corp-items,
    .main-mice-items,
    .main-transfer-items {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: space-between;
    }

    #navBtnImg {
        width: 80px;
    }

    .col-xs-five img {
        width: 80px;
    }


    .miniBtnContent {
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto;
        align-content: center;
        justify-content: center;
    }

}

@media all and (max-width: 510px) {
    #trapezoid {
        perspective: 190px;
        display: inline-block;
        width: 200px;
        height: 70px;
        z-index: 2;
    }

    .mob-nav .col-sm-2 img {
        width: 50px;
    }

    #navBtnImg {
        width: 50px;
    }

    .col-xs-five img {
        width: 50px;
    }
}

@media all and (max-width: 430px) {

    #trapezoid {
        perspective: 150px;
        display: inline-block;
        width: 180px;
        height: 50px;
        z-index: 2;
    }

    .mobLogo img {
        width: 120px;
        background-color: transparent;
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        border-radius: 15px;
    }

    .mob-nav .col-sm-2 img {
        width: 50px;
    }

    #navBtnImg {
        width: 40px;
    }

}

#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    /*width: 20rem;*/
    z-index: 10;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
        max-width: 270px;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.input2 {
    padding-top: 40px;
}

.inputs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 70px;
}

.inputItem {
    display: flex;
    flex-direction: row;
}

.modal-body {
    align-items: center;
    justify-content: center;
}

.inputItem input:checked {
    content: url("../img/checked.png");
}

#modal2 .modal-body {
    justify-content: center;
    align-items: center;
}

#modal2 .form-check {
    background: rgb(210, 213, 216);
    background: linear-gradient(90deg, rgba(210, 213, 216, 1) 0%, rgba(77, 87, 98, 1) 100%);
    width: 100%;
    height: 60%;
    border-radius: 10px;
    padding: 30px 0;
}

.carouselHeader,
.carouselText {
    text-align: center;
}

.carouselHeader {
    text-transform: uppercase;
    color: #fddd2aff;
}

.carouselText {
    color: #ecececff !important;
}

.modal2Input2 input {
    background: #172433ff;
    color: #fddd2aff;
}

.modal1Inputs input {
    width: 100%;
}

.modal2Input2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 15px;
    justify-content: center;
    align-items: center;
}

.modal2InputItem2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.inputChecked input:checked {
    content: url("../img/check2.png");
}

#inputChild {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.modal3Inputs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
}

.modal3Input p {
    padding: 10px 0;
}

.modal3Input .col-12 input {
    width: 100%;
}

.modal4Input {
    margin-left: 20px;
}

.modalInputCheck {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 5px 0;
    align-items: center;
}

.modalInputCheck input {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.main-corp-title h1 {
    font-size: 34px;
    color: #fddd2aff;
}

.main-corp-title p {
    font-size: 20px;
    color: #2caee1ff;
}

.main-corp-items,
.main-mice-items,
.main-transfer-items {
    padding-top: 10em;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.main-corp-items img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.main-mice-items img {
    width: 50px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.main-transfer-items img {
    width: 60px;
    margin-bottom: 10px;
    margin-right: 20px;
}

#corpIcon1 img {
    width: 50px;
    height: 60px;
}

.main-block-corp2 h2 {
    color: #fddd2a;
}

.main-block-corp2 p {
    padding-bottom: 10px;
}

.corp3-text p {
    padding: 10px 0;
    color: black;
    font-size: 20px;
}

.corp3-content-item h5 {
    color: black;
    padding-left: 30px;
}

.corp3-content-item img {
    width: 70px;
}

.corp3-content-item {
    width: 80%;
    margin: 0 auto;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    padding-bottom: 20px;
}

#contact span,
#contact a {
    font-size: 16px;
}

.main-block-color h1 {
    color: #2caee1ff;
}

.main-block-color p {
    color: #fddd2aff;
}

.color-yel {
    color: #fddd2aff;
}

.main-block-color-white h1 {
    color: white;
}

.main-block-color-white p {
    color: #fddd2aff;
}



.icon-small img {
    width: 50px;
}

.icon-small {
    padding-bottom: 20px;
}

.icon-small h3 {
    font-weight: 400 !important;
}

.mice-block-txt {
    padding-bottom: 50px;
}
}