@charset "UTF-8";
/*Fonts*/
@font-face{
    font-family: 'gilroy';
    src: url("../fonts/gilroy-light.eot");
    src: url("../fonts/gilroy-light.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy-light.woff") format("woff"), url("../fonts/gilroy-light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    }
@font-face{
    font-family: 'gilroy';
    src: url("../fonts/gilroy-light-italic.eot");
    src: url("../fonts/gilroy-light-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy-light-italic.woff") format("woff"), url("../fonts/gilroy-light-italic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    }
@font-face{
    font-family: 'gilroy';
    src: url("../fonts/gilroy-extra-bold.eot");
    src: url("../fonts/gilroy-extra-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy-extra-bold.woff") format("woff"), url("../fonts/gilroy-extra-bold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    }
@font-face{
    font-family: 'pt-sans';
    src: url("../fonts/pt-sans-regular.eot");
    src: url("../fonts/pt-sans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-regular.woff") format("woff"), url("../fonts/pt-sans-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    }
@font-face{
    font-family: 'pt-sans';
    src: url("../fonts/pt-sans-regular-italic.eot");
    src: url("../fonts/pt-sans-regular-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-regular-italic.woff") format("woff"), url("../fonts/pt-sans-regular-italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    }
@font-face{
    font-family: 'pt-sans';
    src: url("../fonts/pt-sans-bold.eot");
    src: url("../fonts/pt-sans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-bold.woff") format("woff"), url("../fonts/pt-sans-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    }
/*Fontello icons*/
@font-face{
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?60480242');
    src: url('../fonts/fontello.eot?60480242#iefix') format('embedded-opentype'), url('../fonts/fontello.woff2?60480242') format('woff2'), url('../fonts/fontello.woff?60480242') format('woff'), url('../fonts/fontello.ttf?60480242') format('truetype'), url('../fonts/fontello.svg?60480242#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
    }
[class*="font-icon-"]:before{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #dadee8;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
strong, b{
    font-weight: 700;
    }
em, i{
    font-style: italic;
    }
sup, sub{
    position: relative;
    top: -0.6em;
    font-size: 65% !important;
    line-height: 1em !important;
    }
sub{
    top: auto;
    bottom: -0.3em;
    }
small{
    display: inline-block;
    vertical-align: baseline;
    font-size: .75em;
    line-height: 1.666666666666667em;
    }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main{
    display: block;
    }
/*_____________________________________________*/
html{
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    }
body{
    height: 100%;
    font-family: 'gilroy';
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: .43px;
    color: #7f8b93;
    min-width: 320px;
    }
/*Common styles*/
*, *:before, *:after{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    outline: none !important;
    }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    position: relative;
    color: #916d4b;
    letter-spacing: 0;
    margin: 0 auto;
    max-width: 924px;
    word-break: break-word;
    }
h1, .h1{
    font-size: 2.7em;
    line-height: 1.259259259259259em;
    }
h2, .h2{
    font-size: 2.5em;
    line-height: 1.4em;
    margin: 100px auto 40px;
    }
h3, .h3{
    font-size: 2.3em;
    line-height: 1.304347826086957em;
    margin: 92px auto 40px;
    }
h4, .h4{
    font-size: 1.9em;
    line-height: 1.315789473684211em;
    margin: 80px auto 32px;
    }
h5, .h5{
    font-size: 1.6em;
    line-height: 1.25em;
    margin: 72px auto 24px;
    }
h6, .h6{
    font-size: 1.4em;
    line-height: 1.428571428571429em;
    margin: 72px auto 20px;
    }
.less-size{
    font-size: 1.3em;
    line-height: 1.538461538461538em;
    margin-top: 0;
    }
ol, ul{
    list-style: none;
    margin: 20px auto;
    max-width: 924px;
    }
ul li, ol li{
    position: relative;
    padding-left: 38px;
    margin: 0 0 20px;
    background: url("../i/list-bullet.svg") no-repeat 12px 15px/4px auto;
    }
ol{
    counter-reset: list1;
    list-style: none;
    }
ul ul, ol ol{
    max-width: none;
    }
ol > li{
    background: none !important;
    }
ol > li:before{
    counter-increment: list1;
    content: counter(list1) ".";
    position: absolute;
    left: 8px;
    top: 0;
    }
ol ol{
    counter-reset: list2;
    }
ol ol li{
    padding-left: 38px;
    background: none;
    }
ol ol li:before{
    counter-increment: list2;
    content: counter(list1) "." counter(list2);
    }
ul li p:first-child, ol li p:first-child{
    margin-top: 0 !important;
    }
ul li p:last-child, ol li p:last-child{
    margin-bottom: 0 !important;
    }
/*_______________________________*/
.scroll-tbl{
    position: relative;
    width: 100%;
    max-width: 924px;
    margin: 50px auto;
    border: 1px solid #eeede7;
    overflow-x: auto;
    }
.scroll-tbl table{
    margin: 0 auto;
    min-width: 520px;
    border: none;
    }
table{
    table-layout: fixed;
    width: 100%;
    max-width: 924px;
    margin: 50px auto;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #eeede7;
    }
table thead tr, table tr:nth-child(even){
    background: #f9f7f3;
    }
table th, table td{
    font-size: 1em;
    line-height: 1.875em;
    padding: 24px 20px 25px;
    vertical-align: top;
    text-align: left;
    border-right: 1px solid #eeede7;
    }
table th{
    font-weight: 700;
    color: #010e1d;
    padding: 21px 20px 20px;
    }
table td{
    text-align: left;
    }
table tr:first-child th{
    border-top: 0;
    }
table th:first-child, table td:first-child{
    border-left: 0;
    }
table th:last-child, table td:last-child{
    border-right: 0;
    }
table tr:last-child td{
    border-bottom: 0;
    }
table td > *{
    margin: 10px 0;
    }
table td > *:first-child{
    margin-top: 0 !important;
    }
table td > *:last-child{
    margin-bottom: 0 !important;
    }
a{
    color: #03594e;
    outline: none !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(3, 89, 78, .3);
    }
.no-touchevents a:hover{
    border-color: transparent;
    }
.action-link{
    border-style: dashed;
    }
a[href^=tel], a[href^=fax]{
    white-space: nowrap;
    text-decoration: none;
    border: none;
    }
.no-touchevents a[href^=tel]:hover, .no-touchevents a[href^=fax]:hover{
    opacity: .7;
    }
a[target=_blank]:not(.lg-download):not(.btn){
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
    }
a[target=_blank]:not(.lg-download):after{
    content: '';
    position: absolute;
    top: 3px;
    right: -14px;
    width: 10px;
    height: 10px;
    background: url("../i/blank-icon.svg") no-repeat 0 0/10px 10px;
    }
p{
    margin: 20px auto;
    max-width: 924px;
    }
.large-indent{
    margin-top: 60px;
    }
.important-text{
    font-size: 1.6em;
    line-height: 1.5625em;
    letter-spacing: 0;
    margin: 160px auto 180px;
    max-width: 1072px;
    }
.important-text p{
    margin-bottom: 40px;
    }
.important-text *{
    max-width: none;
    }
.important-text *:first-child{
    margin-top: 0;
    }
.important-text *:last-child{
    margin-bottom: 0;
    }
blockquote{
    position: relative;
    font-size: 1.6em;
    line-height: 1.5625em;
    text-align: center;
    max-width: 1072px;
    margin: 140px auto;
    }
blockquote .bg-petals{
    display: block;
    margin: 0 auto 40px;
    opacity: .53;
    }
blockquote p{
    max-width: none;
    }
blockquote .author{
    font-size: 22px;
    line-height: 1.45em;
    color: #03594e;
    margin: 52px 0 0;
    }
blockquote > *:last-child{
    margin-bottom: 0;
    }
img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 34px auto;
    border-radius: 10px;
    }
img.left, img.right{
    margin: 10px 32px 9px 0;
    max-width: 50%;
    }
img.right{
    margin: 10px 0 9px 32px;
    max-width: 50%;
    }
p img.left, p img.right{
    margin-top: 10px;
    margin-bottom: 9px;
    }
a img{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    }
figure{
    display: block;
    font-family: 'pt-sans';
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #bac6cd;
    margin: 120px auto;
    }
h2 + figure, .h2 + figure{
    margin-top: 50px;
    }
figure img{
    margin: 0 auto;
    }
figcaption{
    margin: 24px 0 0;
    }
.time{
    display: block;
    font-family: 'RobotoCondensed', sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1em;
    color: #8b8b83;
    margin: 16px auto;
    max-width: 780px;
    }
/*___________________________*/
/*Form styles*/
.form-box{
    text-align: center;
    margin: 40px auto;
    }
.form-box .h5{
    margin: 0 auto 10px;
    }
.form-box .sub-text{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .39px;
    margin: 0 auto 12px;
    }
.form-box .sub-text:last-of-type{
    margin: 0 auto;
    }
.form{
    position: relative;
    font-family: 'pt-sans';
    font-weight: 400;
    font-size: 1em;
    line-height: 1.285714285714286em;
    text-align: left;
    max-width: 520px;
    margin: 0 auto;
    }
.form .field{
    width: 100%;
    margin: 0 0 4px;
    }
.field-name{
    position: relative;
    z-index: 1;
    display: block;
    font-size: 16px;
    line-height: 1.25em;
    height: 20px;
    color: #7f8b93;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform: translateY(26px);
    transition: all .2s ease;
    }
.on-focus .field-name{
    font-size: 13px;
    transform: translateY(10px);
    }
.error-field .field-name{
    color: rgba(179, 96, 96, 1);
    }
.required .field-name:after{
    content: '*';
    }
.form-control{
    position: relative;
    z-index: 2;
    display: block;
    font-family: 'pt-sans';
    font-weight: 400;
    font-size: 16px;
    color: #556067;
    line-height: 31px;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(145, 109, 75, .4);
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    outline: none !important;
    text-overflow: ellipsis;
    transition: border .2s ease;
    }
textarea.form-control{
    line-height: 20px;
    min-height: 36px;
    max-width: 100%;
    min-width: 100%;
    resize: none;
    overflow: hidden !important;
    padding: 7px 0;
    }
.error-field .form-control{
    color: #b36060;
    border-color: rgba(179, 96, 96, .7);
    }
.form-control:focus, .error-field .form-control:focus{
    color: #556067;
    border-color: rgba(3, 89, 78, .7);
    }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color: #8b8b83;
    opacity: 1;
    }
input::-moz-placeholder, textarea::-moz-placeholder{
    color: #8b8b83;
    opacity: 1;
    }
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color: #8b8b83;
    opacity: 1;
    }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{
    opacity: 0 !important;
    }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{
    opacity: 0 !important;
    }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder{
    opacity: 0 !important;
    }
/*Btn*/
button{
    border: none;
    background: none;
    cursor: pointer;
    outline: none !important;
    }
.btn{
    position: relative;
    z-index: 4;
    display: table;
    font-family: 'pt-sans';
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    color: #03594e;
    text-align: center;
    text-decoration: none;
    padding: 20px 47px 19px;
    min-width: 261px;
    max-width: 100%;
    margin: 24px auto;
    background: transparent;
    border: 2px solid #03594e;
    border-radius: 40px 0;
    cursor: pointer;
    }
.action-btn{
    border-color: rgba(3, 89, 78, .2);
    }
.action-btn .count{
    color: #97b0ad;
    }
.form .btn{
    margin: 30px 0 0;
    }
.btn.full-width{
    width: 100%;
    }
.btn::-moz-focus-inner{
    border: 0;
    }
.no-touchevents .btn:not(:disabled):hover{
    color: #fff;
    background: #03594e;
    }
.no-touchevents .btn:not(:disabled):not(a):active{
    color: #fff;
    background: #03594e;
    box-shadow: inset 0 4px 10px rgba(4, 24, 63, .17);
    }
.btn:disabled{
    background: #ebf3fb;
    border-color: #ebf3fb;
    cursor: default;
    }
.btn[target=_blank]:after{
    display: none;
    }
.form .btn{
    margin: 29px auto 0;
    }
/*Errors*/
.form .field-error{
    font-size: 13px;
    line-height: 16px;
    color: #b36060;
    margin: 2px 0 -2px;
    }
/*Form message*/
/*.form-message{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1em;
	line-height: 1.625em;
	text-align: center;
	color: #616C83;
	margin: 33px 0 -4px;
	}
.form-message + .form-message{
	margin-top: 22px;
	}
.form-message p{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	}
.form-message.ok:before, .form-message.error:before{
	content: '\e808';
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 1em;
	color: #27C400;
	margin: 1px 12px 4px 0;
	}
.form-message.error:before{
	content: '\e809';
	color: #FF0000;
	}*/
.form-ok-message{
    display: none;
    font-size: 1.15em;
    line-height: 30px;
    letter-spacing: .5px;
    text-align: center;
    color: #03594e;
    margin: 22px 0 9px;
    }
.form-ok-message p{
    margin: 0;
    }
/*Radio and Checkboxes*/
.checkbox-item{
    position: relative;
    line-height: 0;
    margin: 20px 0;
    }
.checkbox-item input[type="checkbox"]{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    }
.checkbox-item input[type="checkbox"] + label{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    color: #03594e;
    padding: 0 0 0 33px;
    cursor: pointer;
    }
.checkbox-item input[type="checkbox"]:disabled + label{
    cursor: default;
    color: #7b888e;
    }
.checkbox-item input[type="checkbox"] + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 14px;
    color: #173d4c;
    text-align: center;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #03594e;
    border-radius: 4px;
    }
.checkbox-item input[type="checkbox"]:checked + label:before{
    background: #03594e url("../i/checked-icon.svg") no-repeat 2px 4px/12px 9px;
    }
.checkbox-item input[type="checkbox"]:disabled + label:before{
    opacity: .5;
    }
/*Appearance*/
.left{
    float: left;
    }
.right{
    float: right;
    }
.center{
    text-align: center;
    }
.align-right{
    text-align: right;
    }
.centered{
    margin-left: auto;
    margin-right: auto;
    }
.uppercase{
    text-transform: uppercase;
    }
.no-indent{
    margin-bottom: 0 !important;
    }
.align-m, .align-b{
    display: table-cell;
    vertical-align: middle;
    }
.align-b{
    vertical-align: bottom;
    }
.no-wrap{
    white-space: nowrap;
    }
/*Independent*/
.container{
    position: relative;
    z-index: 2;
    max-width: 1432px;
    padding: 0 70px;
    margin: 0 auto;
    }
/*Social links*/
.social-links{
    font-size: 0;
    line-height: 0;
    margin: 36px 0;
    letter-spacing: 0 !important;
    }
.social-links a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 17px;
    color: #03594e;
    width: auto;
    height: 28px;
    line-height: 28px;
    min-width: 28px;
    margin: 0 10px;
    padding: 0;
    opacity: 1;
    text-decoration: none;
    border: none !important;
    }
.no-touchevents .social-links a:hover{
    opacity: .7;
    }
.social-links a:before{
    line-height: 28px;
    color: #03594e;
    }
.font-icon-facebook:before{
    content: '\e800';
    font-size: 16px;
    }
.font-icon-youtube:before{
    content: '\e801';
    font-size: 12px;
    }
.font-icon-instagram:before{
    content: '\f16d';
    font-size: 17px;
    }
.social-btns-links{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 -40px 48px;
    }
.social-btns-links .btn{
    margin: 0 40px 32px;
    }
/*=========================================================================
								STRUCTURE
==========================================================================*/
#all{
    position: relative;
    z-index: 1;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    overflow: hidden;
    }
/*================================HEADER===================================*/
#header{
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    font-family: 'pt-sans';
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    width: 100%;
    padding: 51px 0;
    transition: padding .2s ease;
    }
.sticky-header #header{
    color: #7f8b93;
    padding: 16px 0;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    transition: padding .2s ease, background .2s ease;
    }
#header a:not(.action-link){
    color: #fff;
    border: none;
    }
.sticky-header #header a{
    color: #03594e;
    }
#header > .container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    }
#logo{
    display: inline-flex;
    align-items: flex-start;
    line-height: 0;
    border: none;
    }
.sticky-header #logo .logo-petals *:not(.filled){
    fill: #aab5bc;
    }
#logo .logo-text{
    margin: 25px 0 0 18px;
    }
#logo .logo-petals *, #logo .logo-text *{
    transition: fill .2s ease;
    }
.sticky-header #logo .logo-text *{
    fill: #7f8b93;
    }
.no-touchevents #logo:hover{
    opacity: .7;
    transition: opacity .2s ease;
    }
#header .sub-box{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: auto;
    margin: 13px 0 0;
    transition: margin .2s ease;
    }
.sticky-header #header .sub-box{
    margin: 0;
    }
.header-schedule{
    position: relative;
    right: -10%;
    font-family: 'pt-sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin: -1px auto 0;
    }
.header-schedule p{
    margin: 0;
    }
.header-schedule .days{
    display: inline-block;
    vertical-align: top;
    min-width: 55px;
    text-align: right;
    margin: 0 6px 0 0;
    }
.header-contacts{
    font-family: 'pt-sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
    }
.header-contacts p{
    margin: 0;
    max-width: none;
    }
.header-contacts p span{
    display: block;
    }
