/*
==================== Общие стили ====================
*/

@font-face {
    font-family: Lato;
    src: url("../fonts/LatoRegular.woff");
}

* {
    font-family: Lato, Roboto, Arial, serif;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 320px;
    font-size: 16px;
}

body > * {
    margin-right: 0;
}

#why-choose-us, #prices, #contact-us {
    background-color: #f5f5f5;
}

.main {
    overflow: hidden;
}

.button {
    background-color: #389f25;
    color: white;
    -webkit-box-shadow: 2px 2px 3px 0 #00000054;
    -moz-box-shadow: 2px 2px 3px 0 #00000054;
    box-shadow: 2px 2px 3px 0 #00000054;
    width: fit-content;
    cursor: pointer;
    text-align: center;
}

.big-button {
    font-size: 18px;
    font-weight: bold;
    padding: 22px 52px 22px 52px;
}

.small-button {
    font-size: 16px;
    padding: 14px 25px 14px 25px;
}

.in-block {
    max-width: 1180px;
    min-width: 260px;
    margin: 0 auto;
    padding: 0 40px;
}

h2 {
    font-size: 36px;
    padding-top: 70px;
    margin: 0;
}

/*
==================== Первый блок ====================
*/

/*#start {*/
    /*display: block;*/
    /*width: 100%;*/
/*}*/

/*
==================== Навигационное меню ====================
*/

header {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#navigation {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

#navigation li {
    padding-right: 30px;
    box-sizing: border-box;
}


#navigation a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    display: inline-block;
}

#navigation a span:first-child {
    display: block;
}

#navigation a span:last-child {
    display: none;
}

#navigation a:hover {
    text-decoration: underline;
    cursor: pointer;
}

#phone-container {
    float: right;
    white-space: nowrap;
}

#phone-container > * {
    display: inline-block;
}

#phone-header > a {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-right: 21px;
}

/*
==================== Блок интро ====================
*/

#intro-block {
    background-size: cover;
    padding: 20px 0;
    min-height: 680px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

#intro-block:before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background: rgba(255, 255, 255, 0.75);
    z-index: 6;
}

.intro-block-img {
    display: block;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.intro-block-img:first-child {
    z-index: 2;
}

#intro-block .in-block {
    display: flex;
    position: relative;
    z-index: 10;
}

h1 {
    font-size: 60px;
    font-weight: bold;
    margin: 0;
}

#subtitle {
    margin: 10px 0 35px 0;
    /*margin: 30px 0 35px 0;*/
}

#subtitle p {
    font-size: 30px;
    margin: 0;
}

#intro-slider {
    width: 555px;
    opacity: 0.7;
    box-shadow: 2px 4px 9px 1px rgba(0, 0, 0, 0.4);
    background-color: #ffffff;
    border: solid 2px #389f25;
    margin-left: 118px;
}

.slider-header {
    display: flex;
    flex-direction: row;
    padding: 62px 52px 25px;
}

.city {
    font-size: 24px;
    font-weight: bold;
}

.logo {
    margin-left: 30px;
    padding-top: 5px;
    width: 62px;
    height: 18px;
}

.slider-contents {
    padding: 0 91px;
}

.position-name {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.salary{
    font-size: 24px;
    margin: 0;
}

.skills, .slider-contents li {
    font-size: 18px;
}

.skills {
    margin: 16px 0 0 0;
}

/*#second-vacancy, #third-vacancy {
    display: none;
}

#intro-slider ul {
    margin-top: 13px;
    margin-bottom: 54px;
    padding-left: 34px;
}

#intro-slider li {
    list-style-image: url('../img/tick.png');
}

#pagination {
    display: flex;
    justify-content: center;
    font-size: 28px;
}

#pagination .chosen {
    color: #389f25;
}

.bullet {
    margin-left: 5px;
    cursor: pointer;
}*/
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: auto;
    bottom: 20px;
    width: 15px;
    height: 15px;
    border: 4px solid #389f25;
    background: none;
    outline: none;
}

.swiper-button-prev {
    left: 25px;
    border-right: none;
    border-top: none;
    transform: rotate(45deg);
}

.swiper-button-next {
    right: 25px;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
}

.swiper-pagination {
    margin-bottom: 14px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #389f25;
}

#intro-slider ul {
    margin-top: 13px;
    margin-bottom: 54px;
    padding-left: 34px;
}

#intro-slider li {
    list-style-image: url('../img/tick.png');
}


/*
==================== Процесс трудоустройства ====================
*/

#process {
    padding-bottom: 70px;
}

