/*!-------------------------

Developed by FonteZ
Website: https://fontez.dev
Telegram: https://t.me/fontezdev

---------------------------*/
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular.eot");
  src: url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype"), url("../fonts/Raleway-Regular.svg#Raleway-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Italic.eot");
  src: url("../fonts/Raleway-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Italic.woff2") format("woff2"), url("../fonts/Raleway-Italic.woff") format("woff"), url("../fonts/Raleway-Italic.ttf") format("truetype"), url("../fonts/Raleway-Italic.svg#Raleway-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Medium.eot");
  src: url("../fonts/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.ttf") format("truetype"), url("../fonts/Raleway-Medium.svg#Raleway-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-SemiBold.eot");
  src: url("../fonts/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/Raleway-SemiBold.woff") format("woff"), url("../fonts/Raleway-SemiBold.ttf") format("truetype"), url("../fonts/Raleway-SemiBold.svg#Raleway-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Bold.eot");
  src: url("../fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype"), url("../fonts/Raleway-Bold.svg#Raleway-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-ExtraBold.eot");
  src: url("../fonts/Raleway-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-ExtraBold.woff2") format("woff2"), url("../fonts/Raleway-ExtraBold.woff") format("woff"), url("../fonts/Raleway-ExtraBold.ttf") format("truetype"), url("../fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraBold.eot");
  src: url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype"), url("../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.fontezdev {
  background: #041D3A;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.fontezdev .bordered__image {
  padding: 30px;
  border: 3px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 25px 0px 25px -25px rgba(0, 0, 0, 0.25);
          box-shadow: 25px 0px 25px -25px rgba(0, 0, 0, 0.25);
  background: #FFFFFF;
  position: relative;
}

.fontezdev .bordered__image:before {
  content: '';
  width: 95px;
  height: 95px;
  background: url(../images/common/image__copyright.svg) no-repeat center;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  background-size: contain;
}

.fontezdev.menu__opened {
  overflow: hidden;
}

.fontezdev.menu__opened header,
.fontezdev.menu__opened section,
.fontezdev.menu__opened footer {
  -webkit-transform: translateX(-320px) !important;
          transform: translateX(-320px) !important;
  -webkit-transition: -webkit-transform ease-in .3s;
  transition: -webkit-transform ease-in .3s;
  transition: transform ease-in .3s;
  transition: transform ease-in .3s, -webkit-transform ease-in .3s;
}

.fontezdev.menu__opened .mobile__menu__overlay {
  height: auto;
  width: calc(100% - 320px);
  -webkit-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
  opacity: 1;
}

.fontezdev.menu__opened .mobile__menu--fixed {
  opacity: 1;
  width: 320px;
  -webkit-transition: opacity ease-in-out 1.5s, width ease-in-out .3s;
  transition: opacity ease-in-out 1.5s, width ease-in-out .3s;
  z-index: 501;
  height: auto;
}

.fontezdev .mobile__menu__overlay {
  display: block;
  height: 0;
  width: 0;
  position: fixed;
  top: 0;
  right: 320px;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 501;
  opacity: 0;
}