.header-contacts .action-link{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    opacity: .7;
    border-color: rgba(255, 255, 255, .7);
    margin: 2px 0 0;
    }
.sticky-header .header-contacts .action-link{
    border-color: rgba(3, 89, 78, .5);
    }
.no-touchevents .header-contacts .action-link:hover{
    border-color: transparent;
    }
#header .sub-box .circle-icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin: 0 0 0 22px;
    width: 46px;
    height: 46px;
    border: none;
    }
.no-touchevents #header .sub-box .circle-icon:hover{
    opacity: 1;
    }
#header .sub-box .circle-icon:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 110%;
    transition: opacity .2s ease;
    }
.sticky-header #header .sub-box .circle-icon:before{
    border-color: rgba(3, 89, 78, .5);
    }
.sticky-header #header .sub-box .circle-icon svg *{
    fill: #03594e;
    }
#header .tel{
    margin-left: 56px;
    }
#header .make-an-appointment{
    position: relative;
    padding-left: 32px;
    margin: 0 0 0 44px;
    transition: none;
    }
#header .make-an-appointment:before{
    content: '';
    position: absolute;
    left: 8px;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 110%;
    }
.sticky-header #header .make-an-appointment:before{
    background: #03594e;
    }
#header .make-an-appointment:after{
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 110%;
    transition: opacity .2s ease;
    }
.sticky-header #header .make-an-appointment:after{
    border-color: rgba(3, 89, 78, .4);
    }
.no-touchevents #header .make-an-appointment:hover:after, .no-touchevents #header .sub-box .circle-icon:hover:before{
    transform: scale(1.5);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
    }
.no-touchevents #header .sub-box .circle-icon:hover:before{
    transform: scale(1.2);
    }
#js-open-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 0;
    margin: -2px 0 0 68px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 30px 0;
    cursor: pointer;
    }
.sticky-header #js-open-nav{
    border-color: rgba(3, 89, 78, .4);
    }
#js-open-nav span{
    position: relative;
    display: block;
    width: 20px;
    height: 8px;
    margin: -7px 0 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    }
.sticky-header #js-open-nav span{
    border-color: #03594e;
    }
#js-open-nav span:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 10px;
    height: 2px;
    background: #fff;
    transition: width .2s ease;
    }
.sticky-header #js-open-nav span:after{
    background: #03594e;
    }
.no-touchevents #js-open-nav:hover span:after{
    width: 20px;
    }
#nav-box{
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    font-family: 'gilroy';
    font-size: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 130px 0 0;
    overflow: hidden;
    overflow-y: auto;
    background: #03594e url("../i/nav-box-bg.png") no-repeat 0 35%;
    background-size: cover;
    transition: opacity .2s ease, visibility .2s ease;
    }
html:not(.opened-nav) #nav-box{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    }
#nav-box:before{
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    margin: 0 0 0 -1px;
    }
#nav-box .sub-box{
    position: absolute;
    left: 0;
    top: 64px;
    text-align: left;
    width: 100%;
    margin: 0;
    transition: top .2s ease;
    }
.sticky-header #nav-box .sub-box{
    top: 18px;
    }
#nav-box .sub-box .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
#nav-box .langs{
    position: relative;
    font-family: 'pt-sans';
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    padding-left: 48px;
    }
#nav-box .langs:before{
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #fff;
    }
#nav-box .langs a{
    color: #fff;

    }
.no-touchevents #nav-box .langs a:hover{
    opacity: .7;
    }
#js-close-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 0;
    margin: -2px 0 0 8.7%;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 30px 0;
    cursor: pointer;
    transition: opacity .2s ease;
    }
.no-touchevents #js-close-nav:hover{
    opacity: .7;
    }
#nav-box > .container{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    padding-bottom: 70px;
    }
#nav-grid{
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
#nav-grid ul{
    margin: 0;
    }
#nav-grid li{
    padding: 0;
    margin: 0;
    background: none;
    }
#nav-grid a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #fff !important;
    border: none;
    transition: opacity .2s ease, padding .2s ease;
    }
.no-touchevents #nav-grid a:hover{
    padding-left: 48px;
    }
#nav-grid a span{
    position: relative;
    }
.no-touchevents #nav-grid a span:before{
    content: '';
    position: absolute;
    left: -50px;
    top: 24px;
    width: 30px;
    height: 17px;
    background: url("../i/nav-link-arrow.svg") no-repeat 0 0/100% auto;
    transform: translate3d(-150%, 0, 0);
    opacity: 0;
    }
.no-touchevents #nav-grid a:hover span:before{
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: opacity .2s ease, transform .2s ease;
    }
.no-touchevents #nav-grid .opened > a:hover span:before{
    opacity: .4;
    }
#nav-grid .active > a span{
    border-bottom: 3px solid #fff;
    transition: border .2s ease;
    }
.no-touchevents #nav-grid .active > a:hover span{
    border-color: transparent;
    }
#nav{
    font-size: 46px;
    line-height: 1.25em;
    padding-right: 40px;
    }
#nav li{
    margin: 32px 0;
    }
#nav .has-child > a{
    padding-right: 57px;
    }
#nav .has-child.opened > a{
    color: #a6ccc7 !important;
    }
#nav .has-child > a:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 42px;
    height: 42px;
    margin-top: -20px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 110%;
    }
#nav .has-child > a:after{
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    width: 13px;
    height: 7px;
    margin-top: -1px;
    background: url("../i/nav-arrow.svg") no-repeat 0 0/13px 7px;
    }
#nav .has-child.opened > a:after{
    transform: scaleY(-1);
    opacity: .5;
    }
#nav .has-child.opened > a span{
    border-color: transparent;
    transition: none;
    }
#additional-nav{
    font-size: 34px;
    line-height: 1.25em;
    width: 32.9%;
    }
#additional-nav li{
    margin: 32px 0;
    }
#nav-grid #additional-nav .active a span{
    border-width: 2px;
    }
.no-touchevents #nav-grid #additional-nav a span:before{
    top: 14px;
    }
#nav .dropdown{
    display: none;
    font-size: 26px;
    line-height: 1.35em;
    margin: 22px 0 35px 48px;
    }
#nav .dropdown li{
    margin: 0 0 20px;
    }
#nav .dropdown li:last-child{
    margin: 0;
    }
.no-touchevents #nav-grid .dropdown a:hover{
    padding-left: 44px;
    }
.no-touchevents #nav-grid .dropdown a span:before{
    left: -44px;
    top: 8px;
    }
/*========================END OF HEADER========================*/
/*Main screen*/
#main-screen{
    position: relative;
    z-index: 3;
    margin: 0 0 194px;
    overflow: hidden;
    }
#main-screen .sub-box{
    position: relative;
    z-index: 3;
    display: table;
    table-layout: fixed;
    width: 100%;
    }
#main-screen .container{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    height: 100vh;
    padding-top: 190px;
    padding-bottom: 190px;
    }
#main-screen .text{
    position: relative;
    letter-spacing: 0;
    color: #fff;
    }
#main-screen .text:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    margin: -169px 0 0 -343px;
    width: 687px;
    height: 338px;
    background: url("../i/main-screen-petals.svg") no-repeat 0 0/100% auto;
    }
#main-screen h1{
    color: #fff;
    margin: 0 auto 28px;
    }
#main-screen p{
    font-size: 1.8em;
    line-height: 1.35em;
    }
#main-screen .text > *:first-child{
    margin-top: 0;
    }
#main-screen .text > *:last-child{
    margin-bottom: 0;
    }
#main-screen .bg{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    }
#main-screen .bg:after{
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #191d1c;
    opacity: .4;
    }
#main-screen .bg .video{
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
    }
.no-autoplay-video #main-screen .bg .video{
    display: none;
    }
.no-autoplay-video #main-screen .bg{
    background: pink;
    }
#main-screen .js-anchor{
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 48px;
    font-family: 'pt-sans';
    font-weight: 400;
    font-size: 17px;
    line-height: 1.294117647058824em;
    letter-spacing: 0;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    width: 90px;
    margin: 0 0 0 -45px;
    cursor: pointer;
    }
#main-screen .js-anchor svg{
    display: block;
    margin: 0 auto 18px;
    }
/*Page title box*/
.page-title-box{
    position: relative;
    margin: 0 0 128px;
    overflow: hidden;
    }
.page-title-box.static-bg{
    background: #03594e;
    overflow: visible;
    }
.page-title-box .sub-box{
    position: relative;
    z-index: 3;
    display: table;
    table-layout: fixed;
    width: 100%;
    }
.page-title-box .container{
    display: table-cell;
    vertical-align: middle;
    font-size: 28px;
    line-height: 1.428571428571429em;
    text-align: center;
    color: #fff;
    padding-top: 140px;
    padding-bottom: 80px;
    width: 100%;
    height: 600px;
    }
.back-link{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'pt-sans';
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0;
    color: #fff;
    margin-left: 42px;
    border-color: rgba(255, 255, 255, .15);
    }
.back-link:before{
    content: '';
    position: absolute;
    left: -19px;
    width: 19px;
    height: 100%;
    }
.back-link svg{
    position: absolute;
    left: -42px;
    top: 1px;
    opacity: .2;
    transition: opacity .2s ease;
    }
.no-touchevents .back-link:hover svg{
    opacity: .7;
    animation: arrowAnimate .7s ease-in-out infinite;
    }
@keyframes arrowAnimate{
    0%{
        transform: translate3d(0, 0, 0);
        }
    50%{
        transform: translate3d(-7px, 0, 0);
        }
    100%{
        transform: translate3d(0, 0, 0);
        }
    }
.page-title-box h1, .page-title-box .h1{
    font-size: 1.928571428571429em;
    color: #fff;
    margin: 0 auto 20px;
    }
.page-title-box .back-link + h1, .page-title-box .back-link + .h1{
    margin-top: -8px;
    }
.page-title-box .container > *:first-child{
    margin-top: 0;
    }
.page-title-box .container > *:last-child{
    margin-bottom: 0;
    }
.page-title-box .time{
    font-family: 'gilroy';
    font-weight: 300;
    font-size: 1em;
    color: #fff;
    margin: 20px 0;
    max-width: none;
    }
.page-title-box .bg{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    }
.page-title-box:not(.static-bg):after{
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #191d1c;
    opacity: .4;
    }
/*Doctor inner*/
.doctor-page .page-title-box{
    margin-bottom: 252px;
    }
.doctor-page .page-title-box .container{
    padding-bottom: 0;
    }
.doctor-inner{
    display: flex;
    align-items: flex-start;
    text-align: left;
    flex-wrap: wrap;
    max-width: 1292px;
    margin: 0 auto;
    padding-top: 6.5%;
    }
.doctor-inner .img{
    position: relative;
    z-index: 4;
    align-self: center;
    width: 40.86687306501548%;
    margin-bottom: -13%;
    }
.doctor-inner .img img{
    position: relative;
    z-index: 2;
    margin: 0;
    }
.doctor-inner .img .bg-petals{
    position: absolute;
    z-index: 1;
    bottom: -68px;
    left: 54%;
    transform: translate3d(-50%, 0, 0);
    pointer-events: none;
    }
.doctor-inner .text{
    position: relative;
    z-index: 5;
    width: 59.131%;
    padding: 68px 0 64px 66px;
    }
.doctor-inner .h1{
    font-size: 1.642857142857143em;
    line-height: 1.478260869565217em;
    margin: 0 0 13px;
    }
.doctor-inner .back-link + .h1{
    margin-top: 16px;
    }
.doctor-inner p{
    margin: 0;
    }
/*In numbers section*/
.in-numbers-section{
    position: relative;
    margin: 0 0 236px;
    }
.in-numbers-section .bg-petals{
    position: absolute;
    left: 0;
    top: -160px;
    }
.in-numbers-section .scrolling-box{
    font-size: 28px;
    line-height: 1.428571428571429em;
    letter-spacing: .603077px;
    border: 1px solid transparent;
    }
.touchevents .in-numbers-section .scrolling-box{
    display: none;
    }
.in-numbers-section .scrolling-box .scrolling-sticky{
    display: table;
    table-layout: fixed;
    width: auto !important;
    }
.in-numbers-section .scrolling-sticky .item{
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding-right: 140px;
    }
.in-numbers-section .scrolling-sticky .item:last-child{
    padding-right: 0;
    }
.in-numbers-section .scrolling-sticky .item:not(:first-child):before, .in-numbers-slider .swiper-slide:not(:first-child):before{
    content: '';
    position: absolute;
    left: -79px;
    top: 44px;
    width: 18px;
    height: 18px;
    background: #916d4b;
    border-radius: 110%;
    }
.in-numbers-section .title{
    font-size: 80px;
    line-height: 1.2em;
    letter-spacing: 0;
    color: #916d4b;
    white-space: nowrap;
    margin: 0 0 64px;
    }
.in-numbers-section .scrolling-box .title{
    min-width: 610px;
    max-width: none;
    }
.in-numbers-section p:not(.title){
    max-width: 75.75757575757576%;
    margin: 0;
    }
.in-numbers-slider{
    font-size: 28px;
    line-height: 1.428571428571429em;
    letter-spacing: .603077px;
    }
.no-touchevents .in-numbers-slider{
    display: none;
    }
.in-numbers-slider .swiper-container{
    overflow: visible;
    cursor: url("../i/drag-cursor.svg"), auto;
    }
.in-numbers-slider .swiper-slide{
    padding-right: 140px;
    width: auto;
    max-width: calc(100% - 70px);
    }
.in-numbers-slider .title{
    white-space: normal;
    }
.in-numbers-slider p:not(.title){
    display: none;
    }
/*Intro section*/
.intro-section{
    position: relative;
    z-index: 3;
    margin: 0 0 -36px;
    }
.intro-section .container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    }
.intro-section .text{
    width: 540px;
    max-width: 440px;
    padding-right: 40px;
    margin-bottom: 100px;
    }
.intro-section .text > *:first-child{
    margin-top: 0;
    }
.intro-section .img, .intro-section .img-slider-box{
    position: relative;
    height: 687px;
    width: calc(100% - 540px);
    margin: 16px 0 0;
    }
.intro-section .img-slider-box{
    }
.intro-section .img-slider-box .img{
    width: 100%;
    margin: 0;
    }
.intro-section .img-slider-box .swiper-container{
    width: 1105px;
    border-radius: 0 0 0 50px;
    }
.intro-section img{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    height: 687px;
    max-width: none;
    border-radius: 0 0 0 50px;
    }
.intro-section .img-slider-box .swiper-slide img{
    border-radius: 0;
    }
/*Care section*/
.care-section{
    position: relative;
    padding: 234px 0 0;
    margin: 0 0 172px;
    }
.care-section .bg{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    }
.care-section .h2{
    max-width: 800px;
    text-align: center;
    color: #fff;
    margin: 0 auto 100px;
    }
.title-petals-bg{
    position: relative;
    }
/*.title-petals-bg:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    margin: -198px 0 0 -353px;
    width: 706px;
    height: 358px;
    background: url("../i/title-petals-bg.svg") no-repeat 0 0/100% auto;
    }*/
/*Before After*/
.before-after-box{
    position: relative;
    z-index: 1;
    max-width: 1078px;
    margin: 0 auto;
    -webkit-user-select: none;
    -ms-user-select: none;
    }
#main .before-after-box{
    margin: 130px auto;
    }
section .before-after-box:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -2000px;
    right: -2000px;
    top: 50%;
    bottom: -160px;
    background: #fff;
    }
.before-after{
    margin: 0 auto;
    max-height: 462px;
    overflow: hidden;
    }
.before-after img{
    margin: 0;
    width: 100%;
    transition: all .3s ease-in-out;
    border-radius: 50px 0 50px 0;
    }
.before-after.active img{
    transition: none;
    }
.before-after-box + .btn{
    margin: 56px auto 0;
    }
/*Recommend section*/
.recommend-section{
    margin: 172px 0;
    text-align: center;
    }
.recommend-section .bg-petals{
    display: block;
    margin: 0 auto 22px;
    opacity: .54;
    }
.recommend-section .h2{
    color: #03594e;
    margin: 0 auto 64px;
    }
.recommend-slider{
    max-width: 1072px;
    margin: 0 auto;
    }
.recommend-slider .swiper-container, .timeline-slider .swiper-container{
    cursor: url("../i/drag-cursor.svg"), auto;
    }
.no-slides .swiper-container{
    cursor: auto !important;
    }
.recommend-slider blockquote{
    margin: 0;
    }
.recommend-slider blockquote > *:first-child{
    margin-top: 0;
    }
.recommend-slider .swiper-btns{
    margin-bottom: 48px;
    }
/*============================MAIN=============================*/
#main{
    margin-bottom: 208px;
    }
#main > .container > *:first-child{
    margin-top: 0;
    }
#main > .container > *:last-child{
    margin-bottom: 0;
    }
#main .important-text:first-child, #main .container blockquote:first-child{
    margin-top: 172px;
    margin-bottom: 164px;
    }
#main .bg-box:last-child{
    margin-bottom: -208px;
    }
/*Bg box*/
.bg-box{
    position: relative;
    padding: 140px 0;
    margin: 140px 0;
    }
.bg-box.btn-box:first-child{
    margin-top: -128px !important;
    }