#stages-list {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

#stages-list > div {
    text-align: center;
    margin: 64px 10px 0 10px;
}

#stages-list  img {
    margin-bottom: 32px;
}

#stages-list > div > * {
    margin: auto;
}

#stages-list h3 {
    font-size: 30px;
}

#stages-list p {
    font-size: 20px;
}

.stage-description > p {
    float: left;
    text-align: left;
    margin: 24px 5px 5px 5px;
}

#process .button {
    margin-left: auto;
    margin-top: 46px;
}

/*
==================== Почему надо работать с нами ====================
*/

#reasons {
    margin-top: 37px;
}

.why-we {
    display: flex;
    font-size: 24px;
}

.left-oriented {
    justify-content: flex-start;
}

.right-oriented {
    flex-direction: row-reverse;
}

.why-we p {
    margin: auto 30px auto 30px;
    width: fit-content;
}

#why-choose-us .button {
    margin-top: 46px;
    margin-left: auto;
}

#why-choose-us {
    padding-bottom: 70px;
}

#why-choose-us a {
    text-decoration: none;
}


/*
==================== Сроки ====================
*/

.stage-name br {
    display: none;
}

#timing .description {
    font-size: 20px;
}

#timeline {
    margin-top: 66px;
    font-size: 18px;
}

.duration, .milestone {
    font-weight: bold;
}

#timeline {
    display: flex;
    margin-bottom: 90px;
}

#timeline .stage-name {
    margin: 0 0 17px 0;
}

#first-step {
    width: 28%;
    text-align: center;
    position: relative;
}

#first-step .stage-timeline {
    height: 40px;
    background-color: #ff6565;
    border-radius: 0 20px 20px 0;
    position: relative;
    z-index: 15;
}

#first-step .stage-timeline::after {
    content: '';
    text-align: right;
    width: 2px;
    height: 70px;
    background-color: #ff6565;
    position: absolute;
    top: 20px;
    right: 0;
}

#second-step {
    width: 28%;
    text-align: center;
    position: relative;
}

#second-step .stage-timeline {
    height: 40px;
    background-color: #c9e629;
    border-radius: 0 20px 20px 0;
    margin-left: -20px;
    position: relative;
    z-index: 10;
}

#second-step .stage-timeline::after {
    text-align: right;
    content: '';
    width: 2px;
    height: 70px;
    background-color: #c9e629;
    position: absolute;
    top: 20px;
    right: 0;
}

#third-step {
    width: 44%;
    text-align: center;
    position: relative;
}

#third-step .stage-timeline {
    height: 40px;
    background-color: #389f25;
    border-radius: 0 20px 20px 0;
    margin-left: -20px;
    position: relative;
    z-index: 5;
}

.step .milestone {
    position: absolute;
}

#first-step .milestone {
    right: -58px;
    margin: 0;
}

#second-step .milestone {
    right: -32px;
    margin: 0;
}

/*
==================== Стоимость ====================
*/

#prices {
    padding-bottom: 65px;
}

#prices p {
    font-size: 24px;
}

#prices h3 {
    margin: 68px 0 36px 0;
    font-size: 24px;
    font-weight: bold;
}

#cash-options p {
    font-weight: bold;
}

#cash-options {
    display: flex;
    margin-bottom: 74px;
}

.cash-option {
    display: flex;
    justify-content: start;
    margin-right: 108px;
}

.cash-option img {
    margin-right: 30px;
}

.cash-option p {
    margin: auto;
}

/*
==================== О нас ====================
*/

#about-us {
    padding-bottom: 70px;
}

#about-us h2 {
    margin-bottom: 70px;
}

#about-us h3 {
    font-size: 30px;
    margin-top: 31px;
    margin-bottom: 25px;
}

#about-us p {
    font-size: 20px;
}

#about-us .person {
    width: 380px;
}

#about-us .person p {
    margin: 0;
}

#persons {
    display: flex;
    justify-content: space-around;
    margin-bottom: 53px;
}

.photo {
    width: 264px;
    height: 264px;
    -webkit-border-radius: 132px;
    -moz-border-radius: 132px;
    border-radius: 132px;
}

#about-us .button {
    margin-left: auto;
}

/*
==================== Контакты ====================
*/

#contact-us {
    padding-bottom: 70px;
}

#contact-us .in-block {
    display: flex;
    /*margin: 0 -25px;*/
}

#contact-us .in-block > * {
    padding: 0 25px;
    width: 50%;
    flex: 1 0 0;
    box-sizing: border-box;
}

