@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik-Bold.eot);
    src: url(../fonts/Rubik-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Rubik-Bold.woff2) format("woff2"), url(../fonts/Rubik-Bold.woff) format("woff"), url(../fonts/Rubik-Bold.ttf) format("truetype"), url(../fonts/Rubik-Bold.svg#Rubik-Bold) format("svg");
    font-weight: 700;
    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: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-SemiBold.eot);
    src: url(../fonts/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff"), url(../fonts/Montserrat-SemiBold.ttf) format("truetype"), url(../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold) format("svg");
    font-weight: 600;
    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: 400;
    font-style: normal;
    font-display: swap
}

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

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #252525;
    position: relative;
    padding-top: 100px;
    height: 100%;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden
}

.btn,
div,
footer,
section {
    box-sizing: border-box
}

a {
    color: #fff;
    transition: .1s linear;
    text-decoration: none
}

a:focus,
input:focus,
input:hover {
    outline: 0
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .02em;
    color: #1a1a1a;
    margin: 0 0 10px
}

input {
    display: block;
    width: 100%;
    height: 65px;
    background: #fff;
    border-radius: 35px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: .02em;
    color: #9b9b9b;
    padding: 0 25px;
    box-shadow: none;
    border: none;
    box-sizing: border-box;
    transition: .1s linear
}

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

ul li {
    padding: 0
}

button {
    border: none;
    outline: 0;
    cursor: pointer;
    transition: .1s linear
}

.title {
    font-weight: 700;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    letter-spacing: .02em;
    color: #1a1a1a;
    margin-bottom: 20px
}

.desc {
    color: #252525;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 15px
}

.clearfix:after {
    content: '';
    display: table;
    clear: both
}

.wrapper {
    position: relative
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#hamburger-icon {
    position: relative;
    display: none;
    width: 18px;
    height: 14px
}

#hamburger-icon .line {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.btn-blue {
    display: block;
    background: #276ef1;
    border-radius: 40px;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    padding: 25px 0
}

.btn-blue:hover {
    background: #6295f4;
    color: #fff
}

.btn-white {
    display: block;
    background: #fff;
    border-radius: 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #276ef1;
    text-align: center;
    border: 1px solid #276ef1;
    padding: 17px 0 16px
}

.btn-white:hover {
    background: #276ef1;
    color: #fff
}

#hamburger-icon .line {
    position: absolute;
    left: 0;
    display: block;
    background: #276ef1;
    width: 18px;
    height: 2px;
    border-radius: 4px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s
}

.line.line-1 {
    top: 0
}

.line.line-2 {
    top: 50%
}

.line.line-3 {
    top: 100%
}

#hamburger-icon.active .line-1 {
    transform: translateY(7px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    -moz-transform: translateY(7px) translateX(0) rotate(45deg);
    -ms-transform: translateY(7px) translateX(0) rotate(45deg);
    -o-transform: translateY(7px) translateX(0) rotate(45deg)
}

#hamburger-icon.active .line-2 {
    opacity: 0
}

#hamburger-icon.active .line-3 {
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -o-transform: translateY(-7px) translateX(0) rotate(-45deg)
}

.mobile-menu {
    display: none
}

.ov-hidden {
    overflow: hidden
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #f9f9ff;
    padding: 32px 0 30px;
    z-index: 99;
    transition: .1s linear;
    -webkit-transition: .1s linear;
    -moz-transition: .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: .1s linear
}

.header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    background: rgba(255, 255, 255, .85);
    z-index: 99
}

.header.fixed .cities {
    display: none
}

.header.fixed .top-menu li {
    margin: 0 35px
}

.header.fixed .phones a:first-child {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: .02em;
    color: #1a1a1a
}

.header.fixed .phones a:last-child {
    display: none
}

.header.fixed .phones::before {
    content: none
}

.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
  white-space: nowrap;
}

.logo img {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px
}