.employees-grid + .bg-box, .employees-opinion-grid + .bg-box{
    margin-top: 50px;
    }
.title-text-grid + .bg-box{
    margin-top: 120px;
    }
.bg-box.btn-box{
    text-align: center;
    padding: 48px 0 40px;
    margin: 0 0 90px;
    }
.sub-info{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .34px;
    color: #7f8b93;
    }
.bg-box.btn-box .btn{
    margin: 0 auto;
    min-width: 239px;
    }
.bg-box.btn-box p{
    margin-top: 16px;
    }
.bg-box:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -1500px;
    top: 0;
    right: -1500px;
    height: 100%;
    background: #f7faf9;
    }
.bg-box > *:first-child{
    margin-top: 0;
    }
.bg-box > *:last-child{
    margin-bottom: 0;
    }
.bg-box .form-box{
    margin: -40px 0 -32px;
    }
/*Title text grid*/
.title-text-grid{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 120px 0;
    }
.title-text-grid .col{
    width: 506px;
    }
.title-text-grid .text-col{
    width: calc(100% - 542px);
    }
.title-text-grid .col > *{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    }
/*Testimonials list*/
.testimonials-list .row{
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 90px;
    }
.testimonials-list .row:nth-child(even){
    padding: 90px 0;
    }
.testimonials-list .row:nth-child(even):before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -1500px;
    right: -1500px;
    top: 0;
    bottom: 0;
    background: #f7faf9;
    }
.testimonials-list .author-box{
    text-align: right;
    width: 33.59133126934985%;
    min-width: 324px;
    padding-right: 56px;
    }
.testimonials-list .row:nth-child(even) .author-box{
    order: 2;
    text-align: left;
    padding: 0 0 0 56px;
    }
.testimonials-list .content-box{
    flex: auto;
    }
.testimonials-list .h6{
    margin: 0;
    }
.testimonials-list .place{
    display: block;
    }
.testimonials-list .text{
    padding: 49px 56px;
    border: 1px solid rgba(3, 89, 78, .2);
    border-radius: 40px 0 40px 0;
    }
.testimonials-list .text > *:first-child{
    margin-top: 0;
    }
.testimonials-list .text > *:last-child{
    margin-bottom: 0;
    }
.testimonials-list .video-box{
    margin: 0;
    }
/*Video box*/
.video-box{
    position: relative;
    margin: 42px 0;
    }
.video-box .ratio-box{
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 10px;
    overflow: hidden;
    background: #000;
    }
.video-box .placeholder, .video-box iframe, .video-box video, .video-box .placeholder:after{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    }
.video-box .placeholder{
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    }
.video-box .placeholder:after{
    content: '';
    background: #191d1c;
    opacity: .4;
    }
.video-box iframe, .video-box video{
    z-index: 2;
    }
.video-box .play-icon{
    position: relative;
    z-index: 3;
    max-width: 30%;
    height: auto;
    transition: transform .3s ease;
    }
.no-touchevents .video-box .placeholder:hover .play-icon{
    transform: scale(.625);
    }
/*Photo gallery*/
.lazy-load-gallery{
    margin: 100px 0;
    }
.photo-gallery{
    margin: 100px -4px 100px -3px;
    }
.lazy-load-gallery .photo-gallery{
    margin-top: 0;
    margin-bottom: 0;
    }
.photo-gallery.no-masonry{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    }
.photo-gallery .item{
    float: left;
    max-width: none;
    width: 33.333333333%;
    padding: 0 4px;
    margin: 0 0 8px;
    }
.photo-gallery.no-masonry .item{
    float: none;
    width: 25%;
    }
.lazy-load-gallery .photo-gallery .hidden{
    opacity: 0;
    }
.photo-gallery a{
    position: relative;
    display: block;
    width: 100%;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    }
.photo-gallery img{
    margin: 0;
    }
.photo-gallery a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 29, 28, .4) url("../i/gallery-zoom-icon.svg") no-repeat 50% 50%/63px auto;
    opacity: 0;
    transition: opacity .2s ease;
    }
.no-touchevents .photo-gallery a:hover:after{
    opacity: 1;
    }
.lazy-load-gallery .btn{
    margin: 42px auto 0;
    }
/*Timeline*/
.timeline-anchors{
    position: relative;
    font-family: 'pt-sans';
    font-weight: 400;
    font-size: 17px;
    line-height: 1em;
    letter-spacing: .37px;
    height: 75px;
    padding: 0 140px;
    margin: 0 0 66px;
    }
.timeline-anchors .anchors-grid{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 75px;
    }
.no-slides .timeline-anchors{
    display: none;
    }
.timeline-anchors .progress-bar{
    position: absolute;
    z-index: 2;
    left: 145px;
    top: 36px;
    height: 3px;
    right: 145px;
    background: #eff5f3;
    }
.timeline-anchors .progress{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background: #03594e;
    transition: width .2s ease;
    }
.timeline-anchors.on-resize .progress{
    transition: none;
    }
.timeline-anchors .year-anchor{
    position: relative;
    z-index: 3;
    margin: 33px 0 0;
    width: 11px;
    height: 11px;
    color: rgba(3, 89, 78, .5);
    cursor: pointer;
    transition: color .2s ease;
    }
.timeline-anchors .year-anchor.active{
    color: #03594e;
    cursor: default;
    }
.timeline-anchors .year-anchor.active ~ .year-anchor{
    color: #03594e;
    }
.timeline-anchors .year-anchor:before{
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #03594e;
    border-radius: 110%;
    transition: background .2s ease;
    }
.timeline-anchors .year-anchor.active:before{
    left: 1px;
    top: 1px;
    width: 9px;
    height: 9px;
    background: #fff;
    transition-delay: .1s;
    }
.no-touchevents .timeline-anchors .year-anchor:not(.active):hover:before{
    background: #7da9a4;
    }
.timeline-anchors .year-anchor:after{
    content: '';
    position: absolute;
    z-index: 1;
    left: -6px;
    top: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 110%;
    background: #03594e;
    opacity: 0;
    transition: opacity .2s ease;
    }
.timeline-anchors .year-anchor.active:after{
    opacity: 1;
    transition-delay: .1s;
    }
.timeline-anchors .year-anchor span{
    position: absolute;
    left: 50%;
    top: -30px;
    white-space: nowrap;
    }
.timeline-anchors .year-anchor:nth-child(even) span{
    top: 21px;
    }
.timeline-anchors .year-anchor span:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 34px;
    width: 100%;
    }
.timeline-anchors .year-anchor:nth-child(even) span:after{
    top: -15px;
    }
.timeline-anchors .prev-year, .timeline-anchors .next-year{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 75px;
    height: 75px;
    border: 1px solid rgba(3, 89, 78, .19);
    border-radius: 110%;
    cursor: pointer;
    transition: border .2s ease;
    }
.timeline-anchors .next-year{
    left: auto;
    right: 0;
    }
.no-touchevents .timeline-anchors .prev-year svg, .no-touchevents .timeline-anchors .next-year svg{
    transition: opacity .2s ease;
    }
.no-touchevents .timeline-anchors .prev-year:hover svg, .no-touchevents .timeline-anchors .next-year:hover svg{
    opacity: .5;
    }
.timeline-anchors .disabled{
    visibility: hidden;
    }
.timeline-slider{
    max-width: 642px;
    margin: 0 auto;
    }
.timeline-slider .swiper-slide{
    text-align: center;
    }
.timeline-slider .swiper-btns{
    display: none;
    }
.timeline-slider .sub-text{
    display: block;
    font-family: 'pt-sans';
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.2em;
    letter-spacing: .56px;
    color: #03594e;
    margin: 0 0 2px;
    }
.timeline-slider .years{
    font-size: 80px;
    line-height: 1em;
    letter-spacing: 0;
    color: #03594e;
    margin: 0 0 15px;
    }
.timeline-slider .separator{
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto 30px;
    background: rgba(3, 89, 78, .04);
    border-radius: 110%;
    overflow: hidden;
    }
.timeline-slider .separator:after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin: 16px 0 0 16px;
    background: #03594e;
    border-radius: 110%;
    }
.timeline-slider .swiper-slide > *:last-child{
    margin-bottom: 0;
    }
/*Articles grid*/
.articles-grid{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 100px -4px 28px;
    }
.articles-grid .item{
    width: 33.333333%;
    padding: 0 4px;
    margin: 0 0 72px;
    }
.articles-grid a{
    display: block;
    border: none;
    }
.articles-grid .img{
    overflow: hidden;
    border-radius: 10px;
    }
.articles-grid img{
    margin: 0;
    transition: transform .5s ease;
    }
.no-touchevents .articles-grid a:hover img{
    transform: scale(1.105);
    }
.articles-grid .time{
    display: block;
    font-family: 'gilroy';
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5em;
    color: #7f8b93;
    margin: 28px 0 2px;
    }
.articles-grid .title{
    font-size: 28px;
    line-height: 1.428571428571429em;
    margin: 26px 0 0;
    transition: opacity .2s ease;
    }
.articles-grid .time + .title{
    margin-top: 0;
    }
.no-touchevents .articles-grid a:hover .title{
    opacity: .6;
    }
.articles-grid p{
    margin: 9px 0 0;
    padding-right: 26px;
    }
.articles-grid .item > *:last-child{
    margin-bottom: 0;
    }
/*Employees opinion grid*/
.employees-opinion-grid, .employees-grid{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 100px -4px 30px;
    }
.employees-opinion-grid .item, .employees-grid .item{
    width: 33.333333%;
    padding: 0 4px;
    margin: 0 0 86px;
    }
.employees-opinion-grid a, .employees-grid a{
    display: block;
    border: none;
    }
.employees-opinion-grid .img, .employees-grid .img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    }
.employees-opinion-grid img, .employees-grid img{
    margin: 0;
    width: 100%;
    transition: transform .5s ease;
    }
.employees-opinion-grid .name, .employees-grid .name{
    font-size: 28px;
    line-height: 1.428571428571429em;
    color: #03594e;
    margin: 26px 0 0;
    transition: opacity .2s ease;
    }
.no-touchevents .employees-opinion-grid a:hover .name, .no-touchevents .employees-opinion-grid a:hover .title, .no-touchevents .employees-grid a:hover .title{
    opacity: .6;
    }
.employees-opinion-grid p, .employees-grid p{
    margin: 7px 0 0;
    padding-right: 26px;
    }
.employees-opinion-grid .item > p:not(.name), .employees-grid .item > p:not(.name){
    font-family: 'pt-sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .323077px;
    }
.employees-opinion-grid .item > *:last-child, .employees-grid .item > *:last-child{
    margin-bottom: 0;
    }
.employees-opinion-grid a .img:after{
    content: '';
    position: absolute;
    z-index: 3;
    left: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background: #fff url("../i/quotes-icon.svg") no-repeat 50% 50%/19px 15px;
    border-radius: 110%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15513);
    transition: opacity .2s ease;
    }
.no-touchevents .employees-opinion-grid a:hover .img:after{
    opacity: .3;
    }
.employees-opinion-grid .overlay-text{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    font-family: 'pt-sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.333333333333333em;
    letter-spacing: .387692px;
    color: #fff;
    padding: 72px 24px 100px 28px;
    width: 100%;
    height: 100%;
    background: rgba(3, 89, 78, .9);
    opacity: 0;
    transition: opacity .2s ease;
    }
.touchevents .employees-opinion-grid .overlay-text{
    display: none;
    }
.no-touchevents .employees-opinion-grid a:hover .overlay-text{
    opacity: 1;
    }
.employees-opinion-grid .overlay-text p{
    padding: 0;
    margin: 0 0 10px;
    }
.employees-opinion-grid .overlay-text .text > *:first-child{
    margin-top: 0;
    }
.employees-opinion-grid .overlay-text .text > *:last-child{
    margin-bottom: 0;
    }
/*Employees grid*/
.no-touchevents .employees-grid a:hover img{
    transform: scale(1.105);
    }
.employees-grid .name{
    color: #7f8b93;
    }
.employees-grid a .name{
    color: #03594e;
    }
.no-touchevents .employees-grid a:hover .name{
    opacity: .6;
    }
/*Accordion*/
.accordion{
    margin: 42px 0;
    }
.accordion .item{
    margin: 0 0 36px;
    }
.accordion .title{
    position: relative;
    font-size: 1.4em;
    line-height: 1.428571428571429em;
    color: #03594e;
    padding-left: 60px;
    margin: 0 0 19px;
    cursor: pointer;
    transition: color .2s ease;
    }
.accordion .opened .title{
    color: rgba(3, 89, 78, .4);
    }
.accordion .title span{
    border-bottom: 1px dashed rgba(3, 89, 78, .3);
    transition: border-color .2s ease;
    }
.no-touchevents .accordion .title:hover span, .accordion .opened .title span{
    border-color: transparent;
    }
.accordion .title svg{
    position: absolute;
    left: 17px;
    top: 16px;
    }
.accordion .opened .title svg{
    top: 17px;
    transform: rotate(90deg);
    opacity: .5;
    }
.accordion .title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 41px;
    height: 41px;
    border: 1px solid rgba(3, 89, 78, .2);
    border-radius: 110%;
    }
.accordion .dropdown{
    position: relative;
    max-height: 65px;
    padding-left: 60px;
    overflow: hidden;
    }
.accordion .opened .dropdown{
    max-height: 3000px;
    transition: max-height 2.5s linear;
    }
.accordion .dropdown > *:first-child{
    margin-top: 0;
    }
.accordion .dropdown > *:last-child{
    margin-bottom: 0;
    }
.accordion .dropdown:after{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    height: 60px;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, .0001) 0%, #fff 100%);
    transition: opacity .1s ease;
    }
.accordion .opened .dropdown:after{
    opacity: 0;
    pointer-events: none;
    }
/*Company stuff*/
.company-staff{
    position: relative;
    margin: 100px 0;
    }
.employees-opinion-grid + .company-staff, .employees-grid + .company-staff{
    margin-top: 30px;
    }
.company-staff:not(.staff-grid):before, .company-staff:not(.staff-grid):after{
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: -2000px;
    width: 2000px;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    }
.company-staff:not(.staff-grid):after{
    left: auto;
    right: -2000px;
    }
.bg-box .company-staff:not(.staff-grid):before, .bg-box .company-staff:not(.staff-grid):after{
    background: rgba(247, 250, 249, .9);
    }
.company-staff .swiper-container{
    overflow: visible;
    }
.company-staff .swiper-wrapper{
    overflow: visible;
    cursor: url("../i/drag-cursor.svg"), auto;
    }
.company-staff .swiper-slide{
    padding-bottom: 16px;
    }
.company-staff a{
    display: block;
    border: none;
    }
.company-staff p{
    margin: 8px 0;
    padding-right: 20px;
    }
.company-staff .name{
    font-size: 22px;
    line-height: 1.35em;
    letter-spacing: 0;
    color: #7f8b93;
    margin: 0 0 6px;
    }
.company-staff a .name{
    color: #03594e;
    transition: opacity .2s ease;
    }
.no-touchevents .company-staff a:hover .name{
    opacity: .6;
    }
.company-staff .position{
    font-family: 'pt-sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.301538px;
    }
.company-staff .swiper-slide > *:first-child, .company-staff .item > *:first-child{
    margin-top: 0;
    }
.company-staff .swiper-slide > *:last-child, .company-staff .item > *:last-child{
    margin-bottom: 0;
    }
.company-staff .swiper-slide img, .company-staff .item img{
    margin: 0 0 27px;
    }
.company-staff .swiper-pagination-progressbar, .company-staff .swiper-scrollbar{
    margin: 20px 0 0;
    }
/*.company-staff .swiper-slide{
	opacity: .08;
	transition: opacity .3s ease;
	}
.company-staff .swiper-slide-active, .company-staff .swiper-slide-active + .swiper-slide, .company-staff .swiper-slide-active + .swiper-slide + .swiper-slide, .company-staff .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide{
	opacity: 1;
	}*/

.company-staff .img{
    position: relative;
    margin: 0 0 27px;
    overflow: hidden;
    border-radius: 10px;
    }
.company-staff img{
    margin: 0;
    width: 100%;
    transition: transform .5s ease;
    }
.company-staff .img img{
    margin: 0 !important;
    }
.no-touchevents .company-staff a:hover img{
    transform: scale(1.15);
    }
/*Comapny staff grid*/
.staff-grid, .img-text-grid .sub-box{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -4px;
    margin-right: -5px;
    }
.bg-box .staff-grid{
    margin-bottom: -69px;
    }
#main > .container > .company-staff.staff-grid:last-child{
    margin-bottom: -130px;
    }
.staff-grid .item, .img-text-grid .item{
    width: 25%;
    padding: 0 5px 0 4px;
    margin: 0 0 64px;
    }
/*Img text grid*/
.img-text-grid{
    margin-top: 130px;
    margin-bottom: 120px;
    }
.img-text-grid .sub-box{
    margin-bottom: -64px;
    }
.img-text-grid .img{
    margin: 0 0 17px;
    }
.img-text-grid img{
    margin: 0;
    }
.img-text-grid p{
    margin: 0;
    padding-right: 20px;
    }
/*Text media box*/
.text-media-box{
    display: flex;
    align-items: center;
    max-width: 1272px;
    margin: 120px 0;
    }
