@font-face {
    font-family: Circe;
    src: url(../fonts/Circe-Regular.eot);
    src: local("Circe"), local("Circe-Regular"), url(../fonts/Circe-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Circe-Regular.woff) format("woff"), url(../fonts/Circe-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Circe;
    src: url(../fonts/Circe-ExtraLight.eot);
    src: local("Circe ExtraLight"), local("Circe-ExtraLight"), url(../fonts/Circe-ExtraLight.eot?#iefix) format("embedded-opentype"), url(../fonts/Circe-ExtraLight.woff) format("woff"), url(../fonts/Circe-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: Circe;
    src: url(../fonts/Circe-Thin.eot);
    src: local("Circe Thin"), local("Circe-Thin"), url(../fonts/Circe-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/Circe-Thin.woff) format("woff"), url(../fonts/Circe-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: Circe;
    src: url(../fonts/Circe-Light.eot);
    src: local("Circe Light"), local("Circe-Light"), url(../fonts/Circe-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Circe-Light.woff) format("woff"), url(../fonts/Circe-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: Circe;
    src: url(../fonts/Circe-Bold.eot);
    src: local("Circe Bold"), local("Circe-Bold"), url(../fonts/Circe-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Circe-Bold.woff) format("woff"), url(../fonts/Circe-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: block
}

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

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

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

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 18px 0 14px;
    background-color: #fff;
    z-index: 99
}

.header .btn-black {
    display: block;
    margin: -6px 0 0;
    max-width: 165px;
    width: 165px
}

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

.logo {
    display: block;
    max-width: 230px;
    width: 100%
}

.logo img {
    width: 30px;
    height: 49px;
    float: left;
    margin-right: 16px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.logo b {
    display: block;
    margin: 7px 0 2px;
    color: #000;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 700
}

.logo span {
    display: block;
    color: #000;
    font-family: Gilroy;
    font-size: 12px;
    font-weight: 400
}

.cities {
    display: flex;
    align-items: center;
    max-width: 248px;
    width: 248px;
    height: 36px;
    margin: -6px 18px 0 0
}

.cities b {
    margin-top: -1px;
    margin-right: 15px;
    color: #000;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700
}

.nice-select {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 156px;
    max-width: 156px;
    width: 100%;
    height: 36px;
    padding-left: 10px;
    padding-right: 30px;
    color: #000;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    background-color: #fff;
    cursor: pointer;
    transition: .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.nice-select .list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9;
    margin-top: 4px;
    padding: 0;
    background-color: #fff;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform-origin: 50% 0;
    transform: scale(.75) translateY(-21px);
    transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.nice-select:after {
    content: '';
    position: absolute;
    right: 14px;
    top: 44%;
    display: block;
    background: url(../img/svg/next.svg) center no-repeat;
    background-size: cover;
    width: 5px;
    height: 9px;
    border: none;
    transform-origin: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.nice-select.open:after {
    top: 55%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

.header-menu {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin: -6px 30px 0 10px
}

.header-menu li {
    margin-right: 15px
}

.header-menu li:last-child {
    margin-right: 0
}

.header-menu a {
    color: #000;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    transition: color .2s linear, background .2s linear;
    -webkit-transition: color .2s linear, background .2s linear;
    -moz-transition: color .2s linear, background .2s linear;
    -ms-transition: color .2s linear, background .2s linear;
    -o-transition: color .2s linear, background .2s linear
}

.header-menu a:hover {
    color: #467200
}

.phone {
    position: relative;
    width: 130px;
    display: block;
    margin: -4px 0 0;
    padding: 0 0 0 15px;
    color: #000;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    transition: color .2s linear;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear
}

.phone:hover {
    color: #467200
}

.phone::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: 12px;
    height: 13px;
    background: url(../img/svg/tel.svg) center no-repeat;
    background-size: cover;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg)
}

.fixed.header {
    padding: 4px 0 5px
}

.fixed .logo img {
    width: 26px;
    height: 42px
}

.fixed .logo b {
    color: #000;
    font-family: Circe;
    font-size: 18px;
    font-weight: 700
}

.fixed .header-menu {
    justify-content: center;
    margin: 0
}

.fixed .logo span {
    color: #000;
    font-family: Circe;
    font-size: 12px;
    font-weight: 700
}

.fixed .phone {
    margin: 0
}

.fixed .phone::before {
    content: none
}

.fixed .header-menu a {
    padding: 18px 55px;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    text-align: center
}

.fixed .header-menu a:hover {
    background-color: #292929;
    color: #fff
}

#hamburger-icon {
    position: absolute;
    right: 15px;
    top: 13px;
    display: none;
    width: 18px;
    height: 14px
}

#hamburger-icon .line {
    position: absolute;
    left: 0;
    display: block;
    background: #467200;
    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)
}

.cities-mobile,
.menu-mobile {
    display: none
}

.btn-black-mobile {
    display: none;
}

.top-wrap {
    padding: 124px 0 0;
    min-height: 661px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.top-wrap .row {
    flex-direction: column
}

.top-wrap .title {
    margin-bottom: 23px;
    color: #fff;
    font-size: 45px;
    text-align: left;
    line-height: 1.2
}

.top-wrap .desc {
    display: block;
    margin-bottom: 24px;
    color: #fff;
    font-family: Circe;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.1
}

.top-wrap .desc span {
    display: block;
    margin: 3px 0 0;
    color: #fff;
    font-family: Circe;
    font-size: 16px;
    font-weight: 400
}

.form-box {
    display: block
}

.form-box span {
    max-width: 302px;
    width: 100%
}

.form-box span:first-child {
    width: 0;
    height: 0;
}

.form-box input {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 100%
}

.form-box form button {
    position: relative;
    display: inline-block;
    padding: 17px 0 17px 30px;
    margin: 0 0 0 17px;
    max-width: 242px;
    width: 100%;
    text-align: left
}

.form-box form button:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 17px;
    right: 20px;
    background: url(../img/svg/arrow.svg) center no-repeat
}

.form-box form .agree {
    margin: 14px 0 0;
    color: #a9b9c2;
    font-family: Circe;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left
}

.man-fridge {
    position: absolute;
    top: -23px;
    right: 22px;
    display: block;
    max-width: 406px;
    width: 100%;
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.price {
    padding: 76px 0 70px
}

.price .title {
    margin-bottom: 30px;
    color: #000;
    font-size: 38px;
    text-align: center
}

.price .btn-black {
    display: block;
    margin: 0 auto;
    max-width: 224px;
    width: 100%;
    font-size: 16px;
    padding: 11px 0 14px
}

.price-items {
    margin-bottom: 4px
}

.price-items .row .col-12 {
    display: none
}

.price-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
    min-height: 290px;
    padding: 38px 30px 34px;
    background-color: #5d9000;
    border-radius: 4px
}

.price-item .btn-black {
    max-width: 170px;
    width: 100%;
    font-size: 16px;
    padding: 12px 0 14px
}

.price-item .btn-black:hover {
    background: linear-gradient(-10deg, #444452 0, #2c2a38 100%)
}

.price-items .row .col-12:first-child,
.price-items .row .col-12:nth-child(2),
.price-items .row .col-12:nth-child(3),
.price-items .row .col-12:nth-child(4) {
    display: block
}

.price-items.active .row .col-12 {
    display: block
}

.price-item--title {
    color: #fff;
    font-family: Circe;
    font-size: 25px;
    text-align: center;
    font-weight: 700
}

.price-item--price {
    padding: 6px 17px;
    margin-bottom: 10px;
    color: #fff;
    font-family: Circe;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    border: 2px dotted #fff;
    border-radius: 3px
}

.price-item--desc b {
    display: block;
    margin-bottom: 14px;
    color: #fff;
    font-family: Circe;
    font-weight: 400;
    text-align: center;
    font-size: 16px
}

.price-item--desc .price-item--desc__item {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-family: Circe;
    font-weight: 400;
    text-align: center;
    line-height: 1.25;
    font-size: 14px
}

.form-middle-wrap {
    padding: 126px 0 100px;
    background-color: #ebf1f7
}

.form-middle-wrap .title {
    margin-bottom: 16px;
    color: #32303e;
    font-family: Circe;
    font-size: 35px;
    text-align: left
}

.form-middle-wrap .desc {
    margin-bottom: 21px;
    color: #000;
    font-family: Circe;
    font-size: 18px;
    text-align: left;
    font-weight: 400
}

.form-middle span {
    max-width: 253px;
    width: 100%
}

.form-middle input {
    display: block;
    padding: 0 20px 0 19px;
    width: 100%;
    height: 49px;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%
}

.form-middle button {
    display: inline-block;
    vertical-align: top;
    padding: 12px 0 11px;
    margin: 0 0 0 6px;
    max-width: 227px;
    width: 100%;
    text-align: center
}

.form-middle .agree {
    margin: 16px 0 0;
    color: #000;
    font-family: Circe;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left
}

.girl {
    position: absolute;
    right: 55px;
    top: -112.5%;
    max-width: 448px;
    width: 100%;
    height: 532px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.about {
    padding: 109px 0 113px
}

.about-box {
    display: flex;
    align-items: center
}

.about-box--text {
    padding: 0 35px 0 9px
}

.about-box--text .title {
    margin-bottom: 20px;
    color: #302e3c;
    font-size: 38px;
    padding-left: 4px
}

.about-box--text p {
    margin-bottom: 20px;
    color: #000;
    font-family: Circe;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    text-align: left
}

.about-box--text b {
    display: block;
    margin-bottom: 2px;
    color: #000;
    font-family: Circe;
    font-size: 16px;
    font-weight: 600
}

.about-box--text li {
    position: relative;
    padding: 0;
    margin-bottom: 2px;
    color: #000;
    font-family: Circe;
    font-size: 16px;
    font-weight: 600
}

.fix-bugs {
    padding: 0 0 105px
}

.fix-bugs .title {
    margin-bottom: 20px;
    color: #2f2d3b;
    font-size: 33px;
    text-align: center
}

.fix-bugs-items {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
}

.fix-bugs-item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fix-bugs-item__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px 15px;
    min-height: 144px;
    background: linear-gradient(10deg, #444452 0, #2c2a38 100%);
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0
}

.fix-bugs-item__text b {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    font-family: Circe;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center
}

.fix-bugs-item__text p {
    margin-bottom: 0;
    color: #fff;
    font-family: Circe;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center
}

.fix-bugs-item__text a {
    display: block;
    margin-bottom: 0;
    color: #fff;
    font-family: Circe;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    text-decoration: underline
}

.fix-bugs-item__img {
    position: relative;
    height: 187px;
    width: 100%;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px
}

.fix-bugs-item__img img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.rewiews {
    margin-bottom: 46px
}

.rewiews .title {
    font-family: Circe;
    text-align: left;
    font-size: 38px;
    font-weight: 900;
    color: #000
}

.rewiews .title span {
    color: #6b35f5
}

.rewiews-box {
    width: 100%;
    padding: 32px 67px 12px 65px;
    box-shadow: 0 8px 20px rgba(187, 207, 222, .28)
}

.rewiews-box--top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 43px
}

.rewiews-box__items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap
}

.rewiews-box__item {
    display: none;
    width: 44.5%;
    padding: 0 0 21px;
    margin-bottom: 25px;
    font-family: Circe;
    font-size: 14px;
    border-bottom: 1px solid #d7d4d4;
    font-weight: 300
}

.active .rewiews-box__item {
    display: block
}

.rewiews-box__item:first-child,
.rewiews-box__item:nth-child(2),
.rewiews-box__item:nth-child(3),
.rewiews-box__item:nth-child(4) {
    display: block
}

.rewiews-box__item:last-child,
.rewiews-box__item:nth-last-child(2) {
    border: none
}

.rewiews-box__item--top {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-bottom: 14px
}

.rewiews-box__item--img {
    position: relative;
    display: block;
    width: 75px;
    height: 75px;
    margin-right: 15px;
    flex-shrink: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.rewiews-box__item--img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.rewiews-box__item--name {
    color: #000;
    font-family: Circe;
    font-size: 18px;
    font-weight: 900
}

.rewiews-box__item--text {
    padding-right: 25px;
    color: #000;
    font-family: Circe;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25
}

.btn-dashed {
    display: block;
    max-width: 227px;
    width: 100%;
    padding: 14px 0 12px;
    border: 2px dotted #9e9c9c;
    border-radius: 4px;
    color: #000;
    text-align: center;
    font-family: Circe;
    font-size: 16px;
    font-weight: 700
}

.btn-dashed:hover {
    color: #000
}

.bottom-form-box {
    width: 100%;
    padding: 37px 20px 44px 67px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 8px 20px rgba(187, 207, 222, .28);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.bottom-form-box .title {
    margin-bottom: 9px;
    color: #000;
    font-family: Circe;
    font-size: 17px;
    font-weight: 700;
    line-height: 26px
}

.exelent-item {
    position: relative;
    padding: 0 0 0 34px;
    margin-bottom: 17px;
    color: #000;
    font-family: Circe;
    font-size: 16px;
    font-weight: 400
}

.exelent-item:last-child {
    margin-bottom: 0
}

.exelent-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    display: block;
    width: 23px;
    height: 23px;
    background: url(../img/svg/correct.svg) center no-repeat;
    background-size: cover
}

.exelent-items {
    margin-bottom: 14px
}

.bottom-form span {
    max-width: 292px;
    width: 100%;
    margin-right: 7px
}

.bottom-form input {
    padding: 0 20px 0 21px;
    width: 100%;
    height: 49px
}

.bottom-form button {
    display: inline-block;
    vertical-align: top;
    max-width: 215px;
    width: 100%;
    padding: 11px 0 12px;
    font-size: 16px;
    font-weight: 700
}

.bottom-form .agree {
    margin: 19px 0 0;
    color: #000;
    font-family: Circe;
    font-size: 12px;
    font-weight: 400;
    text-align: left
}

.questions {
    padding: 39px 0 61px
}

.questions .title {
    margin-bottom: 29px;
    color: #302e3c;
    font-size: 36px;
    text-align: center;
    line-height: 38px
}

.questions-item {
    position: relative;
    margin-bottom: 10px;
    padding: 25px 45px 16px 21px;
    background-color: #e9f2f5;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.questions-item::after {
    content: '+';
    position: absolute;
    top: 15px;
    right: 24px;
    display: block;
    color: #232323;
    font-family: Circe;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: .2s linear
}

.active.questions-item::after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg)
}

.questions-item--quest {
    padding-bottom: 10px;
    color: #232323;
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: 400
}

.questions-item--answear {
    display: none;
    padding: 10px 0 0 20px;
    color: #232323;
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: 400;
    border-top: 1px solid #ccc
}

.contacts {
    margin-bottom: 110px
}

.contacts-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    width: 100%;
    box-shadow: 0 0 70px rgba(206, 206, 206, .43);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.contacts-box .title {
    margin-bottom: 15px;
    color: #2f2d3b;
    line-height: 1.2;
    font-size: 38px
}

.contacts-box .desc {
    margin-bottom: 14px;
    color: #000;
    font-family: Circe;
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
    font-weight: 400
}

.contacts-box__map {
    position: relative;
    width: 48.3%;
    z-index: 5
}

.contacts-box__map::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.contacts-box__form {
    padding: 77px 50px 102px 33px;
    width: calc(100% - 48.3%)
}

.contacts-form span {
    max-width: 153px;
    width: 100%;
    margin-right: 12px
}

.contacts-form input {
    padding: 0 20px 0 21px;
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e8e8e8
}

.contacts-form button {
    display: inline-block;
    vertical-align: top;
    max-width: 140px;
    width: 100%;
    padding: 9px 0 10px;
    font-size: 14px;
    font-weight: 700
}

.contacts-form .agree {
    margin: 13px 0 0;
    color: #000;
    font-family: Circe;
    font-size: 11px;
    font-weight: 400;
    text-align: left
}

.footer {
    padding: 25px 0 25px;
    background-color: #fff;
    box-shadow: 0 4px 43px rgba(30, 90, 243, .18)
}

.footer .btn-green {
    display: block;
    max-width: 165px;
    width: 100%;
    padding: 5px 0;
    font-size: 14px
}

.footer .phone {
    margin: 2px 22px 0 193px;
    font-family: Circe;
    font-weight: 900
}

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

.bottom-menu {
    display: flex;
    flex-direction: row;
    justify-content: start
}

.bottom-menu li {
    margin-right: 30px
}

.bottom-menu li:last-child {
    margin-right: 0
}

.bottom-menu a {
    color: #000;
    font-family: Circe;
    font-size: 14px;
    font-weight: 500
}

.bottom-menu a:hover {
    color: #467200
}

.footer-logo {
    width: 20%;
    margin: -6px 0 0
}

.footer-logo b {
    padding: 7px 0 0
}

.footer-info {
    width: 68.7%
}

.footer-info--top {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.footer-info--bottom a {
    margin: 0 22px 0 0;
    color: #6f6f6f;
    font-family: Circe;
    font-size: 12px;
    font-weight: 400
}

.footer-info--bottom span {
    display: inline-block;
    margin: 0 0 0 0;
    color: #6f6f6f;
    font-family: Circe;
    font-size: 12px;
    font-weight: 400
}

.footer-info--bottom a:hover {
    text-decoration: underline
}

.imgs-bg-list {
    display: none;
}

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

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

a {
    color: #fff;
    text-decoration: none;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: .2s linear
}

a:hover {
    text-decoration: none
}

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

p {
    margin: 0 0 10px;
    color: #252525;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px
}

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

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

.title {
    font-family: Circe;
    color: #000;
    font-weight: 900
}

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

.btn-black {
    padding: 11px 0;
    background: linear-gradient(10deg, #444452 0, #2c2a38 100%);
    border-radius: 4px;
    color: #fff;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.btn-black:hover {
    background: linear-gradient(20deg, #467200 0, #578a05 100%);
    color: #fff
}

.btn-green {
    padding: 0;
    background-color: #4e00ff;
    background: linear-gradient(10deg, #284a00 0, #69a000 100%, #69a000 100%);
    color: #fff;
    font-family: Circe;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    border-radius: 4px
}

.btn-green:hover {
    color: #fff;
    background: linear-gradient(-10deg, #284a00 0, #69a000 100%, #69a000 100%)
}

::-webkit-input-placeholder {
    color: #000
}

::-moz-placeholder {
    color: #000
}

:-moz-placeholder {
    color: #000
}

:-ms-input-placeholder {
    color: #000
}

#popup-callback span,
form {
    display: block
}

form span {
    display: inline-block
}

form input {
    padding: 0 20px 0 28px;
    color: #000;
    font-family: Circe;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: none;
    border: none
}

form button {
    border: none;
    cursor: pointer;
    outline: 0
}

form button:focus {
    outline: 0
}

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

.popup__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 761px;
    width: 100%;
    padding: 83px 15px 72px;
    background-color: #fff;
    border-radius: 2px;
    border: none
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.popup__close {
    position: absolute;
    right: 18px;
    top: 14px;
    font-size: 25px;
    font-weight: 400;
    text-shadow: none;
    cursor: pointer;
    transition: .3s;
    opacity: 1
}

.popup__title {
    margin-bottom: 26px;
    color: #000;
    text-align: center;
    font-family: Circe;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700
}

.ov-hidden {
    overflow: hidden
}

.form-popup input {
    display: block;
    max-width: 216px;
    padding: 8px 0;
    margin: 0 auto 10px;
    width: 100%;
    color: #000;
    font-family: Circe;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    background-color: #fff;
    border: 2px solid #c4c4c4;
    border-radius: 4px
}

.form-popup .btn-black {
    display: block;
    max-width: 216px;
    width: 100%;
    margin: 0 auto 33px;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 700;
    border: none;
    outline: 0
}

.form-popup .agree {
    color: #000;
    font-family: Circe;
    text-align: center;
    font-size: 12px;
    font-weight: 400
}

#popup-thanks .btn-black {
    max-width: 216px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 700;
    border: none;
    outline: 0
}

#popup-thanks .popup__content {
    padding: 45px 15px 29px
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .phone {
        width: 135px;
    }
    .form-box form button {
        vertical-align: top;
    }
    .price-item--title {
        width: 100%;
        margin-bottom: 15px;
    }
    .price-item--price {
        margin-bottom: 15px;
    }
    .price-item--desc {
        margin-bottom: 15px;
    }
    .about-box {
        width: 100%;
    }
    .fix-bugs-item__text b {
        margin-top: 10px;
        width: 100%;
    }
    .bottom-menu li {
        right: 29px;
    }
}

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

@media screen and (max-width:1199px) {
    .header-menu {
        justify-content: space-between;
        margin: 25px 0 0
    }
    .header-menu li {
        margin-right: 0
    }
    .fixed .header-menu a {
        padding: 18px 45px
    }
    .top-wrap .title {
        font-size: 38px
    }
    body {
        padding-top: 126px
    }
    .top-wrap {
        padding: 50px 0 0;
        min-height: 500px
    }
    .girl,
    .man-fridge {
        display: none
    }
    .price-items .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .bottom-menu li {
        margin-right: 29px;
    }
    .price-item {
        margin-bottom: 20px
    }
    .form-middle-wrap {
        padding: 55px 0
    }
    .form-middle-wrap .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .fix-bugs-item__text b {
        font-size: 16px
    }
    .fix-bugs-item__text b br {
        display: none
    }
    .fix-bugs-item__text a,
    .fix-bugs-item__text p {
        font-size: 14px
    }
    .footer .phone {
        margin: 2px 22px 0 50px
    }
    .footer-logo {
        width: 25%
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:991px) {
    body,
    html {
        overflow-x: hidden
    }
    .menu-mobile {
        position: fixed;
        top: 81px;
        right: 0;
        display: block;
        width: 100vw;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        height: calc(100vh - 81px);
        z-index: 30;
        overflow: auto;
        background: rgba(0, 0, 0, .85);
        padding: 55px 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
    }
    .header-menu {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 25px 0 30px
    }
    .header-menu li {
        margin-bottom: 15px
    }
    .header-menu a {
        padding: 5px 15px;
        font-size: 22px;
        color: #fff
    }
    .menu a:hover {
        background: 0 0;
        box-shadow: none;
        color: #fff
    }
    .menu a.nice-select.open,
    .menu a:active {
        color: #467200
    }
    .menu-mobile.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)
    }
    #hamburger-icon {
        display: block
    }
    body {
        padding-top: 81px
    }
    .header .btn-black {
        margin: -8px 43px 0 0
    }
    .cities {
        display: none
    }
    .header .btn-black {
        display: none;
    }
    .header .btn-black-mobile {
        display: block;
        margin: 0 auto
    }
    .logo {
        width: 230px;
        height: 49px;
    }
    .footer-logo {
        margin: 0 0 43px;
    }
    .nice-select {
        height: auto;
    }
    .nice-select .current {
        display: block;
        height: 36px;
    }
    .cities-mobile {
        display: block;
        max-width: 280px;
        width: 280px;
        flex-direction: column;
        align-items: center;
        margin: 15px auto;
    }
    .cities-mobile b {
        display: block;
        width: 280px;
        margin: 0 0 10px 0;
        color: #fff;
        text-align: center;
    }
    .nice-select {
        min-width: 280px;
        max-width: 280px
    }
    .header .phone {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        padding: 0;
        color: #fff;
        font-size: 20px
    }
    .header .phone::before {
        content: none
    }
    .top-wrap {
        min-height: auto;
        padding: 50px 0 45px
    }
    .top-wrap .title {
        font-size: 32px;
        line-height: 1.1;
        text-align: center
    }
    .top-wrap .desc {
        font-size: 27px;
        text-align: center
    }
    .form-box,
    .form-box form .agree {
        text-align: center
    }
    .form-middle-wrap .title {
        font-size: 32px;
        line-height: 1.1
    }
    .form-middle-wrap .desc {
        font-size: 16px
    }
    .about-box {
        display: block
    }
    .about-box--img {
        margin-bottom: 20px
    }
    .about-box--img img {
        margin: 0 auto
    }
    .about {
        padding: 50px 0
    }
    .about-box--text {
        padding: 0;
        text-align: center
    }
    .about-box--text .title {
        padding-left: 0
    }
    .fix-bugs-item {
        margin-bottom: 25px
    }
    .fix-bugs-item__img img {
        border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px
    }
    .rewiews-box--top {
        flex-direction: column
    }
    .rewiews .title {
        margin-bottom: 20px;
        text-align: center
    }
    .rewiews-box {
        width: 100%;
        padding: 20px 20px 0
    }
    .footer-box {
        flex-direction: column
    }
    .footer-logo {
        width: 100%
    }
    .footer-logo .logo {
        display: block;
        max-width: 225px;
        width: 100%;
        margin: 0 auto 20px
    }
    .footer-info {
        width: 100%
    }
    .footer-info--top {
        flex-direction: column
    }
    .bottom-menu {
        display: none
    }
    .footer .logo img {
        float: none;
        display: block;
        margin: 0 auto
    }
    .footer-logo b {
        padding: 0;
        text-align: center
    }
    .footer .logo span {
        text-align: center
    }
    .footer-info--bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0
    }
    .footer .phone {
        margin: 2px auto 15px
    }
    .footer .btn-green,
    .footer-info--bottom a {
        margin-bottom: 15px
    }
    .contacts-box {
        flex-direction: column-reverse
    }
    .contacts-box__map {
        width: 100%;
        height: 350px
    }
    .contacts-box__form {
        width: 100%;
        padding: 35px 20px
    }
    .contacts-box .title {
        font-size: 32px;
        line-height: 1.1;
        text-align: center
    }
    .contacts-box .desc {
        font-size: 16px;
        line-height: 1.1;
        text-align: center
    }
    .contacts-form,
    .contacts-form .agree {
        text-align: center
    }
    .footer-info--bottom span {
        text-align: center;
        margin: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:767px) {
    .container {
        width: 320px
    }
    .about-box--text {
        padding-right: 15px;
        padding-left: 15px
    }
    .header .btn-black {
        margin: 30px auto 0
    }
    .top-wrap .title {
        font-size: 26px
    }
    .top-wrap .title br {
        display: none
    }
    .top-wrap .desc {
        font-size: 18px
    }
    .top-wrap .desc span {
        font-size: 14px
    }
    .form-box form button {
        max-width: 100%;
        margin: 20px auto 0
    }
    .top-wrap {
        padding: 25px 0
    }
    .price {
        padding: 30px 0
    }
    .price .title {
        font-size: 26px
    }
    .price-items .col-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .price .btn-black {
        max-width: 100%
    }
    .form-middle-wrap {
        padding: 25px 0
    }
    .form-middle-wrap .title {
        font-size: 26px;
        text-align: center
    }
    .form-middle-wrap .desc {
        text-align: center
    }
    .form-middle span {
        max-width: 100%
    }
    .form-middle button {
        max-width: 100%;
        margin: 20px auto 0
    }
    .form-middle .agree {
        text-align: center
    }
    .about-box--text .title {
        font-size: 26px
    }
    .about-box--text b,
    .about-box--text p {
        font-size: 14px;
        text-align: center
    }
    .about-box--text li {
        font-size: 14px
    }
    .fix-bugs .title {
        font-size: 24px
    }
    .fix-bugs .title br {
        display: none
    }
    .rewiews .title {
        font-size: 22px;
        line-height: 1.1
    }
    .rewiews-box__items {
        flex-direction: column
    }
    .rewiews-box__item {
        width: 100%;
        border-bottom: 1px solid #d7d4d4
    }
    .rewiews-box__item:nth-last-child(2) {
        border-bottom: 1px solid #d7d4d4
    }
    .rewiews-box__item:last-child {
        border: none
    }
    .bottom-form-box {
        width: 100%;
        padding: 15px 20px
    }
    .exelent-item {
        font-size: 14px
    }
    .bottom-form button {
        max-width: 100%;
        margin: 15px auto 0
    }
    .bottom-form .agree {
        text-align: center
    }
    .contacts-box .title,
    .questions .title {
        font-size: 26px;
        line-height: 1.1
    }
    .contacts-box .desc {
        font-size: 14px
    }
    .contacts-form span {
        max-width: 100%;
        margin-right: 0
    }
    .contacts-form button {
        margin: 15px auto 0;
        max-width: 100%
    }
    .contacts-box__form {
        width: 100%;
        padding: 25px 15px 20px
    }
    .contacts {
        margin-bottom: 50px
    }
    .fix-bugs {
        padding: 0 0 50px
    }
}