.fontezdev label {
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fontezdev input:focus,
.fontezdev button:focus {
  outline: 0;
}

.fontezdev .action__button {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding: 19px 34px;
  border: 1px solid;
  border-radius: 5px;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.fontezdev .action__button.action__button--orange {
  background: #EEA153;
  color: #FFFFFF;
}

.fontezdev .action__button.action__button--orange:hover {
  background: #D7914B;
}

.fontezdev header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

.fontezdev header .top-bar {
  background: #FFFFFF;
  padding: 15px 0;
}

.fontezdev header .top-bar .phones__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev header .top-bar .phones__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev header .top-bar .phones__list li:not(:last-child):after {
  content: '/';
  margin: 0 25px;
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #FA9917;
}

.fontezdev header .top-bar .phones__list li .phone__label {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #003B5C;
  margin-right: 15px;
}

.fontezdev header .top-bar .phones__list li .phone__link a {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  color: #041D3A;
}

.fontezdev header .header {
  background: #003B5C;
  padding: 15px 0;
  position: relative;
}

.fontezdev header .header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.fontezdev header .header .header__logo {
  position: absolute;
  top: -51px;
  left: 0;
}

.fontezdev header .header .header__logo a {
  display: block;
}

.fontezdev header .header .header__logo a img {
  display: block;
}

.fontezdev header .header .header__logo a .mobile__logo {
  display: none;
}

.fontezdev header .header .header__menu {
  margin-left: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fontezdev header .header .header__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev header .header .header__menu .menu > li {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  cursor: pointer;
}

.fontezdev header .header .header__menu .menu > li:not(:last-child) {
  margin-right: 35px;
}

.fontezdev header .header .header__menu .menu > li.has--child:after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 5px;
  font-size: 14px;
}

.fontezdev header .header .header__menu .menu > li > a {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  text-decoration: none;
}

.fontezdev header .header .header__menu .menu > li > a:hover {
  color: #EEA153;
}

.fontezdev header .header .header__menu .menu > li:hover, .fontezdev header .header .header__menu .menu > li.opened {
  color: #EEA153;
}

.fontezdev header .header .header__menu .menu > li > ul {
  display: none;
  position: absolute;
  z-index: 4;
  top: calc(100% + 15px);
  background: #FFFFFF;
  padding: 25px 30px;
  -webkit-transform: translateX(-90px);
          transform: translateX(-90px);
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
}

.fontezdev header .header .header__menu .menu > li > ul > li a {
  text-decoration: none;
  text-align: center;
}

.fontezdev header .header .header__menu .menu > li > ul:not(.members) > li:not(:last-child) {
  margin-bottom: 15px;
}

.fontezdev header .header .header__menu .menu > li > ul:not(.members) > li a {
  font-family: Raleway, sans-serif;
  color: #535A80;
  font-size: 16px;
  text-transform: capitalize;
  opacity: .75;
  text-decoration: none;
  text-align: left;
  position: relative;
  padding-left: 15px;
  display: block;
  -webkit-transition: padding ease-in-out .25s;
  transition: padding ease-in-out .25s;
}

.fontezdev header .header .header__menu .menu > li > ul:not(.members) > li a:before {
  content: '\f0da';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-transition: margin ease-in-out .25s;
  transition: margin ease-in-out .25s;
  position: absolute;
  left: 0;
  top: 0;
}

.fontezdev header .header .header__menu .menu > li > ul:not(.members) > li a:hover {
  color: #EEA153;
  opacity: 1;
  padding-left: 25px;
}

.fontezdev header .header .header__menu .menu > li ul.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1170px;
  -webkit-transform: none;
          transform: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

.fontezdev header .header .header__menu .menu > li ul.menu__list li a {
  display: block;
}

.fontezdev header .header .header__menu .menu > li ul.menu__list li a span {
  display: block;
}

.fontezdev header .header .header__menu .menu > li ul.menu__list li a .item__image {
  margin-bottom: 20px;
}

.fontezdev header .header .header__menu .menu > li ul.menu__list li a .item__title {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  color: #041D3A;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev header .header .header__menu .menu > li ul.menu__list li a:hover .item__title {
  color: #EEA153;
}

.fontezdev header .header .header__menu .menu > li.opened:after {
  content: '\f077';
}

.fontezdev header .header .header__menu .menu > li.opened > ul {
  display: block;
  min-width: 350px;
}

.fontezdev header .header .header__menu .menu > li.opened > ul.menu__list,
.fontezdev header .header .header__menu .menu > li.opened > .services__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fontezdev header .header .header__menu .menu > li .services__menu {
  position: absolute;
  background: #FFFFFF;
  position: absolute;
  top: calc(100% + 15px);
  z-index: 4;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1282px;
  display: none;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
}

.fontezdev header .header .header__menu .menu > li .services__menu .menu-block {
  padding: 50px 30px;
}

.fontezdev header .header .header__menu .menu > li .services__menu .menu-block:not(:last-of-type) {
  border-right: 1px solid #E0E0E0;
}

.fontezdev header .header .header__menu .menu > li .services__menu .menu-block .item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  text-decoration: none;
}

.fontezdev header .header .header__menu .menu > li .services__menu .menu-block .item__link .link__title {
  margin-left: 25px;
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  color: #003B5C;
  text-transform: uppercase;
}

.fontezdev header .header .header__menu .menu > li .services__menu .menu-block .item__link .link__title b {
  color: #EEA153;
}

.fontezdev header .header .header__menu .menu > li .services__menu .menu-block .item__subservices li:not(:last-child) {
  margin-bottom: 15px;
}

.fontezdev header .header .header__menu .menu > li .services__menu .menu-block .item__subservices li a {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 120%;
  color: #535A80;
  opacity: .75;
  text-decoration: none;
  -webkit-transition: color ease-in-out .25s;
  transition: color ease-in-out .25s;
}

.fontezdev header .header .header__menu .menu > li .services__menu .menu-block .item__subservices li a:before {
  content: '\f0da';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 15px;
  -webkit-transition: margin ease-in-out .25s;
  transition: margin ease-in-out .25s;
}

.fontezdev header .header .header__menu .menu > li .services__menu .menu-block .item__subservices li a:hover {
  color: #EEA153;
  opacity: 1;
}

.fontezdev header .header .header__menu .menu > li .services__menu .menu-block .item__subservices li a:hover:before {
  margin-right: 25px;
}

.fontezdev header .header .header__menu .menu > li .services__menu .menu-block .item__subservices:last-of-type {
  margin-bottom: 30px;
}

.fontezdev header .header .header__action {
  margin-left: 90px;
}

.fontezdev header .header .mobile__menu {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}

.fontezdev header .header .mobile__menu button {
  background: none;
  border: 0;
  outline: 0;
  line-height: 1;
  width: 50px;
  height: 46px;
  background: url(../images/common/menu__open.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all ease-in-out 0;
  transition: all ease-in-out 0;
  position: relative;
  z-index: 501;
}

.fontezdev header .header .mobile__menu button.menu__opened {
  background: url(../images/common/menu__close.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev .mobile__menu--fixed {
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #041D3A;
  padding: 30px;
  overflow-y: auto;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity ease-in-out 0s, width ease-in-out 0s;
  transition: opacity ease-in-out 0s, width ease-in-out 0s;
}

.fontezdev .mobile__menu--fixed .menu {
  display: block;
}

.fontezdev .mobile__menu--fixed .menu > li {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  cursor: pointer;
}

.fontezdev .mobile__menu--fixed .menu > li:not(:last-child) {
  margin-bottom: 30px;
}

.fontezdev .mobile__menu--fixed .menu > li.has--child > span:after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 15px;
  font-size: 14px;
}

.fontezdev .mobile__menu--fixed .menu > li > a {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  text-decoration: none;
}

.fontezdev .mobile__menu--fixed .menu > li > a:hover {
  color: #EEA153;
}

.fontezdev .mobile__menu--fixed .menu > li:hover, .fontezdev .mobile__menu--fixed .menu > li.opened {
  color: #EEA153;
}

.fontezdev .mobile__menu--fixed .menu > li > ul {
  display: none;
  z-index: 4;
  margin-top: 15px;
}

.fontezdev .mobile__menu--fixed .menu > li > ul > li:not(:last-child) {
  margin-bottom: 15px;
}

.fontezdev .mobile__menu--fixed .menu > li > ul > li a {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  opacity: .75;
  text-decoration: none;
  -webkit-transition: color ease-in-out .25s;
  transition: color ease-in-out .25s;
}

.fontezdev .mobile__menu--fixed .menu > li > ul > li a:before {
  content: '\f0da';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 15px;
  -webkit-transition: margin ease-in-out .25s;
  transition: margin ease-in-out .25s;
  font-size: 14px;
}

.fontezdev .mobile__menu--fixed .menu > li > ul > li a:hover {
  color: #EEA153;
  opacity: 1;
}

.fontezdev .mobile__menu--fixed .menu > li > ul > li a:hover:before {
  margin-right: 25px;
}

.fontezdev .mobile__menu--fixed .menu > li ul.menu__list {
  -webkit-transform: none;
          transform: none;
  display: none;
}

.fontezdev .mobile__menu--fixed .menu > li ul.menu__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fontezdev .mobile__menu--fixed .menu > li ul.menu__list li a span {
  display: block;
}

.fontezdev .mobile__menu--fixed .menu > li ul.menu__list li a .item__image {
  display: none;
}

.fontezdev .mobile__menu--fixed .menu > li ul.menu__list li a .item__title {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
}

.fontezdev .mobile__menu--fixed .menu > li.opened > span:after {
  content: '\f077';
}

.fontezdev .mobile__menu--fixed .menu > li.opened > ul {
  display: block;
}

.fontezdev .mobile__menu--fixed .menu > li.opened > ul.menu__list,
.fontezdev .mobile__menu--fixed .menu > li.opened > .services__menu {
  margin-top: 15px;
  display: block;
}

.fontezdev .mobile__menu--fixed .menu > li .services__menu {
  display: none;
}

.fontezdev .mobile__menu--fixed .menu > li .services__menu .menu-block {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.fontezdev .mobile__menu--fixed .menu > li .services__menu .menu-block:not(:last-of-type) {
  margin-bottom: 15px;
}

.fontezdev .mobile__menu--fixed .menu > li .services__menu .menu-block .item__link {
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
}

.fontezdev .mobile__menu--fixed .menu > li .services__menu .menu-block .item__link br {
  display: none;
}

.fontezdev .mobile__menu--fixed .menu > li .services__menu .menu-block .item__link .link__icon {
  display: none;
}

.fontezdev .mobile__menu--fixed .menu > li .services__menu .menu-block .item__link .link__title {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  text-transform: capitalize;
}

.fontezdev .mobile__menu--fixed .menu > li .services__menu .menu-block .item__link .link__title b {
  color: #EEA153;
}

.fontezdev .mobile__menu--fixed .menu > li .services__menu .menu-block .item__subservices li:not(:last-child) {
  margin-bottom: 10px;
}

.fontezdev .mobile__menu--fixed .menu > li .services__menu .menu-block .item__subservices li a {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  opacity: .75;
  text-decoration: none;
  -webkit-transition: color ease-in-out .25s;
  transition: color ease-in-out .25s;
}

.fontezdev .mobile__menu--fixed .menu > li .services__menu .menu-block .item__subservices li a:before {
  content: '\f0da';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 15px;
  -webkit-transition: margin ease-in-out .25s;
  transition: margin ease-in-out .25s;
}

.fontezdev .mobile__menu--fixed .menu > li .services__menu .menu-block .item__subservices li a:hover {
  color: #EEA153;
  opacity: 1;
}

.fontezdev .mobile__menu--fixed .menu > li .services__menu .menu-block .item__subservices li a:hover:before {
  margin-right: 25px;
}

.fontezdev .mobile__menu--fixed .menu > li .services__menu .menu-block .item__subservices:last-of-type {
  margin-bottom: 30px;
}

.fontezdev .mobile__menu--fixed .close__menu {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: 0;
  outline: 0;
  line-height: 1;
  width: 30px;
  height: 30px;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  z-index: 501;
  background: url(../images/common/menu__close.svg) no-repeat center;
  background-size: contain;
}

.fontezdev #video__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
}

.fontezdev #video__bg > video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .fontezdev #video__bg > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.fontezdev .call-now-button {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 15px;
  z-index: 2;
  display: none;
}

.fontezdev #main {
  position: relative;
  min-height: 687px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-position: center;
}

.fontezdev #main:before {
  content: ' ';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), -webkit-gradient(linear, left bottom, left top, from(rgba(5, 26, 47, 0.35)), to(rgba(5, 26, 47, 0.35)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(0deg, rgba(5, 26, 47, 0.35), rgba(5, 26, 47, 0.35));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 2;
}

.fontezdev #main .container {
  z-index: 3;
  position: relative;
}

.fontezdev #main .section__left {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fontezdev #main .section__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fontezdev #main .site__name {
  font-family: Raleway, sans-serif;
  font-size: 27px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  padding-left: 33px;
  margin-bottom: 25px;
}

.fontezdev #main .site__name:before {
  content: ' ';
  width: 8px;
  height: 41px;
  background: #EEA153;
  margin-right: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fontezdev #main .section__title {
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 120%;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

.fontezdev #main.page .section__title {
  font-size: 56px;
}

.fontezdev #main .section__action {
  margin-top: 50px;
}

.fontezdev #main .section__action .action__title {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.fontezdev #main .section__action .action__link {
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  color: #EEA153;
  text-transform: uppercase;
}

.fontezdev #main .section__action .action__link a {
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  color: #EEA153;
  text-transform: uppercase;
}

.fontezdev #main.post {
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev #main.post .section__suptitle {
  font-family: Raleway, sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  padding-left: 33px;
  margin-bottom: 25px;
}

.fontezdev #main.post .section__suptitle:before {
  content: ' ';
  width: 8px;
  height: 35px;
  background: #EEA153;
  margin-right: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fontezdev #main.post .section__title {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 120%;
  color: #FFFFFF;
}

.fontezdev #main.member {
  background: url(../images/team/member/main/bg.jpg) no-repeat center;
  height: 687px;
}

.fontezdev #video__reviews {
  background: url(../images/reviews/video/bg.jpg) no-repeat top center #FFFFFF;
  padding: 75px 0;
}

.fontezdev #video__reviews .video__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

.fontezdev #video__reviews .video__reviews .video__review {
  width: calc(50% - 30px);
  margin-bottom: 30px;
}