.text-media-box .text-box{
    position: relative;
    z-index: 1;
    order: 1;
    padding: 49px 56px 52px;
    width: 49.52830188679245%;
    }
.text-media-box.invert .text-box{
    order: 2;
    }
.text-media-box .text-box > *:first-child{
    margin-top: 0;
    }
.text-media-box .text-box > *:last-child{
    margin-bottom: 0;
    }
.text-media-box .text-box:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 136.2%;
    border: 1px solid #03594e;
    border-radius: 40px 0 40px 0;
    opacity: .2;
    }
.text-media-box.invert .text-box:before{
    left: -36.2%;
    }
.text-media-box .media-box{
    position: relative;
    z-index: 2;
    order: 2;
    width: 50.47169811320755%;
    border-radius: 40px 0 40px 0;
    overflow: hidden;
    }
.text-media-box img, .text-media-box .video-box{
    width: 100%;
    }
.text-media-box img, .text-media-box .video-box, .text-media-box .video-box .ratio-box{
    border-radius: 0;
    margin: 0;
    }
/*Object link*/
.object-link{
    position: absolute;
    z-index: 20;
    left: 20px;
    bottom: 20px;
    line-height: 0;
    }
.mail-circle-link{
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .16);
    border-radius: 110%;
    }
.mail-circle-link svg{
    opacity: .4;
    transition: opacity .2s ease;
    }
.no-touchevents .mail-circle-link:hover svg{
    opacity: 1;
    }
/*Vacancies list*/
.vacancies-list{
    margin: 110px 0;
    }
.vacancy-item{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 48px 54px 51px;
    margin: 0 0 40px;
    background: #f7faf9;
    border: 1px solid rgba(3, 89, 78, .2);
    border-radius: 40px 0 40px;
    transition: border-color .2s ease;
    }
.vacancy-item.on-hover{

    }
.vacancy-item:last-child{
    margin: 0;
    }
.vacancy-item .title-box{
    width: 37.22504230118443%;
    }
.vacancy-item .title-box a{
    border: none;
    }
.vacancy-item .title-box p{
    margin: 0;
    }
.vacancy-item .title-box .h6{
    word-break: break-word;
    margin: 0 0 9px;
    }
.vacancy-item .title-box .h6 a{
    padding: 4px 0;
    }
.no-touchevents .vacancy-item.on-hover .h6 a{
    color: #689b95;
    }
.vacancy-item .arrow-link{
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    margin: 17px 0 0;
    }
.no-touchevents .vacancy-item .arrow-link svg{
    transition: transform .2s ease;
    }
.no-touchevents .vacancy-item .arrow-link:hover svg, .no-touchevents .vacancy-item .on-hover .arrow-link svg{
    transform: translateX(10px);
    }
.no-touchevents .vacancy-item .arrow-link svg *, .no-touchevents .vacancy-item .on-hover .arrow-link svg *{
    transition: stroke .2s ease;
    }
.no-touchevents .vacancy-item .arrow-link:hover svg *, .no-touchevents .vacancy-item .on-hover .arrow-link svg *{
    stroke: #689b95;
    }
.vacancy-item .description{
    width: 62.774%;
    padding: 0 0 0 48px;
    }
.vacancy-item .description > *:first-child{
    margin-top: 0;
    }
.vacancy-item .description > *:last-child{
    margin-bottom: 0;
    }
/*Tags cloud*/
.tags-cloud{
    font-size: 50px;
    line-height: 1.6em;
    text-align: center;
    letter-spacing: 0;
    color: #03594e;
    }
.bg-box .tags-cloud{
    margin: -50px 0 -40px;
    }
.tags-cloud a{
    padding: 10px 0;
    border: none;
    cursor: url("../i/arrow-cursor.svg"), auto;
    }
.no-touchevents .tags-cloud a:hover{
    opacity: .3;
    }
/*Up form box*/
.up-form-box{
    position: relative;
    font-size: 1.1em;
    line-height: 1.363636363636364em;
    color: #fff;
    text-align: center;
    padding: 48px 0 20px;
    }
.bg-box .up-form-box{
    margin-top: -140px;
    }
.bg-box .up-form-box + .form-box{
    margin-top: 38px;
    }
.up-form-box:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -1500px;
    right: -1500px;
    background: #03594e;
    }
.up-form-box > *:first-child{
    margin-top: 0;
    }
.up-form-box > *:last-child{
    margin-bottom: 0;
    }
.up-form-box .bg-arrow{
    display: block;
    margin: 0 auto;
    opacity: .2;
    }
/*========================END OF MAIN========================*/
/*Page controls*/
.page-controls{
    font-size: 18px;
    line-height: 1.666666666666667em;
    padding: 52px 0 56px;
    background: rgba(3, 89, 78, .03);
    }
.page-controls .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    }
.page-controls .page-link{
    position: relative;
    max-width: 418px;
    width: 100%;
    }
.page-controls .prev-page{
    padding-left: 66px;
    order: 2;
    }
.page-controls .next-page{
    order: 3;
    text-align: right;
    padding-right: 66px;
    max-width: 418px;
    }
.page-controls .page-link a{
    padding: 5px 0;
    border: none;
    }
.no-touchevents .page-controls .page-link a:hover{
    opacity: .7;
    }
.page-controls .page-link a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 32px;
    width: 70px;
    margin: -16px 0 0;
    }
.page-controls .next-page a:before{
    left: auto;
    right: 0;
    }
.page-controls .page-link a svg{
    position: absolute;
    top: 50%;
    left: 0;
    margin: -9px 0 0;
    }
.page-controls .next-page a svg{
    left: auto;
    right: 0;
    }
.no-touchevents .page-controls .page-link.prev-page a:hover svg{
    animation: arrowAnimate .7s ease-in-out infinite;
    }
.no-touchevents .page-controls .page-link.next-page a:hover svg{
    animation: arrowAnimateInvert .7s ease-in-out infinite;
    }
@keyframes arrowAnimateInvert{
    0%{
        transform: translate3d(0, 0, 0);
        }
    50%{
        transform: translate3d(7px, 0, 0);
        }
    100%{
        transform: translate3d(0, 0, 0);
        }
    }
.page-controls .share-links-box{
    order: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    }
.share-links{
    font-size: 0;
    margin: -2px 0 0;
    }
.share-links li{
    padding: 0;
    margin: 0 2px !important;
    background: none;
    }
.share-links a{
    margin: 0 !important;
    border: none;
    }
.share-links a[target=_blank]:after{
    display: none;
    }
.share-links .ya-share2__badge{
    border-radius: 3px;
    }
.share-links .ya-share2__container_size_m .ya-share2__icon{
    width: 24px;
    height: 24px;
    }
.share-links .ya-share2__badge{
    background-color: #abacac !important;
    }
.share-links .ya-share2__container_size_m .ya-share2__counter{
    font-size: 14px;
    line-height: 24px;
    padding: 0 7px;
    }
.share-links .ya-share2__container_size_m .ya-share2__counter:before{
    margin-left: -7px;
    }
/*Google map*/
.usual-map{
    height: 608px;
    }
#main + .usual-map{
    margin-top: -100px;
    }
.usual-map img{
    margin: 0;
    }
#contacts-map{
    height: 550px;
    max-height: calc(100vh - 80px);
    padding: 0;
    }
.ggl-infowindow{
    font-family: 'pt-sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    }
.gm-style-iw{
    min-width: 300px;
    }
.gm-style-iw .gm-style-iw-d{
    max-width: none !important;
    }
.ggl-infowindow > *:first-child{
    margin-top: 6px;
    }
.ggl-infowindow > *:last-child{
    margin-bottom: 6px;
    }
.ggl-infowindow a{
    color: #03594e;
    }
.ggl-infowindow a[href^=tel]{
    color: #7f8b93;
    }
.no-touchevents .ggl-infowindow a:hover{
    opacity: .5;
    }
.ggl-infowindow span{
    color: #bac8cf;
    }
.usual-map a[target=_blank]:after{
    display: none !important;
    }
/*Contacts*/
.contacts-box{
    position: relative;
    margin: -128px 0 130px !important;
    padding: 128px 0 38px;
    }
.contacts-box:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -1500px;
    top: 0;
    right: -1500px;
    bottom: 0;
    background: #f7faf9;
    }
.no-touchevents .contacts-box a:not(.btn):hover{
    opacity: .5;
    }
.contacts-grid{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 1.2em;
    line-height: 1.666666666666667em;
    }
.contacts-grid .col{
    color: #03594e;
    width: 33.3333333%;
    padding-right: 40px;
    margin: 0 0 40px;
    }
.contacts-grid p{
    margin: 0 0 22px;
    }
.contacts-grid .col:last-child{
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
    color: #7f8b93;
    padding: 0;
    }
.contacts-grid .max-w{
    max-width: 328px;
    margin: 0 auto;
    }
.contacts-grid .btn{
    margin: 32px 0 0;
    }
.barrier-free{
    position: relative;
    font-family: 'pt-sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #7f8b93;
    padding-left: 38px;
    max-width: 274px;
    margin-top: 20px;
    }
.barrier-free .bg-icon{
    position: absolute;
    left: 0;
    top: 4px;
    }
.clinic-location{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    }
.clinic-location .col{
    width: calc(50% - 48px);
    max-width: 533px;
    }
.clinic-location .text-col{
    width: 49.12%;
    }
.clinic-location .col > *:first-child, .clinic-location .text-col > *:first-child{
    margin-top: 0;
    }
.clinic-location figure{
    margin: 50px 0;
    max-width: 533px;
    }
/*Pager*/
.pager{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 84px 0;
    max-width: none;
    }
.pager li{
    font-weight: 300;
    font-size: 24px;
    line-height: 1em;
    text-align: center;
    padding: 0;
    margin: 0 18px;
    background: none;
    }
.pager .active{
    margin: 0 2px;
    }
.pager a, .pager span{
    text-decoration: none;
    color: #03594e;
    border: none;
    }
.pager .active span{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #03594e;
    border-radius: 20px 0 20px 0;
    }
.no-touchevents .pager a:hover{
    opacity: .5;
    }
.pager .next a, .pager .prev a{
    display: flex;
    align-items: center;
    line-height: 0;
    padding: 0;
    margin: 2px 0 0;
    }
.pager .mobile-arrow{
    display: none;
    }
/*404*/
#error-page-box{
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    background: url("../i/error-page-bg.jpg") no-repeat 50% 50%;
    background-size: cover;
    }
#error-page-box:after{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 89, 78, .75);
    }
#error-page-box .container{
    display: table-cell;
    vertical-align: middle;
    align-items: center;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    padding-top: 190px;
    padding-bottom: 120px;
    height: 100vh;
    width: 100%;
    }
#error-page-box p{
    margin: 0;
    max-width: none;
    }
#error-page-box .num{
    display: block;
    font-size: 200px;
    line-height: 1em;
    }
#error-page-box a{
    font-size: 1.25em;
    color: #fff;
    border-color: #fff;
    }
.no-touchevents #error-page-box a:hover{
    border-color: transparent;
    }
/*Popup*/
#popup-box{
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    font-size: 0;
    width: 100%;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 24px 0 0;
    background: rgba(3, 89, 78, .95);
    visibility: hidden;
    transform: scale(.9);
    opacity: 0;
    transition: all .3s ease;
    min-width: 320px;
    }
.opened-popup #popup-box{
    opacity: 1;
    visibility: visible;
    transform: none;
    }
#popup-box .container{
    position: relative;
    font-size: 0;
    height: 100%;
    max-width: 1580px;
    text-align: center;
    transform: translate3d(0, -30px, 0);
    visibility: hidden;
    opacity: 0;
    }
.opened-popup #popup-box .container{
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform .5s ease .3s, opacity .5s linear .3s;
    }
#popup-box .container:before{
    content: '';
    position: relative;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin: 0 -1px 0 0;
    }
.popup{
    position: relative;
    display: none;
    vertical-align: middle;
    text-align: left;
    font-size: 20px;
    line-height: 1.5em;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 24px;
    padding: 98px 72px;
    background: #fff;
    border-radius: 30px 0 30px 0;
    overflow: hidden;
    }
.popup.visible{
    display: inline-block;
    }
.form-popup{
    text-align: center;
    max-width: 570px;
    padding: 34px 16px 44px;
    background: #fff;
    border-radius: 30px 0 30px 0;
    }
.form-popup .max-w{
    max-width: 380px;
    margin: 0 auto;
    }
.form-popup .h5{
    margin: 0 0 9px;
    }
.form-popup .h5 + *{
    margin-top: 0;
    }
.form-popup .intro-text{
    font-size: 18px;
    line-height: 1.666666666666667em;
    letter-spacing: .39px;
    }
.form-popup .intro-text:last-of-type{
    margin-bottom: 3px;
    }
.form-popup .form{
    margin: 0 auto;
    }
#map-popup{
    padding: 78px 0 0;
    overflow: visible;
    background: none;
    border-radius: 0;
    }
.popup .title-text-grid{
    margin-bottom: 66px;
    }
.popup .title-text-grid .col > *:first-child{
    margin-top: 0;
    }
.popup > *:first-child{
    margin-top: 0;
    }
.popup .bg-box, .popup .title-text-grid + .bg-box{
    padding-top: 72px;
    padding-bottom: 64px;
    margin: 72px 0 80px;
    }
.popup .bg-box:before{
    z-index: 0;
    }
.popup .bg-box .index-box{
    position: relative;
    z-index: 1;
    }
.popup .bg-box .index-box > *:first-child{
    margin-top: 0;
    }
.popup .bg-box .index-box > *:last-child{
    margin-bottom: 0;
    }
.popup .bg-box .index-box .h6{
    margin-bottom: 10px;
    }
.popup .bg-box .index-box .less-size{
    margin: 0 auto 9px;
    }
.popup .bg-box .index-box .less-size + *{
    margin-top: 0;
    }
.in-percents-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 44px auto;
    max-width: 880px;
    }
.in-percents-list:last-child{
    margin-bottom: -48px !important;
    }
.in-percents-list .col{
    text-align: center;
    margin: 0 0 48px;
    padding: 0 24px;
    width: 50%;
    }
.in-percents-list .percents{
    display: block;
    font-size: 70px;
    font-weight: 300;
    color: #916d4b;
    letter-spacing: 0;
    line-height: 1em;
    }
.in-percents-list p{
    margin-top: 18px;
    }
.contact-us-box{
    position: relative;
    margin: 0 -20px 0 40px;
    padding: 66px 0 54px;
    }
.contact-us-box:last-of-type{
    margin-bottom: -98px !important;
    }
.contact-us-box:before{
    content: '';
    position: absolute;
    z-index: 0;
    left: -1500px;
    right: -1500px;
    top: 0;
    bottom: 0;
    background: #068a79;
    }
.contact-us-box .title-text-grid{
    position: relative;
    z-index: 2;
    color: #fff;
    margin: 0;
    }
.contact-us-box .title-text-grid *{
    color: #fff;
    }
.contact-us-box a{
    border-color: rgba(255, 255, 255, .3);
    }
.contact-us-box .phone{
    font-size: 40px;
    line-height: 1.4em;
    }
.contact-us-box .h6 + .phone{
    margin-top: -12px;
    }
.contact-us-box .phone a{
    font-weight: 800;
    }
.contact-us-box .in-percents{
    margin-top: 20px;
    }
.contact-us-box .in-percents .percents{
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    line-height: 1.2em;
    letter-spacing: 0;
    }
.js-close-popup{
    position: absolute;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    border: 1px solid rgba(3, 89, 78, .2);
    border-radius: 30px 0 30px 0;
    cursor: pointer;
    }
#map-popup .js-close-popup{
    border-color: rgba(255, 255, 255, .2);
    }
.no-touchevents .js-close-popup:hover{
    opacity: .7;
    }
/*============================FOOTER=============================*/
#footer{
    position: relative;
    z-index: 2;
    font-family: 'pt-sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #03594e;
    background: #eff5f3;
    }
#footer .container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 70px;
    }
#footer p a{
    padding-top: 7px;
    }
.no-touchevents #footer a:hover{
    color: #689b95;
    opacity: 1;
    }
#footer a[target=_blank]{
    margin: 0;
    }
#footer a[target=_blank]:after{
    display: none;
    }
#footer p:first-child{
    margin-top: 0;
    }
#footer p:last-child{
    margin-bottom: 0;
    }
.footer-address, .footer-schedule{
    width: 220px;
    }
.footer-contacts{
    text-align: center;
    }
.footer-schedule{
    text-align: right;
    color: #b4bdc2;
    }
.footer-schedule strong{
    font-weight: 400;
    color: #7f8b93;
    }
.footer-contacts .social-links{
    margin: 26px 0 0;
    }
#footer .footer-contacts .social-links a{
    margin: 0 20px;
    }
.no-touchevents #footer .social-links a:hover{
    opacity: .5;
    }
