body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
p, li {
    margin: 10px 0;
    font-size: 16px;
}
a {
    text-decoration: none;
}
.wrapper {
    width: 960px;
    margin: 0 auto;
}
#transportations{padding-top: 30px;}
.transportations-info {
    margin-top: 10px;
}
.transportations-block {
    width: 580px;
}
.transportations h1 {
    font-size: 42px;
    font-weight: 100;
}
.transportations-info p {
    font-weight: bold;
}
.transportations-info ul {
    list-style: none;
    padding: 0;
    line-height: 140%;
    margin: 0;
}
.transportations-info {
    margin-top: 20px;
}
.geography {
    position: relative;
    height: 1151px;
    background-image: url(../img/Map_X2.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
#geography {
    background: #1a1f43;
    height: 1150px;
    color: white;
    margin-top: 40px;
}
.geography-title {
    padding-top: 40px;
    width: 640px;
}
.geography-info {
    position: absolute;
    bottom: 150px;
    right: 0;
    width: 650px;
}
.geography-info-item {
    display: flex;
    flex-wrap: wrap;
}
.geography-info-img {
    margin: 15px 10px 0 0;
}
.geography-info-item p {
    width: 90%;
}
h2, h3 {
    font-weight: 100;
    font-size: 30px;
    margin-bottom: 20px;
}
#about {
    margin-top: 40px;
}
.about-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-info-list-left {
    width: 70%;
}
.about-info-list-right {
    width: 204px;
}
.about-info-list-right span {
    font-size: 40px;
    color: #0082ca;
    margin: 0;
    padding: 0;
    font-weight: 100;
}
.about-advantages-item {
    margin: 10px 30px;
}
.about-advantages-list p {
    font-size: 14px;
}
.advantages1, advantages4 {
    width: 204px;
}
.advantages2, .advantages5 {
    width: 175px;
}
.advantages3, .advantages6 {
    width: 275px;
}
.about-advantages-list {
    display: flex;
    flex-wrap: wrap;
}
.about-info-list-right p {
    margin: 0;
}
.contacts-block {
    background: #f2f2f2;
    padding: 40px 35px 70px 35px;
}
.contacts-title h3 {
    margin: 0;
}
.contact-link a {
    color: black;
}
.contact-email {
    color: #0082ca!important;
    border-bottom: 1px solid #cee1ec;
}
#contacts {
    margin-top: 40px;
}
.contact-link-item {
    margin: 5px 0;
}
.contact-link {
    margin-top: 20px;
}
.gallety h3 {
    font-size: 36px;
}
#gallery {
    margin: 60px 0 110px 0;
}
.gallety-slider-list {
    display: flex;
    height: 64px;
}
.gallety-slider-list-item {
    width: 210px;
    height: 64px;
    margin-right: 10px;
}
.gallety-slider-list-item img {
    height: 100%;
    width: 100%;
}
.gallety-slider {
    position: relative;
}
.slider-btn-item {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 265px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    text-align: center;
    line-height: 75px;
    cursor: pointer;
}
.slider-btn-prev {
    left: 7px;
}
.slider-btn-next {
    right: 7px;
}
.gallery-show img {
    width: 100%;
}
.geography-info-img-mob {
    display: none;
}
@media screen and (max-width: 960px ) {
    .wrapper {
        width: auto;
        padding: 0 15px;
    }
    .transportations-block, .geography-info  {
        width: auto;
    }
    .about-info-list-left {
        width: 67%;
    }
    .about-advantages-item {
        width: 24%!important;
    }
    #geography {
        background-size: 100%;
    }
    #geography, .geography {
        height: 862px;
    }
    .geography-title {
        padding-top: 17px;
        width: auto;
    }
    .geography-info {
        left: 15px;
        right: auto;
        bottom: 100px;
    }
}
@media screen and (max-width: 767px) {
    #geography {
        background: #1a1f43;
        height: auto;
        padding: 0 0 20px 0;
    }
    .geography {
        height: auto;
        background: none;
    }
    .about-info-list-left, .about-info-list-right {
        width: auto;
    }
    .geography-info {
        position: static;
    }
    .geography-info-item p {
        width: 85%;
    }
    .geography-info-img-mob {
        display: block;
    }
    .geography-info-img-mob img {
        width: 100%;
    }
    .about-advantages-item {
        width: 45%!important;
        margin: 10px;
    }
    .transportations h1 {
        font-size: 32px;
    }
}
@media screen and (max-width: 480px) {
    .about-advantages-item {
        width: 100%!important;
        text-align: center;
    }
    .geography-info-item p {
        width: auto;
    }
    .geography-info-item {
        justify-content: center;
        text-align: center;
    }
    .contacts-block {
        padding: 20px 15px;
    }
}