#contact-us h2 {
    margin-bottom: 45px;
}

#contacts {
    font-size: 21px;
    font-weight: bold;
    width: 50%;
}

#contact-us .contact {
    display: flow;
    /*margin-bottom: 36px;*/
    margin-bottom: 25px;
}

#contact-us .contact img {
    margin-right: 30px;
}

#contact-us form {
    margin-right: 40px;
}

#contact-us input, #contact-us textarea {
    font-size: 16px;
    border: none;
    padding: 19px 20px;
    width: 100%;
    margin-bottom: 30px;
}

#contact-us textarea {
    height: 230px;
}

#contact-us button {
    border: none;
    float: right;
    margin-right: -40px;
}

#question-form-container .form-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


/*
==================== Футер ====================
*/

#footer .in-block {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    justify-content: space-between;
}

#top {
    color: black;
    text-decoration: underline;
    cursor: pointer;
    font-size: 20px;
}

#footer-menu a {
    text-decoration: none;
    color: black;
    font-size: 18px;
}

#footer-menu a:hover {
    text-decoration: underline;
    cursor: pointer;
}

#footer-menu p {
    margin: 6px 0 6px 0;
}

#first-column > p {
    margin: 0 0 21px 0;
}

#second-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#phone-footer, #e-mail {
    display: flex;
    flex-direction: row;
    margin: 0 0 31px 0;
}

#footer_phone-with-icon {
    display: flex;
}

#phone-footer img {
    width: 24px;
    height: 24px;
    margin: auto 0 auto 0;
}

#phone-footer p, #e-mail p {
    font-size: 20px;
    font-weight: bold;
    margin: auto 22px auto 9px;
}

#e-mail img {
    width: 24px;
    height: 16px;
    margin: auto 0 auto 0;
}

#third-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#footer-networks {
    margin-left: auto;
}

#footer-networks img {
    margin-left: 20px;
}

#copyright {
    margin: auto auto 0 auto;
    text-align: right;
}

/*
==================== Формы ====================
 */

.form-container {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/b.png');
    overflow: scroll;
}

.form {
    width: 305px;
    /*max-width: 305px;*/
    top: 90px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 25px;
}

.close {
    width: 32px;
    height: 32px;
    position: absolute;
    right: -16px;
    top: -16px;
    z-index: 110;
    background: url('../img/close.png') no-repeat center center;
    background-size: 32px 32px;
    cursor: pointer;
}

.form h2 {
    color: white;
    text-align: center;
    background-color: #389f25;
    margin: 0;
    font-size: 30px;
    padding: 10px 0;
    border-radius: 5px 5px 0 0;
}

.form form {
    background-color: white;
    border-radius: 0 0 5px 5px;
    padding: 20px 20px 25px;
}

.form button {
    display: block;
    margin: 25px auto 0;
    padding: 12px 36px;
    font-size: 15px;
    font-weight: bold;
    clear: both;
    border: none;
}

.form-intro {
    font-size: 14px;
    margin-bottom: 10px;
}

.form-error {
    font-weight: bold;
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
    display: none;
}

.form-success {
    font-weight: bold;
    color: #389f25;
    font-size: 14px;
    margin-bottom: 10px;
    display: none;
}

.form-row {
    margin-bottom: 10px;
}

.form-row label {
    display: block;
    font-weight: bold;
}

.form-row input {
    display: block;
    width: 100%;
    margin: 2% 0 2% 0;
    box-sizing: border-box;
    padding: 2%;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    font-size: 16px;
    box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
}

.form-row textarea {
    display: block;
    width: 100%;
    height: 80px;
    margin: 2% 0 2% 0;
    box-sizing: border-box;
    padding: 2%;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    font-size: 16px;
    box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
}

.warn {
    border: 2px solid red !important;
}

.form-link {
    float: right;
    margin: 5px 0 15px;
    font-size: 14px;
}

.form-link a {
    color: black;
}

.form textarea {
    max-width: 265px;
    min-width: 265px;
}

.navigation-wrapper {
    position: relative;
}

#navigation-burger {
    display: none;
    width: 26px;
    height: 26px;
    background: url('../img/menu.svg') no-repeat center;
}

#map {
    height: 250px;
}

/*
==================== Страница с подробностями ====================
 */

#content {
    background-color: #f5f5f5;
    padding: 70px 0 70px 0;
}

#content p {
    font-size: 20px;
}

/*
==================== Адаптивная верстка ====================
*/