.logo span {
    font-family: Rubik;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #1a1a1a;
    margin: 5px 0 0 5px
}

.logo i {
    color: #276ef1;
    font-style: normal
}

.cities {
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: -15px
}

.mobile-menu .cities {
  margin-bottom: 0
}

.cities span {
    display: inline-block;
    margin-right: 7px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .02em;
    color: #1a1a1a
}

.cities b {
  display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .02em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #276ef1;
    cursor: pointer
}

.mobile-menu .cities b {
  display: inline;
}

.cities::before {
    content: '';
    display: block;
    width: 12px;
    height: 17px;
    position: absolute;
    top: 2px;
    left: 0;
    background: url(../img/gps.svg) center no-repeat
}

.top-menu {
    display: flex;
    justify-content: center;
    margin: 0 100px 0 0
}

.top-menu li {
    margin: 0 16px
}

.top-menu a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .02em;
    color: #1a1a1a
}

.top-menu a:hover {
    color: #276ef1
}

.phones {
  display: flex;
  align-items: center;
    position: relative;
    padding: 0 0 0 51px
}

.phones a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: .02em;
    color: #276ef1
}

.phones::before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    top: 0;
    left: 0;
    background: url(../img/phone-ico.svg) center no-repeat
}

.top-wrap {
    position: relative;
    padding: 142px 0;
    z-index: 5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.top-wrap .title {
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: .01em;
    color: #fff;
    margin-bottom: 12px;
    text-align: left
}

.top-wrap .desc {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: .02em;
    color: #fff;
    margin-bottom: 57px
}

.top-wrap .btn-blue {
    max-width: 350px;
    width: 100%
}

.top-wrap .note {
    position: absolute;
    right: 23.5%;
    bottom: 12.8%;
    width: 160px;
    height: 160px;
    background: rgba(39, 110, 241, .8);
    box-shadow: 0 0 10px 2px rgba(142, 142, 142, .25);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: .02em;
    color: #fff
}

.top-wrap .note:after {
    content: '';
    display: block;
    position: absolute;
    top: -19%;
    left: -20%;
    width: 220px;
    height: 216px;
    border: 2px solid rgba(236, 236, 236, .6);
    background: 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1
}

.top-wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(64, 65, 71, .65);
    z-index: -1
}

.ex-items {
    display: flex;
    justify-content: flex-start;
    margin: 101px 0 0
}

.ex-item {
    margin-right: 35px;
    min-width: 160px;
    max-width: 170px
}

.ex-item:last-child {
    margin-right: 0
}

.ex-item--number {
    font-weight: 700;
    font-size: 45px;
    line-height: 25px;
    text-align: center;
    letter-spacing: .02em;
    color: #fff;
    margin-bottom: 21px
}

.ex-item--text {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .02em;
    color: #fff
}

.note-circle {
    position: absolute;
    flex-shrink: 0;
    width: 13px;
    height: 13px;
    background: #276ef1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.note-circle-1 {
    top: 181px;
    left: 37%
}

.note-circle-2 {
    top: 11px;
    left: -9.5%
}

.note-circle-3 {
    top: 66px;
    left: 115%
}

.about {
    position: relative;
    padding: 131px 0;
    z-index: 5
}

.about .title {
    margin-bottom: 10px
}

.decor1 {
    max-width: 25%;
    position: absolute;
    top: 112px;
    left: -8px;
    z-index: -1
}

.decor2 {
    max-width: 16%;
    position: absolute;
    top: -132px;
    right: 1px;
    z-index: -1
}

.decor3 {
    max-width: 17%;
    position: absolute;
    bottom: 299px;
    left: -9px;
    z-index: -1
}

.decor4 {
    max-width: 16%;
    position: absolute;
    top: 168px;
    left: -8px;
    z-index: -1
}

.decor5 {
    max-width: 17%;
    position: absolute;
    top: 135px;
    right: -9px;
    z-index: -1
}

