﻿.icon-s-arrowRight {
    background-image: url(../img/sprite.png);
    background-position: -128px -60px;
    width: 5px;
    height: 10px;
}

.icon-s-arrowWhite {
    background-image: url(../img/sprite.png);
    background-position: -128px -78px;
    width: 5px;
    height: 10px;
}

.icon-s-commentBlue {
    background-image: url(../img/sprite.png);
    background-position: -109px -60px;
    width: 14px;
    height: 13px;
}

.icon-s-commentWhite {
    background-image: url(../img/sprite.png);
    background-position: -109px -78px;
    width: 14px;
    height: 13px;
}
.row-doctor {
    padding: 20px 0;
    border-bottom:  1px solid rgba(34, 34, 34, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.doc-image {
    width: 130px;
}
.doc-image img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.doc-descr {
    width: 40%;
}
.doc-prm {
    width: 30%;
}
.doc-name a {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;

    color: #222222;
}
.doc-spec {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */

    margin-top: 14px;
    color: #05A1CF;
}
.doc-descr {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;

    color: rgba(34, 34, 34, 0.6);
}
.doc-asc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
}
.banner-write {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F7F7F7;
}
.banner-write h1 {
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
    color: #222222;
}.banner-write h2  {
     font-weight: bold;
     font-size: 15px;
     line-height: 17px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.57);
     color: rgba(34, 34, 34, 0.57);
}
 .text-write-block a {
     font-weight: bold;
     font-size: 15px;
     line-height: 17px;
     padding-top: 10px;
     display: block;
     color: #05A1CF;
 }
.image-write {
    width: 45%;
}
.text-write-block {
    padding: 0 30px;
    width: 55%;
}
.doc-asc a {
    color: #fff;
    background: #05A1CF;
    border-radius: 100px;
    padding: 14px 28px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */


    color: #FFFFFF;
    text-decoration: none;
}
.doc-row-block {
	font-family: Arial;
	width: 100%; 
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.03);
	padding: 16px 10px;
}

.doc-row-left img {
	width: 150px;
	height: 150px;
	object-fit: contain;
}

.doc-row-left {
	padding-right: 30px;
}

.doc-row-right {
	width: 100%;
	position: relative;
	padding:8px 15px;
	border-left: 1px solid rgba(107, 107, 107, 0.27);
}

.doc-name-write {
	font-weight: bold;
	font-size: 17px;

	color: #3C3C3C;
}

.doc-prof-write {
	font-size: 14px;
	margin-top: 2px;
	color: rgba(132, 132, 132, 0.69);
}

.doc-phone-write a {
	font-weight: bold;
	font-size: 18px;
	display: block;
	margin-top: 20px;
	text-decoration: none;

	color: #05A1CF;

}
.doc-loc-write {
	position: absolute;
	text-align: right;
	right: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	font-size: 16px;
	color: #3C3C3C;
	top:0;
}
.doc-write-write {
	position: absolute;
	text-align: center;
	right: 30px;
	bottom: 14px;
}
.doc-write-write a {
	color: #fff;
	background-color: #05A1CF;
	padding: 14px 30px;
	border-radius: 64px;
	font-size: 14px;
	text-decoration: none;
}
.doc-loc-write img {
	margin-right: 4px;
}
.doc-phone-time-write {
	font-size: 14px;
	margin-top: 3px;
	color: #3C3C3C;
}