@media screen and (max-width: 1280px) {

    header {
        height: 120px;
    }

    #phone-header > a {
        margin-right: 10px;
        display: block;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        padding-top: 40px;
    }

    #intro-block {
        min-height: 540px;
    }

    #subtitle p {
        font-size: 22px;
    }
}

@media screen and (max-width: 1180px) {
    header {
        height: 120px;
    }

    #navigation {
        width: 500px;
        margin: 0 -15px -15px;
    }

    #navigation li {
        padding: 0 15px 15px;
    }

    h1 {
        font-size: 50px;
    }

    .slider-header {
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .slider-contents {
        padding-left: 60px;
        padding-right: 60px;
    }

    #subtitle p {
        font-size: 22px;
    }

    #first-step .milestone {
        right: -46px;
        margin-top: 7px;
    }

    #second-step .milestone {
        right: -26px;
        margin-top: 7px;
    }

    #stages-list p {
        font-size: 18px;
    }

    .why-we {
        font-size: 20px;
    }

    #timeline br {
        display: inline;
    }

    #footer .in-block {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

}

@media screen and (max-width: 1080px) {

    .big-button {
        font-size: 16px;
    }

    h1 {
        font-size: 45px;
    }

    #subtitle p {
        font-size: 20px;
    }

    .position-name, .salary {
        font-size: 20px;
    }

    .skills, .slider-contents li {
        font-size: 16px;
    }

    .slider-contents {
        padding-left: 40px;
        padding-right: 40px;
    }

    #prices p {
        font-size: 20px;
    }

    .cash-option img {
        height: 64px;
    }

    #contacts {
        font-size: 20px;
    }
}

@media screen and (max-width: 1020px) {
    #navigation {
        width: 400px;
    }


    .button {
        font-size: 15px;
    }

    h2 {
        font-size: 30px;
    }

    #about-us h2 {
        margin-bottom: 40px;
    }

    #about-us h3 {
        font-size: 24px;
    }

    #about-us p {
        font-size: 18px;
    }

    #stages-list h3 {
        font-size: 25px;
    }

    #stages-list p {
        font-size: 16px;
    }

    #stages-list img {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .why-we {
        font-size: 18px;
    }

    .why-we img {
        width: 80px;
        height: 80px;
        flex: 1 0 auto;
    }
}

@media screen and (max-width: 960px) {
    #navigation a {
    }

    #intro-block {
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: none;
    }

    .in-block {
        padding: 0 20px;
    }

    h2 {
        padding-top: 20px;
    }

    .button {
        padding: 15px 30px 15px 30px;
    }

    .small-button {
        padding: 10px 30px 10px 30px;
    }


    #phone-container .button {
        margin-top: 5px;
    }

    #intro-slider {
        margin-left: 50px;
    }

    .cash-option {
        margin-right: 40px;
    }

    .cash-option br {
        display: none;
    }

}

@media screen and (max-width: 920px) {
    #phone-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 200px;
    }

    h1 {
        font-size: 35px;
    }

    #phone-header a {
        font-size: 18px;
    }

    .why-we {
        margin-top: 20px;
    }

    .why-we br {
        display: none;
    }

    .person {
        margin-right: 30px;
    }



    #contact-us {
        padding-bottom: 35px;
    }
    #contact-us .in-block {
        flex-wrap: wrap;
        align-items: center;
        padding: 0;
    }

    #contact-us .in-block > * {
        width: 100%;
        flex: 1 0 auto;
    }


    #second-column p {
        font-size: 16px;
    }

    #phone-footer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #footer_phone-with-icon {
        margin-bottom: 10px;
    }

    #second-column {
        margin-left: 30px;
    }

    #footer-networks {
        /*margin: 0 auto 20px auto;*/
    }

    #footer-menu {
        margin-bottom: 20px;
    }

    #footer-networks img {
        margin-left: 7px;
    }

}

@media screen and (max-width: 820px) {
    .city {
        font-size: 26px;
    }
    .position-name, .salary {
        font-size: 22px;
    }
    .skills, .slider-contents li {
        font-size: 18px;
    }

    /*h1 {
        font-size: 50px;
    }

    #subtitle p {
        font-size: 30px;
    }*/



    #first-step {
        width: 33%;
    }

    #second-step {
        width: 33%;
    }

    #third-step {
        width: 34%;
    }

    .step > p:first-child {
        height: 50px;
    }

    #persons {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

    #prices {
        padding-bottom: 25px;
    }

    #about-us {
        padding-bottom: 35px;
    }

    #about-us h2 {
        margin-bottom: 30px;
    }

    #about-us .person {
        width: 100%;
        margin-bottom: 40px;
    }

    #about-us .person h3 {
        margin: 20px 0 15px 0;
    }

    #contact-us h2 {
        margin-bottom: 20px;
    }

    #phone-footer {
        flex-wrap: wrap;
    }

}