.about-items {
    display: flex;
    justify-content: space-between;
    padding: 76px 0 0
}

.about-item {
    width: 33.33%
}

.about-item--num {
    width: 120px;
    height: 120px;
    margin: 0 auto 21px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3
}

.about-item--num img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1
}

.about-item--num span {
    font-weight: 700;
    font-size: 35px;
    line-height: 25px;
    letter-spacing: .02em;
    color: #1a1a1a
}

.about-item--text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .02em;
    text-align: center;
    color: #1a1a1a
}

.prog-2 img {
    transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg)
}

.prog-3 img {
    transform: rotate(65deg);
    -webkit-transform: rotate(65deg);
    -moz-transform: rotate(65deg);
    -ms-transform: rotate(65deg);
    -o-transform: rotate(65deg)
}

.services {
    position: relative;
    padding: 0 0 100px
}

.services .title {
    margin-bottom: 60px
}

.services-item {
    background: #fff;
    box-shadow: 0 0 10px 2px rgba(142, 142, 142, .25);
    margin-bottom: 40px;
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.services-item .btn-white {
    max-width: 250px;
    width: 100%
}

.services-item ul {
    margin: 0 0 20px 0
}

.services-item ul li {
    position: relative;
    padding: 0 0 0 14px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .02em;
    color: #1a1a1a;
    margin-bottom: 5px
}

.services-item ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: -1px;
    width: 7px;
    height: 7px;
    background: #276ef1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.services-item--img {
    height: 235px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0
}

.services-item--content {
    padding: 40px 38px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    height: calc(100% - 235px);
}

.services-item--title {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: .02em;
    color: #1a1a1a;
    margin-bottom: 20px
}

.price {
    position: relative;
    padding: 71px 0 80px;
    z-index: 5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.price .title {
    color: #fff;
    margin-bottom: 59px
}

.price .btn-blue {
    max-width: 305px;
    width: 100%;
    margin: 0 auto;
    padding: 22px 0 23px
}

.price::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 27, 34, .6);
    z-index: -1
}

.price-btns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px
}

.price-btns a {
    display: block;
    width: 48.651%;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: .02em;
    text-align: center;
    color: #fff;
    padding: 16px 0 12px;
    border-radius: 6px
}

.price-btns a.active,
.price-btns a:hover {
    background: rgba(255, 255, 255, .9);
    color: #276ef1
}

.table-price {
    width: 100%;
    display: table;
    margin-bottom: 35px
}

.table-price-row {
    display: none;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.table-price-row a {
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.table-price-row:nth-child(odd) {
    background: rgba(92, 92, 92, .65)
}

.table-price-cell {
    display: table-cell;
    padding: 18px 0 15px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.table-price-cell i {
    font-size: 13px;
    font-weight: 400;
    font-style: normal
}

.table-price-cell:first-child {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .02em;
    color: #fff;
    width: 51.3%;
    padding: 0 0 0 15px
}

.table-price-cell:nth-child(2n) {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .02em;
    color: #fff;
    width: 23%
}

.table-price-cell:last-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .02em;
    color: #fff;
    width: 25.4%;
    text-align: center
}

.table-price-row:nth-child(-n+9) {
    display: table-row
}

.table-price-row:hover .table-price-cell {
    background: #6295f4
}

.table-price-row:hover .table-price-cell:last-child {
    background: #5a89df;
    font-weight: 700
}

.why-our {
    position: relative;
    padding: 131px 0 134px
}

.why-our .title {
    margin-bottom: 59px
}

.why-our__item {
    background: #fff;
    padding: 48px 10px 40px;
    box-shadow: 0 0 10px 2px rgba(142, 142, 142, .25);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 307px;
    max-height: 307px
}

.why-our__item--img {
    margin-bottom: 30px
}

.why-our__item--title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .02em;
    color: #1a1a1a;
    min-height: 46px;
    margin-bottom: 20px
}

.why-our__item--desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .02em;
    color: #1a1a1a;
    margin-bottom: 20px
}