.doc-more-write a {
	display: block;
	margin-top: 22px;
	
	font-size: 13px;
	text-decoration: none;


	color: rgba(132, 132, 132, 0.69);
}
@media(max-width:900px){
	.doc-row-block {
		width: auto;
	}
}
@media(max-width:780px){
	.doc-write-write{
		position: static;
		margin-top: 20px;
		text-align: left;
	}
	.doc-name-write {
		padding-top: 20px;
	}
    .banner-write h1 {
        font-size: 16px;
    }
    .banner-write h2 {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .row-doctor {
        flex-wrap: wrap;
        justify-content: start;
    }
    .row-doctor div {
        padding: 10px;
        width: auto;
    }
}
@media (max-width:490px) {
	.doc-name-write {
		font-size: 14px;
		
	}
	.doc-row-left {
		padding-right: 15px;
	}
	.doc-row-left img {
		width: 100px;
		height: 100px;
	}
	.doc-row-right {
		padding-right: 0;
	}
	.doc-write-write a {
		padding: 12px;
	}
	.doc-prof-write {
		font-size: 12px;
	}
	.doc-phone-write a {
		font-size: 14px;
	}
	.doc-phone-time-write {
		font-size: 12px;
	}
}
@media (max-width:350px) {
	.doc-write-write a {
		padding: 6px;
		font-size: 12px;
	}
}

.icon-s-eyeBlue {
    background-image: url(../img/sprite.png);
    background-position: 0px -106px;
    width: 16px;
    height: 9px;
}

.icon-s-eyeWhite {
    background-image: url(../img/sprite.png);
    background-position: -21px -106px;
    width: 16px;
    height: 9px;
}

.icon-s-logo {
    background-image: url(../img/sprite.png);
    background-position: 0px 0px;
    width: 139px;
    height: 55px;
}

.icon-s-logoFooter {
    background-image: url(../img/sprite.png);
    background-position: 0px -60px;
    width: 104px;
    height: 41px;
}

.icon-s-point {
    background-image: url(../img/sprite.png);
    background-position: -109px -96px;
    width: 5px;
    height: 3px;
}

@font-face {
    font-family: 'ArialM';
    src: url("../fonts/ArialMT.woff") format("woff"), url("../fonts/ArialMT.ttf") format("truetype"), url("../fonts/ArialMT.svg#ArialMT") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url("../fonts/ArialRegular.eot");
    src: url("../fonts/ArialRegular.woff2") format("woff2"), url("../fonts/ArialRegular.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

html,
body,
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*ul{
  list-style: none;
  padding: 0;
  margin: 0;
}*/

.hidden {
    display: none;
}

.containerPolis {
    width: 1170px;
    height: auto;
    margin: 0 auto;
}

@media only screen and (max-width: 1170px) {
    .containerPolis {
        width: 100%;
        padding: 0 15px;
    }
}

a {
    text-decoration: none;
}

p,
span {
    font-family: "Arial";
    line-height: 1.5;
}

.image {
    position: relative;
    overflow: hidden;
}

.image 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;
}

.shadowBlack {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    -webkit-transition: .3s;
    transition: .3s;
}

.bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 7;
}

.containerPolis.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1170px) {
    .containerPolis.menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
}

.containerPolis.menu .menuLeft {
    width: 175px;
    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;
}