/*========================END OF FOOTER========================*/
/*=========================TRANSITIONS=========================*/
.no-touchevents a, .no-touchevents button, .no-touchevents .btn, .no-touchevents .js-close-popup{
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    }
/*Resolutions*/
@media screen and (max-width: 1740px){
    /*Intro section*/
    .intro-section .img, .intro-section .img-slider-box{
        height: auto;
        }
    .intro-section img, .intro-section .img-slider-box .swiper-container{
        position: relative;
        height: auto;
        max-width: calc(125% + 30px);
        border-radius: 0 0 0 50px;
        }
    .intro-section .img-slider-box .swiper-container img{
        max-width: 100%;
        }
    }
@media screen and (max-width: 1390px){
    /*Intro section*/
    .intro-section .h2{
        font-size: 2.3em;
        }
    /*Doctor inner*/
    .doctor-page .page-title-box{
        margin-bottom: 18%;
        }
    }
@media screen and (max-width: 1340px){
    .social-btns-links{
        margin: 0 -24px 48px;
        }
    .social-btns-links .btn{
        margin: 0 24px 32px;
        }
    }
@media screen and (max-width: 1300px){
    /*Independent*/
    .container{
        padding: 0 54px;
        }
    /*Intro section*/
    .intro-section .img, .intro-section .img-slider-box{
        width: calc(100% - 440px);
        }
    .intro-section .h2{
        font-size: 2em;
        }
    /*Main*/
    #main .important-text:first-child, #main .container blockquote:first-child{
        margin-top: 120px;
        margin-bottom: 112px;
        }
    /*Employees opinion grid*/
    .employees-opinion-grid .overlay-text{
        display: none;
        }
    .employees-opinion-grid .img, .employees-grid .img{
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        }
    .employees-opinion-grid img, .employees-grid img{
        margin: 0;
        }
    .employees-opinion-grid a .img:after, .employees-grid a .img:after{
        display: none;
        }
    .no-touchevents .employees-opinion-grid a:hover img, .no-touchevents .employees-grid a:hover img{
        transform: scale(1.105);
        }
    .no-touchevents .employees-opinion-grid a:hover .name, .no-touchevents .employees-grid a:hover .name{
        opacity: .6;
        }
    /*Timeline*/
    .timeline-anchors{
        padding: 0 120px;
        }
    .timeline-anchors .progress-bar{
        left: 125px;
        right: 125px;
        }
    /*Popup*/
    .popup{
        padding: 98px 54px;
        }
    .contact-us-box{
        margin: 0;
        }
    }
@media screen and (max-width: 1240px){
    /*Header*/
    #header .tel{
        margin-left: 40px;
        }
    #header .make-an-appointment{
        margin: 0 0 0 40px;
        }
    #js-open-nav{
        margin: 0 0 0 40px;
        }
    /*In numbers section*/
    .in-numbers-slider .title{
        font-size: 70px;
        }
    .in-numbers-slider .swiper-slide:not(:first-child):before{
        left: -79px;
        top: 40px;
        width: 16px;
        height: 16px;
        }
    /*Page controls*/
    .page-controls .page-link{
        max-width: calc(50% - 140px);
        }
    }
@media screen and (max-width: 1180px){
    /*Title text grid*/
    .title-text-grid .col{
        width: 48%;
        }
    .title-text-grid .text-col{
        width: calc(52% - 40px);
        }
    /*Popup*/
    .contact-us-box .phone{
        font-size: 32px;
        }
    .contact-us-box .in-percents .percents{
        font-size: 32px;
        }
    }
@media screen and (max-width: 1140px){
    /*Header*/
    #header{
        padding: 32px 0;
        }
    #header .container{
        align-items: center;
        }
    #logo .logo-text{
        display: none;
        }
    #header .sub-box{
        margin: 0;
        }
    #nav-box{
        padding: 110px 0 0;
        }
    #nav-box .sub-box{
        top: 34px;
        }
    #nav-box > .container{
        padding-bottom: 54px;
        }
    #nav{
        font-size: 40px;
        }
    #additional-nav{
        font-size: 32px;
        width: 33%;
        }
    .no-touchevents #nav-grid a span:before{
        top: 18px;
        }
    .no-touchevents #nav-grid #additional-nav a span:before{
        top: 13px;
        }
    #nav .has-child > a{
        padding-right: 51px;
        }
    #nav .has-child > a:before{
        width: 37px;
        height: 37px;
        margin-top: -18px;
        }
    #nav .has-child > a:after{
        right: 12px;
        }
    /*Doctor inner*/
    .doctor-page .page-title-box .container{
        height: auto;
        }
    .doctor-inner{
        padding-top: 64px;
        }
    .doctor-inner .img{
        align-self: flex-start;
        }
    .doctor-inner .text{
        padding: 16px 0 72px 40px;
        }
    /*Tags cloud*/
    .tags-cloud{
        font-size: 44px;
        }
    /*Timeline*/
    .timeline-anchors{
        margin: 0 -32px 66px;
        }
    /*Contacts*/
    .contacts-grid{
        font-size: 1em;
        }
    .contacts-grid .col:last-child{
        font-size: 19px;
        }
    /*Text media box*/
    .text-media-box .text-box{
        padding: 40px 40px 43px;
        }
    /*Popup*/
    .popup{
        padding: 98px 40px;
        }
    }
@media screen and (max-width: 1080px){
    /*Page title box*/
    .doctor-page .page-title-box{
        margin: 0 0 140px;
        }
    /*In numbers section*/
    .in-numbers-section{
        margin: 0 0 180px;
        }
    .in-numbers-section .scrolling-box{
        display: none;
        }
    .no-touchevents .in-numbers-slider{
        display: block;
        }
    .in-numbers-slider .title{
        font-size: 63px;
        }
    .in-numbers-slider .swiper-slide:not(:first-child):before{
        left: -78px;
        top: 36px;
        width: 14px;
        height: 14px;
        }
    /*Care section*/
    .care-section{
        padding: 20% 0 0;
        }
    }
@media screen and (max-width: 1040px){
    /*Comapny staff grid*/
    .staff-grid .item, .img-text-grid .item{
        width: 33.333333%;
        }
    }
@media screen and (min-width: 1001px){
    .title-text-grid .col > *:last-child{
        margin-bottom: 10px;
        }
    /*Title text grid*/
    .articles-grid + .title-text-grid, .employees-opinion-grid + .title-text-grid, .employees-grid + .title-text-grid{
        margin-top: 76px;
        }
    blockquote + .title-text-grid{
        margin-top: 180px;
        }
    .title-text-grid .col > *:first-child, .title-text-grid .text-col > *:first-child{
        margin-top: 0;
        }
    .title-text-grid .text-col > *:last-child{
        margin-bottom: 0;
        }
    .title-text-grid .col > h2:first-child, .title-text-grid .col > .h2:first-child{
        margin-top: -10px;
        }
    .title-text-grid .col > h3:first-child, .title-text-grid .col > .h3:first-child{
        margin-top: -6px;
        }
    .title-text-grid .col > h4:first-child, .title-text-grid .col > .h4:first-child{
        margin-top: -4px;
        }
    .title-text-grid .col > h5:first-child, .title-text-grid .col > .h5:first-child, .title-text-grid .col > h6:first-child, .title-text-grid .col > .h6:first-child{
        margin-top: -2px;
        }
    }
@media screen and (max-width: 1000px){
    figure{
        margin: 100px auto;
        }
    .important-text{
        margin: 120px auto;
        }
    /*Independent*/
    .container{
        padding: 0 24px;
        }
    /*Header*/
    #header{
        padding: 16px 0;
        }
    #nav-box{
        padding: 80px 0 0;
        }
    #nav-box .sub-box{
        top: 18px;
        }
    #nav-box > .container{
        padding-bottom: 40px;
        }
    #nav{
        font-size: 36px;
        }
    #additional-nav{
        font-size: 30px;
        width: 38%;
        }
    .no-touchevents #nav-grid a span:before{
        top: 15px;
        }
    .no-touchevents #nav-grid #additional-nav a span:before{
        top: 11px;
        }
    .header-schedule{
        right: -8%;
        font-size: 14px;
        line-height: 18px;
        }
    /*Page title box*/
    .page-title-box, .doctor-page .page-title-box{
        margin: 0 0 100px;
        }
    .page-title-box .container{
        padding-top: 140px;
        padding-bottom: 90px;
        height: 420px;
        }
    /*Doctor inner*/
    .doctor-inner{
        padding: 16px 0 80px;
        }
    .doctor-inner .img{
        align-self: flex-start;
        margin-bottom: 0;
        }
    .doctor-inner .text{
        padding: 16px 0 0 40px;
        }
    /*In numbers section*/
    .in-numbers-slider{
        font-size: 24px;
        }
    .in-numbers-slider .title{
        font-size: 60px;
        margin: 0 0 48px;
        }
    .in-numbers-slider .swiper-slide:not(:first-child):before{
        left: -77px;
        top: 34px;
        width: 12px;
        height: 12px;
        }
    /*Recommend section*/
    .recommend-section{
        margin: 172px 0 140px;
        }
    /*Care section*/
    .care-section{
        padding: 180px 0 0;
        }
    /*Main*/
    #main{
        margin-bottom: 140px;
        }
    #main .bg-box:last-child{
        margin-bottom: -140px;
        }
    /*Bg box*/
    .title-text-grid + .bg-box{
        margin-top: 110px;
        }
    /*Intro section*/
    .intro-section .container{
        display: block;
        }
    .intro-section .text{
        width: 100%;
        max-width: none;
        padding-right: 0;
        margin: 0 0 40px;
        }
    .intro-section .img, .intro-section .img-slider-box{
        width: 100%;
        margin: 0;
        }
    .intro-section img, .intro-section .img-slider-box .swiper-container{
        max-width: calc(100% + 24px);
        }
    /*Title text grid*/
    .title-text-grid{
        display: block;
        margin: 0;
        }
    /*Title text grid*/
    .articles-grid + .title-text-grid, .employees-opinion-grid + .title-text-grid, .employees-grid + .title-text-grid{
        margin-top: -36px;
        }
    blockquote + .title-text-grid{
        margin-top: 120px;
        }
    .title-text-grid .col{
        width: 100%;
        }
    .title-text-grid .text-col{
        width: 100%;
        }
    .title-text-grid .text-col > *:first-child{
        margin-top: 0;
        }
    /*Articles grid*/
    .articles-grid .title{
        font-size: 26px;
        }
    /*Comapny staff grid*/
    #main > .container > .company-staff.staff-grid:last-child{
        margin-bottom: -80px;
        }
    /*Employees opinion grid*/
    .employees-opinion-grid .name, .employees-grid .name{
        font-size: 26px;
        }
    /*Bg box*/
    .bg-box.btn-box:first-child{
        margin-top: -100px !important;
        }
    /*Img text grid*/
    .img-text-grid{
        margin-top: 110px;
        margin-bottom: 100px;
        }
    /*Before After*/
    #main .before-after-box{
        margin: 100px auto;
        }
    /*Vacancies list*/
    .vacancies-list{
        margin: 100px 0;
        }
    /*Google map*/
    .usual-map{
        height: auto;
        padding-bottom: 56.25%;
        min-height: 300px;
        }
    /*Tags cloud*/
    .tags-cloud{
        font-size: 40px;
        }
    /*Vacancies list*/
    .vacancy-item{
        padding: 48px 32px 51px;
        }
    /*Timeline*/
    .timeline-anchors{
        margin: 0 -6px 66px;
        padding: 0 100px;
        }
    .timeline-anchors .progress-bar{
        left: 105px;
        right: 105px;
        }
    .timeline-anchors .prev-year, .timeline-anchors .next-year{
        top: 7px;
        width: 61px;
        height: 61px;
        }
    /*Contacts*/
    .contacts-box{
        margin: -100px 0 100px !important;
        padding: 100px 0 38px;
        }
    #main + .usual-map{
        margin-top: -60px;
        }
    /*Pager*/
    .articles-grid + .pager{
        margin-top: 64px;
        }
    /*Text media box*/
    .text-media-box{
        margin: 100px 0;
        }
    .text-media-box .text-box{
        padding: 32px 24px 35px;
        }
    .text-media-box .text-box:before, .text-media-box .media-box{
        border-radius: 30px 0 30px 0;
        }
    /*Popup*/
    .contact-us-box{
        padding: 66px 0 48px;
        }
    .contact-us-box .title-text-grid .text-col{
        margin-top: 32px;
        }
    }
@media screen and (min-width: 921px){
    /*Bg box*/
    .vacancies-list + .bg-box{
        margin-top: 110px;
        }
    }
@media screen and (min-width: 921px){
    .articles-grid .item.important-item{
        width: 50%;
        margin-bottom: 98px;
        }
    .articles-grid .item.important-item .time{
        margin: 33px 0 10px;
        }
    .articles-grid .item.important-item .title{
        font-size: 1.6em;
        line-height: 1.4em;
        }
    }
@media screen and (max-width: 920px){
    /*Header*/
    #header, .sticky-header #header{
        font-size: 15px;
        line-height: 19px;
        }
    #logo svg{
        width: 48px;
        height: 48px;
        }
    .header-contacts{
        font-size: 13px;
        line-height: 17px;
        }
    .header-contacts .action-link{
        font-size: 12px;
        line-height: 16px;
        }
    #js-open-nav, #js-close-nav{
        width: 48px;
        height: 48px;
        border-radius: 24px 0;
        }
    #header .sub-box .circle-icon{
        width: 40px;
        height: 40px;
        }
    .header-schedule{
        margin: -3px auto;
        }
    /*Doctor inner*/
    .doctor-inner .h1{
        font-size: 1.5em;
        }
    /*Bg box*/
    .bg-box{
        padding: 88px 0;
        margin: 88px 0;
        }
    .employees-grid + .bg-box, .employees-opinion-grid + .bg-box{
        margin-top: 0;
        }
    .title-text-grid + .bg-box{
        margin-top: 88px;
        }
    .bg-box .form-box{
        margin: 0 0 8px;
        }
    /*Articles grid*/
    .articles-grid .item{
        width: 50%;
        }
    .articles-grid .item p{
        padding-right: 16px;
        }
    /*Employees opinion grid*/
    .employees-opinion-grid .item, .employees-grid .item{
        width: 50%;
        margin-bottom: 54px;
        }
    .employees-opinion-grid .item p, .employees-grid .item p{
        padding-right: 16px;
        }
    .employees-opinion-grid + .company-staff, .employees-grid + .company-staff{
        margin-top: 62px;
        }
    /*Comapny staff grid*/
    .bg-box .staff-grid{
        margin-bottom: -52px;
        }
    #main > .container > .company-staff.staff-grid:last-child{
        margin-bottom: -80px;
        }
    .staff-grid .item, .img-text-grid .item{
        margin: 0 0 48px;
        }
    /*Testimonials list*/
    .testimonials-list .row{
        margin: 0 0 72px;
        }
    .testimonials-list .row:nth-child(even){
        padding: 72px 0;
        }
    .testimonials-list .author-box{
        padding-right: 40px;
        min-width: 300px;
        }
    .testimonials-list .row:nth-child(even) .author-box{
        padding: 0 0 0 40px;
        }
    .testimonials-list .text{
        padding: 40px;
        }
    /*Img text grid*/
    .img-text-grid .sub-box{
        margin-bottom: -48px;
        }
    /*Text media box*/
    .text-media-box{
        display: block;
        margin: 80px 0;
        }
    .text-media-box .text-box{
        width: 100%;
        padding: 32px 24px 35px;
        }
    .text-media-box .media-box + .text-box{
        margin-top: -48px;
        padding-top: 80px;
        }
    .text-media-box .text-box:before{
        left: 0 !important;
        width: 100%;
        }
    .text-media-box .media-box{
        width: 100%;
        max-width: calc(100% - 48px);
        margin: 0 0 0 24px;
        }
    /*Up form box*/
    .bg-box .up-form-box{
        margin-top: -88px;
        }
    /*Tags cloud*/
    .bg-box .tags-cloud{
        margin: -16px 0 -8px;
        }
    .tags-cloud a{
        padding: 8px 0;
        }
    /*Page controls*/
    .page-controls .share-links-box{
        position: relative;
        left: auto;
        top: 0;
        text-align: center;
        width: 100%;
        margin: 0 0 40px;
        transform: none;
        }
    .page-controls .page-link{
        max-width: 418px;
        width: calc(50% - 32px);
        }
    /*Contacts*/
    .contacts-box{
        padding-bottom: 68px;
        }
    .contacts-grid{
        font-size: 1em;
        }
    .contacts-grid .col{
        width: 50%;
        }
    .contacts-grid .col:last-child{
        width: 100%;
        }
    .clinic-location{
        display: block;
        }
    .clinic-location .col{
        width: 100%;
        max-width: none;
        }
    .clinic-location figure{
        margin: 50px auto;
        max-width: 533px;
        }
    .clinic-location .text-col{
        width: 100%;
        }
    #main + .usual-map{
        margin-top: -60px;
        }
    /*404*/
    #error-page-box .container{
        padding-top: 140px;
        padding-bottom: 100px;
        }
    }