.fontezdev #video__reviews .video__reviews .pagination__list {
  margin-top: 45px;
}

.fontezdev #video__reviews .video__review {
  cursor: pointer;
}

.fontezdev #video__reviews .video__review .video__preview {
  position: relative;
}

.fontezdev #video__reviews .video__review .video__preview:before {
  content: ' ';
  width: 174px;
  height: 174px;
  background: url(../images/reviews/video/play.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev #video__reviews .video__review .video__preview img {
  display: block;
}

.fontezdev #video__reviews .video__review .video__title {
  margin-top: 30px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  opacity: .5;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev #video__reviews .video__review:hover .video__preview:before {
  background: url(../images/reviews/video/play-hover.svg) no-repeat center;
}

.fontezdev #video__reviews .video__review:hover .video__title {
  opacity: 1;
}

.fontezdev #info__slider {
  padding: 75px 0;
  background: url("../images/info__slider/bg.png") no-repeat bottom right #FFFFFF;
}

.fontezdev #info__slider .section__title {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #003B5C;
  text-transform: uppercase;
  text-align: center;
}

.fontezdev #info__slider .section__title b {
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

.fontezdev #info__slider .section__subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-align: center;
  color: #003B5C;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.fontezdev #info__slider .section__subtitle span {
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  line-height: 120%;
  color: #EEA153;
}

.fontezdev #info__slider .info__slider .owl-item:not(.active) {
  opacity: 0;
}

.fontezdev #info__slider .info__slider .info__block .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fontezdev #info__slider .info__slider .info__block .block__left {
  background: #FFFFFF;
  padding-left: 30px;
  padding-bottom: 50px;
}

.fontezdev #info__slider .info__slider .info__block .block__left .block__title {
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #535A80;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}

.fontezdev #info__slider .info__slider .info__block .block__left .block__title::after {
  content: ' ';
  margin-top: 15px;
  width: 100px;
  height: 4px;
  background: #EEA153;
  display: block;
}

.fontezdev #info__slider .info__slider .info__block .block__left .block__text {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.008em;
}

.fontezdev #info__slider .info__slider .info__block .block__left .block__text h3 {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #535A80;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.fontezdev #info__slider .info__slider .info__block .block__left .block__text p:not(:last-child) {
  margin-bottom: 15px;
}

.fontezdev #info__slider .info__slider .info__block .block__left .block__text ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

.fontezdev #info__slider .info__slider .info__block .block__left .block__text b,
.fontezdev #info__slider .info__slider .info__block .block__left .block__text strong {
  font-family: Raleway, sans-serif;
  font-weight: bold;
}

.fontezdev #info__slider .info__slider .info__block .block__left .block__text i,
.fontezdev #info__slider .info__slider .info__block .block__left .block__text em {
  font-family: Raleway, sans-serif;
  font-style: italic;
}

.fontezdev #info__slider .info__slider .info__block .block__right {
  padding-bottom: 50px;
}

.fontezdev #info__slider .info__slider .info__block .block__right img {
  display: block;
}

.fontezdev #info__slider .info__slider .owl-dots {
  margin-top: 0;
}

.fontezdev #info__tabs {
  background: #FFFFFF;
  padding: 50px 0;
}

.fontezdev #info__tabs .section__title {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 150%;
  color: #041D3A;
  text-align: center;
  margin-bottom: 50px;
}

.fontezdev #info__tabs .section__title b {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

.fontezdev #info__tabs .info__tabs .tabs__list {
  margin-right: 100px;
}

.fontezdev #info__tabs .info__tabs .tabs__list li {
  border: 1px solid #D1DBDF;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}

.fontezdev #info__tabs .info__tabs .tabs__list li::after {
  content: ' ';
  width: 30px;
  height: 30px;
  background: #EEA153;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
  opacity: 0;
}

.fontezdev #info__tabs .info__tabs .tabs__list li .tab__icon {
  margin-right: 30px;
}

.fontezdev #info__tabs .info__tabs .tabs__list li .tab__icon img {
  display: block;
}

.fontezdev #info__tabs .info__tabs .tabs__list li .tab__icon .active {
  display: none;
}

.fontezdev #info__tabs .info__tabs .tabs__list li .tab__title {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #535A80;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev #info__tabs .info__tabs .tabs__list li.list__item--active {
  background: #EEA153;
  border-color: #EEA153;
}

.fontezdev #info__tabs .info__tabs .tabs__list li.list__item--active::after {
  opacity: 1;
}

.fontezdev #info__tabs .info__tabs .tabs__list li.list__item--active .tab__icon img {
  display: none;
}

.fontezdev #info__tabs .info__tabs .tabs__list li.list__item--active .tab__icon .active {
  display: block;
}

.fontezdev #info__tabs .info__tabs .tabs__list li.list__item--active .tab__title {
  color: #FFFFFF;
}

.fontezdev #info__tabs .info__tabs .tabs__list li:hover:not(.list__item--active) {
  border-color: #003B5C;
}

.fontezdev #info__tabs .info__tabs .tabs__list li:hover:not(.list__item--active) .tab__title {
  color: #EEA153;
}

.fontezdev #info__tabs .info__tabs .tabs__content li {
  display: block;
  opacity: 1;
  -webkit-transition: opacity ease-in-out .25s;
  transition: opacity ease-in-out .25s;
}

.fontezdev #info__tabs .info__tabs .tabs__content li:not(.list__item--active) {
  display: none;
  opacity: 0;
}

.fontezdev #info__tabs .info__tabs .tabs__content li .tab__image {
  margin-bottom: 30px;
}

.fontezdev #info__tabs .info__tabs .tabs__content li .tab__image img {
  display: block;
}

.fontezdev #info__tabs .info__tabs .tabs__content li .tab__text {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  color: #333333;
}

.fontezdev #info__tabs .info__tabs .tabs__content li .tab__text p:not(:last-of-type) {
  margin-bottom: 30px;
}

.fontezdev #reasons {
  padding: 50px 0;
  background: url("../images/reasons/bg.jpg") no-repeat center #FFFFFF;
  background-size: cover;
}

.fontezdev #reasons .container {
  background: #FFFFFF;
  padding: 50px 15px;
  border: 2px solid #003B5C;
}

.fontezdev #reasons .container .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev #reasons .section__title {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  color: #003B5C;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.fontezdev #reasons .section__title:before {
  content: ' ';
  width: 168px;
  height: 5px;
  background: #EEA153;
  display: inline-block;
  margin-right: 25px;
  -webkit-transform: translateY(-2.5px);
          transform: translateY(-2.5px);
}

.fontezdev #reasons .reasons__right .section__title {
  display: none;
}

.fontezdev #reasons .tabs__content {
  padding-left: 194px;
}

.fontezdev #reasons .tabs__content li .tab__title {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 150%;
  color: #041D3A;
  text-transform: capitalize;
  margin-bottom: 50px;
}

.fontezdev #reasons .tabs__content li .tab__text {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
  color: #535A80;
}

.fontezdev #reasons .tabs__content li:not(.list__item--active) {
  display: none;
}

.fontezdev #reasons .tabs__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  border-bottom: 1px solid #041D3A;
  cursor: pointer;
  position: relative;
}

.fontezdev #reasons .tabs__list li:after {
  content: ' ';
  width: 7px;
  background: #EEA153;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.fontezdev #reasons .tabs__list li:first-child {
  border-top: 1px solid #041D3A;
}

.fontezdev #reasons .tabs__list li .tab__num {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
  color: #EEA153;
  margin-right: 50px;
}

.fontezdev #reasons .tabs__list li .tab__title {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #041D3A;
  opacity: .5;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev #reasons .tabs__list li:hover .tab__title {
  opacity: 1;
}

.fontezdev #reasons .tabs__list li.list__item--active:after {
  opacity: 1;
}

.fontezdev #reasons .tabs__list li.list__item--active .tab__title {
  opacity: 1;
}

.fontezdev #google__reviews {
  background: url(../images/reviews/google/bg.jpg) no-repeat center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

.fontezdev #google__reviews .section__title {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 150%;
  color: #FFFFFF;
  text-align: center;
  text-transform: capitalize;
}

.fontezdev #google__reviews .section__subtitle {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 200%;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}

.fontezdev #google__reviews .site__overall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.fontezdev #google__reviews .site__overall .overall__value {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #EEA153;
  margin-right: 15px;
}

.fontezdev #google__reviews .site__overall .overall__stars {
  color: #EEA153;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev #google__reviews .site__overall .overall__stars i:not(:last-child) {
  margin-right: 5px;
}

.fontezdev #google__reviews .reviews__powered {
  text-align: center;
  margin-bottom: 50px;
  font-family: Raleway, sans-serif;
}

.fontezdev #google__reviews .google__reviews__slider {
  padding: 0 115px;
  margin: auto;
}

