@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Black.woff2) format("woff2"),
    url(../fonts/Roboto-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url(../fonts/SegoeUI-Semibold.woff2) format("woff2"),
    url(../fonts/SegoeUI-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url(../fonts/SegoeUI.woff2) format("woff2"),
    url(../fonts/SegoeUI.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Medium.woff2) format("woff2"),
    url(../fonts/Roboto-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Light.woff2) format("woff2"),
    url(../fonts/Roboto-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Bold.woff2) format("woff2"),
    url(../fonts/Roboto-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.woff2) format("woff2"),
    url(../fonts/Roboto-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
.form-checkbox {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
.form-checkbox label {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.form-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-color: #f7f7f7;
  border: 1px solid #999;
}
.form-checkbox label a {
  color: #333;
  text-decoration: underline;
}
.form-checkbox label a:hover {
  text-decoration: none;
}
.form-checkbox input {
  display: none;
}
.form-checkbox input:checked + label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background-color: #199;
}
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
abbr,
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ul li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
a,
a:focus,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
button,
button:focus,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
input,
input:focus,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
textarea:focus,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  outline: 0 !important;
}
html {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
input {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #199;
  z-index: 5000;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header.fixed {
  position: fixed;
  height: 76px;
}
.header.fixed .header-contacts__addr {
  display: none;
}
.header.fixed .logo {
  height: 60px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.header.fixed .logo a {
  height: 60px;
}
.header.fixed .menu--top {
  height: 74px;
}
.header.fixed .header-contacts {
  height: 74px;
  padding: 7px 0;
}
.logo {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.logo a {
  display: block;
  height: 76px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.logo a img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.header-contacts {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
.header-contacts__addr {
  margin-top: 5px;
  margin-bottom: 3px;
}
.header-contacts__addr svg {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 19px;
  margin-right: 10px;
  fill: #fff;
}
.header-contacts__addr span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-family: "Segoe UI";
  font-size: 16px;
  font-weight: 400;
}
.header-contacts a {
  display: block;
}
.header-contacts a svg {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  margin-right: 6px;
  fill: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.header-contacts a span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-family: "Segoe UI";
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.header-contacts a:hover svg {
  fill: #234cab;
}
.header-contacts a:hover span {
  color: #234cab;
}
.header-contacts a.header-contacts__callback {
  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: 150px;
  height: 30px;
  margin-top: 8px;
  border-radius: 5px;
  background-color: #fff;
  color: #199;
  font-size: 14px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.header-contacts a.header-contacts__callback:hover {
  background-color: #234cab;
  color: #fff;
}
.menu {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}
.menu ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  background-color: transparent;
  color: #fff;
  font-family: "Segoe UI";
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.menu ul li a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #17cc17;
  background: -webkit-linear-gradient(315deg, #17cc17 0, #0028eb 100%);
  background: linear-gradient(135deg, #17cc17 0, #0028eb 100%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.menu ul li a:hover {
  background-color: #e6e6e6;
  color: #199;
}
.menu ul li a:hover::after {
  right: 0;
}
.menu ul li.current a {
  background-color: #e6e6e6;
}
.menu ul li.current a::after {
  opacity: 1;
}
.slicknav_menu {
  display: none;
  position: absolute;
  right: 15px;
  top: 25px;
  width: 300px;
  background: 0 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 41px;
  height: 36px;
  margin-left: 0;
  margin-right: 0;
  padding: 9px 8px 0;
  background: url(../img/icons/bg-menu.png) center/cover no-repeat;
}
.slicknav_menu .slicknav_btn.open .slicknav_icon-bar:last-child {
  display: none;
}
.slicknav_menu .slicknav_btn.open .slicknav_icon-bar:first-child {
  position: relative;
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slicknav_menu .slicknav_btn.open .slicknav_icon-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slicknav_menu .slicknav_icon {
  width: 100%;
  height: 100%;
}
.slicknav_menu .slicknav_icon-bar {
  width: 100%;
  height: 3px;
  margin-bottom: 4px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.slicknav_menu .slicknav_icon-bar:last-child {
  margin-bottom: 0;
}
.slicknav_menu .slicknav_nav {
  position: relative;
  top: 10px;
  width: 100%;
  border-radius: 4px;
  background-color: #61b6d1;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.slicknav_menu .slicknav_nav ul {
  width: 100%;
  margin: 0;
  padding: 5px 10px;
}
.slicknav_menu .slicknav_nav ul a {
  padding: 0 0 0 5px;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  background: 0 0;
}
.slicknav_menu .slicknav_nav ul a:hover {
  background: 0 0;
}
.banner {
  position: relative;
  height: calc(100vh - 105px);
  min-height: 600px;
  margin-top: 105px;
}
.banner .item {
  position: relative;
  height: 100%;
}
.banner .item > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner__caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.banner__caption .container {
  width: 100%;
  height: 100%;
  z-index: 10;
  padding-bottom: 50px;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.banner__caption a {
  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: 300px;
  height: 56px;
  margin-top: 20px;
  border-radius: 10px;
  background-color: #234cab;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 56px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.banner__caption a > img {
  position: relative;
  left: 0;
  width: 15px;
  margin-left: 10px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.banner__caption a:hover {
  background-color: #199;
  box-shadow: 0 5px 20px rgba(35, 76, 171, 0.8);
}
.banner__caption a:hover > img {
  left: 10px;
}
.banner__title {
  margin-bottom: 20px;
  text-shadow: 4px 3px 7px #fff;
  color: #234cab;
  font-family: Lobster, cursive;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.banner__subtitle {
  margin-bottom: 30px;
  text-shadow: 3px 3px 3px #fff;
  color: #234cab;
  font-family: Lobster, cursive;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
}
.about {
  padding: 100px 0;
}
.about__logo {
  margin-bottom: 70px;
}
.about__logo img {
  display: block;
  width: 287px;
  height: 97px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 20px;
}
.about__logo p {
  margin: 0 auto;
  font-family: Lobster, cursive;
  color: #199;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  background: 0 0;
  text-align: center;
}
.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.about__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  margin-bottom: 30px;
}
.about__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.about__carousel .item {
  height: 700px;
}
.about__carousel .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.about__carousel .slick-dots {
  bottom: 15px;
}
.about__carousel .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.about__carousel .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: #234cab;
  border-radius: 50%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.about__carousel .slick-dots li button:hover {
  background-color: #199;
}
.about__carousel .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #199;
}
.about__title {
  margin-bottom: 15px;
  color: #199;
  font-family: Lobster, cursive;
  font-size: 36px;
  line-height: 1;
}
.about__txt {
  margin-bottom: 15px;
  color: #383838;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.45px;
}
.about__txt ul li {
  position: relative;
  padding-left: 20px;
}
.about__txt ul li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #199;
}
.about__btn {
  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: 260px;
  height: 56px;
  margin-top: 20px;
  border-radius: 10px;
  background-color: #234cab;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.about__btn img {
  position: relative;
  left: 0;
  width: 15px;
  margin-left: 10px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.about__btn:hover {
  background-color: #199;
  box-shadow: 0 5px 20px rgba(35, 76, 171, 0.8);
}
.about__btn:hover img {
  left: 10px;
}
.advantages {
  position: relative;
  padding: 150px 0;
}
.advantages::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/banner2.jpg) center/cover no-repeat;
  -webkit-filter: grayscale(100%) brightness(100%) opacity(0.2);
  filter: grayscale(100%) brightness(100%) opacity(0.2);
}
.advantages__title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
  text-align: center;
  color: #199;
  font-family: Lobster, cursive;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7.21px;
}
.advantages__title span {
  color: #234cab;
}
.advantages__row {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}
.advantages__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
  margin-bottom: 50px;
  text-align: center;
}
.advantages__item p {
  margin-bottom: 25px;
  color: #28363d;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.advantages__item p:last-child {
  margin-bottom: 0;
  padding: 0 35px;
  color: #383838;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.45px;
  text-transform: none;
}
.advantages__icon {
  margin-bottom: 20px;
  height: 70px;
}
.advantages__icon img {
  height: 100%;
}
.advantages__btn {
  position: relative;
  z-index: 10;
  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: 290px;
  height: 56px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #234cab;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 56px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.advantages__btn > img {
  position: relative;
  left: 0;
  width: 15px;
  margin-left: 10px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.advantages__btn:hover {
  background-color: #199;
  box-shadow: 0 5px 20px rgba(35, 76, 171, 0.8);
}
.advantages__btn:hover > img {
  left: 10px;
}
.services {
  position: relative;
  z-index: 100;
  padding: 100px 0;
  background: #199;
}
.services__title {
  position: relative;
  margin-bottom: 130px;
  text-align: center;
  color: #fff;
  font-family: Lobster, cursive;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7.21px;
}
.services__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.services__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
  margin-bottom: 80px;
  padding: 0 30px;
  text-align: center;
}
.services__item p {
  padding: 0 20px;
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.services__item:first-child .services__icon {
  background-image: url(../img/icons/icon-services1.png);
  background-position: center;
  background-repeat: no-repeat;
}
.services__item:first-child:hover .services__icon {
  background-image: url(../img/icons/icon-services1-white.png);
  background-position: center;
  background-repeat: no-repeat;
}
.services__item:nth-child(2) .services__icon {
  background-image: url(../img/icons/icon-services5.png);
  background-position: center;
  background-repeat: no-repeat;
}
.services__item:nth-child(2):hover .services__icon {
  background-image: url(../img/icons/icon-services5-white.png);
  background-position: center;
  background-repeat: no-repeat;
}
.services__item:nth-child(3) .services__icon {
  background-image: url(../img/icons/icon-services3.png);
  background-position: center;
  background-repeat: no-repeat;
}
.services__item:nth-child(3):hover .services__icon {
  background-image: url(../img/icons/icon-services3-white.png);
  background-position: center;
  background-repeat: no-repeat;
}
.services__item:nth-child(4) .services__icon {
  background-image: url(../img/icons/icon-services2.png);
  background-position: center;
  background-repeat: no-repeat;
}
.services__item:nth-child(4):hover .services__icon {
  background-image: url(../img/icons/icon-services2-white.png);
  background-position: center;
  background-repeat: no-repeat;
}
.services__item:nth-child(5) .services__icon {
  background-image: url(../img/icons/icon-services4.png);
  background-position: center;
  background-repeat: no-repeat;
}
.services__item:nth-child(5):hover .services__icon {
  background-image: url(../img/icons/icon-services4-white.png);
  background-position: center;
  background-repeat: no-repeat;
}
.services__item:hover p {
  color: #3271b8;
}
.services__item:hover .services__icon {
  background-color: #3271b8;
}
.services__icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.price {
  padding: 100px 0 50px;
}
.price__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 80px;
  margin: 0 auto 20px;
}
.price__icons img {
  display: block;
  margin: auto auto 0;
}
.price__title {
  position: relative;
  margin-bottom: 80px;
  text-align: center;
  color: #234cab;
  font-family: Lobster, cursive;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7.21px;
}
.price__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.price__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
  margin-bottom: 30px;
  padding: 25px 15px;
  border-radius: 10px;
  border: 2px solid #234cab;
  background-color: #fff;
  text-align: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.price__item p {
  margin-bottom: 20px;
  color: #676767;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.price__item p span {
  display: block;
  color: rgba(0, 0, 0, 0.9);
  width: 100%;
  font-weight: 700;
}
.price__item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  border: 2px solid #199;
}
.price__item:hover .price__item-title {
  color: #199;
}
.price__item-title {
  margin-bottom: 30px;
  color: #234cab;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.price__consult {
  margin: 0 0 40px;
  font-size: 20px;
  color: #676767;
}
.price__consult span {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 700;
}
.price__txt {
  margin-bottom: 50px;
  color: #199;
  font-family: Roboto;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-style: italic;
  text-align: center;
}
.price__btn {
  position: relative;
  z-index: 10;
  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: 290px;
  height: 56px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #234cab;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 56px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.price__btn > img {
  position: relative;
  left: 0;
  width: 15px;
  margin-left: 10px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.price__btn:hover {
  background-color: #199;
  box-shadow: 0 5px 20px rgba(35, 76, 171, 0.8);
}
.price__btn:hover > img {
  left: 10px;
}
.contactsbar {
  padding: 80px 0;
}
.contactsbar__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.feedback {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(58.333333333333336% - 30px);
  border-radius: 10px;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15);
  background-color: #f6f6f6;
  overflow: hidden;
}
.feedback__title {
  padding: 20px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  background-color: #199;
}
.feedback__form {
  position: relative;
  padding: 30px 50px;
}
.feedback__form input {
  width: 100%;
  height: 44px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(109, 249, 234, 0.55);
  font-size: 20px;
  background-color: transparent;
}
.feedback__form input::-webkit-input-placeholder {
  color: #676767;
  letter-spacing: 2px;
}
.feedback__form input::-moz-placeholder {
  color: #676767;
  letter-spacing: 2px;
}
.feedback__form input:-moz-placeholder {
  color: #676767;
  letter-spacing: 2px;
}
.feedback__form input:-ms-input-placeholder {
  color: #676767;
  letter-spacing: 2px;
}
.feedback__form textarea {
  width: 100%;
  min-height: 170px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-right: 50px;
  border: none;
  border-bottom: 1px solid rgba(109, 249, 234, 0.55);
  font-size: 20px;
  background-color: transparent;
  resize: vertical;
}
.feedback__form textarea::-webkit-input-placeholder {
  color: #676767;
  letter-spacing: 2px;
}
.feedback__form textarea::-moz-placeholder {
  color: #676767;
  letter-spacing: 2px;
}
.feedback__form textarea:-moz-placeholder {
  color: #676767;
  letter-spacing: 2px;
}
.feedback__form textarea:-ms-input-placeholder {
  color: #676767;
  letter-spacing: 2px;
}
.feedback__form button {
  display: block;
  width: 200px;
  height: 56px;
  margin-left: auto;
  border: none;
  border-radius: 10px;
  background-color: #234cab;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 56px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.feedback__form button:hover {
  background-color: #199;
  box-shadow: 0 5px 20px rgba(35, 76, 171, 0.8);
}
.feedback__form button:disabled {
  opacity: 0.5;
}
.feedback__form button:disabled:hover {
  background-color: #234cab;
  box-shadow: none;
}
.contacts {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(41.66666666666667% - 30px);
  border-radius: 10px;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15);
  background-color: #f6f6f6;
  overflow: hidden;
}
.contacts__title {
  margin-bottom: 35px;
  padding: 20px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  background-color: #199;
}
.contacts__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-left: 40px;
}
.contacts__txt img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 20px;
}
.contacts__txt p {
  color: #676767;
  font-size: 16px;
  letter-spacing: 1px;
}
.contacts__txt a {
  display: inline-block;
  vertical-align: middle;
  color: #676767;
  font-size: 16px;
  letter-spacing: 1.4px;
}
.contacts__txt a span {
  font-weight: 700;
}
.contacts__map {
  height: 350px;
  padding: 0 20px 20px;
}
.footerbar {
  position: relative;
  padding: 25px 0;
  background-color: #1f1f1f;
  z-index: 100;
}
.footerbar .logo {
  max-width: 300px;
  padding: 0;
}
.footerbar .logo img {
  width: 100%;
}
.footerbar__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
}
.footerbar__copy p {
  margin-bottom: 10px;
}
.footerbar__copy a {
  color: #fff;
  text-decoration: underline;
}
.footerbar__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.scrollup {
  display: none;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  background-color: #234cab;
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.scrollup:hover {
  background-color: #234cab;
}
.scrollup .scrollup.scroll {
  opacity: 0;
}
.scrollup img {
  -o-object-fit: none;
  object-fit: none;
  width: 100%;
  height: 100%;
}
.footer-contacts {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
}
.footer-contacts__addr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.footer-contacts__addr svg {
  width: 15px;
  height: 19px;
  fill: #fff;
  margin-right: 9px;
}
.footer-contacts__addr span {
  color: #fff;
  font-family: "Segoe UI";
  font-size: 18px;
  font-weight: 400;
}
.footer-contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.footer-contacts a svg {
  width: 19px;
  height: 19px;
  fill: #fff;
  margin-right: 5px;
}
.footer-contacts a span {
  color: #fff;
  font-family: "Segoe UI";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9000;
}
.modal {
  position: fixed;
  top: 50%;
  bottom: auto;
  right: auto;
  left: 50%;
  display: none;
  max-width: 400px;
  width: 98%;
  max-height: 95vh;
  padding: 40px 30px 30px;
  text-align: center;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  overflow-y: auto;
}
.modal .feedback__form {
  padding: 0;
}
.modal--lg {
  max-width: none;
}
.modal--lg h2 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}
.modal--lg h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}
.modal--lg h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.modal--lg .text {
  text-align: left;
}
.modal--lg .text p {
  margin-bottom: 20px;
}
.close-btn,
.close-btn:focus,
.close-btn:hover {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #777;
}
.modal__txt {
  text-align: center;
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 30px;
}
.modal__txt-sm {
  font-size: 16px;
  line-height: 1.375;
  color: #333;
}
.modal__icon {
  margin-bottom: 30px;
}
.reviews {
  position: relative;
  z-index: 100;
  padding: 100px 0 50px;
  background: #199;
}
.reviews__title {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
  font-family: Lobster, cursive;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7.21px;
}
.reviews__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.reviews__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
  margin-bottom: 30px;
  padding: 0 15px;
}
.reviews__name {
  margin: 0 0 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.reviews__text {
  margin: 0 0 5px;
  color: #fff;
}
.reviews__link {
  margin: 0;
  text-align: right;
}
.reviews__link a {
  color: #234cab;
  text-decoration: underline;
  font-style: italic;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.reviews__link a:hover {
  color: #fff;
}
.doctors {
  padding: 150px 0 110px;
}
.doctors__title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
  text-align: center;
  color: #199;
  font-family: Lobster, cursive;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7.21px;
}
.doctors__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.doctors__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
  margin-bottom: 40px;
}
.doctors__img {
  width: 240px;
  height: 320px;
  margin: 0 auto 20px;
}
.doctors__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.doctors__desc {
  text-align: center;
}
.doctors__name {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}
.doctors__role {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}
.doctors__info {
  width: 100%;
  margin-top: 30px;
  padding: 0 15px;
}
.doctors__info ul {
  margin-bottom: 10px;
}
.doctors__info ul li {
  margin-bottom: 5px;
  font-size: 14px;
}
.doctors__subtitle {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 990px;
  }
  .logo {
    padding-left: 0;
  }
  .header-contacts {
    width: calc(33.333333333333336% - 30px);
  }
  .menu {
    width: calc(41.66666666666667% - 30px);
  }
  .menu ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner {
    height: auto;
  }
  .banner .item > img {
    height: 650px;
  }
  .banner__title {
    font-size: 100px;
  }
  .advantages__item p:last-child {
    padding: 0;
  }
  .price__item {
    width: calc(50% - 30px);
  }
  .contacts__txt {
    padding-left: 15px;
  }
  .footer-contacts {
    width: calc(41.66666666666667% - 30px);
  }
  .footer-contacts__addr span {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 760px;
  }
  .header {
    position: relative;
  }
  .header.fixed {
    position: relative;
    height: 111px;
  }
  .logo {
    width: calc(41.66666666666667% - 30px);
    height: 76px;
  }
  .header-contacts {
    width: calc(41.66666666666667% - 30px);
    padding: 5px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-contacts a.header-contacts__callback {
    margin-top: 5px;
  }
  .menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .banner {
    min-height: 1px;
    margin-top: 0;
  }
  .banner .item > img {
    height: 550px;
  }
  .banner__title {
    font-size: 66px;
  }
  .banner__subtitle {
    font-size: 36px;
  }
  .about__carousel .item {
    height: 450px;
  }
  .services__item {
    width: calc(50% - 30px);
  }
  .feedback {
    width: calc(100% - 30px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .contacts {
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
  .footerbar .logo {
    width: 200px;
    margin: 0 auto 30px;
  }
  .footer-contacts {
    width: calc(50% - 30px);
  }
  .reviews__item {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 670px;
  }
  .banner .item > img {
    height: 450px;
  }
  .banner__caption .container {
    padding-bottom: 20px;
  }
  .banner__subtitle {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .advantages__item {
    width: calc(50% - 30px);
  }
  .services__item {
    padding: 0;
  }
  .footer-contacts {
    width: calc(58.333333333333336% - 30px);
  }
  .doctors__item {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 679px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 570px;
  }
  .header {
    height: 74px;
  }
  .header-contacts {
    width: calc(58.333333333333336% - 30px);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header-contacts__addr {
    display: none;
  }
  .slicknav_menu {
    top: 82px;
    right: auto;
    left: calc((100% - 570px) / 2 + 10px);
  }
  .slicknav_menu .slicknav_btn {
    float: none;
  }
  .banner .item > img {
    height: 400px;
  }
  .banner__subtitle {
    margin-bottom: 20px;
  }
  .about {
    padding: 40px 0;
  }
  .about__logo {
    margin-bottom: 20px;
  }
  .about__logo img {
    width: 133px;
    height: 49px;
    margin-bottom: 15px;
  }
  .about__logo p {
    font-size: 16px;
    text-align: center;
  }
  .about__carousel .item {
    height: 380px;
  }
  .about__title {
    font-size: 28px;
  }
  .about__txt {
    font-size: 15px;
  }
  .advantages {
    padding: 40px 0 80px;
  }
  .advantages__title {
    margin-bottom: 65px;
    font-size: 24px;
  }
  .advantages__item p,
  .advantages__item p:last-child {
    font-size: 16px;
  }
  .services {
    margin-top: -40px;
    padding: 80px 0 100px;
    background-size: 100% 100%;
  }
  .services__title {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .services__item p {
    font-size: 18px;
  }
  .price__title {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .price__item p,
  .price__consult {
    font-size: 14px;
  }
  .price__item-title {
    font-size: 18px;
  }
  .price__txt {
    font-size: 16px;
  }
  .contactsbar {
    padding: 50px 0 80px;
  }
  .feedback__title {
    padding: 15px 0;
    font-size: 15px;
    letter-spacing: 2px;
  }
  .feedback__form {
    padding: 20px;
  }
  .feedback__form input {
    font-size: 16px;
  }
  .contacts__title {
    padding: 15px 0;
    font-size: 15px;
    letter-spacing: 2px;
  }
  .footer-contacts__addr span {
    font-size: 14px;
  }
  .footer-contacts a span {
    font-size: 16px;
  }
  .reviews__title {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .reviews__item {
    width: calc(100% - 30px);
  }
  .reviews__name {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .reviews__link a,
  .reviews__text {
    font-size: 14px;
  }
  .doctors {
    padding: 40px 0;
  }
  .doctors__title {
    margin-bottom: 65px;
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 470px;
  }
  .slicknav_menu {
    left: calc((100% - 470px) / 2 + 10px);
  }
  .banner .item > img {
    height: 350px;
  }
  .banner__subtitle {
    font-size: 26px;
    margin-bottom: 0;
  }
  .about__logo {
    display: none;
  }
  .advantages__item,
  .price__item,
  .services__item {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 370px;
  }
  .header-contacts__addr svg {
    width: 12px;
    height: 15px;
  }
  .header-contacts__addr span {
    font-size: 12px;
  }
  .header-contacts a svg {
    width: 12px;
    height: 12px;
  }
  .header-contacts a span {
    font-size: 12px;
  }
  .slicknav_menu {
    left: calc((100% - 370px) / 2 + 10px);
  }
  .banner__subtitle {
    font-size: 24px;
    text-align: right;
  }
  .about__carousel .item {
    height: 300px;
  }
  .footer-contacts {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 379px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 320px;
  }
  .slicknav_menu {
    left: calc((100% - 320px) / 2 + 10px);
  }
}

.services__item:nth-child(6) .services__icon {
  background-image: url(../img/icons/icon-services6.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
}
.services__item:nth-child(6):hover .services__icon {
  background-image: url(../img/icons/icon-services6-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
}
.about__carousel .item {
  height: 560px;
}
.about__carousel {
  max-width: 900px;
  margin: 0 auto;
}
.price__title {
  margin-bottom: 40px;
}
.price__item {
  padding-top: 20px;
  padding-bottom: 5px;
}
.price__row {
  margin-bottom: 20px;
}
.price__item-title {
  margin-bottom: 20px;
}

.price__item p {
  margin-bottom: 15px;
}
.price__txt {
  font-size: 22px;
}
.services__title {
  margin-bottom: 80px;
}