@media screen and (max-width: 840px){
    /*Header*/
    #header .tel{
        margin-left: 24px;
        }
    #header .make-an-appointment{
        margin: 0 0 0 24px;
        }
    #js-open-nav{
        margin-left: 24px;
        }
    /*Section*/
    section .h2{
        font-size: 2em;
        }
    /*Recommended section*/
    .recommend-section .h2{
        margin: 0 auto 48px;
        }
    /*Care section*/
    .care-section .h2{
        margin: 0 auto 64px;
        }
    .title-petals-bg:before{
        margin: -147px 0 0 -290px;
        width: 580px;
        height: 294px;
        }
    /*Pager*/
    .pager li:nth-child(10), .pager li:nth-child(11){
        display: none;
        }
    /*Footer*/
    #footer .container{
        max-width: 680px;
        }
    .footer-contacts{
        order: 3;
        width: 100%;
        margin: 40px 0 0;
        }
    .footer-address, .footer-schedule{
        width: auto;
        }
    }
@media screen and (max-width: 780px){
    h2, .h2{
        margin: 80px auto 32px;
        }
    h3, .h3{
        margin: 72px auto 32px;
        }
    h4, .h4{
        margin: 64px auto 24px;
        }
    h5, .h5{
        margin: 64px auto 24px;
        }
    h6, .h6{
        margin: 56px auto 20px;
        }
    figure{
        margin: 80px 0;
        }
    h2 + figure, .h2 + figure{
        margin-top: 40px;
        }
    blockquote{
        margin: 100px auto;
        }
    .important-text{
        margin: 90px auto;
        }
    /*Form styles*/
    .btn{
        padding: 20px 24px 19px;
        }
    /*Independent*/
    .container{
        padding: 0 16px;
        }
    /*Header*/
    #header, .sticky-header #header{
        font-size: 14px;
        line-height: 18px;
        padding: 32px 0 8px;
        }
    #header .header-contacts, #header .header-schedule{
        position: absolute;
        top: -24px;
        left: 0;
        width: 100%;
        margin: 0;
        }
    .header-schedule{
        right: auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        font-size: 12px;
        }
    .header-schedule p{
        margin: 0 4px;
        }
    .header-schedule .days{
        min-width: 0;
        margin: 0;
        }
    #logo svg{
        width: 42px;
        height: 42px;
        }
    .header-contacts{
        font-size: 12px;
        line-height: 16px;
        }
    .header-contacts .action-link{
        font-size: 11px;
        line-height: 15px;
        }
    #header .tel{
        margin: 4px 0 0 32px;
        }
    #header .make-an-appointment{
        margin: 4px 0 0 32px;
        }
    #header .make-an-appointment:before{
        left: 7px;
        top: 6px;
        width: 6px;
        height: 6px;
        }
    #header .make-an-appointment:after{
        top: -1px;
        width: 20px;
        height: 20px;
        }
    #js-open-nav{
        margin-left: 32px;
        }
    #nav-box{
        padding: 72px 0 0;
        }
    #nav-box > .container{
        padding-bottom: 32px;
        }
    #nav{
        font-size: 34px;
        }
    #additional-nav{
        font-size: 28px;
        width: 35%;
        }
    .no-touchevents #nav-grid a span:before{
        top: 14px;
        }
    .no-touchevents #nav-grid #additional-nav a span:before{
        top: 9px;
        }
    #nav .has-child > a{
        padding-right: 44px;
        }
    #nav .has-child > a:before{
        width: 33px;
        height: 33px;
        margin-top: -16px;
        }
    #nav .has-child > a:after{
        right: 10px;
        }
    #nav .dropdown{
        font-size: 22px;
        }
    .no-touchevents #nav-grid .dropdown a span:before{
        left: -44px;
        top: 5px;
        }
    #nav-grid .dropdown .active > a span{
        border-width: 2px;
        }
    /*Main screen*/
    #main-screen{
        margin: 0 0 140px;
        }
    /*Page title box*/
    .page-title-box, .doctor-page .page-title-box{
        margin: 0 0 90px;
        }
    /*Doctor inner*/
    .doctor-inner .text{
        padding: 8px 0 0 24px;
        }
    .doctor-inner .h1{
        font-size: 1.3em;
        margin: 0 0 10px;
        }
    .doctor-inner .back-link + .h1{
        margin-top: 0;
        }
    /*In numbers section*/
    .in-numbers-section{
        margin: 0 0 130px;
        }
    .in-numbers-section .bg-petals{
        top: 50%;
        max-width: 100%;
        min-width: 420px;
        height: auto;
        transform: translateY(-50%);
        }
    .in-numbers-slider{
        font-size: 22px;
        }
    .in-numbers-slider .swiper-slide{
        padding-right: 100px;
        }
    .in-numbers-slider .swiper-slide:not(:first-child):before{
        left: -56px;
        top: 28px;
        width: 12px;
        height: 12px;
        }
    .in-numbers-slider .title{
        font-size: 50px;
        margin: 0 0 32px;
        }
    /*Care section*/
    .care-section{
        margin: 0 0 140px;
        }
    /*Recommend section*/
    .recommend-section{
        margin: 120px 0 100px;
        }
    /*Main*/
    #main{
        margin-bottom: 100px;
        }
    #main .important-text:first-child, #main .container blockquote:first-child{
        margin-top: 90px;
        margin-bottom: 82px;
        }
    #main .bg-box:last-child{
        margin-bottom: -100px;
        }
    /*Bg box*/
    .bg-box.btn-box:first-child{
        margin-top: -90px !important;
        }
    /*Testimonials list*/
    .testimonials-list .row{
        display: block;
        margin: 0 0 72px;
        }
    .testimonials-list .row:nth-child(even){
        padding: 72px 0;
        }
    .testimonials-list .author-box, .testimonials-list .row:nth-child(even) .author-box{
        text-align: left;
        width: 100%;
        padding: 0 0 0 32px;
        min-width: 0;
        margin: -10px 0 24px;
        }
    .testimonials-list .text{
        padding: 32px;
        }
    /*Photo gallery*/
    .lazy-load-gallery{
        margin: 80px 0 72px;
        }
    .photo-gallery{
        margin: 80px -4px 72px -3px;
        }
    /*Articles grid*/
    .articles-grid{
        margin: 80px -4px 26px;
        }
    /*Employees opinion grid*/
    .employees-opinion-grid, .employees-grid{
        margin: 80px -4px 26px;
        }
    /*Company stuff*/
    .company-staff{
        margin: 80px 0;
        }
    #main > .container > .company-staff.staff-grid:last-child{
        margin-bottom: -52px;
        }
    .employees-opinion-grid + .company-staff, .employees-grid + .company-staff{
        margin-top: 24px;
        }
    /*Img text grid*/
    .img-text-grid{
        margin-top: 86px;
        margin-bottom: 80px;
        }
    /*Before After*/
    #main .before-after-box{
        margin: 86px auto 80px;
        }
    /*Vacancies list*/
    .vacancies-list{
        margin: 80px 0;
        }
    /*Tags cloud*/
    .tags-cloud{
        font-size: 34px;
        }
    .tags-cloud a{
        padding: 7px 0;
        }
    /*Vacancies list*/
    .vacancy-item{
        padding: 32px 20px 35px;
        border-radius: 30px 0;
        }
    /*Timeline*/
    .timeline-anchors{
        display: none;
        }
    .timeline-slider .swiper-btns{
        display: flex;
        margin: 0 auto 40px;
        }
    /*Contacts*/
    .contacts-box{
        margin: -90px 0 90px !important;
        padding: 90px 0 54px;
        }
    #main + .usual-map{
        margin-top: -32px;
        }
    /*Pager*/
    .articles-grid + .pager{
        margin-top: 16px;
        }
    .pager li{
        font-size: 22px;
        }
    .pager li:nth-child(8), .pager li:nth-child(9){
        display: none;
        }
    .pager .active span{
        width: 44px;
        height: 44px;
        line-height: 40px;
        }
    /*Popup*/
    .popup{
        padding: 98px 24px;
        }
    .popup .title-text-grid{
        margin-bottom: 54px;
        }
    .popup .bg-box, .popup .title-text-grid + .bg-box{
        padding-top: 54px;
        padding-bottom: 48px;
        margin: 54px 0 64px;
        }
    .in-percents-list:last-child{
        margin-bottom: -48px !important;
        }
    .social-btns-links{
        margin: 0 -12px 40px;
        }
    .social-btns-links .btn{
        margin: 0 12px 24px;
        }
    .contact-us-box{
        padding: 54px 0 40px;
        }
    .popup .contact-us-box .title-text-grid{
        margin-bottom: 0;
        }
    }
@media screen and (max-width: 720px) and (min-width: 580px){
    .doctor-inner .text p:not(.h1){
        font-size: .9em;
        }
    }
@media screen and (max-width: 680px){
    /*Photo gallery*/
    .photo-gallery.no-masonry .item{
        width: 33.33333%;
        }
    /*Comapny staff grid*/
    .staff-grid .item, .img-text-grid .item{
        width: 50%;
        }
    /*Popup*/
    .in-percents-list .col{
        padding: 0 16px;
        }
    .in-percents-list .percents{
        font-size: 56px;
        }
    }
@media screen and (max-width: 640px){
    h1, .h1{
        font-size: 2.3125em;
        }
    h2, .h2{
        font-size: 2.25em;
        }
    h3, .h3{
        font-size: 2em;
        }
    h4, .h4{
        font-size: 1.8em;
        }
    .important-text{
        font-size: 1.4em;
        margin: 64px auto;
        }
    blockquote{
        font-size: 1.4em;
        }
    /*Header*/
    #nav-box{
        padding: 72px 0 0;
        }
    #nav-box > .container{
        padding-bottom: 32px;
        }
    #nav-grid{
        display: block;
        }
    #nav-grid .active a span{
        border-width: 2px;
        }
    .no-touchevents #nav-grid a:hover{
        padding-left: 0;
        }
    .no-touchevents #nav-grid a span:before{
        left: -42px;
        top: 13px;
        pointer-events: none;
        width: 26px;
        height: 15px;
        }
    .no-touchevents #nav-grid #additional-nav a span:before{
        top: 10px;
        }
    #nav{
        font-size: 30px;
        text-align: center;
        padding: 0;
        }
    #nav li{
        margin: 24px 0;
        }
    #nav .has-child > a{
        padding-right: 0;
        }
    #nav .has-child > a:before{
        display: none;
        }
    #nav .has-child > a:after{
        right: -26px;
        }
    #additional-nav{
        position: relative;
        font-size: 26px;
        text-align: center;
        width: 100%;
        padding-top: 6px;
        margin: 48px 0 0 !important;
        }
    #additional-nav li{
        margin: 24px 0;
        }
    #additional-nav:before{
        content: '';
        position: absolute;
        top: 0;
        left: -16px;
        right: -16px;
        height: 1px;
        background: rgba(255, 255, 255, .1);
        }
    #nav .dropdown{
        font-size: 20px;
        margin-left: 0;
        }
    .no-touchevents #nav-grid .dropdown a:hover{
        padding-left: 0;
        }
    .no-touchevents #nav-grid .dropdown a span:before{
        left: -36px;
        }
    /*Main screen*/
    #main-screen .text:before{
        margin: -142px 0 0 -290px;
        width: 580px;
        height: 285px;
        }
    #main-screen p{
        font-size: 1.6em;
        }
    /*Page title box*/
    .page-title-box .container{
        font-size: 24px;
        height: auto;
        }
    .page-title-box .back-link + h1, .page-title-box .back-link + .h1{
        margin-top: -4px;
        }
    /*Intro section*/
    .intro-section .text{
        margin: 0 0 32px;
        }
    section .h2, .intro-section .h2{
        font-size: 1.9em;
        }
    /*In numbers section*/
    .in-numbers-slider{
        font-size: 21px;
        }
    .in-numbers-slider .swiper-slide{
        padding-right: 90px;
        }
    .in-numbers-slider .swiper-slide:last-child{
        padding-right: 0;
        max-width: 90%;
        width: 100%;
        }
    .in-numbers-slider .swiper-slide:not(:first-child):before{
        left: -50px;
        top: 24px;
        width: 10px;
        height: 10px;
        }
    .in-numbers-slider .title{
        font-size: 44px;
        margin: 0 0 32px;
        }
    /*Vacancies list*/
    .vacancy-item{
        position: relative;
        display: block;
        padding: 32px 20px 54px;
        border-radius: 25px 0;
        }
    .vacancy-item .title-box{
        width: 100%;
        }
    .vacancy-item .description{
        width: 100%;
        padding: 0;
        }
    .vacancy-item .arrow-link{
        position: absolute;
        bottom: 20px;
        right: 20px;
        margin: 0;
        }
    /*Page controls*/
    .page-controls{
        font-size: 17px;
        }
    .page-controls .page-link{
        width: calc(50% - 16px);
        }
    .page-controls .prev-page{
        padding-left: 54px;
        }
    .page-controls .next-page{
        padding-right: 54px;
        }
    /*Contacts*/
    .contacts-grid{
        justify-content: space-between;
        }
    .contacts-grid .col{
        width: calc(50% - 16px);
        padding: 0;
        }
    }
@media screen and (max-width: 580px){
    /*Timeline*/
    .timeline-slider .sub-text{
        margin: 0 0 6px;
        }
    .timeline-slider .years{
        font-size: 64px;
        }
    /*Doctor inner*/
    .doctor-page .page-title-box{
        margin-bottom: 150px;
        }
    .doctor-inner{
        padding: 0 0 72px;
        }
    .doctor-inner .img{
        order: 2;
        width: 100%;
        margin: 0 auto -140px;
        max-width: 320px;
        }
    .doctor-inner .text{
        order: 1;
        width: 100%;
        padding: 0;
        margin: 0 0 40px;
        }
    .doctor-inner .h1{
        font-size: 1.6em;
        margin: 0 0 10px;
        }
    .page-title-box .doctor-inner .back-link + .h1{
        margin-top: 8px;
        }
    /*Tags cloud*/
    .tags-cloud{
        font-size: 30px;
        }
    .tags-cloud a{
        padding: 6px 0;
        }
    /*Page controls*/
    .page-controls{
        font-size: 18px;
        margin-top: -16px;
        }
    .page-controls .container{
        max-width: 420px;
        margin: 0 auto;
        flex-wrap: wrap;
        }
    .page-controls .page-link{
        text-align: center;
        width: 100%;
        padding: 0 !important;
        margin: 0 auto 32px;
        }
    .page-controls .prev-page{
        order: 3;
        margin: 0 auto;
        }
    .page-controls .next-page{
        order: 2;
        }
    .page-controls .page-link a:before, .page-controls .page-link a svg{
        display: none;
        }
    .no-touchevents .page-controls .page-link a:hover{
        opacity: .7;
        }
    .page-controls .share-links-box{
        margin-top: 10px;
        }
    /*Pager*/
    .pager li{
        font-size: 21px;
        margin: 0 14px;
        }
    /*Popup*/
    .form-popup{
        padding: 72px 14px 44px;
        }
    .in-percents-list{
        margin-left: -16px;
        margin-right: -16px;
        }
    .in-percents-list .percents{
        font-size: 48px;
        }
    }