.fontezdev #google__reviews .google__reviews__slider .review__block {
  background: #FFFFFF;
  padding: 25px 15px;
  display: block;
  text-decoration: none;
}

.fontezdev #google__reviews .google__reviews__slider .review__block span {
  display: block;
}

.fontezdev #google__reviews .google__reviews__slider .review__block .review__author {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #041D3A;
  margin-bottom: 15px;
}

.fontezdev #google__reviews .google__reviews__slider .review__block .review__score {
  color: #EEA153;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.fontezdev #google__reviews .google__reviews__slider .review__block .review__score i:not(:last-child) {
  margin-right: 5px;
}

.fontezdev #google__reviews .google__reviews__slider .review__block .review__text {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 150%;
  color: #041D3A;
  height: 100px;
  padding-right: 5px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #999999 rgba(242, 242, 242, 0.7);
}

.fontezdev #google__reviews .google__reviews__slider .review__block .review__text::-webkit-scrollbar {
  width: 5px;
}

.fontezdev #google__reviews .google__reviews__slider .review__block .review__text::-webkit-scrollbar-track {
  background: rgba(242, 242, 242, 0.7);
  border-radius: 0px;
}

.fontezdev #google__reviews .google__reviews__slider .review__block .review__text::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 0px;
}

.fontezdev #google__reviews .google__reviews__slider .review__block .review__text::-webkit-scrollbar-thumb:hover {
  background: #041D3A;
}

.fontezdev #google__reviews .google__reviews__slider .owl-nav button {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev #google__reviews .google__reviews__slider .owl-nav button.owl-prev {
  left: 0px;
}

.fontezdev #google__reviews .google__reviews__slider .owl-nav button.owl-next {
  right: 0px;
}

.fontezdev #google__reviews .google__reviews__slider .owl-nav button i {
  font-size: 24px;
  color: #041D3A;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev #google__reviews .google__reviews__slider .owl-nav button:hover {
  background: #EEA153;
}

.fontezdev #google__reviews .google__reviews__slider .owl-nav button:hover i {
  color: #FFFFFF;
}

.fontezdev #blog__posts {
  background: #FFFFFF;
  padding: 75px 0 75px 0;
}

.fontezdev #blog__posts .section__title {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 56px;
  line-height: 120%;
  color: #041D3A;
  margin-bottom: 75px;
  text-transform: uppercase;
  text-align: center;
}

.fontezdev #blog__posts .posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fontezdev #blog__posts .posts__list li {
  border: 1px solid #D1DBDF;
  width: calc(50% - 5px);
  padding: 50px 30px;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev #blog__posts .posts__list li:hover {
  border-color: #535A80;
}

.fontezdev #blog__posts .posts__list li .post__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fontezdev #blog__posts .posts__list li .post__block .post__preview {
  margin-right: 30px;
}

.fontezdev #blog__posts .posts__list li .post__block .post__preview img {
  display: block;
  min-width: 236px;
  width: 236px;
}

.fontezdev #blog__posts .posts__list li .post__block .post__content .content__title {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  color: #003B5C;
  margin-bottom: 25px;
  display: block;
  text-decoration: none;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev #blog__posts .posts__list li .post__block .post__content .content__title:hover {
  color: #EEA153;
}

.fontezdev #blog__posts .posts__list li .post__block .post__content .content__text {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #535A80;
  margin-bottom: 25px;
}

.fontezdev #blog__posts .posts__list li .post__block .post__content .post__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fontezdev #blog__posts .posts__list li .post__block .post__content .post__actions a {
  font-size: 15px;
  color: #003B5C;
  text-decoration: underline;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev #blog__posts .posts__list li .post__block .post__content .post__actions a:hover {
  color: #EEA153;
}

.fontezdev #blog__posts .posts__list li .post__block .post__content .post__actions .post__more {
  font-family: Raleway, sans-serif;
  font-weight: bold;
}

.fontezdev #blog__posts .posts__list li .post__block .post__content .post__actions .post__author {
  font-family: Raleway, sans-serif;
  font-style: italic;
}

.fontezdev #blog__posts .posts__more {
  margin-top: 40px;
}

.fontezdev #blog__posts .posts__more a {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #EEA153;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: underline;
  text-transform: capitalize;
}

.fontezdev #blog__posts .pagination__list {
  margin-top: 65px;
}

.fontezdev #banner .banner__top {
  height: 552px;
  background: -webkit-gradient(linear, left top, left bottom, from(#151616), to(rgba(0, 59, 92, 0))), -webkit-gradient(linear, left bottom, left top, from(#003B5C), to(#003B5C)), #151616;
  background: linear-gradient(180deg, #151616 0%, rgba(0, 59, 92, 0) 100%), linear-gradient(0deg, #003B5C, #003B5C), #151616;
  position: relative;
}

.fontezdev #banner .banner__top .banner__image {
  position: absolute;
  bottom: 0;
  left: 0;
}

.fontezdev #banner .banner__top .banner__image img {
  display: block;
}

.fontezdev #banner .banner__top .container {
  position: relative;
}

.fontezdev #banner .banner__top .banner__text {
  position: absolute;
  top: 100px;
  right: 0;
  border: 5px solid #FFFFFF;
  border-radius: 5px;
  padding: 40px 55px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  line-height: 120%;
  color: #FFFFFF;
  text-align: center;
}

.fontezdev #banner .banner__bottom {
  background: url(../images/banner/bottom__bg.jpg) no-repeat center;
  background-size: cover;
}

.fontezdev #banner .banner__bottom .container {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  background: #FFFFFF;
  padding: 50px;
}

.fontezdev #banner .banner__bottom .bottom__left {
  padding-right: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev #banner .banner__bottom .bottom__right .side__form {
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15);
}

.fontezdev #banner .banner__bottom .bottom__text {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 170%;
  color: #003B5C;
}

.fontezdev #banner .banner__bottom .bottom__text b {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

.fontezdev #associations {
  background: #FFFFFF;
  padding: 75px 0;
}

.fontezdev #associations .associations__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev #associations .associations__list li img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.6;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev #associations .associations__list li img:hover {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.fontezdev .side__form {
  width: 426px;
  border-radius: 5px;
}

.fontezdev .side__form .form__top {
  background: #F3F9FE;
  color: #051A2F;
  padding: 25px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 2px solid #D1DBDF;
  border-bottom: 0;
}