.why-our__items {
    align-items: stretch
}

.our-team {
    position: relative;
    padding: 0 0 125px
}

.our-team .title {
    margin-bottom: 57px
}

.our-team .container {
    max-width: 1170px
}

.swiper-slide {
    display: flex;
    justify-content: space-between;
    padding: 39px;
    background: #fff;
    box-shadow: 0 0 10px 2px rgba(142, 142, 142, .25);
    border-radius: 6px;
    max-width: 1110px;
    width: 100%;
    margin: 0 15px
}

.swiper-slide__left {
    width: 35.853%
}

.swiper-slide__left img {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.swiper-slide__right {
    width: 64.147%;
    padding: 0 10px 0 66px
}

.master-name {
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: .02em;
    color: #1a1a1a;
    margin-bottom: 11px
}

.master-post {
    background: #276ef1;
    border-radius: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: .02em;
    color: #f9f9ff;
    padding: 6px 15px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 32px
}

.master-work-ex {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 39px
}

.master-work-ex__item {
    max-width: 150px;
    width: 100%;
    margin-right: 30px
}

.master-work-ex__item b {
    display: block;
    font-weight: 700;
    font-size: 35px;
    line-height: 25px;
    letter-spacing: .02em;
    color: #1a1a1a;
    margin-bottom: 13px
}

.master-work-ex__item span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .02em;
    color: #1a1a1a
}

.master-work-ex__item:last-child {
    margin-right: 0
}

.about-master .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: .02em;
    color: #1a1a1a;
    margin-bottom: 14px;
    text-align: left
}

.about-master p {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .02em;
    color: #1a1a1a
}

.our-team-slider {
    padding: 75px 0 15px;
    margin: 0 auto
}

.swiper-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px
}

.swiper-pagination-bullet {
    display: block;
    background: #c4c4c4;
    border-radius: 3px;
    width: 35px;
    height: 5px;
    margin: 0 6px;
    cursor: pointer;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: .2s linear;
    outline: none;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
    background: #276ef1
}

.swiper-button-prev {
    position: absolute;
    top: 1px;
    right: 90px;
    width: 53px;
    height: 53px;
    background-color: #f7f7f7;
    background-image: url(../img/prev.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: .2s linear;
    outline: none;
}

.swiper-button-prev:hover {
    background-image: url(../img/prev-blue.svg)
}

.swiper-button-next {
    position: absolute;
    top: 1px;
    right: 13px;
    width: 53px;
    height: 53px;
    background-color: #f7f7f7;
    background-image: url(../img/next.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: .2s linear;
    outline: none;
}

.swiper-button-next:hover {
    background-image: url(../img/next-blue.svg)
}

.swiper-button-disabled {
    opacity: .5
}

.form {
    position: relative;
    padding: 121px 0 114px;
    z-index: 5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.form .title {
    font-weight: 700;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    margin-bottom: -1px
}

.form p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .02em;
    color: #fff;
    margin: 0 0 74px
}

.form::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 27, 34, .6);
    z-index: -1
}

.form-quest span {
    display: block;
    max-width: 350px;
    width: 100%
}

.form-quest button {
    display: block;
    max-width: 350px;
    width: 100%;
    background: #276ef1;
    border-radius: 35px;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    letter-spacing: .02em;
    color: #fff;
    padding: 18px 0;
    border: none;
    outline: 0;
    box-sizing: border-box
}

.form-quest button:hover {
    background: #6295f4
}

.form-quest .agree {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .02em;
    color: #fdfdfd;
    opacity: .6;
    text-align: center
}

.form-quest-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 21px
}

.footer {
    padding: 15px 0;
    background: #f9f9ff
}

.footer-box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.policy {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .02em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1a1a1a
}

.offert {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: .02em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1a1a1a
}