@media screen and (max-width: 540px){
    body{
        font-size: 19px;
        }
    h1, .h1{
        font-size: 2.23em;
        }
    h2, .h2, h3, .h3, h4, .h4{
        margin: 54px auto 24px;
        }
    h5, .h5{
        margin: 54px auto 20px;
        }
    h6, .h6{
        margin: 48px auto 20px;
        }
    ul li{
        background-position: 12px 13px;
        }
    figure{
        margin: 64px 0;
        }
    blockquote{
        margin: 80px auto;
        }
    img{
        margin: 32px 0;
        }
    .full-width-mobile{
        max-width: calc(100% + 32px);
        margin-left: -16px;
        margin-right: -16px;
        }
    /*Main screen*/
    #main-screen .text:before{
        margin: -123px 0 0 -250px;
        width: 500px;
        height: 246px;
        }
    #main-screen p{
        font-size: 1.4em;
        }
    /*Page title box*/
    .page-title-box{
        margin: 0 0 80px;
        }
    .page-title-box .container{
        font-size: 22px;
        }
    .page-title-box .back-link + h1, .page-title-box .back-link + .h1{
        margin-top: 0;
        }
    /*Intro section*/
    .intro-section img, .intro-section .img-slider-box .swiper-container{
        border-radius: 0 0 0 40px;
        }
    /*Care section*/
    .care-section{
        padding: 35% 0 0;
        }
    .title-petals-bg:before{
        margin: -127px 0 0 -250px;
        width: 500px;
        height: 254px;
        }
    /*Before After*/
    .before-after img{
        border-radius: 40px 0 40px 0;
        }
    /*Main*/
    #main .important-text:first-child, #main .container blockquote:first-child{
        margin-top: 80px;
        margin-bottom: 64px;
        }
    /*Bg box*/
    .bg-box{
        padding: 64px 0;
        margin: 64px 0;
        }
    .bg-box.btn-box:first-child{
        margin-top: -80px !important;
        }
    .title-text-grid + .bg-box{
        margin-top: 70px;
        }
    /*Title text grid*/
    .articles-grid + .title-text-grid, .employees-opinion-grid + .title-text-grid, .employees-grid + .title-text-grid{
        margin-top: 0;
        }
    blockquote + .title-text-grid{
        margin-top: 100px;
        }
    /*Testimonials list*/
    .testimonials-list .text{
        border-radius: 30px 0 30px 0;
        }
    /*Photo gallery*/
    .lazy-load-gallery{
        margin: 64px 0 56px;
        }
    .photo-gallery{
        margin: 64px -4px 56px -3px;
        }
    .photo-gallery.no-masonry .item{
        width: 50%;
        }
    .photo-gallery a:after{
        background-size: 46px 46px;
        }
    /*Articles grid*/
    .articles-grid{
        display: block;
        margin: 64px 0;
        }
    .articles-grid .item{
        width: 100%;
        max-width: 425px;
        padding: 0;
        margin: 0 auto 48px;
        }
    .articles-grid .item:last-child{
        margin-bottom: 0;
        }
    .articles-grid .title{
        margin: 20px 0 0;
        }
    .articles-grid .item p{
        padding: 0;
        }
    /*Employees opinion grid*/
    .employees-opinion-grid, .employees-grid{
        display: block;
        margin: 64px 0;
        }
    .employees-opinion-grid .item, .employees-grid .item{
        width: 100%;
        max-width: 425px;
        padding: 0;
        margin: 0 auto 40px;
        }
    .employees-opinion-grid .item:last-child, .employees-grid .item:last-child{
        margin-bottom: 0;
        }
    .employees-opinion-grid .name, .employees-grid .name{
        margin: 20px 0 0;
        }
    .employees-opinion-grid .item p, .employees-grid .item p{
        padding: 0;
        }
    /*Company stuff*/
    .company-staff, .employees-opinion-grid + .company-staff, .employees-grid + .company-staff{
        margin: 72px 0 64px;
        }
    .company-staff .swiper-slide img, .company-staff .item img{
        margin: 0 0 20px;
        }
    .company-staff .img{
        margin: 0 0 20px;
        }
    /*Comapny staff grid*/
    .bg-box .staff-grid{
        margin-bottom: -44px;
        }
    #main > .container > .company-staff.staff-grid:last-child{
        margin-bottom: -44px;
        }
    .staff-grid .item, .img-text-grid .item{
        margin: 0 0 40px;
        }
    /*Img text grid*/
    .img-text-grid{
        margin-top: 72px;
        margin-bottom: 64px;
        }
    .img-text-grid .sub-box{
        margin-bottom: -40px;
        }
    /*Text media box*/
    .text-media-box .text-box{
        padding: 32px 16px 35px;
        }
    .text-media-box .media-box{
        max-width: calc(100% - 32px);
        margin: 0 0 0 16px;
        }
    /*Before After*/
    #main .before-after-box{
        margin: 72px auto 64px;
        }
    /*Vacancies list*/
    .vacancies-list{
        margin: 64px 0;
        }
    /*Up form box*/
    .bg-box .up-form-box{
        margin-top: -64px;
        }
    /*Tags cloud*/
    .tags-cloud{
        font-size: 26px;
        }
    .bg-box .tags-cloud{
        margin: -8px 0 0;
        }
    .tags-cloud a{
        padding: 5px 0;
        }
    /*Contacts*/
    .contacts-box{
        margin: -80px 0 64px !important;
        padding: 80px 0 40px;
        }
    /*Popup*/
    .popup{
        font-size: 19px;
        }
    }
@media screen and (max-width: 480px){
    body{
        font-size: 18px;
        }
    h1, .h1{
        font-size: 2.125em;
        }
    ul li, ol li{
        padding-left: 30px;
        background-position: 10px 13px;
        }
    ol > li:before{
        left: 0;
        }
    figure{
        margin: 54px 0;
        }
    h2 + figure, .h2 + figure{
        margin-top: 24px;
        }
    .large-indent{
        margin-top: 40px;
        }
    .important-text{
        font-size: 1.2em;
        }
    .important-text p{
        margin-bottom: 24px;
        }
    blockquote{
        font-size: 1.2em;
        margin: 64px 0;
        }
    blockquote .bg-petals{
        width: 60px;
        height: auto;
        margin: 0 auto 32px;
        }
    blockquote .author{
        font-size: 20px;
        margin: 32px 0 0;
        }
    /*Form styles*/
    .btn{
        font-size: 14px;
        padding: 16px 16px 15px;
        min-width: 240px;
        border-radius: 25px 0;
        }
    /*Header*/
    #header, .sticky-header #header{
        font-size: 12px;
        line-height: 16px;
        padding: 28px 0 8px;
        }
    #header .header-contacts{
        top: -22px;
        }
    #header .header-schedule{
        top: -22px;
        font-size: 11px;
        }
    .header-schedule p{
        margin: 0 1px;
        }
    .header-contacts{
        font-size: 10px;
        line-height: 13px;
        }
    .header-contacts .action-link{
        font-size: 10px;
        line-height: 13px;
        margin: 0;
        }
    #header .tel{
        margin: 0 0 0 24px;
        }
    #header .make-an-appointment{
        padding-left: 24px;
        margin: 0 0 0 24px;
        }
    #header .make-an-appointment:before{
        left: 6px;
        }
    #header .make-an-appointment:after{
        top: 0;
        width: 18px;
        height: 18px;
        }
    #js-open-nav{
        margin-left: 20px;
        }
    #header .sub-box .circle-icon{
        margin-left: 18px;
        }
    #nav-box{
        padding: 72px 0 0;
        background-position: -70px 40%;
        }
    #nav-box > .container{
        padding-bottom: 32px !important;
        }
    .no-touchevents #nav-grid a span:before{
        top: 8px;
        }
    .no-touchevents #nav-grid #additional-nav a span:before{
        top: 5px;
        }
    #nav{
        font-size: 28px;
        }
    #nav li{
        margin: 22px 0;
        }
    #additional-nav{
        font-size: 24px;
        padding-top: 14px;
        margin: 36px 0 0 !important;
        }
    #additional-nav li{
        margin: 12px 0;
        }
    /*Main screen*/
    #main-screen{
        margin-bottom: 90px;
        }
    #main-screen .text:before{
        margin: -108px 0 0 -220px;
        width: 440px;
        height: 216px;
        }
    #main-screen p{
        font-size: 1.3em;
        }
    /*Page title box*/
    .page-title-box .container{
        font-size: 20px;
        }
    .page-title-box .back-link + h1, .page-title-box .back-link + .h1{
        margin-top: 4px;
        }
    .doctor-page .page-title-box .container{
        padding-top: 130px;
        }
    .doctor-inner .text{
        margin-bottom: 32px;
        }
    /*Intro section*/
    .intro-section .text{
        margin: 0 0 24px;
        }
    section .h2, .intro-section .h2{
        font-size: 1.75em;
        }
    .intro-section img, .intro-section .img-slider-box .swiper-container{
        border-radius: 0 0 0 25px;
        }
    /*In numbers section*/
    .in-numbers-section{
        margin: 0 0 90px;
        }
    .in-numbers-slider{
        font-size: 18px;
        }
    .in-numbers-slider .swiper-slide{
        padding-right: 32px;
        max-width: calc(100% - 32px);
        }
    .in-numbers-slider .swiper-slide:last-child{
        padding-right: 0;
        max-width: 100%;
        }
    .in-numbers-slider .swiper-slide:not(:first-child):before{
        display: none;
        }
    .in-numbers-slider .title{
        font-size: 38px;
        margin: 0 0 24px;
        }
    .in-numbers-slider p:not(.title){
        max-width: none !important;
        }
    /*Care section*/
    .care-section{
        padding: 130px 0 0;
        margin: 0 0 100px;
        }
    .care-section .bg{
        height: 500px;
        }
    .title-petals-bg:before{
        margin: -112px 0 0 -220px;
        width: 440px;
        height: 223px;
        }
    .care-section .h2{
        margin-bottom: 48px;
        }
    /*Articles grid*/
    .articles-grid .item{
        margin: 0 auto 40px;
        }
    .articles-grid .time{
        margin: 24px 0 2px;
        }
    /*Before After*/
    .before-after img{
        border-radius: 25px 0 25px 0;
        }
    .before-after-box + .btn{
        margin: 40px auto 0;
        }
    /*Recommend section*/
    .recommend-section{
        margin: 90px 0 82px;
        }
    .recommend-section .bg-petals{
        width: 80px;
        height: auto;
        }
    .recommend-section .h2{
        margin: 0 auto 40px;
        }
    .recommend-slider .swiper-btns{
        margin-bottom: 32px;
        }
    /*Main*/
    #main{
        margin-bottom: 72px;
        }
    #main .bg-box:last-child{
        margin-bottom: -72px;
        }
    /*Bg box*/
    .bg-box.btn-box:first-child{
        margin-bottom: 64px;
        }
    /*Title text grid*/
    blockquote + .title-text-grid{
        margin-top: 90px;
        }
    /*Testimonials list*/
    .testimonials-list .row{
        margin: 0 0 54px;
        }
    .testimonials-list .row:nth-child(even){
        padding: 54px 0;
        }
    .testimonials-list .author-box, .testimonials-list .row:nth-child(even) .author-box{
        padding: 0 0 0 20px;
        margin-bottom: 20px;
        }
    .testimonials-list .text{
        padding: 20px;
        border-radius: 20px 0 20px 0;
        }
    /*Photo gallery*/
    .lazy-load-gallery{
        margin: 54px 0 48px;
        }
    .photo-gallery{
        margin: 54px -4px 48px -3px;
        }
    .photo-gallery .item{
        width: 50%;
        }
    /*Timeline*/
    .timeline-slider .sub-text{
        font-size: 22px;
        }
    .timeline-slider .years{
        font-size: 58px;
        }
    .timeline-slider .swiper-btns{
        margin: 0 auto 32px;
        }
    /*Articles grid*/
    .articles-grid{
        margin: 54px 0;
        }
    /*Employees opinion grid*/
    .employees-opinion-grid, .employees-grid{
        margin: 54px 0;
        }
    /*Company stuff*/
    .company-staff, .employees-opinion-grid + .company-staff, .employees-grid + .company-staff{
        max-width: 316px;
        margin: 64px auto 54px;
        }
    .company-staff:before, .company-staff:after{
        display: none;
        }
    .company-staff .swiper-container{
        overflow: hidden;
        }
    /*Comapny staff grid*/
    .staff-grid, .img-text-grid .sub-box{
        margin-left: auto;
        margin-right: auto;
        }
    .staff-grid .item, .img-text-grid .item{
        width: 100%;
        padding: 0;
        }
    .company-staff p{
        padding: 0;
        }
    /*Img text grid*/
    .img-text-grid{
        max-width: 316px;
        margin: 64px auto 54px;
        }
    .img-text-grid p{
        padding: 0;
        }
    /*Vacancies list*/
    .vacancies-list{
        margin: 54px 0;
        }
    .vacancy-item{
        padding: 24px 16px 54px;
        margin-bottom: 24px;
        }
    /*Before After*/
    #main .before-after-box{
        margin: 64px auto 54px;
        }
    /*Object link*/
    .object-link{
        left: 16px;
        bottom: 16px;
        }
    /*Tags cloud*/
    .tags-cloud{
        font-size: 22px;
        }
    /*Contacts*/
    .contacts-box{
        padding-top: 64px;
        }
    .contacts-grid{
        display: block;
        }
    .contacts-grid .col{
        width: 100%;
        padding: 0;
        }
    .contacts-grid p{
        margin: 0 0 12px;
        }
    #main + .usual-map{
        margin-top: -10px;
        }
    /*Text media box*/
    .text-media-box{
        margin: 64px 0;
        }
    /*Text media box*/
    .text-media-box .text-box{
        padding-bottom: 24px;
        }
    .text-media-box .media-box + .text-box{
        margin-top: -48px;
        padding-top: 72px;
        }
    .text-media-box .text-box:before, .text-media-box .media-box{
        border-radius: 20px 0 20px 0;
        }
    /*Pager*/
    .pager{
        margin: 64px 0;
        }
    .pager li{
        font-size: 20px;
        margin: 0 13px;
        }
    .pager .next svg, .pager .prev svg{
        display: none;
        }
    .pager .mobile-arrow{
        display: block !important;
        }
    /*404*/
    #error-page-box .container{
        padding-top: 110px;
        padding-bottom: 80px;
        }
    #error-page-box .num{
        font-size: 160px;
        }
    /*Popup*/
    #popup-box{
        padding: 0;
        }
    #popup-box .container{
        padding: 0;
        }
    .popup{
        font-size: 18px;
        padding: 90px 16px 72px;
        margin: 0;
        }
    #map-popup{
        padding-top: 76px;
        }
    #map-popup .js-close-popup{
        top: 8px;
        left: 8px;
        }
    .popup .bg-box, .popup .title-text-grid + .bg-box{
        padding-bottom: 54px;
        margin-bottom: 60px;
        }
    .in-percents-list{
        display: block;
        }
    .in-percents-list:last-child{
        margin-bottom: -32px !important;
        }
    .in-percents-list .col{
        width: 100%;
        margin: 0 0 40px;
        }
    .social-btns-links{
        margin-bottom: 40px;
        }
    .social-btns-links .btn{
        margin: 0 12px 20px;
        }
    .contact-us-box:last-of-type{
        margin-bottom: -72px !important;
        }
    .contact-us-box .phone{
        font-size: 26px;
        }
    .contact-us-box .in-percents .percents{
        font-size: 26px;
        }
    /*Footer*/
    #footer .container{
        padding-top: 64px;
        padding-bottom: 48px;
        }
    .footer-address{
        margin-bottom: 40px;
        }
    .footer-address, .footer-schedule{
        width: 100%;
        text-align: center;
        }
    }
@media screen and (max-width: 420px){
    h1, .h1{
        font-size: 1.8em;
        }
    h2, .h2, h3, .h3, h4, .h4{
        margin: 48px auto 24px;
        }
    h2, .h2{
        font-size: 1.9em;
        }
    h3, .h3{
        font-size: 1.8em;
        }
    h4, .h4{
        font-size: 1.7em;
        }
    h5, .h5{
        margin: 42px auto 20px;
        }
    h6, .h6{
        margin: 42px auto 20px;
        }
    .important-text{
        margin: 54px auto;
        }
    blockquote .author{
        font-size: 18px;
        }
    /*Form styles*/
    .btn{
        padding: 16px 14px 15px;
        }
    /*Header*/
    .no-touchevents #nav-grid a:before{
        top: 8px;
        }
    .no-touchevents #nav-grid #additional-nav a:before{
        top: 5px;
        }
    #nav{
        font-size: 24px;
        }
    #nav li{
        margin: 18px 0;
        }
    #additional-nav{
        font-size: 20px;
        }
    #additional-nav li{
        margin: 9px 0;
        }
    #nav-box .langs{
        font-size: 16px;
        line-height: 20px;
        padding-left: 30px;
        }
    #nav-box .langs:before{
        top: 10px;
        width: 18px;
        height: 2px;
        }
    #nav .dropdown{
        font-size: 18px;
        }
    .no-touchevents #nav-grid .dropdown a span:before{
        top: 3px;
        }
    #nav-grid .dropdown .active > a span{
        border-width: 1px;
        }
    /*Care section*/
    .care-section .h2{
        margin-bottom: 40px;
        }
    /*Main screen*/
    #main-screen p{
        font-size: 1.2em;
        }
    /*Page title box*/
    .page-title-box{
        margin: 0 0 64px;
        }
    .page-title-box .container{
        padding-bottom: 70px;
        }
    .page-title-box h1{
        font-size: 1.8em;
        }
    /*Intro section*/
    section .h2, .intro-section .h2{
        font-size: 1.5em;
        }
    /*Main*/
    #main .important-text:first-child, #main .container blockquote:first-child{
        margin-top: 54px;
        margin-bottom: 40px;
        }
    /*Bg box*/
    .bg-box.btn-box:first-child{
        margin-top: -64px !important;
        }
    /*Testimonials list*/
    .testimonials-list .author-box, .testimonials-list .row:nth-child(even) .author-box{
        padding: 0 0 0 15px;
        margin-bottom: 15px;
        }
    .testimonials-list .text{
        padding: 15px;
        border-radius: 20px 0 20px 0;
        }
    /*Title text grid*/
    blockquote + .title-text-grid{
        margin-top: 80px;
        }
    /*Accordion*/
    .accordion .item{
        margin: 0 0 24px;
        }
    .accordion .title{
        position: relative;
        font-size: 1.2em;
        padding-left: 44px;
        }
    .accordion .title svg{
        left: 13px;
        top: 10px;
        }
    .accordion .opened .title svg{
        top: 11px;
        }
    .accordion .title:before{
        top: 0;
        width: 32px;
        height: 32px;
        }
    .accordion .dropdown{
        padding-left: 44px;
        }
    /*Timeline*/
    .timeline-slider .years{
        font-size: 54px;
        }
    /*Tags cloud*/
    .tags-cloud{
        font-size: 20px;
        }
    /*Contacts*/
    .contacts-box{
        margin: -64px 0 54px !important;
        padding: 54px 0 30px;
        }
    /*Pager*/
    .pager li{
        margin: 0 11px;
        }
    .pager .active{
        margin: 0 5px;
        }
    .pager .prev{
        margin-right: 8px;
        }
    .pager .next{
        margin-right: 8px;
        }
    .pager .active span{
        width: 40px;
        height: 40px;
        line-height: 36px;
        border-radius: 15px 0 15px 0;
        }
    /*404*/
    #error-page-box .num{
        font-size: 140px;
        margin: 2px 0 4px;
        }
    }
