.inner {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.leftBlock {
    width: 160px;
    min-height: 1px;
}

.leftBlock img {
    max-width: 100%;
}

.rightBlock {
    width: 240px;
    min-height: 1px;
}

.contentBlock {
    width: 760px;
    min-height: 1px;
    padding: 0 5px;
}

.items,
.newsItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newsItems {
    margin-top: 25px;
    padding-top: 50px;
    border-top: 1px solid #18648a;
}

.itemBlock,
.newsItems .block {
    width: 340px;
    height: 220px;
    position: relative;
    overflow: hidden;
    margin: 0 10px 30px 10px;
    border: 1px solid #18648a;
    transition: .3s;
}

.itemBlock:hover {
    border-color: #970306;
}

.itemBlock img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 5000px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.itemBlock .blur,
.imageBlock .blur {
    background-color: rgba(182, 200, 105, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s;
}

.itemBlock:hover .blur,
.imageBlock:hover .blur {
    background-color: transparent;
}

.itemBlock .title {
    font-size: 20px;
    color: #18648a;
    transition: .3s;
    position: absolute;
    padding: 0 30px 20px 20px;
    bottom: 0;
    margin: 0;
}

.itemBlock:hover .title {
    color: #970306;
}

.alphabet .title,
.ln-letters a {
    font-family: Arial, Helvetica, sans-serif;
    color: #18648a;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    padding: 2px 5px;
    transition: .3s;
    border: 1px solid transparent;
}

.ln-letters a {
    margin-bottom: 0;
}

.ln-letters {
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ln-letters a:hover {
    border-color: #06a4d0;
    color: #06a4d0;
}

.ln-letters .ln-disabled {
    font-family: Arial, Helvetica, sans-serif;
    color: #bdc3c7;
    text-transform: uppercase;
    font-size: 20px;
    padding: 2px 5px;
    border: 1px solid transparent;
}

.letters .ln-disabled:hover {
    cursor: not-allowed;
}

.medicList {
    margin: 30px 0 70px 0;
}

#myList,
.medicList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#myList .clear,
.medicList .clear {
    width: 100%;
}

#myList li,
.medicList li {
    width: 50%;
    margin-bottom: 5px;
    padding: 0 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #18648a;
}

#myList a,
.medicList a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #18648a;
    transition: .3s;
}

#myList a:hover,
.medicList a:hover {
    color: #06a4d0;
}

.photo img {
    max-width: 100%;
    margin: 0 auto;
}

.paginator ul a:hover {
    color: #18648a;
}

.paginator ul a.active {
    color: #18648a;
}

.paginator ul a {
    color: #06a4d0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    transition: .3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.paginator ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.paginator ul li {
    padding: 5px;
    border-top: 1px solid #06a4d0;
    border-bottom: 1px solid #06a4d0;
    width: 30px;
    height: 30px;
    position: relative;
    list-style-type: none;
}

.paginator ul li:nth-of-type(1) {
    border: 1px solid #06a4d0;
    border-radius: 50%;
    margin-right: 10px;
}

.paginator ul li:nth-of-type(2) {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-left: 1px solid #06a4d0;
}

.paginator ul li:nth-of-type(1):hover .leftArrow {
    background-position: -4px -128px;
}

.leftArrow {
    background: url('/img/sprite.png') no-repeat -14px -128px;
    width: 6px;
    height: 9px;
    position: absolute;
    left: calc(50% - 4px);
    top: calc(50% - 5px);
}

.paginator ul li:nth-last-of-type(1) {
    border: 1px solid #06a4d0;
    border-radius: 50%;
    margin-left: 10px;
}

.paginator ul li:nth-last-of-type(2) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-right: 1px solid #06a4d0;
}

.paginator ul li:nth-last-of-type(1):hover .rightArrow {
    background-position: -39px -128px;
}

.rightArrow {
    background: url('/img/sprite.png') no-repeat -28px -128px;
    width: 6px;
    height: 9px;
    position: absolute;
    left: calc(50% - 2px);
    top: calc(50% - 5px);
}

.newsItems .block {
    width: 340px;
    height: auto;
    max-height: 370px;
    overflow: hidden;
    margin-bottom: 20px;
    border: none;
}

.newsItems .block .titleNews {
    font-size: 16px;
    font-family: Arial;
    font-weight: 700;
    color: #18648a;
    -webkit-transition: .4s;
    transition: .4s;
    margin-top: 20px;
}

.newsItems .block:hover .contentNews>.titleNews {
    color: #05a1cf;
    -webkit-transition: .3s;
    transition: .3s;
}

.newsItems .block .imageBlock {
    width: 370px;
    height: 170px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.newsItems .block .imageBlock img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 5000px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.simptom {
    width: 340px;
    margin: 0 10px 30px 10px;
}

.oneItem .simptom {
    width: auto;
    margin: 0 10px 30px 10px;
}

.oneItem .simptom .itemBlock {
    width: 175px;
    height: 170px;
}

.oneItem .simptom .itemBlock img {
    max-width: 100%;
    position: relative;
    height: auto;
    max-height: 100%;
    min-height: 0;
    min-width: 0;
}

.simptom .itemBlock {
    margin: 0;
}

.someSimptom {
    margin-top: 10px;
    line-height: 1.8;
}

.someSimptom a {
    white-space: nowrap;
    font-size: 16px;
    font-family: Arial;
    font-weight: 700;
    color: #18648a;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #cee0e7;
    border-radius: 20px;
    padding: 1px 7px;
    margin: 0 3px;
}

.someSimptom a:hover {
    color: #970306;
    border: 1px solid #970306;
}

#myList-nav {
    margin-bottom: 20px;
}

a.ln-selected {
    border-color: #06a4d0;
    color: #06a4d0;
}

#myList .clear {
    font-family: Arial, Helvetica, sans-serif;
    color: #18648a;
    text-transform: uppercase;
    font-size: 20px;
    margin: 5px 0;
}