.footer-anchor {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #f2f2f7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-image: url(../img/arr-up.svg);
    background-position: center 17px;
    background-repeat: no-repeat
}

.footer-anchor:hover {
    background-image: url(../img/arr-up-blue.svg)
}

.popup__dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 540px;
    height: 100vh
}

.popup__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 540px;
    width: 100%;
    padding: 85px 15px 84px;
    background: #fff;
    border-radius: 6px;
    border: none
}

.popup__close {
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: .3s;
    opacity: 1;
    background: url(../img/close-popup.svg) center no-repeat
}

.popup__title {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    letter-spacing: .01em;
    color: #272727
}

.popup__title span {
    color: #276ef1
}

.form-popup {
    max-width: 350px;
    width: 100%;
    margin: 0 auto
}

.form-popup span {
    display: block;
    width: 100%;
    margin-bottom: 20px
}

.form-popup input {
    background: #f9f9ff;
    height: 57px
}

.form-popup button {
    display: block;
    max-width: 350px;
    width: 100%;
    background: #276ef1;
    border-radius: 35px;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    letter-spacing: .02em;
    color: #fff;
    padding: 18px 0;
    border: none;
    outline: 0;
    box-sizing: border-box;
    margin-top: 38px
}

.popup__content .agree {
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .0045em;
    color: #9b9b9b
}


/* I E   S T Y L E S */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .services-item--title,
    .services-item ul {
        margin-bottom: 15px;
    }
    .why-our__item--title,
    .why-our__item--desc {
        width: 100%;
    }
    .master-post {
        width: inherit;
    }
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1140px;
        position: relative
    }
}

@media screen and (max-width:1199px) {
    body,
    html {
        min-width: 320px;
        width: 100%;
        overflow-x: hidden
    }
    a:focus {
        outline: 0
    }
    .decor1,
    .decor2,
    .decor3,
    .decor4,
    .decor5 {
        display: none
    }
    .top-menu {
        margin: 0
    }
    .top-menu li {
        margin: 0 10px
    }
    .header.fixed .top-menu li {
        margin: 0 15px
    }
    .top-wrap {
        padding: 75px 0
    }
    .top-wrap .title {
        font-size: 42px;
        line-height: 1.2
    }
    .top-wrap .note {
        right: 11.5%
    }
    .about {
        padding: 75px 0
    }
    .services-item--content {
        padding: 20px
    }
    .services-item--title {
        font-size: 20px
    }
    .services-item ul li {
        font-size: 16px
    }
    .services-item .btn-white {
        padding: 12px 0
    }
    .services-item--img {
        height: 197px
    }
    .price .btn-blue {
        padding: 15px 0;
        font-size: 20px
    }
    .why-our__item {
        margin-bottom: 30px;
        min-height: auto
    }
    .why-our {
        padding: 75px 0
    }
    .swiper-slide {
        margin: 0 15px;
        max-width: 100%;
        width: 100%;
        align-items: center
    }
    .our-team-slider {
        padding: 75px 10px 15px;
        margin: 0 auto
    }
    .form-quest span {
        max-width: 275px
    }
    .form-quest button {
        max-width: 275px;
        font-size: 18px
    }
    .form {
        position: relative;
        padding: 75px 0
    }
    .offert,
    .policy {
        font-size: 12px
    }
    .services-item--content {
        height: calc(100% - 195px);
    }
}