@media screen and (max-width: 390px){
    /*Header*/
    #header{
        min-width: 320px;
        }
    #header .container{
        padding: 0 10px;
        }
    #header .tel{
        margin: 0;
        }
    #header .make-an-appointment{
        margin: 0 0 0 12px;
        }
    #js-open-nav{
        margin-left: 16px;
        }
    #header .sub-box .circle-icon{
        margin-left: 14px;
        }
    #header .header-schedule{
        top: -23px;
        font-size: 10px;
        }
    /*Timeline*/
    .timeline-slider .years{
        font-size: 48px;
        }
    /*Social links*/
    .social-btns-links{
        margin: 0 0 40px;
        }
    .social-btns-links .btn{
        width: 100%;
        margin: 0 0 20px;
        }
    /*Pager*/
    .pager li:nth-child(7){
        display: none;
        }
    .pager .dots{
        margin: 0 8px;
        }
    /*Popup*/
    .contact-us-box .phone{
        font-size: 24px;
        }
    .contact-us-box .in-percents .percents{
        font-size: 24px;
        }
    }
@media screen and (max-width: 360px){
    .important-text{
        font-size: 1.15em;
        }
    blockquote{
        font-size: 1.15em;
        }
    /*Title text grid*/
    blockquote + .title-text-grid{
        margin-top: 72px;
        }
    }
/*Foreign plugins*/
/*File upload*/
.upload-box{
    margin: 40px 0;
    line-height: 0;
    min-height: 52px;
    }
.field .upload-box{
    margin: 26px auto 40px;
    }
.fileinput-wrapper{
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    line-height: 0;
    text-align: left;
    }
.fileinput{
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    }
.fileinput input[type=file], .fileinput input[type=file]:focus, .fileinput input[type=file]:hover{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    -ms-filter: 'alpha(opacity=0)';
    direction: ltr;
    outline: 0 !important;
    cursor: pointer;
    }
.upload-btn, .fileinput-name{
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #03594e;
    margin: 0;
    padding: 15px 0 0 68px;
    cursor: pointer;
    transition: color .2s ease;
    }
.upload-btn > span{
    position: relative;
    z-index: 11;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -24px;
    padding-left: 24px;
    }
.file-selected .upload-btn{
    display: none;
    }
.upload-btn span:before, .fileinput-name .close{
    content: '';
    position: absolute;
    top: -15px;
    left: -44px;
    width: 52px;
    height: 52px;
    border: 1px solid #03594e;
    border-radius: 110%;
    transition: transform .2s ease;
    }
.fileinput-name{
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    min-height: 52px;
    color: #03594e;
    width: 100%;
    padding-top: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    }
.fileinput-name .close{
    top: 0;
    left: 0;
    }
.upload-btn:after, .fileinput-name .close:before{
    content: '';
    position: absolute;
    top: 18px;
    left: 18px;
    width: 17px;
    height: 17px;
    background: url("../i/plus-icon.svg") no-repeat 50% 50%/17px 17px;
    }
.fileinput-name .close:before{
    top: 19px;
    left: 19px;
    width: 13px;
    height: 13px;
    background: url("../i/cross-icon.svg") no-repeat 50% 50%/13px 13px;
    }
.no-touchevents .upload-btn:hover:after, .no-touchevents .fileinput-name .close:hover:before{
    transform: rotate(180deg);
    transition: transform .3s ease;
    }
.upload-box .formats{
    position: relative;
    z-index: 20;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #7f8b93;
    margin: 0 0 -3px 68px;
    }
.upload-box .file-selected + .formats, .upload-box .error-field-text + .formats{
    display: none;
    }
.upload-box .error-field-text{
    margin-bottom: 0;
    }
.upload-box .field-error{
    margin: -10px 0 0 68px;
    }
/*Before After*/
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow{
    display: none;
    }
.twentytwenty-container{
    box-sizing: content-box;
    z-index: 0;
    /*overflow: hidden;*/
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    }
.twentytwenty-container img{
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
    overflow: hidden;
    }
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay{
    background: transparent;
    }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label{
    opacity: 0;
    }
.twentytwenty-container *{
    box-sizing: content-box;
    }
.twentytwenty-before{
    z-index: 20;
    }
.twentytwenty-after{
    z-index: 10;
    }
.twentytwenty-handle{
    position: absolute;
    z-index: 40;
    left: 50%;
    top: 0;
    margin: 0 0 0 -58px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    height: 117px;
    width: 117px;
    background: rgba(247, 250, 249, .3);
    border-radius: 110%;
    cursor: pointer;
    transition: left .3s ease-in-out;
    }
.ie .twentytwenty-handle{
    transform: translateZ(0) !important;
    }
.twentytwenty-handle svg{
    display: block;
    max-width: 100%;
    height: auto;
    }
.twentytwenty-handle .hover{
    transition: opacity .2s linear;
    }
.no-touchevents .twentytwenty-handle:hover .hover{
    opacity: 1;
    }
.twentytwenty-separator-box{
    position: absolute;
    z-index: 39;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px 0 50px 0;
    overflow: hidden;
    }
.twentytwenty-separator{
    position: absolute;
    width: 1px;
    top: 0;
    margin: 0;
    height: 100%;
    background: rgba(3, 89, 78, .4);
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
    }
.before-after.active .twentytwenty-handle, .before-after.active .twentytwenty-separator{
    -webkit-transition: none;
    transition: none;
    }
/*Swiper 5.3.6*/
.swiper-container{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    }
.swiper-container-vertical > .swiper-wrapper{
    flex-direction: column;
    }
.swiper-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    }
.swiper-container-android .swiper-slide, .swiper-wrapper{
    transform: translate3d(0, 0, 0);
    }
.no-slides .swiper-wrapper{
    transform: translate3d(0, 0, 0) !important;
    }
.swiper-container-multirow > .swiper-wrapper{
    flex-wrap: wrap;
    }
.swiper-container-multirow-column > .swiper-wrapper{
    flex-wrap: wrap;
    flex-direction: column;
    }
.swiper-container-free-mode > .swiper-wrapper{
    transition-timing-function: ease-out;
    margin: 0 auto;
    }
.swiper-slide{
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    }
.swiper-slide-invisible-blank{
    visibility: hidden;
    }
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
    height: auto;
    }
.swiper-container-autoheight .swiper-wrapper{
    align-items: flex-start;
    transition-property: transform, height;
    }
/* Progress */
.swiper-pagination-progressbar{
    position: relative;
    height: 3px;
    background: #eff5f3;
    }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #03594e;
    transform: scale(0);
    transform-origin: left top;
    }
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    transform-origin: right top;
    }
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    }
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
    }
.swiper-pagination-lock{
    display: none;
    }
/* a11y */
.swiper-container .swiper-notification{
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
    }
.swiper-container-fade .swiper-slide{
    pointer-events: none;
    transition-property: opacity;
    }
.swiper-container-fade .swiper-slide-active{
    pointer-events: auto;
    }
/* Scrollbar */
.swiper-scrollbar{
    position: relative;
    height: 3px;
    background: #eff5f3;
    cursor: pointer;
    }
.swiper-scrollbar-drag{
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #03594e;
    }
.swiper-scrollbar-cursor-drag{
    cursor: move;
    }
.swiper-scrollbar-lock{
    display: none;
    }
/*Buttons*/
.swiper-btns{
    display: flex;
    justify-content: space-between;
    width: 84px;
    margin: 0 auto;
    }
.no-slides .swiper-btns{
    display: none !important;
    }
.swiper-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    cursor: pointer;
    transition: opacity .2s ease;
    }
.no-touchevents .swiper-btn:not(.swiper-button-disabled):hover{
    opacity: .7;
    }
.swiper-button-disabled{
    opacity: .2;
    cursor: default;
    }
/*LightGallery*/
@font-face{
    font-family: 'lg';
    src: url("../fonts/lg.eot?n1z373");
    src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
    }
.lg-icon{
    font-family: 'lg';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
.lg-actions .lg-next, .lg-actions .lg-prev{
    background: #03594e;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    }
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled{
    pointer-events: none;
    opacity: .5;
    }
.lg-actions .lg-next{
    right: 20px;
    }
.lg-actions .lg-next:before{
    content: "\e095";
    transition: all .2s ease;
    }
.lg-actions .lg-prev{
    left: 20px;
    }
.lg-actions .lg-prev:after{
    content: "\e094";
    transition: all .2s ease;
    }
.lg-actions .lg-next:hover:before, .lg-actions .lg-prev:hover:after{
    opacity: .5;
    }
@-webkit-keyframes lg-right-end{
    0%{
        left: 0;
        }
    50%{
        left: -30px;
        }
    100%{
        left: 0;
        }
    }
@-moz-keyframes lg-right-end{
    0%{
        left: 0;
        }
    50%{
        left: -30px;
        }
    100%{
        left: 0;
        }
    }
@-ms-keyframes lg-right-end{
    0%{
        left: 0;
        }
    50%{
        left: -30px;
        }
    100%{
        left: 0;
        }
    }
@keyframes lg-right-end{
    0%{
        left: 0;
        }
    50%{
        left: -30px;
        }
    100%{
        left: 0;
        }
    }
@-webkit-keyframes lg-left-end{
    0%{
        left: 0;
        }
    50%{
        left: 30px;
        }
    100%{
        left: 0;
        }
    }
@-moz-keyframes lg-left-end{
    0%{
        left: 0;
        }
    50%{
        left: 30px;
        }
    100%{
        left: 0;
        }
    }
@-ms-keyframes lg-left-end{
    0%{
        left: 0;
        }
    50%{
        left: 30px;
        }
    100%{
        left: 0;
        }
    }
@keyframes lg-left-end{
    0%{
        left: 0;
        }
    50%{
        left: 30px;
        }
    100%{
        left: 0;
        }
    }
.lg-outer.lg-right-end .lg-object{
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative;
    }
.lg-outer.lg-left-end .lg-object{
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative;
    }
.lg-toolbar{
    z-index: 1080;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #03594e;
    min-width: 320px;
    }
.lg-toolbar .lg-icon{
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    border: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    }
.lg-toolbar .lg-icon:hover{
    color: #fff !important;
    opacity: .5;
    }
.lg-toolbar .lg-close:after{
    content: "\e070";
    }
.lg-toolbar .lg-download:after{
    content: "\e0f2";
    background: none;
    }
.lg-sub-html{
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
    }
.lg-sub-html h4{
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    }
.lg-sub-html p{
    font-size: 12px;
    margin: 5px 0 0;
    }
#lg-counter{
    color: #fff;
    display: inline-block;
    font-size: 17px;
    padding: 9px 0 0 15px;
    vertical-align: middle;
    }
.lg-toolbar, .lg-prev, .lg-next{
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    }
.lg-hide-items .lg-prev{
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    }
.lg-hide-items .lg-next{
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
    }
.lg-hide-items .lg-toolbar{
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    }
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
    -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
    -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
    transition: transform 250ms ease 0s, opacity 250ms !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    }
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    }
.lg-outer .lg-thumb-outer{
    background: #03594e;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    padding: 0 10px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    }
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{
    /*cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;*/
    }
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
    }
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    }
.lg-outer.lg-thumb-open .lg-thumb-outer{
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    }
.lg-outer .lg-thumb{
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
    }
.lg-outer .lg-thumb-item{
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
    }
.lg-outer .lg-thumb-item.active{
    border-color: rgba(255, 255, 255, .3);
    }
.lg-outer .lg-thumb-item img{
    min-width: 96px;
    min-height: 76px;
    max-width: 120%;
    opacity: 1;
    border-radius: 0;
    }
.lg-outer.lg-has-thumb .lg-item{
    padding-bottom: 120px;
    }
.lg-outer.lg-can-toggle .lg-item{
    padding-bottom: 0;
    }
.lg-outer.lg-pull-caption-up .lg-sub-html{
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
    }
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{
    bottom: 100px;
    }
.lg-outer .lg-toogle-thumb{
    background: #03594e;
    border-radius: 2px 2px 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    }
.lg-outer .lg-toogle-thumb:after{
    content: "\e1ff";
    transition: all .2s ease;
    }
.lg-outer .lg-toogle-thumb:hover:after{
    opacity: .5;
    }
.lg-outer .lg-video-cont{
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
    }
.lg-outer .lg-video{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    }
.lg-outer .lg-video .lg-object{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }
.lg-outer .lg-video .lg-video-play{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
    /*background: url("../i/play-icon.svg") no-repeat 0 0;*/
    cursor: pointer;
    }
.lg-outer .lg-video-object{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    }
.lg-outer .lg-has-video .lg-video-object{
    visibility: hidden;
    }
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play{
    display: none;
    }
.lg-outer .lg-has-video.lg-video-palying .lg-video-object{
    visibility: visible;
    }
.lg-progress-bar{
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
    }
.lg-progress-bar .lg-progress{
    background-color: #fff;
    height: 5px;
    width: 0;
    }
.lg-progress-bar.lg-start .lg-progress{
    width: 100%;
    }
.lg-show-autoplay .lg-progress-bar{
    opacity: 1;
    }
.lg-autoplay-button:after{
    content: "\e01d";
    }
.lg-show-autoplay .lg-autoplay-button:after{
    content: "\e01a";
    }
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    }
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
    transition: transform 0.3s ease 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    }
#lg-zoom-in:after{
    content: "\e311";
    }
#lg-zoom-out{
    opacity: 0.5;
    pointer-events: none;
    }
#lg-zoom-out:after{
    content: "\e312";
    }
.lg-zoomed #lg-zoom-out{
    opacity: 1;
    pointer-events: auto;
    }
.lg-outer .lg-pager-outer{
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
    }
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{
    overflow: visible;
    }
.lg-outer .lg-pager-cont{
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
    }
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{
    box-shadow: 0 0 0 2px white inset;
    }
.lg-outer .lg-pager-thumb-cont{
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    }
.lg-outer .lg-pager-thumb-cont img{
    width: 100%;
    height: 100%;
    }
.lg-outer .lg-pager{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
    }
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus{
    box-shadow: 0 0 0 8px white inset;
    }
.lg-outer .lg-caret{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
    }
.lg-fullscreen:after{
    content: "\e20c";
    }
.lg-fullscreen-on .lg-fullscreen:after{
    content: "\e20d";
    }
.group{
    *zoom: 1;
    }
.group:before, .group:after{
    display: table;
    content: "";
    line-height: 0;
    }
.group:after{
    clear: both;
    }
.lg-outer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
    }
.lg-outer *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
.lg-outer.lg-visible{
    opacity: 1;
    }
.lg-outer img{
    margin: 0;
    }
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current{
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
    }
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current{
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
    }
.lg-outer.lg-grab img.lg-object{
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
    }
.lg-outer.lg-grabbing img.lg-object{
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
    }
.lg-outer .lg{
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    }
.lg-outer .lg-inner{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    }
.lg-outer .lg-item{
    background: url("../i/loader.svg") no-repeat 50% 50%;
    display: none !important;
    }
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide{
    display: inline-block !important;
    }
.lg-outer.lg-css .lg-current{
    display: inline-block !important;
    }
.lg-outer .lg-item, .lg-outer .lg-img-wrap{
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    }
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before{
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
    }
.lg-outer .lg-img-wrap{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 55px 5px 8px;
    }
.lg-outer.lg-thumb-open .lg-img-wrap{
    padding-bottom: 108px;
    }
.lg-outer .lg-item.lg-complete{
    background-image: none;
    }
.lg-outer .lg-item.lg-current{
    z-index: 1060;
    }
.lg-outer .lg-image{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    }
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play{
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
    }
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{
    opacity: 1;
    }
.lg-outer .lg-empty-html{
    display: none;
    }
.lg-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
    }
.lg-backdrop.in{
    opacity: 1;
    }
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current{
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
    }
.lg-css3.lg-use-css3 .lg-item{
    will-change: transform, opacity;
    }
.lg-css3.lg-use-left .lg-item{
    will-change: left, opacity;
    }
.lg-css3.lg-fade .lg-item{
    opacity: 0;
    }
.lg-css3.lg-fade .lg-item.lg-current{
    opacity: 1;
    }
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current{
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
    }
.lg-css3.lg-slide.lg-use-css3 .lg-item{
    opacity: 0;
    }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }
.lg-css3.lg-slide.lg-use-left .lg-item{
    opacity: 0;
    position: absolute;
    left: 0;
    }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{
    left: -100%;
    }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{
    left: 100%;
    }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{
    left: 0;
    opacity: 1;
    }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current{
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }
@media screen and (max-width: 540px){
    .twentytwenty-separator-box{
        border-radius: 40px 0 40px 0;
        }
    }
@media screen and (max-width: 480px){
    .twentytwenty-handle{
        width: 100px;
        height: 100px;
        margin: 0 0 0 -50px;
        background: rgba(247, 250, 249, .15);
        }
    .twentytwenty-handle svg{
        width: 72px;
        height: auto;
        }
    .twentytwenty-separator-box{
        border-radius: 25px 0 25px 0;
        }
    }
@media screen and (max-width: 410px){
    .lg-toolbar .lg-icon{
        width: 40px;
        }
    }