.fontezdev .side__form .form__top .form__title {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.fontezdev .side__form .form__top .form__subtitle {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  text-transform: capitalize;
}

.fontezdev .side__form form .form__fields {
  padding: 15px 30px;
  background: #FFFFFF;
  border: 2px solid #D1DBDF;
  border-top: 0;
  border-bottom: 0;
}

.fontezdev .side__form form .form__fields .form__input {
  position: relative;
  margin-bottom: 10px;
}

.fontezdev .side__form form .form__fields .form__input.last {
  margin-bottom: 25px;
}

.fontezdev .side__form form .form__fields .form__input.not--empty label {
  background: #FFFFFF;
  top: 0;
  left: 5px;
  opacity: 1;
  font-size: 12px;
}

.fontezdev .side__form form .form__fields .form__input.not--empty input {
  opacity: 1;
}

.fontezdev .side__form form .form__fields .form__input input,
.fontezdev .side__form form .form__fields .form__input textarea {
  background: none;
  outline: 0;
  border-radius: 5px;
  border: 1px solid #003B5C;
  padding: 17.5px 29px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  color: #051A2F;
  width: 100%;
  resize: none;
  opacity: .5;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev .side__form form .form__fields .form__input input:focus,
.fontezdev .side__form form .form__fields .form__input textarea:focus {
  outline: 0;
  opacity: 1;
}

.fontezdev .side__form form .form__fields .form__input textarea {
  height: 110px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #999999 rgba(242, 242, 242, 0.7);
}

.fontezdev .side__form form .form__fields .form__input textarea::-webkit-scrollbar {
  width: 5px;
}

.fontezdev .side__form form .form__fields .form__input textarea::-webkit-scrollbar-track {
  background: rgba(242, 242, 242, 0.7);
  border-radius: 0px;
}

.fontezdev .side__form form .form__fields .form__input textarea::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 0px;
}

.fontezdev .side__form form .form__fields .form__input textarea::-webkit-scrollbar-thumb:hover {
  background: #041D3A;
}

.fontezdev .side__form form .form__fields .form__input label {
  position: absolute;
  top: 50%;
  left: 29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: Raleway, sans-serif;
  font-size: 15px;
  color: #051A2F;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  padding: 0 5px;
  opacity: .5;
  text-transform: capitalize;
}

.fontezdev .side__form form .form__fields .form__input input:focus ~ label,
.fontezdev .side__form form .form__fields .form__input textarea:focus ~ label {
  background: #FFFFFF;
  top: 0;
  left: 5px;
  opacity: 1;
  font-size: 12px;
}

.fontezdev .side__form form .form__fields .form__disclaimer {
  font-family: Raleway, sans-serif;
  font-size: 13px;
  position: relative;
}

.fontezdev .side__form form .form__fields .form__disclaimer .disclaimer__action {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  color: #535A80;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 10px;
}

.fontezdev .side__form form .form__fields .form__disclaimer .disclaimer__text {
  position: absolute;
  z-index: 4;
  top: 200%;
  left: 0;
  background: #535A80;
  padding: 25px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  line-height: 165%;
  color: #FFFFFF;
  display: none;
}

.fontezdev .side__form form .form__fields .form__disclaimer .disclaimer__text:after {
  content: ' ';
  width: 15px;
  height: 15px;
  background: #535A80;
  position: absolute;
  top: 0;
  left: 3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.fontezdev .side__form form .form__fields .form__disclaimer .disclaimer__action:hover ~ .disclaimer__text {
  display: block;
}

.fontezdev .side__form form .form__fields .form__disclaimer label {
  color: #041D3A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev .side__form form .form__fields .form__disclaimer label .label__text {
  opacity: .5;
}

.fontezdev .side__form form .form__fields .form__disclaimer label .checkmark {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1px solid #003B5C;
  display: block;
  position: relative;
  margin-left: 10px;
  opacity: .5;
  cursor: pointer;
}

.fontezdev .side__form form .form__fields .form__disclaimer label .checkmark:after {
  content: ' ';
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev .side__form form .form__fields .form__disclaimer label input {
  position: absolute;
  right: 36.75%;
  top: 10%;
  opacity: 0;
}

.fontezdev .side__form form .form__fields .form__disclaimer label input:checked ~ .checkmark {
  opacity: 1;
}

.fontezdev .side__form form .form__fields .form__disclaimer label input:checked ~ .checkmark:after {
  display: block;
  border: solid #003B5C;
  border-width: 0 3px 3px 0;
}

.fontezdev .side__form form .form__bottom {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.fontezdev .side__form form .form__bottom button {
  width: 100%;
  border-radius: 0;
  display: block;
  border: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 30px 15px;
}

.fontezdev .side__form .form__action {
  margin-top: 50px;
  text-align: center;
}

.fontezdev .side__form .form__action .action__title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #041D3A;
  margin-bottom: 30px;
}

.fontezdev .side__form .form__action .action__link {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #EEA153;
  text-transform: uppercase;
}

.fontezdev .side__form .form__action .action__link a {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #EEA153;
  text-transform: uppercase;
}

.fontezdev .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.fontezdev .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: #D1DBDF !important;
  border-radius: 100%;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  border: 0;
}

.fontezdev .owl-dots .owl-dot:not(:last-of-type) {
  margin-right: 5px;
}

.fontezdev .owl-dots .owl-dot:hover {
  background: #003B5C !important;
}

.fontezdev .owl-dots .owl-dot.active {
  width: 46px;
  border-radius: 15px;
  background: #EEA153 !important;
}

.fontezdev .modal.show .modal-dialog {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev .modal-backdrop.show {
  opacity: .8;
}

.fontezdev .modal-video .modal-dialog {
  max-width: 930px;
  margin: 0 auto;
}

.fontezdev .modal-video .modal-dialog .modal-content .close {
  color: #fff;
  position: absolute;
  top: -45px;
  right: 0px;
  font-size: 2.5rem;
  opacity: 1;
  font-family: Raleway, sans-serif;
  font-weight: normal;
}

.fontezdev .modal-video .modal-dialog .modal-content .modal-header {
  display: none;
}

.fontezdev .modal-video .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.fontezdev .modal-video .modal-dialog .modal-content .modal-body .video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}

.fontezdev .modal-video .modal-dialog .modal-content .modal-body .video-container video,
.fontezdev .modal-video .modal-dialog .modal-content .modal-body .video-container iframe {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fontezdev .modal-video .modal-dialog .modal-content .modal-body .video-container video.active,
.fontezdev .modal-video .modal-dialog .modal-content .modal-body .video-container iframe.active {
  display: block;
}

.fontezdev footer {
  background: #E8EDEF;
}

.fontezdev footer .footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 75px auto;
}

.fontezdev footer .footer__top .footer__info {
  padding: 0;
}

.fontezdev footer .footer__top .footer__info .info__logo {
  margin-bottom: 50px;
}

.fontezdev footer .footer__top .footer__info .info__logo a {
  display: inline-block;
}

.fontezdev footer .footer__top .footer__info .info__logo a img {
  display: block;
}

.fontezdev footer .footer__top .footer__info .info__text {
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 250%;
  color: #003B5C;
}

.fontezdev footer .footer__top .footer__menu .menu__title {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 200%;
  color: #041D3A;
  margin-bottom: 64px;
}

.fontezdev footer .footer__top .footer__menu ul {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.fontezdev footer .footer__top .footer__menu ul li a {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 200%;
  color: #003B5C;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev footer .footer__bottom {
  width: 100%;
}

.fontezdev footer .footer__copyright {
  margin-top: 75px;
  background: #003B5C;
  padding: 50px 0;
  text-align: center;
}

.fontezdev footer .footer__copyright .container {
  position: relative;
}

.fontezdev footer .footer__copyright .copyright {
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 150%;
  color: #FFFFFF;
  float: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev footer .footer__copyright .copyright b {
  font-family: Raleway, sans-serif;
  font-weight: bold;
}

.fontezdev footer .footer__copyright .socials {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev footer .footer__copyright .socials .list__title {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  color: #D1DBDF;
  margin-right: 30px;
}

.fontezdev footer .footer__copyright .socials .socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev footer .footer__copyright .socials .socials__list li:not(:last-child) {
  margin-right: 15px;
}

.fontezdev footer .footer__copyright .socials .socials__list li a {
  width: 38px;
  height: 38px;
  background: #D1DBDF;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: .9;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  text-decoration: none;
}

.fontezdev footer .footer__copyright .socials .socials__list li a i {
  color: #003B5C;
}

.fontezdev footer .footer__copyright .socials .socials__list li a:hover {
  background: #FFFFFF;
  opacity: 1;
}

.fontezdev .contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev .contacts__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev .contacts__list > li:not(:last-child) {
  margin-right: 30px;
}

.fontezdev .contacts__list > li .contact__map {
  margin-right: 50px;
}

.fontezdev .contacts__list > li .contact__map a {
  display: block;
}

.fontezdev .contacts__list > li .contact__map a img {
  display: block;
}

.fontezdev .contacts__list > li .contact__content .contact__office {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 150%;
  color: #003B5C;
  margin-bottom: 15px;
}

.fontezdev .contacts__list > li .contact__content .contact__address {
  margin-bottom: 30px;
}

.fontezdev .contacts__list > li .contact__content .contact__address a {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 150%;
  color: #003B5C;
  opacity: .8;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev .contacts__list > li .contact__content .contact__address a:hover {
  opacity: 1;
}

.fontezdev .contacts__list > li .contact__content .contact__phones li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fontezdev .contacts__list > li .contact__content .contact__phones li .phone__label {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  color: #003B5C;
  margin-right: 15px;
}

.fontezdev .contacts__list > li .contact__content .contact__phones li .phone__link a {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 150%;
  color: #003B5C;
  opacity: .8;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev .contacts__list > li .contact__content .contact__phones li .phone__link a:hover {
  opacity: 1;
}

.fontezdev #quote {
  background: #FFFFFF;
  padding: 75px 0;
}

.fontezdev #quote .container {
  background: url(../images/quote/bg.svg) no-repeat top right;
}

.fontezdev #quote .quote__content {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev #quote .quote__content .quote__left {
  margin-right: 100px;
  min-width: 35%;
}

.fontezdev #quote .quote__content .quote__left .quote__name {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 64px;
  line-height: 120%;
  color: #003B5C;
}

.fontezdev #quote .quote__content .quote__left .quote__name span {
  color: #EEA153;
  display: block;
}

.fontezdev #quote .quote__content .quote__left .quote__position {
  font-family: Raleway, sans-serif;
  font-size: 36px;
  line-height: 200%;
  color: #003B5C;
}

.fontezdev #quote .quote__content .quote__right .quote__text {
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 200%;
  color: #041D3A;
  margin-bottom: 30px;
}

.fontezdev #quote .quote__content .quote__right .quote__author {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
  color: #041D3A;
}

.fontezdev #consultation {
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}

.fontezdev #consultation .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev #consultation .section__title {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 120%;
  color: #FFFFFF;
  text-transform: capitalize;
}

.fontezdev #consultation .section__title span {
  display: block;
  color: #EEA153;
}

.fontezdev #consultation .section__form form .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.fontezdev #consultation .section__form form .form__input {
  position: relative;
  margin-right: 15px;
  width: calc(100%/3 - 10px);
}

.fontezdev #consultation .section__form form .form__input.last {
  margin-right: 0;
}

