/* Spectification */

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Light.eot');
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto_Condensed/RobotoCondensed-Light.woff2') format('woff2'),
        url('../fonts/Roboto_Condensed/RobotoCondensed-Light.woff') format('woff'),
        url('../fonts/Roboto_Condensed/RobotoCondensed-Light.ttf') format('truetype'),
        url('../fonts/Roboto_Condensed/RobotoCondensed-Light.svg#../fonts/Roboto_Condensed/RobotoCondensed-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.eot');
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.woff2') format('woff2'),
        url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.woff') format('woff'),
        url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype'),
        url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.svg#../fonts/Roboto_Condensed/RobotoCondensed-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Bold.eot');
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto_Condensed/RobotoCondensed-Bold.woff2') format('woff2'),
        url('../fonts/Roboto_Condensed/RobotoCondensed-Bold.woff') format('woff'),
        url('../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf') format('truetype'),
        url('../fonts/Roboto_Condensed/RobotoCondensed-Bold.svg#../fonts/Roboto_Condensed/RobotoCondensed-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.eot');
    src: url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-Regular.svg#../fonts/Roboto/Roboto-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Medium.eot');
    src: url('../fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-Medium.svg#../fonts/Roboto/Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.eot');
    src: url('../fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-Bold.svg#../fonts/Roboto/Roboto-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Black.eot');
    src: url('../fonts/Roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Black.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-Black.svg#../fonts/Roboto/Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
p,
li {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font: 400 35px/1.18em 'Roboto', sans-serif;
  color: #004B63;
}

body.not-scroll {
    height: 100vh;
    overflow: hidden;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
button,
textarea,
select {
  font: inherit;
  padding: 0;
  background-color: transparent;
  outline: none;
  border: none;
}

button {
    cursor: pointer;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

section {
    padding: 65px 0;
    background: url('../img/bg-section-img.png') no-repeat center top / cover;
}

section.not-bg-section {
    background: transparent;
}

.section-title {
    font: 500 60px/1.18em 'Roboto', sans-serif;
    color: #004B63;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.bg-content {
	background: linear-gradient(180deg, rgba(205, 243, 255, 0.8) 0%, rgba(192, 255, 192, 0.8) 100%);
	background: -o-linear-gradient(180deg, rgba(205, 243, 255, 0.8) 0%, rgba(192, 255, 192, 0.8) 100%);
    -webkit-box-shadow: 4px 4px 6px #A0DEF2, -4px -4px 6px #C4FFC4;
            box-shadow: 4px 4px 6px #A0DEF2, -4px -4px 6px #C4FFC4;
    border-radius: 70px;
}

.hamburger {
    width: 36px;
    height: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            display: none;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background-color: #004B63;
    display: block;
}

/*** Hamburger ***/

.hamburger-menu {
    background-color: #004b63;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}

.hamburger-menu.active {
    visibility: visible;
    opacity: 1;
}

.hamburger-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.hamburger-logo {
    font: 500 24px/1.18em 'Roboto', sans-serif;
    color: #fff;
}

.hamburger-close {
    width: 27px;
    height: 27px;
    position: relative;
}

.hamburger-close span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
}

.hamburger-close span:first-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.hamburger-close span:last-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.hamburger-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    visibility: hidden;
}

.hamburger-input {
    position: relative;
    margin: 35px 0 25px;
}

.hamburger-input:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 16.15px;
    height: 17.06px;
    background: url('../img/find-icon.svg') no-repeat center / contain;
}

.hamburger-input input {
    display: block;
    width: 100%;
    padding: 3px 38px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.18em;
}

.hamburger-input input:-ms-input-placeholder {
    color: #fff;
    font-size: 18px;
    line-height: 1.18em;
    font-weight: 400;
}

.hamburger-input input::-moz-placeholder {
    color: #fff;
    font-size: 18px;
    line-height: 1.18em;
    font-weight: 400;
}

.hamburger-input input::-webkit-input-placeholder {
    color: #fff;
    font-size: 18px;
    line-height: 1.18em;
    font-weight: 400;
}

.hamburger-input input:-moz-placeholder { 
    color: #fff;
    font-size: 18px;
    line-height: 1.18em;
    font-weight: 400;
}
  

.hamburger-menu-list {
    margin: 32px 0px 0px 0px;
    width:80%;
    max-width:500px;
}

.hamburger-menu-list a {
    color: #C4FFC4;
    font-size: 16px;
    line-height: 1.18em;
    display: inline-block;
}

.hamburger-menu-list li {
	display:flex;
	align-items: center;
	background: rgba(0, 107, 141, 0.2);
	padding:0px 0px 0px 20px;
	height:30px;
	font: 400 35px 'Roboto', sans-serif;
}
.hamburger-menu-list li:not(:last-child) {
    margin-bottom: 9px;
}

.hamburger-adress {
	margin: 22px 0px 0px 0px;
	padding: 0px 0px 25px 0px;
	color:#fff;
	font: 400 14px/1.18em 'Roboto', sans-serif;
	font-style:normal;
	line-height: 1.18em;
	border-bottom: 2px solid #fff;
}
.hamburger-adress-title {
	margin-top:22px;
	font: 700 18px/1.18em 'Roboto', sans-serif;
	color:#fff;
	border-bottom: 2px solid #fff;
}
.hamburger-adress li:not(:last-child) {
    margin-bottom: 9px;
}

.hamburger-contacts {
    margin: auto 0 25px 0px;
}
.hamburger-contacts {
	display:flex;
	justify-content: space-between;
}
/*.hamburger-contacts li:not(:last-child) {
    margin-bottom: 5px;
}*/

.hamburger-contacts a {
    font-size: 14px;
    line-height: 1.18em;
    color: #fff;
}
/*** Modal windows ***/

.modal-windows {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: calc(100% - 60px);
    display: none;
    overflow: auto;
}

.modal-windows.open {
    display: block;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 708px;
}

.call-back {
    position: relative;
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    margin: 0 auto;
    display: none;
    overflow-y: overlay;
    min-height: 608px;
}

.call-back.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.call-back h3 {
    font-weight: 900;
    font-size: 50px;
    line-height: 1.18em;
    color: #006B8D;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.call-back-text {
    font: 400 20px/1.18em 'Roboto Condensed', sans-serif;
    color: #004B63;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}

.call-back textarea {
    display: block;
    width: 100%;
    height: 143px;
    padding: 16px 30px;
    background: rgba(211, 242, 252, 0.661017);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    resize: none;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color:#007A8A;
}

.call-back textarea:-ms-input-placeholder {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #007A8A;
}

.call-back textarea::-moz-placeholder {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #007A8A;
}

.call-back textarea::-webkit-input-placeholder {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #007A8A;
}

.call-back textarea:-moz-placeholder { 
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #007A8A;
}

.call-back-label input:-ms-input-placeholder {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #85A885;
}

.call-back-label input::-moz-placeholder {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #004B63;
}

.call-back-label input::-webkit-input-placeholder {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #004B63;
}

.call-back-label input:-moz-placeholder { 
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #004B63;
}

.call-back .call-back-label input[name="subname"] {
    display:none;
}
.call-back .call-back-label {
    margin-top: 30px;
    max-width: 392px;
    width: 100%;
}

.call-back-label h4 {
    font: 400 20px/1.18em 'Roboto Condensed', sans-serif;
    color: #004B63;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
}

.call-back-label input {
    display: block;
    width: 100%;
    border-radius: 12px;
    background-color: rgba(211, 242, 252, 0.661017);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 15px 20px;
    font: 400 16px/1.18em 'Roboto', sans-serif;
    color: #003500;
}

.subinfo {
    position: relative;
    margin: 35px 0;
}

.subinfo-span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 1.18em;
    color: #003000;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
}

.subinfo-text span:hover .subinfo-span {
    opacity: 1;
    visibility: visible;
}

.call-back .subinfo-text {
    display: block;
    font: 400 14px/1.18em 'Roboto Condensed', sans-serif;
    color: #007A8A;
    max-width: 390px;
}
.call-back button {
    font-size: 20px;
    line-height: 1.18em;
    color: #fff;
    background-color: #006B8D;
    -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.35);
    border-radius: 12px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.modal-windows-close-btn {
    position: absolute;
    top: 10px;
    right: 15%;
    width: 27px;
    height: 27px;
    z-index: 10;
}

.modal-windows-close-btn span {
    width: 100%;
    height: 2px;
    background-color: #006B8D;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.modal-windows-close-btn span:first-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.modal-windows-close-btn span:last-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* Style */

/*** Header ***/

.header {
    background:-o-linear-gradient(122.2deg, rgba(197, 255, 210, 0.7) 0.6%, rgba(126, 224, 255, 0.7) 55.15%),  url('../img/header-bg-01.jpg') no-repeat center top / cover;
    background:linear-gradient(122.2deg, rgba(197, 255, 210, 0.7) 0.6%, rgba(126, 224, 255, 0.7) 55.15%),  url('../img/header-bg-01.jpg') no-repeat center top / cover;
    padding: 135px 0 84px;
}

.header-404 {
    padding: 135px 0 54px;
}
a.header-404, a.header-404:hover, a.header-404:visited {
    color:white;
    text-decoration: underline;
}
.header-nav {
    background-color: #006B8D;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

body.not-scroll .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 10;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.logo {
    display: inline-block;
    font: 500 30px/1.18em 'Roboto', sans-serif;
    color: #fff;
    margin-right: 25px;
}

.logo img {
    display: none;
}

.header-email input {
    font: 500 16px/1.18em 'Roboto', sans-serif;
    color: #fff;
    text-decoration: underline;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.header-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: auto;
    position: relative;
}

.header-email__copy {
    width: 23px;
    height: 29px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 12px;
    padding: 0;
    background-color: transparent;
    border: none;
    position: relative;
}

.header-email__copy:before {
    content: 'Почта скопирована';
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -15px;
    left: 25px;
    font-size: 12px;
    color: rgba(0, 155, 0, 0.9);
    background-color: rgba(255,255,255, 0.6);
    line-height: 1.18em;
    width: 140px;
    border: 1px solid rgba(0, 155, 0, 0.9);
    border-radius: 8px;
}
.header-email__copy.copied:before {
    opacity: 1;
    visibility: visible;
}

.header-email__link {
    font: 500 16px/1.18em 'Roboto', sans-serif;
    color: #fff;
    text-decoration: underline;
    position: relative;
}

.header-phone {
    display: none;
    font: 500 16px/1.18em 'Roboto', sans-serif;
    color: #fff;
    text-decoration: underline;
}

.header-phone.active {
    display: inline-block;
}
.header-dropdown-wrap {
    margin: 0 20px;
    max-width: 186px;
    position: relative;
    width: 100%;
    height: 29px;
}

.header-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.header-dropdown button img{
	display:none;
}
.header-dropdown.opened button{
    display: block;
    padding-bottom: 5px;
}

.header-dropdown__select {
    display: none;
    color: #006B8D;
    font: 400 16px/1.18em 'Roboto', sans-serif;
    text-decoration: underline;
    width: 100%;
    text-align: left;
    background-color: #EBFAFF;

    padding: 6px 19px 6px 41px;
}

.header-dropdown__select.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
            background: #FFFFFF url('../img/location-img.svg') no-repeat 10px 5px;
}

.header-callback {
    background: #FFFFFF url('../img/phone-call-img.svg') no-repeat 10px center;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    font: 400 16px/1.18em 'Roboto', sans-serif;
    padding: 6px 19px 6px 41px;
    color: #006B8D;
    text-decoration: underline;
}

.header-main-title {
    margin: 0 0 50px 0px;
    font-size: 52px;
    line-height: 1.18em;
    font-weight: 700;
    color: #004B63;
    text-align: center;
    text-shadow: 0px 4px 4px rgb(255 255 0 / 25%);

}
.offer {
    max-width: 1015px;
    margin: 0 auto;
}

.offer-list li:not(:last-child) {
    margin-bottom: 72px;
}

.offer-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.offer-list li:before {
    content: url('../img/checkmark-square1.svg');
    display: block;
}

.offer-list p {
    font: 500 50px/1.18em 'Roboto Condensed', sans-serif;
    text-shadow: 0px 4px 4px rgba(255, 255, 0, 0.25);
    max-width: 907px;
    margin-left: 54px;
}

.offer-text {
    margin: 77px 0 73px;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(255, 255, 0, 0.25);
    font: 400 40px/1.18em 'Roboto Condensed', sans-serif;
}

.offer-btn {
    padding: 12px 31px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 18px;
    color: #006B8D;
    font-weight: 800;
    font-size: 36px;
    line-height: 1.18em;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    max-width: 460px;
}

/*** Services ***/

.services {
    #padding-top: 158px;
}

.services-content {
    background-color: rgba(0, 155, 0, 0.2);
    background: linear-gradient(to bottom, #CDF3FF, #C0FFC0);
    background: -webkit-linear-gradient(top, #CDF3FF, #C0FFC0); /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	background: -moz-linear-gradient(top, #CDF3FF, #C0FFC0); /* Firefox 3.6-15 */
	background: -o-linear-gradient(top, #CDF3FF, #C0FFC0); /* Opera 11.1-12 */
    border-radius: 70px;
    padding: 62px 103px 112px;
    box-shadow: 4px 4px 6px #A0DEF2, -4px -4px 6px #C4FFC4;
}

.services-text {
    margin: 68px 0 84px;
    font-size: 30px;
    line-height: 1.18em;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.services-list__item {
    position: relative;
}

.services-list__item:not(:last-child) {
    margin-bottom: 22px;
}

.services-list__item.active {
    background-color: #fff;
}

.services-list__arrow {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 9px;
    left: 7px;
    background-color: #006B8D;
    border-radius: 100px;
    padding-left:5px;
    #box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);

}
.services-list__arrow img{
	filter: brightness(0) invert(1);
}

.services-list__btn {
    font: 400 30px/1.18em 'Roboto Condensed', sans-serif;
    color: #004B63;
    padding-left: 111px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 9px 0 11px 111px;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 2;
}

.services-list__item.active .services-list__btn {
    color: #006B8D;
    padding: 9px 0 11px 111px;
    box-shadow: 2px 3px 10px #A0DEF2;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


.services-list__item.active .services-list__arrow {
    border-radius: 100px 100px 0 0;
    background-color: #fff;
    height: 46px;
}

.services-list__item.active .services-list__arrow img {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
    -webkit-filter: invert(0) brightness(1);
            filter: invert(0) brightness(1);
}

.services-list__text {
    display: none;
    position: relative;
    font-size: 26px;
    color: #004B63;
    padding: 17px 37px 23px 71px;
    background-color: #EBFAFF;
}

.services-list__item.active {
    border-radius: 7px;
    overflow: hidden;
    border-bottom: 5px solid #006B8D;
    box-shadow: 0px 3px 10px #A0DEF2;
}

.services-list__item.active .services-list__text {
    display: block;
}

/*.services-list__text:before {
    content: '';
    display: block;
    width: 40px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 7px;
    top: 0;
}*/

/*** Goal ***/
.goal {
	padding-top:0px;
}
.goal-content {
    padding: 10px 10px 10px 70px;
    #background: -o-linear-gradient(352.44deg, rgba(231, 247, 252, 0.5) 0%, rgba(213, 242, 252, 0.668276) 34.9%, rgba(132, 222, 251, 0.5) 54.69%, rgba(0, 155, 0, 0.5) 89.68%);
    #background: linear-gradient(97.56deg, rgba(231, 247, 252, 0.5) 0%, rgba(213, 242, 252, 0.668276) 34.9%, rgba(132, 222, 251, 0.5) 54.69%, rgba(0, 155, 0, 0.5) 89.68%);
    background: linear-gradient(340.63deg, rgba(231, 247, 252, 0.5) -0.14%, rgba(213, 242, 252, 0.668276) 50.01%, rgba(132, 222, 251, 0.5) 78.45%, rgba(0, 155, 0, 0.5) 128.74%);
    border: 2px solid rgba(0, 107, 141, 0.2);
    border-radius: 0px 0px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.goal-desc {
    max-width: 515px;
    margin-right: 10px;
}

.goal-title {
    font: 500 50px/1.18em 'Roboto Condensed', sans-serif;
    color: #006B8D;
    text-shadow: 0px 4px 5px rgba(132, 222, 251, 0.2);
    position: relative;
}

.goal-title:before {
    content: '';
    display: block;
    width: 15px;
    height: 102px;
    position: absolute;
    top: 50%;
    left: -37px;
    border: 7px solid #8DFFA6;
    border-right: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.goal-text {
    font: 300 45px/1.18em 'Roboto Condensed', sans-serif;
    color: #006B8D;
    text-shadow: 0px 4px 5px rgba(132, 222, 251, 0.2);
}

.goal-img {
    max-width: 598px;
    width: 100%;
    height: 425px;
    -ms-flex-negative: 0;
        flex-shrink: 0;


}

.goal-img img {
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 20px 0px;
}

/*** Advantage ***/
section.advantage {
	padding-bottom:20px;
}
.advantage-title {
    font: 500 45px/1.18em 'Roboto', sans-serif;
    color: #006B8D;
    text-shadow: 0px 4px 5px rgba(132, 222, 251, 0.2);
    position: relative;
}
.advantage-title:before {
    content: '';
    display: block;
    width: 15px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: -37px;
    border: 7px solid #8DFFA6;
    border-right: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.advantage-content {
    padding: 62px 43px 50px 70px;
    background: rgba(231, 247, 252, 0.5) -0.4%;
    background: linear-gradient(153.19deg, rgba(231, 247, 252, 0.5) -0.4%, rgba(213, 242, 252, 0.668276) 43.56%, rgba(132, 222, 251, 0.5) 68.5%, rgba(0, 155, 0, 0.5) 112.59%);
    background: -o-linear-gradient(153.19deg, rgba(231, 247, 252, 0.5) -0.4%, rgba(213, 242, 252, 0.668276) 43.56%, rgba(132, 222, 251, 0.5) 68.5%, rgba(0, 155, 0, 0.5) 112.59%);
    
	background: -moz-linear-gradient(153.19deg, rgba(231, 247, 252, 0.5) -0.4%, rgba(213, 242, 252, 0.668276) 43.56%, rgba(132, 222, 251, 0.5) 68.5%, rgba(0, 155, 0, 0.5) 112.59%); 
	border: 2px solid rgba(0, 107, 141, 0.2);
	border-radius: 30px 30px 0px 0px;

}

.advantage-list {
    margin-top: 82px;
}
.advantage-list br {
	display:none;
}
.advantage-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.advantage-list li:before {
    content: '';
    margin-right: 40px;
    width: 40px;
    height: 40px;
    background: url('../img/coin-img-blue.svg') no-repeat center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.advantage-list li:not(:last-child) {
    margin-bottom: 25px;
}

.advantage-list span {
    max-width: 765px;
    #width: 100%;
    font: 400 35px/1.18em 'Roboto Condensed', sans-serif;
    color: #006B8D;
    
}

.advantage-list span i {
    font-size: 30px;
}

.advantage-text-bg {
    color: #fff;
    padding: 0px 12px 5px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.4);
    line-height: 1em;
    display: inline-block;
    position: relative;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.advantage-text-bg:before {
	content:'';
	background:url('../img/finger.svg') no-repeat center top / contain;
	height:30px;
	width: 30px;
	display: inline-block;
	position: relative;
	top:5px;
	left:-5px;
}

.advantage-text-bg-info {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding: 6px 8px 4px;
    right: 0;
    top: 140%;
    width: 680px;
    font-size: 12px!important;
    line-height: 1.2em;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
    color: #003500;
    z-index: 2;
    box-shadow:0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    background-color: #fff;
    border-radius: 10px;
    animation-name: trr1;
    animation-duration: 3s;
}

/* анимация при появлении затемнения и блоков с содержанием */
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 } 
}
@keyframes trr1 {
    from { opacity: 0; }
to { opacity: 1 }

}

.advantage-text-bg-info:before {
    content: '';
    position: absolute;
    top: -9.5px;
    right: 26.5px;
    border: 26.5px solid #fff;
    border-right: transparent;
    border-bottom: transparent;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                    z-index: -1;
}

.advantage-text-bg:hover .advantage-text-bg-info {
    opacity: 1;
    visibility: visible;
}

/*** About ***/
.about {
    #padding-top: 158px;
}
.about-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 21px 21px 21px 32px;
    background: #E4F6FC;
    border: 3px solid rgba(0, 107, 141, 0.2);

    border-radius: 30px;
}

.about-img {
    width: auto;
    max-width:550px;
    height:100%;
    max-height: 849px;
    
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 20px;
    
}

.about-img img {
    width: 100%;
    height: 100%;
     border-radius: 0px 20px 20px 0px;

}

.about-text {
    text-align: left;
    font-size: 30px;
    line-height: 1.18em;
    text-shadow: 0px 4px 4px rgba(132, 222, 251, 0.2);
    color: #006B8D;
    padding:15px 0px 0px 0px;
}

.about-text-bold  {
    font-weight: 700;
}

.about-list {
    padding-left: 12px;
    margin: 37px 0 27px;
}

.about-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    align-items: center;
}


.about-list > li:not(:last-child)  {
    margin-bottom: 40px;
}

.about-list > li > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font: 400 30px/1.18em 'Roboto Condensed', sans-serif;
    color: #006B8D;
    margin-right: 41px;
    background: url('../img/borders-img.svg') no-repeat center / contain;
}

.about-list p {
    text-shadow: 0px 4px 5px rgba(132, 222, 251, 0.2);
    font-size: 30px;
    line-height: 1.18em;
    color: #006B8D;
}

/*** How work ***/

.how-work-content {
    padding: 62px 103px 175px;
    background: linear-gradient(180deg, rgba(205, 243, 255, 0.8) 0%, rgba(192, 255, 192, 0.8) 100%);

}

.how-work-text {
    margin-top: 52px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.how-work-contact {
    margin: 28px 0 20px;
    #max-width: 732px;
}
.how-work-phone {
    display:none;
}
.how-work-phone.active {
    display:block;
}
.how-work-contact li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}


.how-work-contact li:not(:last-child) {
    margin-bottom: 18px;
}


.how-work-contact span {
    font: 400 35px/1.18em 'Roboto Condensed', sans-serif;
}

.how-work-contact a {
    padding: 5px 0;
    background-color: #FFFFFF;
    -webkit-box-shadow: inset 0px 4px 4px #A0DEF2;
            box-shadow: inset 0px 4px 4px #A0DEF2;
    border-radius: 12px;
    color: #006B8D;
    font-size: 33px;
    line-height: 1.18em;
    max-width: 390px;
    width: 100%;
    text-align: center;
}

.how-work-subtext {
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/*** Steps  ***/

.steps-content {
    background: -o-linear-gradient(161.45deg, rgba(228, 246, 252, 0.6) 9.95%, rgba(213, 242, 252, 0.668276) 39.72%, rgba(132, 222, 251, 0.5) 63.55%, rgba(0, 155, 0, 0.5) 73.23%);
    background: linear-gradient(161.45deg, rgba(228, 246, 252, 0.6) 9.95%, rgba(213, 242, 252, 0.668276) 39.72%, rgba(132, 222, 251, 0.5) 63.55%, rgba(0, 155, 0, 0.5) 73.23%);
    border: 3px solid rgba(0, 107, 141, 0.2);
    border-radius: 30px;
    padding: 40px 10px 10px;
}

.steps-title {
    text-shadow: 0px 4px 5px rgba(132, 222, 251, 0.2);
    color: #006B8D;
    position: relative;
    font: 700 45px/1.18em 'Roboto', sans-serif;
    padding-left: 73px;
}

.steps-title:before {
    content: '';
    display: block;
    width: 15px;
    height: 55px;
    border: 7px solid #8DFFA6;
    border-right: none;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.steps-list {
    padding-left: 33px;
    margin: 43px 0 27px;
}

.steps-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}


.steps-list > li:not(:last-child)  {
    margin-bottom: 40px;
}

.steps-list > li > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font: 400 40px/1.18em 'Roboto Condensed', sans-serif;
    color: #006B8D;
    margin-right: 41px;
    background: url('../img/borders-img.svg') no-repeat center / contain;
}

.steps-list p, .steps-sublist span {
    text-shadow: 0px 4px 5px rgba(132, 222, 251, 0.2);
    font-size: 40px;
    line-height: 1.18em;
    color: #006B8D;
    width:95%;
}

.steps-sublist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.steps-sublist {
    margin-top: 10px;
}

.steps-sublist li:before {
    content: '';
    display: inline-block;
    width: 9px!important;
    height: 3px;
    background-color: #006B8D;
    margin: 23px 12px 0 0;
}
.steps-img img {
	border-radius: 20px;
}
/*** Garanty ***/

.garanty-content {
    padding: 62px 103px 92px;
}

.garanty-content .section-title br {
    display: none;
}

.garanty-list {
    margin-top: 54px;
}

.garanty-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.garanty-list li:before {
    content: '';
    display: block;
    margin-right: 41px;
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: url('../img/coin-img-dark-blue.svg') no-repeat center / contain;
}

.garanty-list li:not(:last-child) {
    margin-bottom: 24px;
}

.garanty-list span {
    font: 400 35px/1.18em 'Roboto Condensed', sans-serif;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/*** Why safe ***/

.why-safe-content {
    background: -o-linear-gradient(274.58deg, rgba(231, 247, 252, 0.5) 4.8%, rgba(132, 222, 251, 0.5) 15.41%, rgba(0, 155, 0, 0.5) 29.03%, rgba(132, 222, 251, 0.5) 40.98%, rgba(231, 247, 252, 0.5) 78.62%);
    background: linear-gradient(175.42deg, rgba(231, 247, 252, 0.5) 4.8%, rgba(132, 222, 251, 0.5) 15.41%, rgba(0, 155, 0, 0.5) 29.03%, rgba(132, 222, 251, 0.5) 40.98%, rgba(231, 247, 252, 0.5) 78.62%);
    padding: 37px 10px 22px;
    border: 3px solid rgba(0, 107, 141, 0.2);
    border-radius: 30px;
}

.why-safe-title {
    margin: 0 0 30px 93px;
    font-size: 45px;
    line-height: 1.18em;
    font-weight: 700;
    color: #006B8D;
    text-shadow: 0px 4px 5px rgba(132, 222, 251, 0.2);
}


.why-safe-desc {
    margin-top: 44px;
    padding-left: 32px;
    max-width: 1091px;
}

.why-safe-desc p {
    color: #006B8D;
    text-shadow: 0px 4px 5px rgba(132, 222, 251, 0.2);
}

.why-safe-desc p:not(:last-child) {
    margin-bottom: 40px;
}

/*** Cost ***/ 

.cost-content {
    padding: 62px 103px 107px;
    background: linear-gradient(180deg, rgba(205, 243, 255, 0.8) 0%, rgba(192, 255, 192, 0.8) 100%);
	box-shadow: 4px 4px 6px #A0DEF2, -4px -4px 6px #C4FFC4;
	border-radius: 70px;
}

.cost-title {
	text-align:center;
}
.cost-content p {
    max-width: 804px;
    margin: 0 auto 44px;
    font-family: 'Roboto Condensed';
}


.cost-content p:first-of-type {
    margin-top: 73px;
}


.cost-content p:last-of-type {
    margin-bottom: 0;
}


.cost-content p span {
    font-weight: 700;
}
/*** Contacts ***/
section.contacts {
	padding:65px 0px 0px 0px;
}
.contacts-top {
	background: linear-gradient(180deg, rgba(205, 243, 255, 0.8) 0%, rgba(192, 255, 192, 0.8) 100%);
	background: -o-linear-gradient(180deg, rgba(205, 243, 255, 0.8) 0%, rgba(192, 255, 192, 0.8) 100%);
	border-radius: 30px 30px 0px 0px;
	border: 3px solid rgba(0, 107, 141, 0.2);
}
.contacts-title {
	padding: 44px 0px 23px 103px;
	font-size: 45px;
    line-height: 1.18em;
    font-weight: 400;
    color: #006B8D;
    text-shadow: 0px 4px 5px rgba(132, 222, 251, 0.2);
}
.contacts-title2 {
	font-weight: 400;
	font-size: 32px;
	line-height: 1.18em;
	color: #006B8D;
	padding: 19px 0px 29px 103px;
}
.contacts-middle {
	
	margin-top:14px;
	display:flex;
	flex-wrap: nowrap;

} 
.contacts-middle-block1{
	width:50%;
	min-height:310px;
	background:#C4FFC4;
	border: 3px solid rgba(0, 107, 141, 0.2);
	
}
.contacts-middle-block2{
	width:50%;
	min-height:310px;
	display: flex;
	margin-left:19px;
	flex-wrap:wrap;
	justify-items:space-between;
}
.contacts-graphic {
	justify-content: stretch;
	width:100%;
	border: 3px solid rgba(0, 107, 141, 0.2);
}
.contacts-email {
	width:100%;
	margin-top:19px;
	border: 3px solid rgba(0, 107, 141, 0.2);
}
.contacts-middle div div{
	background:#C4FFC4;
}
.contacts-bottom {
	background: #C4FFC4;
	margin-top:20px;
	border-radius: 0px 0px 30px 30px;
	border: 3px solid rgba(0, 107, 141, 0.2);
}
.contacts p{
	font-weight: 400;
	font-size: 25px;
	line-height: 1.18em;
	color: #006B8D;
	padding: 0px 0px 25px 42px;
}
.contacts-cities li {
	display:flex;
	justify-content: space-between;
	align-items: center;
	font-size:25px;
	line-height: 1.18em;
	padding: 0px 44px 0px 42px;
	color: #006B8D;
}
.contacts-cities li:not(:last-child) {
    margin-bottom: 18px;
}
.contacts-cities li span {
	font-size:30px;
	line-height: 1.18px;s
}
.contacts-bottom-map{
    width: auto;
    max-width:1280px;
    height:100%;
    max-height: 849px;
    
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0px 20px 20px 20px;
}

.contacts-bottom-map img {
    width: 100%;
    height: 100%;
}
/*** Footer ***/

.footer {
    padding: 65px 0;
}

.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 25px;
}

.social-list li:not(:last-child) {
    margin-right: 40px;
}

.social-list a {
    display: block;
}

.footer-credits span {
    display: block;
    color: #006B8D;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.18em;
}


.footer-credits span:not(:last-of-type) {
    margin-bottom: 5px;
}
/* dop */
.ymap-container1 {
    background: url('../img/image-3.jpg') #fff no-repeat;
    background-size: cover;
    background-position: center center;
    #box-shadow: 0 0 2em  0 rgba(0,0,0,.2);
    #margin: 3em 0 2em 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width:auto;
    max-width:1170px;
    height:400px;
}
#result_form {
  display:flex;
  justify-content: center;
  align-items: center;
  
  height:100px;
  color:gray;
text-align: center;
  border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #c2d8d3;
    padding: 16px;
  border:5px;
  box-shadow: 0 0 0 16px rgba(153, 153, 153, .3)
  z-index:20;
  font-size:0.8em;
  color:#01343c;


}
#result_form.open {
    display:flex;
}