/*
Name: careers.css;
Description: Стили для страницы /about/social_policy/careers/
Author: http://freelance.ru/volfing;
*/

/*.content h1{
    font-size: 36px;
    margin-bottom: 40px;
}
*/
.cgtitle{
    font-size: 24px;
    color:#004995;
    margin-bottom: 20px;
}

.cgdescr{
    color:#666666;
    margin: 0;
}

.read_more{
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.read_more:hover,.read_more:active,.read_more:visited,.read_more:focus{
    text-decoration: none;
}

.read_more img{
    margin-left: 6px;
}

.read_more span{
    border-bottom: 1px dashed #336daa;
}

.whyme .title{
    font-size: 24px;
    color: #004995;
}

.whyme .items{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6pt;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.whyme .items .item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; 
    margin-bottom: 20px;
}

.whyme .items .item .circle{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border:4px solid #f0aa0c;
    -webkit-transition:-webkit-box-shadow 0.3s ease;
    transition:-webkit-box-shadow 0.3s ease;
    -o-transition:box-shadow 0.3s ease;
    transition:box-shadow 0.3s ease;
    transition:box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.whyme .items .item:hover .circle{
    -webkit-box-shadow: 0 0 3px 9px #f0aa0c;
    box-shadow: 0 0 3px 9px #f0aa0c;
}

.whyme .items .item .circle.w2{
    border-color: #d9083e;
}

.whyme .items .item:hover .circle.w2{
    -webkit-box-shadow: 0 0 3px 9px #d9083e;
    box-shadow: 0 0 3px 9px #d9083e;
}

.whyme .items .item .circle.w3{
    border-color: #e8602c;
}

.whyme .items .item:hover .circle.w3{
    -webkit-box-shadow: 0 0 3px 9px #e8602c;
    box-shadow: 0 0 3px 9px #e8602c;
}

.whyme .items .item .circle.w4{
    border-color: #00418c;
}

.whyme .items .item:hover .circle.w4{
    -webkit-box-shadow: 0 0 3px 9px #00418c;
    box-shadow: 0 0 3px 9px #00418c;
}

.whyme .items .item .circle.w5{
    border-color: #0f98b8;
}

.whyme .items .item:hover .circle.w5{
    -webkit-box-shadow: 0 0 3px 9px #0f98b8;
    box-shadow: 0 0 3px 9px #0f98b8;
}

.whyme .items .item .descr{
    width: 120px;
    text-align: center;
    color: #666;
    margin-top: 10px;
}

.fulldescr .title{
    font-size: 24px;
    color: #004995;
}

.fulldescr .answer{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 6pt;
}

.fulldescr .answer > img{
    width: 315px;
    max-width: 95%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.fulldescr .answer > div{
    width: 390px;
    margin-left: 35px;
    max-width: 95%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fulldescr .answer > div a {
    margin-top: 10px;
}

.fulldescr .answer p{
    color: #666;
    font-style: italic;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #00418c;
    font-weight: bold;
}

.fulldescr .answer p span{
    color: #00418c;
    font-weight: bold;
    margin-top: 5px;
}

.places .item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.places .item .title{
    font-size: 24px;
    color: #fff;
    background: #004995;
    padding: 5px 25px;
    margin-bottom: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-decoration: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.places .item .title:hover, .places .item .title:active, .places .item .title:focus,.places .item .title:visited{
    text-decoration: none;
}

.places .item .hot{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 25px;
    margin-bottom: 0;
    background: #fcfcfc;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.places .item .hot .vak{
    color: #666;
    width: -webkit-calc(25% - 2px);
    width: calc(25% - 2px);
}

.places .item .hot .vak p{
    margin: 1px 0 0 0;
}

.places .item > a{
    margin-top: 10px;
}

.places .item .hot .separ{
    width: 1px;
    height: 55px;
    background: #f0f0f0;
}

.places .item .hot .vak a,.places .item .hot .vak a:hover,.places .item .hot .vak a:active,.places .item .hot .vak a:focus{
    color: #0f98b8;
    text-decoration: none;
}

.how{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px 0;
}

.how .title{
    font-size: 24px;
    color: #004995;
    margin-bottom: 6pt;
}

.how .descr{
    margin:0 0 0 0;
    color: #666;
}

.how .buttons{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.how .buttons .button{
    background: url("/img/work/gbutton_bg.png") repeat-x;
    height: 43px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 360px;
    max-width: 48%;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 43px;
}

.how .buttons .button:hover, .how .buttons .button:active, .how .buttons .button:visited{
    text-decoration: none;
}

.more_questions{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.more_questions .title{
    font-size: 24px;
    color: #004995;
    margin-bottom: 6pt;
}

.more_questions p{
    color: #666;
    margin:0;
}

.more_questions .phone{
    font-size: 36px;
    color: rgb(218, 41, 28);
    padding:0 0 0 10px;
}

.more_questions p .vk{
    font-size: 18px;
    color: #00418c;
}

.big_buttons{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 20px;
}

.big_buttons .button{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    max-width: 48%;
    height: 79px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #004995;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
}

.big_buttons .button:hover,.big_buttons .button:active,.big_buttons .button:focus,.big_buttons .button:visited{
    text-decoration: none;
}

.big_buttons .button span{
    max-width: 230px;
    font-size: 24px;
    color: #fff;
    text-transform: none;
}

.big_buttons .button img{
    margin-right: 15px;
}

.asubscribe_form{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 127px 0 127px 0;
}

.asubscribe_form .title{
    font-size: 18px;
    color: #004995;
}

.asubscribe_form input[name="email"]{
    color: #666;
    margin:10px 0 15px 0;
    border:1px solid #0f549b;
    outline:none;
    padding:10px 5px 10px 20px;
    width:100%;
}

.asubscribe_form .sub,.asubscribe_form input[type="submit"]{
    background: #00418c;
    padding: 10px 30px;
    color: #fff;
    border: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size:18px;
}

.our_wins{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.our_wins .title{
    font-size: 18px;
    margin-bottom: 35px;
    text-align: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: rgb(218, 41, 28);
    color: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.our_wins .item{
    width: 113px;
    margin-bottom: 30px;
    cursor: pointer;
}

.our_wins .item:last-child{
    margin-bottom: 0;
}

.our_wins .items{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.imagefv{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
    z-index: 10;
}

.imagefv img{
    max-width: 100%;
    max-height: 100vh;
}

.aquestions{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aquestions .question{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.aquestions .question .title{
    font-size: 18px;
    color: #004995;
    margin-bottom: 15px;
}

.aquestions .question ul li{
    background-position-y: 12px !important;
}

.aquestions .question .answer{
    color: #666;
    margin:0;
}

.new_question .after{
    color:#666666;
    display: none;
}

.new_question{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
}

.new_question input[type="text"]{
    height: 25px;
    width: -webkit-calc(100% - 6px);
    width: calc(100% - 6px);
    border:1px solid #cacaca;
    padding:2.5px 3px;
    outline: none;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.new_question > .title{
    font-size: 24px;
    color: #fff;
    background: #00418c;
    padding: 5px 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.new_question textarea{
    height: 100px;
    width: -webkit-calc(100% - 6px);
    width: calc(100% - 6px);
    border:1px solid #cacaca;
    padding:2.5px 3px;
    outline: none;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.new_question .item{
    margin-top: 20px;
}

.new_question .item > span{
    font-size: 18px;
    color: #004995;
    margin-bottom: 5px;
}

.new_question input[type="submit"]{
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    background: #004995;
    width: 155px;
    text-align: center;
    outline: none;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.news-detail > div + div > a{
    display:none;
}

.news-detail > div b:first-child, .news-detail b{
    font-size: 24px;
    color: #004995;
    margin-bottom: 20px;
    font-weight: normal;
}

#vk_groups, #vk_groups iframe{
max-width:100%;
}

.aquestions ul li, .mainsect .question ul li{
    background-position-y: 20px !important;
}

.video_list_carer .swiper-slide{
    height:165px;
    -webkit-background-size:cover;
    background-size:cover;
    background-position:center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    cursor:pointer;
}

.video_list_carer .swiper-slide .title{
    padding: 10px;
    color: #fff;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.9)));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.video_list_carer .swiper-slide:before{
    content:'';
    background-image:url('/img/play-button.png');
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: rgba(0,0,0,0.7);
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.video_list_carer_obol{
    position:relative;
}

.video_list_carer_obol .navigation{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.video_list_carer_obol .navigation > div{
    background-image:url('/img/next_video.png');
    width:12px;
    height:21px;
    -webkit-background-size:contain;
    background-size:contain;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    cursor:pointer;
}

.video_list_carer_obol .navigation > div.prev{
    -webkit-transform:rotate(-180deg) translateX(20px);
    -ms-transform:rotate(-180deg) translateX(20px);
    transform:rotate(-180deg) translateX(20px);
}

.video_list_carer_obol .navigation .swiper-button-disabled{
    display: block;
    opacity: 0.5;
    cursor: default;
}

@media(max-width: 991px){
    .whyme .items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .whyme .items .item:not(:last-child){
        margin-right: 25px;
    }

    .fulldescr .answer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .fulldescr .answer > img{
        margin-bottom: 20px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .fulldescr .answer > div{
        margin-left: 0;
        width: 95%;
    }

    .places .item .hot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .places .item .hot .separ{
        background: transparent;
        height: 20px;
    }

    .places .item .hot .vak {
        width: -webkit-calc(100%);
        width: calc(100%);
    }

    .how .buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .how .buttons .button{
        max-width: 95%;
    }

    .how .buttons .button:not(:last-child){
        margin-bottom: 20px;
    }

    .big_buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .big_buttons .button{
        max-width: 100%;
    }

    .big_buttons .button:first-child{
        margin-bottom: 20px;
    }
}

@media(max-width: 768px){
    .whyme .items {
        padding: 0 30px;
    }

    .places .item .hot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .places .item .hot .separ{
        background: transparent;
        height: 20px;
    }

    .places .item .hot .vak {
        width: -webkit-calc(100%);
        width: calc(100%);
    }

    .how .buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .how .buttons .button {
        max-width: 100%;
    }

    .how .buttons .button:not(:last-child){
        margin-bottom: 20px !important;
    }

    .big_buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .big_buttons .button{
        max-width: 48%;
    }

    .big_buttons .button:first-child{
        margin-bottom: 0px;
    }

    .asubscribe_form{
        margin:25px 0;
    }

    .our_wins .items {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .our_wins .item:last-child{
        margin-bottom: 30px;
    }

	.video_list_carer_obol .navigation > div{
		transform: translateX(0);
		cursor: pointer;
		z-index: 2;
		background-color: rgba(255,255,255,0.7);
		height: 30px;
		background-size: 12px 21px;
		background-repeat: no-repeat;
		background-position: center;
		width: 18px;
	}

	.video_list_carer_obol .navigation > div.prev{
		transform: rotate(-180deg) translateX(0);
	}
}

@media(max-width: 700px){
    .big_buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .big_buttons .button{
        max-width: 100%;
    }

    .big_buttons .button:first-child{
        margin-bottom: 20px;
    }
}

@media(max-width: 600px){
    .places .item .hot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .places .item .hot .vak {
        max-width: -webkit-calc(100%);
        max-width: calc(100%);
    }

    .places .item .hot .separ {
        background: transparent;
        height: 20px;
    }

    .how .buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .how .buttons .button {
        max-width: 100%;
    }

    .how .buttons .button:not(:last-child){
        margin-bottom: 20px !important;
    }
}

@media(max-width: 400px){
    .whyme .items {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .whyme .items .item:not(:last-child){
        margin-right:0;
    }

    .how .buttons .button{
        font-size: 18px;
    }
}

@media(max-width: 355px){
    .big_buttons .button {
        max-width: 100%;
        background: #0b82ad;
        padding: 0 20px;
    }

    .big_buttons .button span {
        font-size: 14px;
        font-weight: bold;
    }
}

@media(max-width: 310px){
    .how .buttons .button{
        font-size: 15px;
    }
}