/*Settings*/
*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Nunito', sans-serif;
    -webkit-text-size-adjust: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    outline: none;
}
body.no-overflow-nav{
    overflow-y: hidden;
}
main{
    display: block;
}
hr{
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
a{
    background-color: transparent;
}
b, strong{
    font-weight: bolder;
}
img{
    border-style: none;
}
button, input, select, textarea{
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input{
    overflow: visible;
}
button, select{
    text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"]{
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner{
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring{
    outline: 1px dotted ButtonText;
}
textarea{
    overflow: auto;
}
[type="checkbox"], [type="radio"]{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button{
    height: auto;
}
::-webkit-file-upload-button{
    -webkit-appearance: button;
    font: inherit;
}
h1{
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 70px;
    color: #222222;
}
h2{
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 65px;
    color: #000000;
}
h3{
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    color: #000000;
}
h4{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}
h5{
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}
h6{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}
p{
    font-size: 18px;
    line-height: 27px;
    color: #646464;
}
p + h2{
    margin-top: 30px;
}
@media(max-width: 767px){
    h1{
        font-size: 26px;
        line-height: 35px;
    }
    h2{
        font-size: 24px;
        line-height: 35px;
    }
    h3{
        font-size: 22px;
        line-height: 35px;
    }
}
.wrapper{
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.show-in-mob {
    display: none;
}

/*header*/
header{
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgb(48 97 127 / 15%);
    border-radius: 0px;
}
.header{
    height: 68px;
}
.header__menu{
    display: flex;
    align-items: center;
    height: inherit;
    justify-content: space-between;
}
.header__menu-logo{
    display: flex;
    align-items: center;
}
.header__menu-logo a{
    display: flex;
    align-items: flex-end;
    font-size: 18px;
    line-height: 25px;
    color: #222222;
    text-decoration: none;
}
.header__menu-logo a img{
    min-height: 39px;
    min-width: 31px;
    margin-right: 3.5px;
}
.header__menu-logo form, .tablet-search form{
    margin-left: 60px;
    position: relative;
}
.header__menu-logo form input, .tablet-search form input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(34, 34, 34, 0.04);
    border-radius: 0;
    max-width: 267px;
    height: 48px;
    outline: none;
    padding-left: 24px;
    padding-right: 64px;
    box-sizing: border-box;
    border: 1px solid rgba(34, 34, 34, 0.04);
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
}
.header__menu-logo form input:hover, .header__menu-logo form input:active, .header__menu-logo form input:focus{
    border: 1px solid #55C3FE;
}
.tablet-search form input:hover, .tablet-search form input:active, .tablet-search form input:focus{
    border: 1px solid #55C3FE;
}
.header__menu-logo form input::-webkit-input-placeholder{
    color: rgba(34, 34, 34, 0.4);
}
.header__menu-logo form input::-moz-placeholder{
    color: rgba(34, 34, 34, 0.4);
    opacity: 1;
}
.header__menu-logo form input:-ms-input-placeholder{
    color: rgba(34, 34, 34, 0.4);
}
.header__menu-logo form input::-ms-input-placeholder{
    color: rgba(34, 34, 34, 0.4);
}
.header__menu-logo form input::placeholder{
    color: rgba(34, 34, 34, 0.4);
}
.tablet-search form input::-webkit-input-placeholder{
    color: rgba(34, 34, 34, 0.4);
}
.tablet-search form input::-moz-placeholder{
    color: rgba(34, 34, 34, 0.4);
    opacity: 1;
}
.tablet-search form input:-ms-input-placeholder{
    color: rgba(34, 34, 34, 0.4);
}
.tablet-search form input::-ms-input-placeholder{
    color: rgba(34, 34, 34, 0.4);
}
.tablet-search form input::placeholder{
    color: rgba(34, 34, 34, 0.4);
}
.header__menu-logo form button, .tablet-search form button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    background-image: url("/images/icon_search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    outline: none;
    border: none;
    cursor: pointer;
}
.wrapper.tablet-search{
    display: none;
}
.header__menu-nav ul{
    display: flex;
    list-style: none;
}
.header__menu-nav ul li{
    margin-right: 36px;
}
.header__menu-nav ul li:last-child{
    margin-right: 0;
}
.header__menu-nav ul li a{
    font-size: 14px;
    line-height: 48px;
    text-transform: uppercase;
    text-decoration: none;
    color: #222222;
}
.header__menu-nav ul li a:hover{
    text-decoration: underline;
}
.header__menu-nav ul li a.g-disc{
    display: block;
    width: 186px;
    height: 48px;
    background: #55C3FE;
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.3s all;
}
.header__menu-nav ul li a.g-disc:hover{
    text-decoration: none;
    background: #2483D0;
}

/*home main*/
.banner{
    background: #DDF7FD;
    height: 524px;
    padding-top: 68px;
}
.main__banner{
    padding: 55px 0 59px;
    display: flex;
    justify-content: space-between;
}
.main__banner-img{
    min-width: 427px;
    max-width: 427px;
    min-height: 426px;
    max-height: 426px;
    background: url(/images/main-banner.png) center center no-repeat;
    margin-right: 57px;
}
.main__banner-header{
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 87px;
    color: #1D6BAA;
    margin-bottom: 10px;
}
.main__banner-description{
    margin-bottom: 55px;
    font-size: 18px;
    line-height: 30px;
    color: #646464;
}
.main__banner-link{
    display: inline-block;
    width: 186px;
    height: 54px;
    background: #1D6BAA;
    font-size: 18px;
    line-height: 54px;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    transition: 0.3s all;
}
.main__banner-link:hover{
    background: #2483D0;
}
.main__banner-link:active{
    background: #14558A;
}
.home__main{
    padding: 60px 0 65px;
}
.page__main{
    padding: 128px 0 84px 0;
}
.reviews{
    margin-bottom: 80px;
}
.reviews-block{
    display: flex;
    justify-content: space-between;
}
.reviews-block-item{
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(48, 97, 127, 0.15);
    display: flex;
    flex-direction: column;
    padding: 53px 0 40px;
    align-items: center;
    width: 19%;
    overflow: hidden;
}
.item-place{
    width: 53px;
    height: 53px;
    background: #55C3FE;
    border-radius: 50%;
    text-align: center;
    line-height: 53px;
    font-weight: normal;
    font-size: 36px;
    color: #fff;
    position: relative;
    margin-bottom: 27px;
}
.item-place.active:before{
    content: '';
    position: absolute;
    width: 73px;
    height: 73px;
    border: 2px solid #55C3FE;
    border-radius: 50%;
    left: -12px;
    top: -12px;
}
.item-img{
    background-repeat: no-repeat;
    background-position: center center;
    width: 172px;
    height: 52px;
    margin-bottom: 17px;
}
.hr-domy{
    background-image: url(/images/domywriting_logo-hr.png);
}
.hr-ptwp{
    background-image: url(/images/paytowritepaper_logo-hr.png);
}
.hr-mcessy{
    background-image: url(/images/mcessay-logo.svg);
}
.hr-p4w{
    background-image: url(/images/pay4writing_logo-hr.png);
}
.hr-esswh{
    background-image: url(/images/logo_essaywriterhelp.svg);
}
.item-score{
    font-size: 18px;
    line-height: 25px;
    text-align: right;
    color: #222222;
    width: 100%;
    padding-right: 8px;
    box-sizing: border-box;
}
.item-line{
    width: 100%;
    border: 1px solid #1D6BAA;
    margin-bottom: 14px;
}
.item-adv{
    margin-bottom: 20px;
}
.item-adv ul{
    list-style: none;
}
.item-adv ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-adv ul li span.adv{
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    margin-right: 5px;
    color: #646464;
}
.item-adv ul li span.stars{
    display: flex;
    align-items: center;
}
.item-adv ul li span.stars figure{
    min-width: 9px;
    min-height: 9px;
    margin-right: 2px;
}
.item-adv ul li span.stars figure:last-child{
    margin-right: 0;
}
figure.full{
    background-image: url(/images/full-star.svg);
    background-repeat: no-repeat;
}
figure.empty{
    background-image: url(/images/empty-star.svg);
    background-repeat: no-repeat;
}
.item-price{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 46px;
}
.item-visit{
    display: block;
    width: 186px;
    height: 54px;
    background: #1D6BAA;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 54px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 8px;
    font-weight: 600;
    transition: 0.3s all;
}
.item-visit:hover{
    background: #2483D0;
}
.item-visit:active{
    background: #14558A;
}
.item-review{
    display: block;
    width: 184px;
    height: 52px;
    background: #fff;
    border: 1px solid #1D6BAA;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    color: #1D6BAA;
    font-weight: 600;
    transition: 0.3s all;
}
.item-review:hover{
    border: 1px solid #55C3FE;
    color: #fff;
    background: #55C3FE;
}
.item-review:active{
    border: 1px solid #14558A;
    color: #14558A;
}
.text h1, .text h2, .text h3, .text h4{
    margin-bottom: 15px;
}
.text p{
    margin-bottom: 15px;
}
.text ul, .text ol{
    list-style-position: inside;
    margin-bottom: 15px;
    margin-left: 25px;
}
.text ul li, .text ol li{
    font-size: 18px;
    line-height: 27px;
    color: #646464;
    margin-bottom: 15px;
}
.text ul li:last-child, .text ol li:last-child{
    margin-bottom: 0;
}
.main-text-adv{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.main-text-adv img{
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
}
.trust{
    margin-bottom: 80px;
}
.trust-box{
    max-width: 972px;
    margin: 0 auto;
    display: flex;
    background: #FFFFFF;
    border: 1px solid #C4EAFF;
    box-sizing: border-box;
}
.trust-item{
    padding: 40px 0;
    min-width: 323px;
    position: relative;
}
.trust-item:not(:last-child){
    border-right: 1px solid #C4EAFF;
}
.trust-item img{
    position: absolute;
    left: 20px;
    top: 54px;
}
.trust-item-top{
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 87px;
    color: #1D6BAA;
    margin-bottom: 20px;
    padding-left: 90px;
}
.trust-item-text{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #646464;
    padding-left: 90px;
}
.home-latest{
    background: linear-gradient(180deg, #07375E 0%, #0C2B46 100%);
    border-radius: 0;
    background-image: url("/images/bg-latest-reviews-min.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: 1px solid #144B78;
}
.home-latest .wrapper{
    padding: 80px 0;
    position: relative;
}
.home-latest-left{
    padding: 117px 0;
}
.home-latest-title{
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 70px;
    color: #FFFFFF;
    font-family: 'Nunito Sans';
    margin-bottom: 24px;
}
.home-latest-subtitle{
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 36px;
    max-width: 365px;
    font-family: 'Nunito';
}
.home-latest-link{
    display: block;
    background: #55C3FE;
    border-radius: 0px;
    width: 186px;
    height: 54px;
    line-height: 54px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s all;
}
.home-latest-link:hover{
    background: #2483D0;
}
.home-latest-right{
    position: absolute;
    top: 80px;
    left: 497px;
    display: flex;
}
.home-latest-post-list{
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(48, 97, 127, 0.15);
    border-radius: 0px;
    margin: 0 12px;
    min-width: 300px;
    max-width: 300px;
    min-height: 472px;
    max-height: 472px;
    display: flex;
    flex-direction: column;
    padding: 32px 15px;
    box-sizing: border-box;
}
.home-latest-post-list .hl-top-link{
    text-decoration: none;
}
.home-latest-post-list .item__thumbnail{
    width: 270px;
    height: 134px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}
.home-latest-post-list h2.item__title{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
}
.home-latest-post-list .item__description{
    margin-top: 9px;
    margin-bottom: 20px;
}
.home-latest-post-list .item__description p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}
.home-latest-post-list .item__info{
    margin-top: auto;
}
.home-latest-post-list .item__info .item__info-link{
    display: block;
    background: #1D6BAA;
    border-radius: 0;
    width: 100%;
    height: 54px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s all;
}
.home-latest-post-list .item__info .item__info-link:hover{
    background: #2483D0;
}
@media(max-width: 1800px){
    .home-latest-right{
        left: 370px;
    }
}
@media(max-width: 1500px){
    .home-latest{
        background: linear-gradient(
                180deg
                , #07375E 0%, #0C2B46 100%);
    }
    .home-latest-left{
        padding: 0;
        margin-bottom: 30px;
    }
    .home-latest-right{
        position: initial;
        justify-content: center;
    }
    .home-latest-title{
        text-align: center;
    }
    .home-latest-subtitle{
        text-align: center;
        max-width: initial;
    }
    .home-latest-link{
        margin: 0 auto;
    }
}
/*error 404*/
.error__main{
     padding: 130px 0 84px;
 }
.error-img{
    background: url(/images/404.png) center center no-repeat;
    min-width: 639px;
    max-width: 639px;
    min-height: 501px;
    max-height: 501px;
    margin: 0 auto;
    margin-bottom: 37px;
}
.error-links{
    text-align: center;
}
.error-first-link{
    width: 186px;
    height: 54px;
    display: inline-block;
    line-height: 54px;
    background: #1D6BAA;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin-right: 20px;
}
.error-first-link:hover{
    background: #2483D0;
}
.error-first-link:active{
    background: #14558A;
}
.error-second-link{
    width: 186px;
    height: 54px;
    display: inline-block;
    line-height: 54px;
    background: #1D6BAA;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
.error-second-link:hover{
    background: #2483D0;
}
.error-second-link:active{
    background: #14558A;
}
/*footer*/
footer{
    background: #0C2B46;
}
.footer{
    /*flex-direction: column;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.footer-top{
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-top ul{
    list-style: none;
    display: flex;
    align-items: center;
}
.footer-top ul li:not(:last-child){
    margin-right: 36px;
}
.footer-top ul li a{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}
.copyright{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
    color: #5391C2;
    padding: 20px 0;
    border-top: 1px solid #144B78;
}
.reviews-grid{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 0 0 48px;
}
.reviews-list{
    list-style: none;
    /*width: 200px;*/
}
.reviews-list li a{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}
.reviews-list li a:hover{
    text-decoration: underline;
}
/*about me img*/
.about-me-img{
    width: 350px;
    height: 350px;
    float: left;
    margin: 0 60px 30px 38px;
}
.about-me-title{
    text-align: center;
}

.sidebar-text{
    display: flex;
    justify-content: space-between;
}

.sidebar-text .post-text{
    max-width: 771px;
    margin-right: 28px;
    width: 100%;
}

.post-sidebar{
    width: 370px;
    margin-bottom: 40px;
}
.sidebar-wrapper{
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    background: #ECFBFF;
    /*padding: 25px;*/
    padding-bottom: 25px;
    align-items: center;
    justify-content: center;
}
.sidebar-wrapper .site-block{
    background: #fff;
    margin-bottom: 13px;
    width: 318px;
    height: 88px;
    display: flex;
    align-items: center;
}
.sidebar-wrapper .site-block:last-child{
    margin-bottom: 0;
}
.sidebar-wrapper .site-block .first-screen{

    padding: 14px 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.site-block .second-screen{
    display: none;
    padding: 16px 22px;
    justify-content: space-between;
    align-items: center;
}
.site-block .second-screen a{
    width: 130px;
    height: 44px;
    margin-bottom: 0;
    line-height: 44px;
}
.second-screen .item-visit{
    border: 1px solid #1D6BAA;
}
.site-block .top{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 19px;
}

.site-block:hover .second-screen{
    display: flex;
    width: 100%;
}

.site-block:hover .first-screen{
    display: none;
}

@media(max-width: 1024px){
    .wrapper{
        padding: 0 40px;
    }
    .header__menu-nav ul li{
        margin-right: 19px;
    }
    .header__menu-nav ul li:last-child{
        margin-right: 0;
    }
    .header__menu-nav ul li a{
        font-size: 14px;
        /*line-height: 22px;*/
    }
    .banner{
        height: 382px;
    }
    .main__banner{
        padding: 31px 40px 43px 19px;
    }
    .main__banner-img{
        min-width: 246px;
        max-width: 246px;
        min-height: 245px;
        max-height: 245px;
        background-size: cover;
    }
    .main__banner-header{
        font-size: 36px;
        line-height: 49px;
        margin-bottom: 8px;
    }
    .main__banner-description{
        margin-bottom: 23px;
    }
    .home__main{
        padding: 20px 0 40px;
    }
    .wrapper.reviews{
        padding: 0 30px;
    }
    .reviews-block-item{
        display: flex!important;
        margin: 0 6px!important;
        padding: 24px 0 36px;
    }
    .reviews-block .slick-list{
        box-shadow: 0px 4px 25px rgba(48, 97, 127, 0.15);
    }
    .reviews-block.slick-dotted.slick-slider{
        padding-bottom: 30px;
    }
    .slick-dots li{
        width: 8px;
        height: 8px;
        margin: 0 10px;
        border-radius: 50%;
    }
    .slick-dots li button{
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #144B78;
    }
    .slick-dots li button:before{
        content: '';
        width: 13px;
        height: 13px;
        background: #55C3FE;
        opacity: 1;
        border-radius: 50%;
        top: 2px;
        left: 2px;
        display: none;
    }
    .slick-dots li.slick-active{
        width: 8px;
        height: 8px;
    }
    .slick-dots li.slick-active button{
        width: 8px;
        height: 8px;
        background: #55C3FE;
    }
    .slick-dots li.slick-active button:before{
        width: 18px;
        height: 18px;
        top: 0;
        left: 0;
        opacity: 1;
        display: none;
    }
    /*.error__main{*/
    /*    padding: 60px 0 188px;*/
    /*}*/
    .about-me-img{
        width: 330px;
        height: 330px;
        margin: 0 22px 25px 0;
    }
    .sidebar-text .post-text{
        margin-right: 0;
    }
    .sidebar-text{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .trust-box{
        justify-content: space-between;
    }
    .trust-item {
        padding: 30px 0;
        min-width: initial;
        width: 33%;
    }
    .trust-item img {
        top: 36px;
    }
    .trust-item-top{
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .trust-item-text {
        font-size: 14px;
        line-height: 20px;
    }
    .home-latest-post-list{
        width: 32%;
        max-width: initial;
        min-width: initial;
        max-height: initial;
        min-height: initial;
    }
    .home-latest-post-list .item__thumbnail{
        width: 100%;
        height: 120px;
    }
}
@media(max-width: 1024px) and (min-width: 768px){
    .reviews-block-item{
        /*width: 224px!important;*/
    }
}
@media(max-width: 992px){
    .header__menu-logo form{
        display: none;
    }
    .header{
        height: 136px;
    }
    .header__menu{
        height: initial;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .wrapper.tablet-search{
        display: flex;
    }
    .tablet-search form{
        margin: 0 auto;
        display: inline-block;
    }
    .banner{
        padding-top: 136px;
    }
    .page__main {
        padding: 190px 0 84px 0;
    }
}
@media(max-width: 767px){
    .wrapper{
        padding: 0 20px;
    }
    .wrapper.header__menu{
        padding-top: 12px;
        padding-bottom: 24px;
    }
    .show-in-mob {
        display: block;
    }
    .header__menu-logo a{
        font-size: 14px;
        line-height: 19px;
        align-items: center;
    }
    .header__menu-nav {
        position: fixed;
        width: 280px;
        top: 136px;
        right: 0;
        bottom: 0;
        height: 100vh;
        -webkit-transform: translateX(+200%);
        -ms-transform: translateX(+200%);
        transform: translateX(+200%);
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        background-color: #DDF7FD;
    }
    .header__menu-nav.main-nav--open {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        z-index: 1;
    }
    .nav-toggler {
        position: relative;
        cursor: pointer;
        width: 34px;
        height: 17px;
        overflow: hidden;
    }
    .nav-lines {
        display: block;
        position: relative;
        top: 8px;
        background: #222222;
        width: 34px;
        height: 1px;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }
    .nav-toggler:before {
        content: '';
        position: absolute;
        top: 1px;
        left: 0;
        background: #222222;
        width: 34px;
        height: 1px;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }
    .nav-toggler:after {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        background: #222222;
        width: 34px;
        height: 1px;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }
    .nav-toggler.opened{
        width: 23px;
        height: 23px;
        background: url(/images/mob-nav-close.png) center center no-repeat;
    }
    .nav-toggler.opened .nav-lines{
        display: none;
    }
    .nav-toggler.opened:before, .nav-toggler.opened:after{
        display: none;
    }
    .header__menu-nav ul{
        flex-direction: column-reverse;
        padding-left: 48px;
        padding-top: 15px;
    }
    .header__menu-nav ul li{
        margin: 0;
        margin-bottom: 18px;
    }
    .header__menu-nav ul li a{
        font-size: 14px;
        line-height: 19px;
    }
    .banner{
        height: 516px;
    }
    .main__banner{
        flex-direction: column;
        padding: 14px 20px 12px;
    }
    .main__banner-img{
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .main__banner-header{
        font-weight: bold;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
    }
    .main__banner-description{
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        margin-bottom: 16px;
    }
    .main__banner-link{
        width: 189px;
        height: 51px;
        line-height: 51px;
        margin: 0 auto;
        display: block;
    }
    .home__main{
        padding: 24px 0 40px;
    }
    .reviews-block-item{
        margin: 0!important;
        box-shadow: none;
    }
    .item-place{
        width: 35px;
        height: 35px;
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 7px;
    }
    .item-place.active:before{
        left: -9px;
        top: -9px;
        width: 49px;
        height: 49px;
    }
    .item-adv{
        width: 90%;
        margin-bottom: 12px;
    }
    .item-price{
        margin-bottom: 15px;
    }
    .item-visit{
        width: 191px;
        margin-bottom: 21px;
    }
    .item-review{
        width: 189px;
    }
    .item-score{
        margin-right: 0;
        width: 90%;
    }
    .item-line{
        width: 90%;
    }
    .main-text-adv{
        flex-direction: column;
    }
    .main-text-adv img{
        margin-right: auto;
    }
    /*.error__main{*/
    /*    padding: 14px 0 28px;*/
    /*}*/
    .error-img{
        background-size: cover;
        min-width: 280px;
        max-width: 280px;
        min-height: 220px;
        max-height: 220px;
        margin: 0 auto;
        margin-bottom: 16px;
    }
    .error-first-link{
        margin: 0;
        margin-bottom: 16px;
    }
    .copyright{
        text-align: center;
        font-size: 12px;
        line-height: 25px;
    }
    .about-me-img{
        width: 100%;
        height: 100%;
        margin: 0;
        margin-bottom: 25px;
    }
    .home-latest .wrapper{
        padding: 55px 0 0;
        margin-bottom: 80px;
    }
    .home-latest .wrapper .slick-dots{
        bottom: -40px;
    }
    .footer-top{
        padding: 45px 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-top ul{
        flex-direction: column;
        align-items: flex-start;
        margin-top: 45px;
    }
    .footer-top ul li{
        margin: 0;
        margin-bottom: 10px;
    }
    .footer-top ul li:last-child{
        margin-bottom: 0;
    }
    .trust{
        margin-bottom: 38px;
    }
    .trust-box{
        flex-direction: column;
        border: none;
    }
    .trust-item{
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 22px 0;
    }
    .trust-item:not(:last-child){
        border: none;
        border-bottom: 1px solid #C4EAFF;
    }
    .trust-item-top{
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 8px;
    }
    .trust-item-text{
        font-size: 18px;
        line-height: 25px;
    }
    .home-latest-left{
        padding: 0 20px;
    }
    .home-latest-title{
        font-weight: bold;
        font-size: 26px;
        line-height: 35px;
        text-align: left;
        margin-bottom: 16px;
    }
    .home-latest-subtitle{
        font-size: 18px;
        line-height: 27px;
        text-align: left;
        margin-bottom: 24px;
    }
    .home-latest-link{
        width: 100%;
        max-width: 300px;
    }
    .home-latest-right{
        overflow: hidden;
    }
}

@-webkit-keyframes sort-delay {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes sort-delay {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes sort-delay {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes sort-delay {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
.srt-delay {
    -webkit-animation: sort-delay 0.5s ease; /* Safari 4+ */
    -moz-animation:    sort-delay 0.5s ease; /* Fx 5+ */
    -o-animation:      sort-delay 0.5s ease; /* Opera 12+ */
    animation:         sort-delay 0.5s ease; /* IE 10+, Fx 29+ */
}

.faq-block {
    margin: 25px 0;
}

.faq-block__table {
    display: table;
    background: #F6F6F6;
    width: 100%;
}

.faq-block__row {
    display: table-row;
}

@media(max-width: 767px){
    .faq-block__row {
        display: flex;
        flex-direction: column;
    }
}

.faq-block__cell {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
    position: relative;
}

@media(max-width: 767px){
    .faq-block__cell {
        padding: 10px 20px;
    }
}

.faq-block__cell:before {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 2px;
    background: #E3E3E3;
    bottom: 0;
}

@media(max-width: 767px){
    .faq-block__cell:before {
        width: calc(100% - 40px);
    }
}

.faq-block__cell_left {
    width: 40%;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    color: #222222;
}

@media(max-width: 767px){
    .faq-block__cell_left {
        width: auto;
    }
}

.faq-block__cell_left:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #E3E3E3;
    top: 0;
    right: 0;
}

@media(max-width: 767px){
    .faq-block__cell_left:after {
        display: none;
    }
}

.faq-block__row:first-child .faq-block__cell_left:after {
    height: calc(100% - 30px);
    top: 30px;
}

@media(max-width: 767px){
    .faq-block__row:first-child .faq-block__cell_left:after {
        display: none;
    }
}

.faq-block__row:last-child .faq-block__cell_left:after {
    height: calc(100% - 30px);
}

@media(max-width: 767px){
    .faq-block__row:last-child .faq-block__cell_left:after {
        height: calc(100% - 10px);
    }
}

.faq-block__row:last-child .faq-block__cell_left:before {
    display: none;
}

@media(max-width: 767px){
    .faq-block__row:last-child .faq-block__cell_left:before {
        display: block;
    }
}

.faq-block__cell_right {
    font-size: 18px;
    line-height: 27px;
    color: #646464;
}

.faq-block__cell_right:before {
    left: 0;
}

@media(max-width: 767px){
    .faq-block__cell_right:before {
        left: auto;
    }
}

.faq-block__row:last-child .faq-block__cell_right:before {
    display: none;
}