@media only screen and (max-width: 1170px) {
    .containerPolis.menu .menuLeft {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 970px) {
    .containerPolis.menu .menuLeft {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.containerPolis.menu .menuLeft .logo {
    background-image: url(../img/sprite.png);
    background-position: 0px 0px;
    width: 139px;
    height: 55px;
}

@media only screen and (max-width: 480px) {
    .containerPolis.menu .menuLeft .logo {
        margin-left: 5px;
    }
}

.containerPolis.menu .menuRight {
    width: 995px;
    height: auto;
    background-color: #05a1cf;
}

@media only screen and (max-width: 1170px) {
    .containerPolis.menu .menuRight {
        width: 100%;
    }
}

.containerPolis.menu .menuRight .menuTop {
    height: auto;
    border-bottom: 1px solid #1095c4;
    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: 5px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Arial";
}

@media only screen and (max-width: 970px) {
    .containerPolis.menu .menuRight .menuTop {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 20px;
        height: auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative
    }
}

@media only screen and (max-width: 480px) {
    .containerPolis.menu .menuRight .menuTop {
        position: relative;
    }
}

.containerPolis.menu .menuRight .menuTop .reg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    cursor: pointer;
}

@media only screen and (max-width: 970px) {
    .containerPolis.menu .menuRight .menuTop .reg {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 10px;
        padding-bottom: 10px;
    }
}

.containerPolis.menu .menuRight .menuTop .reg a {
    color: #fff;
    padding-bottom: 1px;
    margin-right: 7px;
    border-bottom: 1px dashed #fff;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
}

.containerPolis.menu .menuRight .menuTop .reg a:hover {
    border-color: #222;
    color: #222;
    -webkit-transition: .2s;
    transition: .2s;
}

.containerPolis.menu .menuRight .menuTop .text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

@media only screen and (max-width: 970px) {
    .containerPolis.menu .menuRight .menuTop .text {
        position: absolute;
        top: -60px;
        right: 0;
        width: 266px;
    }
}

@media only screen and (max-width: 480px) {
    .containerPolis.menu .menuRight .menuTop .text {
        top: -70px;
        right: 0;
        width: 160px;
    }
}

.containerPolis.menu .menuRight .menuTop .text span {
    font-family: "Arial";
    font-size: 14px;
    color: #fff;
    font-style: italic;
    padding-right: 20px;
    position: relative;
}

@media only screen and (max-width: 970px) {
    .containerPolis.menu .menuRight .menuTop .text span {
        color: #222;
    }
}

@media only screen and (max-width: 480px) {
    .containerPolis.menu .menuRight .menuTop .text span {
        padding-right: 0;
    }
}

.containerPolis.menu .menuRight .menuTop .text .point:after {
    position: absolute;
    content: '';
    background-image: url(../img/sprite.png);
    background-position: -109px -96px;
    width: 5px;
    height: 3px;
    top: 7px;
    right: 6px;
}

.containerPolis.menu .menuRight .menuTop .search {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

@media only screen and (max-width: 970px) {
    .containerPolis.menu .menuRight .menuTop .search {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (max-width: 480px) {
    .containerPolis.menu .menuRight .menuTop .search {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -2;
        -webkit-transition: top .5s;
        transition: top .5s;
    }
}

.containerPolis.menu .menuRight .menuTop .search .inputSearch {
    position: relative;
}

.containerPolis.menu .menuRight .menuTop .search .inputSearch .btnSearch {
    background-image: url(../img/sprite.png);
    background-position: -98px -102px;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 5px;
    right: 6px;
}

.containerPolis.menu .menuRight .menuTop .search .inputSearch .btnSearch:before {
	display: none !important;
}

.containerPolis.menu .menuRight .menuTop .search .inputSearch .google {
    background-image: url(../img/sprite.png);
    background-position: -118px -93px;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 2px;
    left: 4px;
}

.containerPolis.menu .menuRight .menuTop .search .inputSearch .s84 {
    padding-left: 10px;
    width: 225px;
    height: 24px;
    padding-right: 25px;
    font-size: 16px;
}

.containerPolis.menu .menuRight .menuTop .search.active {
    top: calc(100% + 3px);
    -webkit-transition: top .5s;
    transition: top .5s;
    z-index: 9;
}
.containerPolis.menu .menuRight .menuTop .menu-trigger {
    width: 40px;
    height: 25px;
    position: relative;
    cursor: pointer;
    vertical-align: top;
    display: none;
}

@media only screen and (max-width: 970px) {
    .containerPolis.menu .menuRight .menuTop .menu-trigger {
        display: inline-block;
    }
}

.containerPolis.menu .menuRight .menuTop .menu-trigger .line {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background: #fff;
}

.containerPolis.menu .menuRight .menuTop .menu-trigger.second {
    -webkit-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
}

@media only screen and (max-width: 970px) {
    .containerPolis.menu .menuRight .menuTop .menu-trigger.second {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media only screen and (max-width: 480px) {
    .containerPolis.menu .menuRight .menuTop .menu-trigger.second {
        margin-right: 40px;
    }
}

.containerPolis.menu .menuRight .menuTop .menu-trigger.second .line {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.containerPolis.menu .menuRight .menuTop .menu-trigger.second .line.line-1 {
    -webkit-transition: all 0.3s 0.3s, -webkit-transform 0.3s 0s;
    transition: all 0.3s 0.3s, -webkit-transform 0.3s 0s;
    transition: all 0.3s 0.3s, transform 0.3s 0s;
    transition: all 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.containerPolis.menu .menuRight .menuTop .menu-trigger.second .line.line-2 {
    top: 50%;
    margin-top: -1px;
    left: 0;
    -webkit-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
}

.containerPolis.menu .menuRight .menuTop .menu-trigger.second .line.line-3 {
    bottom: 0;
    top: auto;
    left: 0;
    -webkit-transition: all 0.3s 0.3s, -webkit-transform 0.3s 0s;
    transition: all 0.3s 0.3s, -webkit-transform 0.3s 0s;
    transition: all 0.3s 0.3s, transform 0.3s 0s;
    transition: all 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.containerPolis.menu .menuRight .menuTop .menu-trigger.second.active {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.5s 0.3s;
    transition: all 0.5s 0.3s;
}

.containerPolis.menu .menuRight .menuTop .menu-trigger.second.active .line-1 {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s, -webkit-transform 0.3s 0.3s;
    transition: all 0.3s, -webkit-transform 0.3s 0.3s;
    transition: all 0.3s, transform 0.3s 0.3s;
    transition: all 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.containerPolis.menu .menuRight .menuTop .menu-trigger.second.active .line-2 {
    opacity: 0;
    -webkit-transition: all 0.3s, opacity 0.3s 0s;
    transition: all 0.3s, opacity 0.3s 0s;
}

.containerPolis.menu .menuRight .menuTop .menu-trigger.second.active .line-3 {
    bottom: 50%;
    margin-bottom: -1px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s, -webkit-transform 0.3s 0.3s;
    transition: all 0.3s, -webkit-transform 0.3s 0.3s;
    transition: all 0.3s, transform 0.3s 0.3s;
    transition: all 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.containerPolis.menu .menuRight .menuTop .btnTriger {
    display: none;
    background-image: url(../img/mobSearch.png);
    width: 25px;
    height: 25px;
}

@media only screen and (max-width: 480px) {
    .containerPolis.menu .menuRight .menuTop .btnTriger {
        display: block;
        position: absolute;
        right: 20px;
        bottom: 10px;
    }
}

.containerPolis.menu .menuRight .menuBottom {
    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;
    position: relative;
}

@media only screen and (max-width: 970px) {
    .containerPolis.menu .menuRight .menuBottom {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.containerPolis.menu .menuRight .menuBottom ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    list-style: none;
}

@media only screen and (max-width: 970px) {
    .containerPolis.menu .menuRight .menuBottom ul {
        position: absolute;
        display: block;
        background-color: #05a1cf;
        top: 100%;
        left: -100%;
        width: auto;
        padding-right: 50px;
        -webkit-transition: 1s;
        transition: 1s;
        min-width: 250px;
        max-width: 320px;
        z-index: 999;
    }
}

.containerPolis.menu .menuRight .menuBottom ul li {
    padding: 13px 0;
    margin-right: 40px;
    color: #fff;
    font-family: "Arial";
    font-weight: bold;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
}

@media only screen and (min-width: 970px) {
    .containerPolis.menu .menuRight .menuBottom ul li:hover {
        background-color: #1f84b6;
        -webkit-transition: .6s;
        transition: .6s;
    }
}

@media only screen and (max-width: 970px) {
    .containerPolis.menu .menuRight .menuBottom ul li {
        margin-right: 0;
        padding-left: 20px;
    }
}

.containerPolis.menu .menuRight .menuBottom ul li a {
    color: #fff;
    padding: 13px 15px;
}

@media only screen and (max-width: 970px) {
    .containerPolis.menu .menuRight .menuBottom ul li a {
        padding: 0;
    }
}

.containerPolis.menu .menuRight .menuBottom ul li.hasSubMenu .submenu {
    max-height: 0;
    padding: 0 15px 0 15px;
    position: absolute;
    white-space: nowrap;
    -webkit-box-sizing: unset;
    box-sizing: unset;
    display: block;
    overflow: hidden;
    -webkit-transition: .7s;
    transition: .7s;
    min-width: 210px;
    top: 100%;
    left: -15px;
    z-index: 999;
}

@media only screen and (max-width: 970px) {
    .containerPolis.menu .menuRight .menuBottom ul li.hasSubMenu .submenu {
        position: relative;
    }
}

.containerPolis.menu .menuRight .menuBottom ul li.hasSubMenu .submenu li {
    background-color: #05a1cf;
    margin-right: 0;
}

.containerPolis.menu .menuRight .menuBottom ul li.hasSubMenu .active+.submenu {
    position: relative;
    max-height: 500px;
    padding: 0 15px 0 15px;
    z-index: 4;
    -webkit-transition: 1.5s;
    transition: 1.5s;
}

@media only screen and (min-width: 970px) {
    .containerPolis.menu .menuRight .menuBottom ul li.hasSubMenu:hover .submenu {
        max-height: 500px;
        padding: 0 15px 20px 15px;
        z-index: 999;
        -webkit-transition: 1.5s;
        transition: 1.5s;
    }
    .containerPolis.menu .menuRight .menuBottom ul li.hasSubMenu:hover .submenu li {
        background-color: #05a1cf;
        margin-right: 0;
    }
    .containerPolis.menu .menuRight .menuBottom ul li.hasSubMenu:hover .submenu li:hover {
        background-color: #1f84b6;
    }
}

.containerPolis.menu .menuRight .menuBottom ul li.hasSubMenu .arrow {
    display: none;
    width: 50px;
    height: 20px;
    background-color: transparent;
    box-shadow: none;
}

@media only screen and (max-width: 970px) {
    .containerPolis.menu .menuRight .menuBottom ul li.hasSubMenu .arrow {
        display: block;
        position: absolute;
        top: 18px;
        right: -50px;
    }
}

.containerPolis.menu .menuRight .menuBottom ul li.hasSubMenu .arrow:after {
    display: none;
    background-image: url(../img/sprite.png);
    background-position: -128px -60px;
    width: 5px;
    height: 10px;
}

@media only screen and (max-width: 970px) {
    .containerPolis.menu .menuRight .menuBottom ul li.hasSubMenu .arrow:after {
        content: '';
        display: block;
        position: absolute;
        -webkit-transition: .5s;
        transition: .5s;
    }
}

.containerPolis.menu .menuRight .menuBottom ul li.hasSubMenu .arrow.active:after {
    display: none;
    background-image: url(../img/sprite.png);
    background-position: -128px -60px;
    width: 5px;
    height: 10px;
}

@media only screen and (max-width: 970px) {
    .containerPolis.menu .menuRight .menuBottom ul li.hasSubMenu .arrow.active:after {
        content: '';
        display: block;
        position: absolute;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: .5s;
        transition: .5s;
    }
}

.containerPolis.menu .menuRight .menuBottom ul.active {
    -webkit-transition: 1s;
    transition: 1s;
    left: 0;
    z-index: 999;
}

.footerPolis {
    height: auto;
    background-color: #efefef;
}

.footerPolis .containerPolis {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
}

.footerPolis .containerPolis .item {
    width: 100%;
    padding: 60px 0 0 0;
    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;
}

@media only screen and (max-width: 970px) {
    .footerPolis .containerPolis .item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.footerPolis .containerPolis .item .col {
    width: 190px;
    height: auto;
}

.footerPolis .containerPolis .item .col ul {
    list-style: none;
}

@media only screen and (max-width: 1170px) {
    .footerPolis .containerPolis .item .col {
        padding-right: 20px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 970px) {
    .footerPolis .containerPolis .item .col {
        width: 33%;
    }
}

@media only screen and (max-width: 480px) {
    .footerPolis .containerPolis .item .col {
        width: 50%;
    }
}

.footerPolis .containerPolis .item .col li {
    margin: 10px 0;
}

.footerPolis .containerPolis .item .col a {
    color: #222;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 16px;
    font-family: "Arial";
}

.footerPolis .containerPolis .item .col a:hover {
    color: #05a1cf;
    -webkit-transition: .3s;
    transition: .3s;
}

.footerPolis .containerPolis .logoFooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    flex-wrap: wrap;
}

@media only screen and (max-width: 970px) {
    .footerPolis .containerPolis .logoFooter {
        height: auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 480px) {
    .footerPolis .containerPolis .logoFooter {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 480px) {
    .footerPolis .containerPolis .logoFooter a {
        width: 100%;
    }
}

.footerPolis .containerPolis .logoFooter .logoF {
    background-image: url(../img/sprite.png);
    background-position: 0px -60px;
    width: 104px;
    height: 41px;
    margin-left: 20px;
}

@media only screen and (max-width: 480px) {
    .footerPolis .containerPolis .logoFooter .logoF {
        margin: 30px auto 0 auto;
    }
}

.footerPolis .containerPolis .logoFooter span {
    color: #222;
    font-size: 16px;
    font-family: "Arial";
}

.footerPolis .containerPolis .copyright {
    padding: 20px 0;
    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;
    width: 100%;
    border-top: 1px solid #dbdbdb;
}

@media only screen and (max-width: 970px) {
    .footerPolis .containerPolis .copyright {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footerPolis .containerPolis .copyright span {
    font-size: 14px;
    color: #222;
    font-family: "Arial";
    width: auto;
    -webkit-transition: .4s;
    transition: .4s;
}

@media only screen and (max-width: 970px) {
    .footerPolis .containerPolis .copyright a {
        width: 100%;
    }
}

.footerPolis .containerPolis .copyright .webIt {
    margin-left: 20px;
    width: 185px;
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footerPolis .containerPolis .copyright .webIt:hover .logoWeb {
    -webkit-transition: .5s;
    transition: .5s;
    background: url(../img/webit.png) no-repeat -5px -5px;
    width: 37px;
    height: 10px;
}

.footerPolis .containerPolis .copyright .webIt:hover span {
    color: #05a1cf;
    -webkit-transition: .3s;
    transition: .3s;
}

@media only screen and (max-width: 970px) {
    .footerPolis .containerPolis .copyright .webIt {
        width: 100%;
        margin-top: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0;
    }
}

.footerPolis .containerPolis .copyright .webIt .logoWeb {
    background: url("../img/webit.png") no-repeat -5px -25px;
    width: 37px;
    height: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-left: 20px;
}


/*24.11.17*/

.promo-block {
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.promo-block p {
    font-size: 16px;
    color: #fff;
}

.promo-block a {
    font-size: 13px;
    color: #fff;
}

.wrapperForm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99999;
}

.wrapperForm.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.formError {
    max-width: 600px;
    min-width: 300px;
    background-color: #fff;
    padding: 30px 10px 10px 10px;
    position: relative;
    font-size: 14px;
}

.formError .gramaticalError {
    margin: 10px 0;
    background-color: #D4D0C8;
    color: #f00;
    padding: 5px;
    font-family: "Arial";
}

.formError .addressPage {
    margin: 10px 0;
    font-family: "Arial";
}

.formError input {
    width: 100%;
    margin-top: 10px;
}

.formError .close {
    background-image: url(/img/close-button.png);
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

.formError button {
    width: 100%;
    margin-top: 10px;
    background-color: #05a1cf;
    border: none;
    color: #fff;
    min-height: 25px;
    cursor: pointer;
    transition: .3s;
}

.formError button:hover {
    opacity: .7;
}

.success_feedback {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 28px;
    background-color: #fff;
    padding: 20px 0;
    color: #f00;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

.success_feedback.active {
    opacity: 1;
    visibility: visible;
}

*,
.text-content ol,
.text-content ul {
    font-family: "Arial" !important;
    line-height: 1.5 !important;
}

/*for youtube*/

.videoiframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 10px;
}

.videoiframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*for bannerbot*/

.no-show {
    display: none !important;
}

/*from Ruslan*/
blockquote{
	border-left: solid firebrick 3px;
	padding:5px 5px 5px 10px;
	background-color:#ddfefb;	
}

/*Subject*/
.descriptionSimptom ul {
	list-style: none;
	padding: 0;
}
.descriptionSimptom ul li:before {
	content: "► ";
    color: #06a4d0;
}
.descriptionSimptom a {
	color: #1797cf !important;
	transition: .4s;
}
.descriptionSimptom a:hover {
	text-decoration: underline;
}

/* cookie message */

    .cookie__message[style*="display: block"] {
        height: auto;
    }

    .cookie__message {
        box-sizing: border-box;
        display: none;
        max-width: none;
        margin: 0 auto;
        position: fixed;
        height: 0;
        top: 0;
        left: 0;
        width: 100%;
        font-family: Arial;
        font-size: 13px;
        color: #808080;
        background-color: #fff;
        z-index: 9999;
    }

    .cookie__message .container2 {
        padding: 0 50px 0 15px;
        position: relative;  
        max-width: 1200px;      
    }

    .cookie__message .close_cookie__message {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        background-color: #05A1CF;
        border-radius: 50%;
        cursor: pointer;
    }

    .cookie__message .close_cookie__message:before {
        content: '';
        width: 13px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 8.5px;
        left: 3.5px;
        transform: rotate(45deg);
    }

    .cookie__message .close_cookie__message:after {
        content: '';
        width: 13px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 8.5px;
        left: 3.5px;
        transform: rotate(-45deg);
    }

/* cookie message */


.footerPolis .containerPolis .logoFooter {
    position: relative;
}

.footerPolis .containerPolis .logoFooter .age_restriction {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #05A1CF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerPolis .containerPolis .logoFooter .age_restriction p {
    font-size: 25px;
    color: #05A1CF;
}

@media screen and (max-width: 480px) {
    .footerPolis .containerPolis .logoFooter .age_restriction {
        top: unset;
        bottom: 0;
    }
}

@media screen and (max-width: 640px) {
    .cookie__message .close_cookie__message {
        top: 25%;
    }
}

.offset_bottom_40 {
    margin-bottom: 40px;
}

.copyright__links {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.copyright__links a {
    text-decoration: none;
    padding: 0 15px;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    transition: .4s;
}

.copyright__links a:not(:last-child) {
    border-right: 1px solid #000;
}

.copyright__links a:hover {
    color: #05a1cf;
}

.footerPolis .containerPolis .logoFooter {
    align-items: flex-start;
}

.footerPolis .containerPolis .logoFooter span {
    width: calc(100% - 125px);
}