.fontezdev #consultation .section__form form .form__input.textarea {
  width: calc(100% - 33% - 5px);
}

.fontezdev #consultation .section__form form .form__input input,
.fontezdev #consultation .section__form form .form__input textarea {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  padding: 15.5px 28px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  width: 100%;
  outline: 0;
}

.fontezdev #consultation .section__form form .form__input textarea {
  resize: none;
  height: 55px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #999999 rgba(242, 242, 242, 0.7);
}

.fontezdev #consultation .section__form form .form__input textarea::-webkit-scrollbar {
  width: 5px;
}

.fontezdev #consultation .section__form form .form__input textarea::-webkit-scrollbar-track {
  background: rgba(242, 242, 242, 0.7);
  border-radius: 0px;
}

.fontezdev #consultation .section__form form .form__input textarea::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 0px;
}

.fontezdev #consultation .section__form form .form__input textarea::-webkit-scrollbar-thumb:hover {
  background: #041D3A;
}

.fontezdev #consultation .section__form form .form__input label {
  font-family: Raleway, sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev #consultation .section__form form .form__input input:focus ~ label,
.fontezdev #consultation .section__form form .form__input textarea:focus ~ label {
  background: #003B5C;
  font-size: 12px;
  padding: 3px 15px;
  top: 0;
  left: 15px;
}

.fontezdev #consultation .section__form form .form__input.not--empty label {
  font-size: 12px;
  background: #003B5C;
  padding: 5px 15px;
  top: 0;
  left: 15px;
}

.fontezdev #consultation .section__form form .form__button {
  width: calc(100% - 66% - 15px);
}

.fontezdev #consultation .section__form form .form__button button {
  width: 100%;
  border-width: 2px;
}

.fontezdev #services {
  background: #003B5C;
  padding: 50px 0;
}

.fontezdev #services .service {
  text-align: center;
  text-decoration: none;
}

.fontezdev #services .service span {
  display: block;
}

.fontezdev #services .services__list {
  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;
}

.fontezdev #services .services__list > li {
  max-width: calc(100%/6 - 15px);
}

.fontezdev #services .service__icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fontezdev #services .service__title {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  word-break: break-word;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev #services .service__title:before {
  content: '';
  width: 75px;
  height: 2px;
  background: #EEA153;
  display: block;
  margin: 15px auto;
}

.fontezdev #services .service:hover .service__title {
  color: #EEA153;
}

.fontezdev #service__articles {
  background: #F9F9F9;
}

.fontezdev #service__articles .articles__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fontezdev #service__articles .articles__area .articles__list {
  background: #FFFFFF;
  padding: 100px 40px;
  border: 1px solid #E0E0E0;
  width: auto;
}

.fontezdev #service__articles .articles__area .articles__list > li:not(:last-child) {
  margin-bottom: 75px;
}

.fontezdev #service__articles .articles__area .articles__list > li article .article__image {
  margin-bottom: 25px;
}

.fontezdev #service__articles .articles__area .articles__list > li article .article__image img {
  width: 100%;
  display: block;
}

.fontezdev #service__articles .articles__area .articles__list > li article .article__title {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 150%;
  color: #003B5C;
  margin-bottom: 25px;
}

.fontezdev #service__articles .articles__area .articles__list > li article .article__content {
  font-size: 18px;
  line-height: 150%;
  color: #333333;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.fontezdev #service__articles .articles__area .articles__list > li article .article__content p:not(:last-child) {
  margin-bottom: 15px;
}

.fontezdev #service__articles .articles__area .articles__list > li article .article__content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

.fontezdev #service__articles .articles__area .articles__list > li article .article__content b,
.fontezdev #service__articles .articles__area .articles__list > li article .article__content strong {
  font-family: Raleway, sans-serif;
  font-weight: bold;
}

.fontezdev #service__articles .articles__area .articles__list > li article .article__content i,
.fontezdev #service__articles .articles__area .articles__list > li article .article__content em {
  font-family: Raleway, sans-serif;
  font-style: italic;
}

.fontezdev #service__articles .articles__area .articles__list > li article .article__content a {
  color: #3E87CB;
}

.fontezdev #service__articles .articles__sidebar {
  margin: 100px 0;
}

.fontezdev #service__articles .articles__sidebar .sidebar__block {
  position: -webkit-sticky;
  position: sticky;
  top: 156px;
  bottom: 25px;
}

.fontezdev #service__articles .articles__sidebar .sidebar__block .sidebar__top {
  background: #003B5C;
  padding: 30px 30px;
}

.fontezdev #service__articles .articles__sidebar .sidebar__block .sidebar__top .top__title {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 150%;
  color: #FFFFFF;
}

.fontezdev #service__articles .articles__sidebar .sidebar__block .sidebar__top .top__title span {
  color: #EEA153;
  display: block;
}

.fontezdev #service__articles .articles__sidebar .sidebar__block .sidebar__content {
  border: 1px solid #003B5C;
  padding: 30px 30px;
  background: #FFFFFF;
}

.fontezdev #service__articles .articles__sidebar .sidebar__block .sidebar__content .articles__links li {
  margin-bottom: 25px;
}

.fontezdev #service__articles .articles__sidebar .sidebar__block .sidebar__content .articles__links li a {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 120%;
  color: #535A80;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev #service__articles .articles__sidebar .sidebar__block .sidebar__content .articles__links li a i {
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  margin-right: 15px;
}

.fontezdev #service__articles .articles__sidebar .sidebar__block .sidebar__content .articles__links li a:hover {
  color: #041D3A;
}

.fontezdev #service__articles .articles__sidebar .sidebar__block .sidebar__content .articles__links li a:hover i {
  color: #EEA153;
}

.fontezdev #service__articles .articles__sidebar .sidebar__block .sidebar__content .articles__skip a {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #EEA153;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev #service__articles .articles__sidebar .sidebar__block .sidebar__content .articles__skip a:hover {
  color: #041D3A;
}

.fontezdev #service__content {
  background: #FFFFFF;
  padding: 75px 0;
}

.fontezdev #service__content .content__block {
  padding: 0 45px;
}

.fontezdev #service__content .content__block > ul > li:not(:last-child) {
  margin-bottom: 100px;
}

.fontezdev #service__content .content__block > ul > li .block__area .area__title {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 125%;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #003B5C;
}

.fontezdev #service__content .content__block > ul > li .block__area .area__title span {
  font-weight: bold;
  display: block;
}

.fontezdev #service__content .content__block > ul > li .block__articles ul > li:not(:last-child) {
  margin-bottom: 50px;
}

.fontezdev #service__content .content__block > ul > li .block__article {
  color: #003B5C;
  letter-spacing: .005em;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__image {
  margin-bottom: 25px;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__content {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 180%;
  color: #333333;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__content h3 {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 120%;
  margin-bottom: 15px;
  color: #003B5C;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__content p:not(:last-child) {
  margin-bottom: 15px;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__content b,
.fontezdev #service__content .content__block > ul > li .block__article .article__content strong {
  font-family: Raleway, sans-serif;
  font-weight: bold;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__content i,
.fontezdev #service__content .content__block > ul > li .block__article .article__content em {
  font-family: Raleway, sans-serif;
  font-style: italic;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__content a {
  color: #3E87CB;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions {
  margin-top: 50px;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li {
  cursor: pointer;
  background: #F9F9F9;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li:not(:last-child) {
  margin-bottom: 5px;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li .question {
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid transparent;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li .question__icon {
  margin-right: 30px;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li .question__icon i {
  font-size: 28px;
  color: #003B5C;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li .question__icon svg {
  display: block;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li .question__icon svg path {
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li .question__title {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: .008em;
  color: #003B5C;
  margin-right: auto;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li .question__arrow {
  margin-left: 30px;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li .question__arrow svg {
  display: block;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li .question__arrow svg path {
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li .answer {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 180%;
  font-weight: 600;
  color: #333333;
  letter-spacing: .008em;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity ease-in-out .25s, height ease-in-out .25s;
  transition: opacity ease-in-out .25s, height ease-in-out .25s;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li:hover .question__title {
  color: #041D3A;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li:hover .question__icon svg path {
  fill: #041D3A;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li:hover .question__arrow path {
  stroke: #041D3A;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li.active .question {
  background: #FFFFFF;
  border-bottom-color: #D1DBDF;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li.active .question__title {
  color: #EEA153;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li.active .question__icon i {
  color: #EEA153;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li.active .question__icon svg path {
  fill: #EEA153;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li.active .question__arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li.active .question__arrow path {
  stroke: #EEA153;
}

.fontezdev #service__content .content__block > ul > li .block__article .article__questions ul > li.active .answer {
  padding: 35px 100px;
  height: auto;
  opacity: 1;
  overflow: auto;
}

.fontezdev #service__content .content__lawyer {
  padding: 0 75px;
}

.fontezdev #service__content .content__lawyer .lawyer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 25px 30px;
  border-bottom: 1px solid #535A80;
}

.fontezdev #service__content .content__lawyer .lawyer__block {
  padding: 50px 45px;
  background: #F2F2F2;
  border: 1px solid #BDBDBD;
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  bottom: 75px;
}

.fontezdev #service__content .content__lawyer .lawyer__photo {
  margin-right: 30px;
}

.fontezdev #service__content .content__lawyer .lawyer__photo img {
  min-width: 120px;
  max-width: 120px;
  display: block;
}

.fontezdev #service__content .content__lawyer .lawyer__name {
  font-family: Raleway, sans-serif;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: .005em;
  color: #041D3A;
  margin-bottom: 25px;
}

.fontezdev #service__content .content__lawyer .lawyer__contacts .contacts__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fontezdev #service__content .content__lawyer .lawyer__contacts .contacts__list li:not(:last-child) {
  margin-right: 0;
  margin-bottom: 25px;
}

.fontezdev #service__content .content__lawyer .lawyer__contacts .contacts__list li .item__icon {
  margin-right: 15px;
}

.fontezdev #service__content .content__lawyer .lawyer__contacts .contacts__list li .item__icon i {
  font-size: 18px;
  color: #EEA153;
}

.fontezdev #service__content .content__lawyer .lawyer__contacts .contacts__list li .item__label {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  color: #041D3A;
  margin-right: 5px;
}

.fontezdev #service__content .content__lawyer .lawyer__contacts .contacts__list li .item__link a {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #041D3A;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev #service__content .content__lawyer .lawyer__contacts .contacts__list li .item__link a:hover {
  color: #EEA153;
}

.fontezdev #service__content .content__lawyer .lawyer__blog {
  padding: 0 30px;
  margin-top: 30px;
}