@media screen and (max-width:991px) {
    .swiper-pagination-bullet:hover {
        background: #c4c4c4;
    }
    .swiper-pagination-bullet-active {
        background: #276ef1!important;
    }
    #hamburger-icon {
        display: block
    }
    .header {
        padding: 23px 0
    }
    .header-box>.cities,
    .header-box>.phones,
    .header-box>.top-menu {
        display: none
    }
    body {
        padding-top: 76px
    }
    .mobile-menu {
        position: fixed;
        top: 76px;
        right: 0;
        width: 100vw;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        height: calc(100vh - 76px);
        z-index: 30;
        overflow: auto;
        background: rgba(0, 0, 0, .85);
        padding: 35px 15px 25px;
        box-sizing: border-box;
        box-shadow: inset 0 29px 33px rgba(0, 86, 189, .1);
        transform: translate(100vw, 0);
        -webkit-transform: translate(100vw, 0);
        -moz-transform: translate(100vw, 0);
        -ms-transform: translate(100vw, 0);
        -o-transform: translate(100vw, 0);
        transition: .3s ease-in-out;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: .3s ease-in-out
    }
    .mobile-menu.active {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0)
    }
    .top-menu {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px
    }
    .top-menu li {
        margin: 0 0 20px
    }
    .top-menu a {
        font-size: 22px;
        font-weight: 700;
        color: #fff
    }
    .cities {
        padding: 0;
        width: 100%;
        text-align: center
    }
    .cities span {
        padding: 0 0 0 20px;
        position: relative;
        color: #fff;
        margin-bottom: 35px
    }
    .cities::before {
        content: none
    }
    .cities span::before {
        content: '';
        display: block;
        width: 12px;
        height: 17px;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/gps.svg) center no-repeat
    }
    .phones {
        width: 100%;
        text-align: center;
        padding: 50px 0 0
    }
    .phones a {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto 5px
    }
    .phones::before {
        content: '';
        display: block;
        width: 36px;
        height: 36px;
        position: absolute;
        top: 0;
        background: url(../img/phone-ico.svg) center no-repeat;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%)
    }
    .top-wrap .note {
        bottom: 39%
    }
    .services-item--img {
        height: 144px
    }
    .services-item--title {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 20px
    }
    .services-item ul {
        margin-bottom: 20px
    }
    .services-item ul li {
        font-size: 14px;
        line-height: 1.2
    }
    .services-item--content {
        min-height: auto;
        justify-content: space-between
    }
    .services-item ul li:before {
        top: 3px
    }
    .services-item .btn-white {
        padding: 7px 0;
        font-size: 15px
    }
    .table-price-cell:first-child,
    .table-price-cell:nth-child(2n) {
        font-size: 14px
    }
    .price {
        padding: 35px 0
    }
    .why-our__item {
        margin-bottom: 30px;
        height: 85%
    }
    .form-quest-box {
        flex-direction: column;
        align-items: center
    }
    .form-quest span {
        margin-bottom: 15px
    }
    .form p {
        font-size: 16px;
        margin: 0 0 30px
    }
    .footer-box {
        flex-direction: column;
        align-items: center
    }
    .footer .logo {
        margin-bottom: 20px
    }
    .footer .offert,
    .footer .policy {
        margin-bottom: 20px;
        text-align: center
    }
    .services-item--content {
        height: calc(100% - 144px);
    }
}

@media screen and (max-width:900px) {
    .swiper-slide {
        flex-direction: column;
        padding: 20px
    }
    .swiper-slide__left {
        width: 100%;
        height: 250px
    }
    .swiper-slide__left img {
        margin: 0 auto
    }
    .swiper-slide__right {
        width: 100%;
        padding: 20px 0
    }
    .master-name {
        font-size: 20px;
        text-align: center
    }
    .master-post {
        background: #276ef1;
        border-radius: 20px;
        font-weight: 600;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        letter-spacing: .02em;
        color: #f9f9ff;
        padding: 2px 10px;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto 20px
    }
    .master-work-ex {
        justify-content: center;
        margin: 0 0 20px
    }
    .about-master .title,
    .master-work-ex__item b,
    .master-work-ex__item span {
        text-align: center
    }
    .about-master p {
        font-size: 16px;
        text-align: center
    }
    .our-team .title {
        margin-bottom: 0
    }
    .our-team {
        padding: 0 0 50px
    }
}