/*nav*/

.contentBlock .nav,
.nav a {
    font-size: 11px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}

.contentBlock .nav {
    margin: 0 0 14px 0;
    padding-left: 11px;
}

.contentBlock h1 {
    padding-left: 11px;
    font-size: 18px;
    color: #990000;
    font-family: Arial, Helvetica, sans-serif;
}

.clear {
    clear: both;
}

.oneItem {
    padding-bottom: 10px;
    /*min-height: 250px;*/
}

.items.border {
    padding-top: 40px;
    border-top: 1px solid #18648a;
}

.oneItem .simptom {
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
}

.oneItem .descriptionSimptom {
    padding: 0 10px;
    font-size: 16px;
    font-family: Arial;
    line-height: 1.4;
    color: #010101;
}


/* end nav*/

.newsContainer {
    margin-top: 50px;
    height: auto;
}

.newsContainer .newsBlock {
    margin-bottom: 30px;
}

.newsContainer .newsBlock .imageBlock {
    width: 380px;
    height: 210px;
    margin-right: 35px;
    float: left;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}

.newsContainer .newsBlock .contentNews {
    min-height: 225px;
}

.newsContainer .newsBlock .contentNews .statisticNews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.statisticNews .comment,
.statisticNews .watch {
    position: relative;
    width: auto;
    padding-left: 25px;
    margin-right: 15px;
    color: #05a1cf;
    font-family: Arial;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
}

.statisticNews .category {
    text-align: center;
    padding: 3px;
    border: 1px solid;
    width: auto;
    margin-right: 15px;
    color: #05a1cf;
    font-family: Arial;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 5px;
}

.statisticNews .watch:after {
    background-image: url(../img/sprite.png);
    background-position: 0 -106px;
    width: 16px;
    height: 9px;
    position: absolute;
    content: '';
    left: 0;
    top: 2px;
}

.statisticNews .comment:after {
    background-image: url(../img/sprite.png);
    background-position: -109px -60px;
    width: 14px;
    height: 13px;
    position: absolute;
    content: '';
    left: 5px;
    top: 0;
}

.newsContainer .newsBlock .contentNews .titleNews {
    font-size: 20px;
    color: #18648a;
    font-family: Arial;
    font-weight: 700;
    margin: 30px 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.newsContainer .newsBlock .contentNews .descriptionNews {
    color: #222;
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
}


/*contact*/

.contactBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contactColumn {
    width: calc(50% - 10px);
}

.marginRight {
    margin-right: 10px;
}

.titleContact {
    margin-bottom: 20px;
    font-size: 23px;
    color: #18648a;
    font-family: "Arial";
}

.subtitleContact {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "Arial";
}

.map {
    position: relative;
    padding-bottom: 250px;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.contactList li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
    font-family: "Arial";
}

.contactList li a {
    color: #000;
    font-family: "Arial";
}

.contactList {
    margin-bottom: 20px;
    font-family: "Arial";
}

.contactList li.phone:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    background: url('/img/contact.png') no-repeat -10px -10px;
    width: 15px;
    height: 15px;
}

.contactList li.envelope:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    background: url('/img/contact.png') no-repeat -45px -10px;
    width: 16px;
    height: 12px;
}


/*about project*/

.aboutProject {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboutColumn {
    width: calc(50% - 10px);
}

.aboutImgBlock {
    width: 100%;
    height: 220px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #18648a;
    margin-bottom: 10px;
}

.aboutImgBlock img {
    max-width: 100%;
}

.aboutTitle {
    font-size: 20px;
    color: #18648a;
    font-family: "Arial";
}

.items.newsItems {
    border: none;
    padding-top: 0;
}

.items.newsItems .block {
    width: 230px;
    border: none;
}

.items.newsItems .block .imageBlock {
    width: 100%;
}

@media only screen and (max-width: 1170px) {
    .items.newsItems .block {
        width: 100%;
    }
    .contentBlock {
        width: calc(100% - 410px);
    }
    .itemBlock,
    .newsItems .block {
        margin: 0;
        width: 100%;
    }
    .items a,
    .newsItems a,
    .simptom {
        margin-bottom: 30px;
        width: 50%;
        padding: 0 5px;
    }
    .simptom {
        margin: 0;
    }
    .simptom .items a {
        margin-bottom: 0;
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .contactColumn,
    .aboutColumn {
        width: 100%;
        height: auto;
    }
    .medicList {
        margin: 30px 0;
    }
    .alphabet {
        margin-top: 0;
    }
    .leftBlock {
        display: none;
    }
    .contentBlock {
        width: calc(100% - 240px);
    }
    .newsContainer .newsBlock .imageBlock {
        margin: 0 auto 20px auto;
        float: none;
        width: 100%;
    }
    .statisticNews {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .newsContainer .newsBlock .contentNews .titleNews {
        text-align: center;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 700px) {
    .items a,
    .newsItems a {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .contentBlock {
        width: 100%;
    }
    .items a,
    .newsItems a {
        width: 50%;
    }
    .rightBlock {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .oneItem .simptom {
        margin-bottom: 20px;
    }
    #myList li,
    .medicList li {
        width: 100%;
    }
    .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .list ul,
    .list ul:nth-of-type(1),
    .list ul:nth-last-of-type(1) {
        padding: 0;
        width: 100%;
    }
    .items a,
    .newsItems a,
    .simptom {
        width: 100%;
    }
}