.fontezdev #service__content .content__lawyer .lawyer__blog .blog__posts li:not(:last-child) {
  margin-bottom: 25px;
}

.fontezdev #service__content .content__lawyer .lawyer__blog .blog__posts li .post__title {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #EEA153;
  display: block;
  margin-bottom: 15px;
}

.fontezdev #service__content .content__lawyer .lawyer__blog .blog__posts li .post__text {
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: .008em;
  color: #003B5C;
}

.fontezdev #service__content .content__lawyer .side__form {
  margin-left: auto;
  margin-right: auto;
}

.fontezdev #info__blocks {
  padding: 75px 0 0 0;
  background: #FFFFFF;
}

.fontezdev #info__blocks .section__title {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #003B5C;
  text-transform: uppercase;
  text-align: center;
}

.fontezdev #info__blocks .section__title b {
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

.fontezdev #info__blocks .section__subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-align: center;
  color: #003B5C;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.fontezdev #info__blocks .section__subtitle span {
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  line-height: 120%;
  color: #EEA153;
}

.fontezdev #info__blocks .info__blocks .info__block {
  background: url("../images/info__slider/bg.png") no-repeat left bottom;
  padding-bottom: 50px;
}

.fontezdev #info__blocks .info__blocks .info__block:not(:last-child) {
  margin-bottom: 75px;
}

.fontezdev #info__blocks .info__blocks .info__block:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.fontezdev #info__blocks .info__blocks .info__block .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fontezdev #info__blocks .info__blocks .info__block .block__left {
  background: #FFFFFF;
  padding-left: 30px;
  padding-bottom: 50px;
}

.fontezdev #info__blocks .info__blocks .info__block .block__left .block__title {
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #535A80;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}

.fontezdev #info__blocks .info__blocks .info__block .block__left .block__title::after {
  content: ' ';
  margin-top: 15px;
  width: 100%;
  height: 4px;
  background: #EEA153;
  display: block;
}

.fontezdev #info__blocks .info__blocks .info__block .block__left .block__text {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 175%;
  letter-spacing: 0.008em;
  text-transform: capitalize;
}

.fontezdev #info__blocks .info__blocks .info__block .block__left .block__text p:not(:last-child) {
  margin-bottom: 15px;
}

.fontezdev #info__blocks .info__blocks .info__block .block__right {
  padding-bottom: 50px;
}

.fontezdev #info__blocks .info__blocks .info__block .block__right img {
  display: block;
}

.fontezdev #info__blocks .info__blocks .owl-dots {
  margin-top: 0;
}

.fontezdev #our__team {
  background: #FFFFFF;
  padding: 75px 0;
}

.fontezdev #our__team .team__content {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev #our__team .team__content .team__left {
  margin-right: 100px;
  min-width: 35%;
}

.fontezdev #our__team .team__content .team__left .team__name {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 64px;
  line-height: 120%;
  color: #003B5C;
}

.fontezdev #our__team .team__content .team__left .team__name b {
  color: #EEA153;
  display: block;
}

.fontezdev #our__team .team__content .team__left .team__position {
  font-family: Raleway, sans-serif;
  font-size: 36px;
  line-height: 200%;
  color: #003B5C;
}

.fontezdev #our__team .team__content .team__right .team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev #our__team .team__content .team__right .team__list li {
  text-align: center;
}

.fontezdev #our__team .team__content .team__right .team__list li:not(:last-child) {
  margin-right: 30px;
}

.fontezdev #our__team .team__content .team__right .team__list li .member__photo {
  display: block;
  margin-bottom: 15px;
}

.fontezdev #our__team .team__content .team__right .team__list li .member__name {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  color: #041D3A;
  margin-bottom: 15px;
}

.fontezdev #our__team .team__content .team__right .team__list li .member__more a {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  color: #EEA153;
}

.fontezdev #text__reviews {
  background: url(../images/reviews/text/bg.jpg) no-repeat center;
  padding: 45px 0;
}

.fontezdev #text__reviews .section__content {
  margin: 0 auto;
}

.fontezdev #text__reviews .section__content .reviews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 45px;
}

.fontezdev #text__reviews .section__content .reviews__list li {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}

.fontezdev #text__reviews .section__content .reviews__list li:nth-child(odd) {
  margin-right: 30px;
}

.fontezdev #text__reviews .section__content .reviews__list li .review__block {
  background: #FFFFFF;
  border: 1px solid #D1DBDF;
  padding: 50px 30px;
  height: 100%;
}

.fontezdev #text__reviews .section__content .reviews__list li .review__block .review__text {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 150%;
  text-transform: capitalize;
  color: #535A80;
  margin-bottom: 25px;
  height: 180px;
}

.fontezdev #text__reviews .section__content .reviews__list li .review__block .review__author {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #003B5C;
}

.fontezdev .pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.fontezdev .pagination__list li:not(:last-child) {
  margin-right: 1px;
}

.fontezdev .pagination__list li a {
  background: #FFFFFF;
  border: 1px solid #D1DBDF;
  padding: 6px 11px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 160%;
  color: #003B5C;
  text-decoration: none;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.fontezdev .pagination__list li a:hover {
  color: #041D3A;
  border-color: #003B5C;
}

.fontezdev .pagination__list li a.backward, .fontezdev .pagination__list li a.forward {
  background: #003B5C;
  padding: 2px 12px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #003B5C;
}

.fontezdev .pagination__list li a.forward i {
  margin-left: 6px;
}

.fontezdev .pagination__list li a.backward i {
  margin-right: 6px;
}

.fontezdev .pagination__list li a.active {
  background: #EEA153;
  border-color: #EEA153;
  color: #FFFFFF;
}

.fontezdev #contacts {
  background: #F2F2F2;
  padding: 100px 0;
}

.fontezdev #page__content {
  padding: 175px 0 100px 0;
  background: url(../images/common/content__bg.png) no-repeat center #FFFFFF;
  background-size: contain;
}

.fontezdev #page__content .content__banner {
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 335px;
}

.fontezdev #page__content .content__block {
  background: #FFFFFF;
  margin: 0 auto;
  margin-top: -225px;
  padding: 75px;
}

.fontezdev #page__content .content__block .block__title {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  color: #041D3A;
  margin-bottom: 25px;
}

.fontezdev #page__content .content__block .block__text {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 200%;
  color: #041D3A;
  padding-right: 5px;
  max-height: 450px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #999999 rgba(242, 242, 242, 0.7);
}

.fontezdev #page__content .content__block .block__text h3 {
  font-size: 1.75rem;
  margin-bottom: 15px;
}

.fontezdev #page__content .content__block .block__text ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}

.fontezdev #page__content .content__block .block__text b,
.fontezdev #page__content .content__block .block__text strong {
  font-family: Raleway, sans-serif;
  font-weight: bold;
}

.fontezdev #page__content .content__block .block__text i,
.fontezdev #page__content .content__block .block__text em {
  font-family: Raleway, sans-serif;
  font-style: italic;
}

.fontezdev #page__content .content__block .block__text p:not(:last-of-type) {
  margin-bottom: 30px;
}