@media screen and (max-width: 740px) {

}

@media screen and (max-width: 680px) {

    #intro-block .in-block {
        display: flex;
        flex-direction: column;
        width: 100%;
        /*max-width: 500px;*/
    }

    #intro-text {
        margin-bottom: 40px;
    }

    #intro-slider {
        width: 100%;
        margin-left: 0;
    }

    header {
        display: flex;
        height: 200px;
        flex-direction: column-reverse;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-top: 30px;
    }

    .navigation-wrapper {
        width: 100%;
    }

    #phone-container {
        white-space: nowrap;
        width: 100%;
        flex-direction: column;
    }

    #navigation {
        margin-right: auto;
        width: 400px;
        height: 100px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #process .button, #why-choose-us .button, #about-us .button {
        margin-left: auto;
        margin-right: auto;
    }

    #stages-list {
        display: flex;
        flex-direction: column;
    }

    #stages-list > div {
        margin: 40px auto 0 auto;
    }

    #process {
        padding-bottom: 40px;
    }

    #process .button {
        margin-top: 30px;
    }

    #prices h3 {
        margin: 30px 0 15px 0;
    }

    #cash-options {
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
    }

    .cash-option {
        margin-top: 30px;
    }

    .cash-option:first-child {
        margin-top: 10px;
    }


    #why-choose-us .button {
        margin-top: 30px;
    }

    #why-choose-us {
        padding-bottom: 40px;
    }

    #timeline {
        margin-top: 35px;
        font-size: 16px;
    }

    #about-us .person {
        margin-bottom: 25px;
    }

    #contacts {
        font-size: 18px;
    }

    #contact-us textarea {
        margin-bottom: 20px;
    }

    #contact-us {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 650px) {
    #footer .in-block {
        display: flex;
        flex-wrap: wrap;
        padding-top: 40px;
        padding-bottom: 40px;
        justify-content: center;
        flex-direction: column;
    }


    #phone-footer {
        flex-direction: column;
    }

    #phone-footer, #e-mail {
        justify-content: center;
    }


    #phone-footer {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        flex-direction: initial;
        margin-bottom: 20px;
    }

    #footer_phone-with-icon {
        width: 100%;
        margin-bottom: 0;
        justify-content: center;
    }

    #second-column {
        justify-content: center;
    }

    #copyright {
        text-align: center;
    }

    #second-column {
        margin-left: 0;
    }


    #phone-footer .button {
        margin-top: 15px;
    }


    #first-column {
        width: 100%;
        text-align: center;
    }

    #first-column p {
        display: block;
        padding: 5px;
        margin: 0;
    }
}

@media screen and (max-width: 520px) {


    #navigation a {

    }

    h1 {
        font-size: 35px;
    }

    #subtitle p {
        font-size: 20px;
    }

    #phone-footer {

    }

}

@media screen and (max-width: 480px) {
    .city {
        font-size: 24px;
    }
    .position-name, .salary {
        font-size: 20px;
    }
    .skills, .slider-contents li {
        font-size: 16px;
    }

    .slider-contents {
        font-size: 16px;
    }

    .slider-contents br {
        display: block;
    }

    .step p {
        font-size: 12px;
    }

    #first-step .milestone {
        right: -38px;
        margin-top: 16px;
    }

    #second-step .milestone {
        right: -18px;
        margin-top: 16px;
    }

    #question-form .form-row {
        display: flex;
        flex-direction: column;
    }

}

@media screen and (max-width: 440px) {
    header {
        padding: 20px 0;
        height: 200px;
        justify-content: space-between;
    }

    #navigation {
        height: 120px;
        width: auto;
        flex-direction: column;
        margin: 0 -15px -8px;
    }

    #navigation li {
        padding: 0 15px 8px;
    }

    #navigation a span:first-child {
        display: none;
    }

    #navigation a span:last-child {
        display: block;
    }
}

@media screen and (max-width: 420px) {
    #intro-block {
        padding-top: 20px;
    }

    .in-block {
        padding: 0 20px 0 20px;
    }

    h2 {
       /* padding-top: 25px;*/
    }

}

@media all and (max-width: 360px) {
    #subtitle p {
        font-size: 17px;
    }
}