@media screen and (max-width:767px) {
    .container {
        width: 320px
    }
    body .top-wrap .title {
        font-size: 32px
    }
    body .title {
        font-size: 26px;
        line-height: 1.2
    }
    .top-wrap {
        padding: 30px 0 35px
    }
    .top-wrap .desc {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 15px
    }
    .top-wrap .btn-blue {
        max-width: 280px;
        width: 100%;
        padding: 12px 0;
        font-size: 16px
    }
    .ex-items {
        flex-direction: column;
        align-items: center;
        margin: 25px 0 0
    }
    .ex-item {
        margin: 0 0 25px;
        min-width: 100%;
        max-width: 100%
    }
    .ex-item--number {
        font-size: 38px;
        margin-bottom: 10px
    }
    .ex-item--text {
        font-size: 16px
    }
    .top-wrap .note {
        position: relative;
        width: 130px;
        height: 130px;
        font-size: 11px;
        line-height: 1.2;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%)
    }
    .top-wrap .note:after {
        top: -12%;
        left: -12%;
        width: 160px;
        height: 160px
    }
    .note-circle-1 {
        top: 137px;
        left: 41%
    }
    .note-circle-2 {
        top: 11px;
        left: -4.5%
    }
    .note-circle-3 {
        top: 66px;
        left: 105%
    }
    .about {
        padding: 35px 0
    }
    p {
        font-size: 15px;
        line-height: 1.2
    }
    .about-items {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0 0
    }
    .about-item {
        width: 100%;
        margin-bottom: 30px
    }
    .about-item--num {
        margin-bottom: 10px
    }
    .services .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .services .offset-sm-3 {
        margin-left: 0;
    }
    .services-item--img {
        height: 126px
    }
    .services {
        padding: 0 0 30px
    }
    .price .title {
        margin-bottom: 26px
    }
    .price-btns {
        flex-direction: column;
        margin-bottom: 20px
    }
    .price-btns a {
        width: 100%;
        margin-bottom: 15px;
        padding: 10px 0;
        font-size: 16px
    }
    .table-price-cell:first-child,
    .table-price-cell:nth-child(2n) {
        font-size: 12px;
        line-height: 1.2
    }
    .table-price-cell:last-child {
        font-size: 12px;
        line-height: 100%
    }
    .table-price-cell:nth-child(2n) {
        display: none
    }
    .table-price-cell {
        padding: 12px 0 9px
    }
    .table-price-cell:first-child {
        padding: 12px 0 9px 10px
    }
    .price .btn-blue {
        padding: 10px 0;
        font-size: 16px
    }
    .why-our {
        padding: 35px 0
    }
    .why-our .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .why-our__item {
        margin-bottom: 20px;
        height: auto;
        padding: 20px 10px 15px
    }
    .why-our__item--img {
        margin-bottom: 15px
    }
    .why-our__item--title {
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 15px
    }
    .why-our__item--desc {
        font-size: 15px;
        line-height: 1.2
    }
    .swiper-slide__left {
        width: 100%;
        height: 185px
    }
    .master-name {
        font-size: 17px;
        line-height: 1.2
    }
    .master-post {
        font-size: 14px
    }
    .master-work-ex {
        flex-direction: column;
        align-items: center
    }
    .master-work-ex__item b {
        margin-bottom: 5px;
        font-size: 25px
    }
    .master-work-ex__item {
        max-width: 100%;
        width: 100%;
        margin: 0 0 15px
    }
    .master-work-ex__item span {
        font-size: 12px;
        line-height: 1.2
    }
    .our-team .title {
        font-display: 18px;
        margin-bottom: 10px
    }
    .about-master p {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 0
    }
    .swiper-slide__right {
        padding: 20px 0 0
    }
    .swiper-button-next {
        right: 0
    }
    .swiper-button-prev {
        left: 0
    }
    .form {
        padding: 35px 0
    }
    .form .title {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 15px
    }
    .services-item--content {
        height: calc(100% - 126px);
    }
}