.fontezdev #page__content .content__block .block__text::-webkit-scrollbar {
  width: 5px;
}

.fontezdev #page__content .content__block .block__text::-webkit-scrollbar-track {
  background: rgba(242, 242, 242, 0.7);
  border-radius: 0px;
}

.fontezdev #page__content .content__block .block__text::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 0px;
}

.fontezdev #page__content .content__block .block__text::-webkit-scrollbar-thumb:hover {
  background: #041D3A;
}

.fontezdev #service__message {
  height: 900px;
  background: url(../images/common/service__message__bg.jpg) no-repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev #service__message .section__title {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 245px;
  line-height: 90%;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.fontezdev #service__message.thanks .section__title {
  font-size: 100px;
}

.fontezdev #service__message .section__subtitle {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
}

.fontezdev #service__message .section__action {
  text-align: center;
}

.fontezdev #service__message .section__action a {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: underline;
}

.fontezdev #post {
  padding: 75px 0;
  background: #FFFFFF;
}

.fontezdev #post .row {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.fontezdev #post .post__area .post__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.fontezdev #post .post__area .post__author .author__photo {
  margin-right: 15px;
}

.fontezdev #post .post__area .post__author .author__photo img {
  display: block;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
}

.fontezdev #post .post__area .post__author .author__label {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  margin-right: 15px;
  color: #003B5C;
}

.fontezdev #post .post__area .post__author .author__name a {
  font-family: Raleway, sans-serif;
  font-style: italic;
  font-size: 15px;
  line-height: 120%;
  color: #003B5C;
}

.fontezdev #post .post__area h2 {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 30px;
}

.fontezdev #post .post__area .post__content {
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.008em;
}

.fontezdev #post .post__area .post__content p:not(:last-of-type) {
  margin-bottom: 15px;
}

.fontezdev #post .post__area .post__content p b,
.fontezdev #post .post__area .post__content p strong {
  font-family: Raleway, sans-serif;
  font-weight: bold;
}

.fontezdev #post .post__area .post__content p i,
.fontezdev #post .post__area .post__content p em {
  font-family: Raleway, sans-serif;
  font-style: italic;
}

.fontezdev #post .post__area .post__content img {
  display: block;
  margin-bottom: 30px;
}

.fontezdev #post .post__area h3 {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #535A80;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.fontezdev #post .post__area p:not(:last-child) {
  margin-bottom: 15px;
}

.fontezdev #post .post__area ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

.fontezdev #post .post__area b,
.fontezdev #post .post__area strong {
  font-family: Raleway, sans-serif;
  font-weight: bold;
}

.fontezdev #post .post__area i,
.fontezdev #post .post__area em {
  font-family: Raleway, sans-serif;
  font-style: italic;
}

.fontezdev #post .post__sidebar .side__form {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 206px;
  bottom: 75px;
}

.fontezdev #post .post__sidebar .side__form .form__action {
  margin-top: 50px;
  text-align: center;
}

.fontezdev #post .post__sidebar .side__form .form__action .action__title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #041D3A;
  margin-bottom: 30px;
}

.fontezdev #post .post__sidebar .side__form .form__action .action__link {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #EEA153;
  text-transform: uppercase;
}

.fontezdev #post .post__sidebar .side__form .form__action .action__link a {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #EEA153;
  text-transform: uppercase;
}

.fontezdev #member {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
}

.fontezdev #member .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fontezdev #member .member__area {
  margin-top: -587px;
  background: url(../images/team/member/bg.jpg) no-repeat top left #FFFFFF;
  border: 1px solid #D1DBDF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 0;
}

.fontezdev #member .member__area .member__top {
  padding: 50px 0 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.fontezdev #member .member__area .member__top .member__photo {
  margin-right: 75px;
}

.fontezdev #member .member__area .member__top .member__photo img {
  display: block;
}

.fontezdev #member .member__area .member__top .member__details {
  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;
}

.fontezdev #member .member__area .member__top .member__details .section__title {
  font-family: Raleway, sans-serif;
  font-size: 24px;
  line-height: 120%;
  color: #041D3A;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  margin-bottom: 50px;
}

.fontezdev #member .member__area .member__top .member__details .section__title span {
  display: block;
  font-family: Raleway, sans-serif;
  font-weight: bold;
  color: #EEA153;
}

.fontezdev #member .member__area .member__top .member__details .section__title:before {
  content: ' ';
  width: 8px;
  height: 56px;
  background: #EEA153;
  margin-right: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fontezdev #member .member__area .member__top .member__details .member__name {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #041D3A;
  margin-bottom: 50px;
}

.fontezdev #member .member__area .member__top .member__details .member__featured .featured__title {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #003B5C;
  margin-bottom: 15px;
}

.fontezdev #member .member__area .member__top .member__contacts {
  margin-left: auto;
  margin-top: auto;
  padding: 0;
}

.fontezdev #member .member__area .member__top .member__contacts .contact__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  border-bottom: 1px solid #041D3A;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  position: relative;
}

.fontezdev #member .member__area .member__top .member__contacts .contact__list li:after {
  content: ' ';
  width: 6px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #EEA153;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  opacity: 0;
}

.fontezdev #member .member__area .member__top .member__contacts .contact__list li:hover {
  background: rgba(209, 219, 223, 0.3);
}

.fontezdev #member .member__area .member__top .member__contacts .contact__list li:hover:after {
  opacity: 1;
}

.fontezdev #member .member__area .member__top .member__contacts .contact__list li:first-child {
  border-top: 1px solid #041D3A;
}

.fontezdev #member .member__area .member__top .member__contacts .contact__list li .item__icon {
  color: #EEA153;
  font-size: 24px;
  margin-right: 15px;
}

.fontezdev #member .member__area .member__top .member__contacts .contact__list li .item__label {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 200%;
  color: #041D3A;
  margin-right: 5px;
}

.fontezdev #member .member__area .member__top .member__contacts .contact__list li .item__link a {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 200%;
  color: #041D3A;
}

.fontezdev #member .member__area .member__info {
  margin: auto;
}

.fontezdev #member .member__area .member__info .info__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.fontezdev #member .member__area .member__info .info__menu li:not(:last-child) {
  margin-right: 50px;
}

.fontezdev #member .member__area .member__info .info__menu li a {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 200%;
  color: #003B5C;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  text-transform: capitalize;
}

.fontezdev #member .member__area .member__info .info__menu li a:hover {
  color: #EEA153;
}

.fontezdev #member .member__area .member__info .info__blocks li .info__block {
  margin-bottom: 50px;
}

.fontezdev #member .member__area .member__info .info__blocks li .info__block .block__title {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #535A80;
  margin-bottom: 50px;
  text-transform: capitalize;
}

.fontezdev #member .member__area .member__info .info__blocks li .info__block .block__content p {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 200%;
  color: #041D3A;
}

.fontezdev #member .member__area .member__info .info__blocks li .info__block .block__content p:not(:last-child) {
  margin-bottom: 30px;
}

.fontezdev #member .member__area .member__info .info__blocks li .info__block .block__content strong {
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #041D3A;
  margin-bottom: 30px;
  display: block;
}

.fontezdev #member .member__area .member__info .info__blocks li .info__block .block__content b {
  font-family: Raleway, sans-serif;
  font-weight: bold;
}

.fontezdev #member .member__area .member__info .info__blocks li .info__block .block__content p {
  margin-bottom: 0 !important;
}

.fontezdev #member .member__area .member__info .info__blocks li .info__block .video__interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev #member .member__area .member__info .info__blocks li .info__block .video__interview .video__preview {
  margin-right: 30px;
}

.fontezdev #member .member__area .member__info .info__blocks li .info__block .video__interview .video__preview img {
  display: block;
}

.fontezdev #member .member__area .member__info .info__blocks li .info__block .video__interview .video__info .video__title {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
  color: #041D3A;
  margin-bottom: 50px;
}

.fontezdev #member .member__area .member__info .info__blocks li .info__block .video__interview .video__info .video__link a {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #003B5C;
  text-transform: capitalize;
  text-decoration: underline;
}

.fontezdev #member .member__area .member__info .info__blocks li .info__block .articles__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fontezdev #member .member__area .member__info .info__blocks li .info__block .articles__list li .item__icon {
  margin-right: 15px;
}

.fontezdev #member .member__area .member__info .info__blocks li .info__block .articles__list li .item__link a {
  font-size: 18px;
  line-height: 200%;
  color: #003B5C;
}

.fontezdev #member .member__area .member__info .info__blocks li .info__block .articles__list li .item__link a .article__title {
  font-family: Raleway, sans-serif;
  font-weight: bold;
}

.fontezdev #member .member__area .member__info .info__blocks li .info__block .articles__list li .item__link a .article__source {
  font-family: Raleway, sans-serif;
}
/*# sourceMappingURL=style.css.map */