@font-face {
    font-family: 'FT-ProximaNova';
    src: url('fonts/proxima/Proxima_Nova_Thin.otf');
    src: url('fonts/proxima/Proxima_Nova_Thin.eot');
    src: local('â˜º'), url('fonts/proxima/Proxima_Nova_Thin.woff') format('woff'), url('fonts/proxima/Proxima_Nova_Thin.ttf') format('truetype'), url('fonts/proxima/Proxima_Nova_Thin.svg') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'FT-ProximaNova';
    src: url('fonts/proxima/Proxima_Nova_Light.otf');
    src: url('fonts/proxima/Proxima_Nova_Light.eot');
    src: local('â˜º'), url('fonts/proxima/Proxima_Nova_Light.woff') format('woff'), url('fonts/proxima/Proxima_Nova_Light.ttf') format('truetype'), url('fonts/proxima/Proxima_Nova_Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FT-ProximaNova';
    src: url('fonts/proxima/Proxima_Nova_Regular.otf');
    src: url('fonts/proxima/Proxima_Nova_Regular.eot');
    src: local('â˜º'), url('fonts/proxima/Proxima_Nova_Regular.woff') format('woff'), url('fonts/proxima/Proxima_Nova_Regular.ttf') format('truetype'), url('fonts/proxima/Proxima_Nova_Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FT-ProximaNova';
    src: url('fonts/proxima/Proxima_Nova_Semibold.otf');
    src: url('fonts/proxima/Proxima_Nova_Semibold.eot');
    src: local('â˜º'), url('fonts/proxima/Proxima_Nova_Semibold.woff') format('woff'), url('fonts/proxima/Proxima_Nova_Semibold.ttf') format('truetype'), url('fonts/proxima/Proxima_Nova_Semibold.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FT-ProximaNova';
    src: url('fonts/proxima/Proxima_Nova_Bold.otf');
    src: url('fonts/proxima/Proxima_Nova_Bold.eot');
    src: local('â˜º'), url('fonts/proxima/Proxima_Nova_Bold.woff') format('woff'), url('fonts/proxima/Proxima_Nova_Bold.ttf') format('truetype'), url('fonts/proxima/Proxima_Nova_Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'FT-ProximaNova';
    src: url('fonts/proxima/Proxima_Nova_Black.otf');
    src: url('fonts/proxima/Proxima_Nova_Black.eot');
    src: local('â˜º'), url('fonts/proxima/Proxima_Nova_Black.woff') format('woff'), url('fonts/proxima/Proxima_Nova_Black.ttf') format('truetype'), url('fonts/proxima/Proxima_Nova_Black.svg') format('svg');
    font-weight: 900;
    font-style: normal;
}

html {
    font-family: 'FT-ProximaNova';
    font-weight: 400;
}

body {
    min-width: 320px;
    max-width: 1920px;
    overflow: auto;
    font-family: 'FT-ProximaNova';
    color: #000000;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
}

.firstscreen {
    position: relative;
    min-height: 643px;
    box-sizing: border-box;
}

.firstscreen {
    background: url('images/firstscreen.min.jpg') 50%;
    background-size: contain;
}

.navbarbox {
    position: relative;
    box-sizing: border-box;
    height: 190px;
    top: 0;
    width: 100%;
	z-index: 100;
}

.top{
	padding-top: 160px;
}

@media (min-width: 768px) {
}

.navbarbox ul li:before {
    display: none!important;
}

.navbarbox .navbar {
    justify-content: space-between;
    height: 150px;
    position: relative;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
}

.navbarbox .navbar a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.navbarbox .navbar .logo-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 19px;
}

@media (min-width: 768px) {
}

.navbarbox .navbar .logo-box .logo {
    height: 41px;
    background: url('../../images/logo.min') no-repeat;
    vertical-align: middle;
    width: 35px;
    flex: 0 0 35px;
}

.navbarbox .navbar .logo-box .name-logo {
    font-size: 27px;
    font-weight: 500;
    padding-left: 17px;
    margin-left: 16px;
    border-left: 1px solid #8098ae;
    text-transform: uppercase;
    line-height: 26px;
}

.navbarbox .navbar .logo-box .name-logo span {
    color: #e3000f;
}

@media (min-width: 768px) {
}

@media (min-width: 1200px) {
}

.navbarbox .navbar .navbar-toggler {
    outline: none;
    height: 32px;
    width: 46px;
    border-radius: 0;
    border: none;
    background: url(../images/menu) 50% no-repeat #014583;
    box-sizing: content-box;
    padding: 20px 15px;
    margin-top: 13px;
    margin-left: -16px;
}

@media (min-width: 768px) {
}

.navbarbox .navbar .navbar-toggler.collapsed {
    background: url(../images/menu) 50% no-repeat;
}

.navbarbox .navbar .navbar-collapse {
    position: absolute;
    top: 162px;
    width: 100%;
    left: 0;
    z-index: 1;
    max-width: 500px;
}

@media (min-width: 768px) {
}

.navbarbox .navbar .navbar-collapse ul {
    width: 100%;
    margin: auto;
    text-transform: uppercase;
    background: #0171d7;
}

@media (min-width: 1200px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1200px) {
}

.navbarbox .navbar .navbar-nav .nav-item {
    white-space: nowrap;
    height: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid #e1e1e1;
    letter-spacing: -1;
    font-size: 16px;
}

@media (min-width: 1200px) {
}

.navbarbox .navbar .navbar-nav .nav-item:last-child {
    border-bottom: none;
}

.navbarbox .navbar .navbar-nav .nav-item a {
    font-size: 18px;
    padding: 4px 0px;
    margin: 17px 10px 0px;
    width: 100%;
    text-align: left;
}

@media (min-width: 768px) {
}

.navbarbox .navbar .buttonblock a {
    width: 184px;
    flex: 0 0 184px;
    height: 50px;
    border: 1px solid #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-weight: 500;
}

.navbarbox .navbar .buttonblock a:hover {
    background: #00c776;
    border-color: #00c776;
    color: white;
    box-shadow: 0 5px 12px 5px rgba(1, 162, 97, 0.2);
}

.navbarbox .navbar .phoneblock {
    width: 220px;
    flex: 0 0 220px;
    line-height: 28px;
    margin: 30px auto 0;
    text-align: center;
}

@media (min-width: 768px) {
}

.navbarbox .navbar .phoneblock .phone {
    font-size: 24px;
    font-weight: 700;
}

.navbarbox .navbar .phoneblock .mail {
    font-size: 18px;
}

h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 37px;
    padding-top: 37px;
    margin-top: 0;
}

.afterline {
    position: relative;
    display: block;
}

.afterline:after {
    content: "";
    display: block;
    left: 50%;
    bottom: -19px;
    width: 100px;
    height: 6px;
    background-color: #9e9e9e;
    margin-left: -50px;
    position: absolute;
}

.firstscreen .title-note {
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 7px;
}

.firstscreen .title-note span {
    color: #f44336;
    font-weight: 700;
    text-decoration: underline;
}

.firstscreen h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 4px;
}

.firstscreen h1 br {
    display: none;
}

.firstscreen .borderbox {
    border-radius: 4px;
    background-color: #0000004d;
    margin-top: 35px;
    padding: 25px 25px 70px;
}

.firstscreen .borderbox .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
}

.firstscreen .borderbox .title span {
    font-weight: 700;
    text-decoration: underline;
}

.firstscreen .borderbox .text {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 17px;
}

.firstscreen .borderbox .note {
    opacity: 0.7;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
}

.firstscreen ul {
    text-align: center;
    padding: 0;
    list-style: none;
}

.firstscreen li {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    position: relative;
}

.firstscreen li:before {
    content: "";
    background: url(images/arrow_to_down.png);
    position: absolute;
    width: 15px;
    height: 10px;
    left: 50%;
    margin-left: -8px;
    top: 0;
}

.firstscreen li:first-child:before {
    display: none;
}

.firstscreen .head-form {
    padding: 33px 15px 34px;
    background-color: #0a294fd9;
    width: 100%;
    box-sizing: border-box;
}

.firstscreen .head-form .title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    padding-bottom: 8px;
}

.firstscreen .head-form .title br {
    display: none;
}

.firstscreen .head-form input {
    background-color: #ffffff;
    width: 100%;
    height: 40px;
    margin-top: 15px;
    box-sizing: border-box;
    border: none;
    padding: 0 20px;
}

.firstscreen .head-form button {
    border-radius: 8px;
    background-color: #f44336;
    border: none;
    width: 100%;
    color: #fafafa;
    font-size: 18px;
    font-weight: 700;
    line-height: 20.89px;
    padding: 25px 15px;
    margin-top: 17px;
}

.what {
    padding: 21px 15px 69px;
}

.what hr {
    width: 291px;
    height: 6px;
    background-color: #0057a6;
}

.what h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

.what .text {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding-top: 34px;
    padding-bottom: 22px;
    position: relative;
}

.what .note {
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 28px;
}

.whatwork {
    padding: 0 15px 60px;
    background-color: #fafafa;
}

.whatwork ul {
    list-style: none;
    padding: 0;
}

.whatwork li {
    text-align: center;
    margin-top: 82px;
    position: relative;
}

.whatwork li:before {
    content: "";
    background: url(images/arrow_to_down_1.min.png);
    width: 19px;
    height: 46px;
    display: block;
    position: absolute;
    left: 50%;
    top: -65px;
    margin-left: -10px;
}

.whatwork li:first-child {
    margin-top: 0;
    ; }

.whatwork li:first-child:before {
    display: none;
}

.whatwork li .text {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 6px;
    white-space: normal;
}

.whatwork .image-big {
    display: none;
}

.gift {
}

.gift .top {
    background: url(images/formbg.min.jpg) 50% 100%;
    background-size: cover;
    padding: 0px 15px 17px;
}

.gift h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.gift h2 span {
    color: #f44336;
}

.gift .form {
    padding: 12px 26px 90px;
    position: relative;
    border-bottom: 1px solid #c1d5fe;
    box-sizing: border-box;
}

.gift input {
    background-color: #ffffff;
    width: 100%;
    height: 49px;
    margin-top: 21px;
    box-sizing: border-box;
    border: 2px solid #e0e0e0;
    padding: 0 18px;
}

.gift button {
    border-radius: 8px;
    background-color: #f44336;
    border: none;
    padding: 24px 15px;
    text-transform: uppercase;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    height: 73px;
    margin-top: 23px;
}

.gift .note {
    opacity: 0.8;
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 26px;
}

.gift .priceslink {
    display: block;
    width: 112px;
    height: 62px;
    border-radius: 24px 24px 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -56px;
    background-color: #f5f5f5;
    background: url(images/arrow_todown_3.big.png) 50% no-repeat #f5f5f5;
}

.slick-slide {
    outline: none!important;
    display: inline-block;
    padding: 13px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:after, .slick-prev:before, .slick-next:after, .slick-next:before {
    display: none;
}

.slick-prev, .slick-prev:focus {
    background: url(images/arrow_left.min.png);
    width: 18px;
    height: 30px;
    top: auto;
    bottom: -54px;
    overflow: hidden;
    margin-left: -33px;
    left: 50%;
}

.slick-prev:hover {
    background: url(images/arrow_left_hover.min.png);
}

.slick-next, .slick-next:focus {
    background: url(images/arrow_right.min.png);
    width: 18px;
    height: 30px;
    overflow: hidden;
    top: auto;
    bottom: -54px;
    left: 50%;
    margin-left: 15px;
}

.slick-next:hover {
    background: url(images/arrow_right_hover.min.png);
}

.tarif {
    padding-bottom: 61px;
    border-bottom: 1px solid #c1d5fe;
    background-color: #f8fafd;
}

.tarif .table>div {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    ;; }

.tarif .table>div:nth-child(even) {
    background-color: #fafafa;
}

.tarif .table:nth-child(1) .title:nth-child(1)>div:nth-child(1) {
    display: none;
}

.tarif .table div:nth-child(1)>div:nth-child(2) {
    width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
}

.tarif .table div>div {
    flex: 0 0 50%;
    text-align: center;
    box-sizing: border-box;
    ; font-size: 16px;
    font-weight: 700;
    color: #424242;
    padding: 0px 15px;
    height: 96px;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}

.tarif .table div.title div {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 15px;
    background-color: #ffffff;
    ; }



.tarif {
    padding-bottom: 61px;
    border-bottom: 1px solid #c1d5fe;
    background-color: #f8fafd;
}

.tarif .table>div {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    ;; }

.tarif .table>div:nth-child(even) {
    background-color: #fafafa;
}

.tarif .table div:nth-child(1)>div:nth-child(2) {
    width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
}

.tarif .table div>div {
    flex: 0 0 50%;
    text-align: center;
    box-sizing: border-box;
    ; font-size: 16px;
    font-weight: 700;
    color: #424242;
    padding: 0px 15px;
    height: 96px;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
}

.tarif .table div.title div {
    color: #000000;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 15px;
    background-color: #ffffff;
    ; }
    
.bg-gray {
    background-color: #9e9e9e!important;
}

.bg-gray * {
    color: #ffffff!important;
    background-color: #9e9e9e!important;
}

.tarif {
    padding-bottom: 61px;
    border-bottom: 1px solid #c1d5fe;
    background-color: #f8fafd;
}

.tarif .table>div {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    ;; }

.tarif .table>div:nth-child(even) {
    background-color: #fafafa;
}

.tarif .table div:nth-child(1)>div:nth-child(2) {
    width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
}

.tarif .table div>div {
    flex: 0 0 50%;
    text-align: center;
    box-sizing: border-box;
    ; font-size: 16px;
    font-weight: 700;
    color: #424242;
    padding: 0px 15px;
    height: 96px;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
}

.tarif .table div.title div {
    color: #000000;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 15px;
    background-color: #ffffff;
    ; }

.tarif .firsttable div:nth-child(1)>div:nth-child(1) {
    display: none;
}
.slick-slide {
    outline: none!important;
    display: inline-block;
    padding: 13px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:after, .slick-prev:before, .slick-next:after, .slick-next:before {
    display: none;
}

.slick-prev, .slick-prev:focus {
    background: url(images/arrow_left.min.png);
    width: 18px;
    height: 30px;
    top: auto;
    bottom: -54px;
    overflow: hidden;
    margin-left: -33px;
    left: 50%;
}

.slick-prev:hover {
    background: url(images/arrow_left_hover.min.png);
}

.slick-next, .slick-next:focus {
    background: url(images/arrow_right.min.png);
    width: 18px;
    height: 30px;
    overflow: hidden;
    top: auto;
    bottom: -54px;
    left: 50%;
    margin-left: 15px;
}

.slick-next:hover {
    background: url(images/arrow_right_hover.min.png);
}
.red {
    color: #d44539;
}

.when {
    padding: 0 15px 54px;
}

.when .block {
    display: flex;
    margin-top: 27px;
    width: 900px;
    max-width: 100%;
    margin: 26px auto 0;
    ; }

.when h2 {
    margin-bottom: 73px;
}

.when .number {
    width: 33px;
    flex: 0 0 33px;
    margin-right: 22px;
    height: 33px;
    border-radius: 10px;
    border: 3px solid #0057a6;
    color: #0057a6;
    font-size: 20px;
    font-weight: 900;
    line-height: 10.68px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.when .text {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.prop {
    padding-bottom: 80px;
    border-bottom: 1px solid #c1d5fe;
}

.prop-box>div>div {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding: 6px 0px 15px 70px;
}

.prop-box>div>div:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(images/arrow.png);
    display: block;
    position: absolute;
    top: 12px;
    left: 10px;
}

.clients {
    padding: 0 15px 145px;
}

.clients-box>div {
    text-align: center;
    padding: 15px 0;
}

.clients-box img {
    display: inline-block;
}

.clients .slick-next, .clients .slick-next:focus, .clients .slick-prev, .clients .slick-prev:focus {
    bottom: -75px;
}

.footer {
    height: 280px;
    background-color: #212121;
    padding: 0 15px;
}

.footer .phone {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
    width: 100%;
    font-size: 30px;
    padding-top: 42px;
}

.footer .mail {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding-top: 35px;
}

.footer .adress {
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding-top: 30px;
}

.container {
    padding: 0 15px;
    position: relative;
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (min-width: 1200px) {
}

@font-face {
    font-family: 'FT-ProximaNova';
    src: url('fonts/proxima/Proxima_Nova_Black.otf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'FT-ProximaNova';
    src: url('fonts/proxima/Proxima_Nova_Bold.otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'FT-ProximaNova';
    src: url('fonts/proxima/Proxima_Nova_Semibold.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FT-ProximaNova';
    src: url('fonts/proxima/Proxima_Nova_Light.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FT-ProximaNova';
    src: url('fonts/proxima/Proxima_Nova_Regular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FT-ProximaNova';
    src: url('fonts/proxima/Proxima_Nova_Semibold.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FT-ProximaNova';
    src: url('fonts/proxima/Proxima_Nova_Bold.otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'FT-ProximaNova';
    src: url('fonts/proxima/Proxima_Nova_Black.otf');
    font-weight: 900;
    font-style: normal;
}

html {
    font-family: 'FT-ProximaNova';
    font-weight: 400;
}

body {
    min-width: 320px;
    max-width: 1920px;
    overflow: auto;
    font-family: 'FT-ProximaNova';
    color: #000000;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
}

.firstscreen {
    position: relative;
    min-height: 643px;
    box-sizing: border-box;
}

.firstscreen {
    background: url('images/firstscreen.min.jpg') 50%;
    background-size: contain;
}

.navbarbox {
    position: absolute;
    box-sizing: border-box;
    height: 190px;
    top: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .navbarbox {
        height: 160px;
    }
}

.navbarbox ul li:before {
    display: none!important;
}

.navbarbox .navbar {
    justify-content: space-between;
    height: 150px;
    position: relative;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
}

.navbarbox .navbar a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

@media (min-width: 576px) {
    .navbarbox .navbar {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .navbarbox .navbar {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .navbarbox .navbar {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .navbarbox .navbar {
        max-width: 1140px;
    }
}

.navbarbox .navbar .logo-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    ;; padding-top: 19px;
    width: 100%;
    ;; }

@media (min-width: 768px) {
    .navbarbox .navbar .logo-box {
        width: auto;
        margin-top: 0px;
        height: 80px;
        ;; }
}

.navbarbox .navbar .logo-box .logo {
    height: 41px;
    background: url('images/logo.min.png') no-repeat;
    vertical-align: middle;
    width: 35px;
    flex: 0 0 35px;
    ; }

.navbarbox .navbar .logo-box .name-logo {
    font-size: 27px;
    font-weight: 500;
    padding-left: 17px;
    margin-left: 16px;
    border-left: 1px solid #8098ae;
    text-transform: uppercase;
    line-height: 26px;
}

.navbarbox .navbar .logo-box .name-logo span {
    color: #e3000f;
}

@media (min-width: 768px) {
    .navbarbox .navbar .logo-box .name-logo {
        padding-left: 15px;
        margin-left: 20px;
        font-size: 27px;
    }
}

@media (min-width: 1200px) {
    .navbarbox .navbar .logo-box .name-logo {
        font-size: 28px;
    }
}


.navbarbox .navbar .navbar-toggler {
    outline: none;
    height: 32px;
    width: 46px;
    border-radius: 0;
    border: none;
    background: url(images/menu.png) 50% no-repeat #014583;
    box-sizing: content-box;
    padding: 20px 15px;
    margin-top: 13px;
    margin-left: -16px;
}
.navbarbox .navbar .navbar-toggler.collapsed {
  background: url(images/menu.png) 50% no-repeat;
}
.navbarbox .navbar .navbar-collapse {
  position: absolute;
  top: 150px;
  width: 100%;
  left: 0;
  z-index: 1;
  max-width: 500px;
}
@media (min-width: 768px) {
  .navbarbox .navbar .navbar-collapse {
    right: 0;
    top: 120px;
    left: auto;
  }
}
.navbarbox .navbar .navbar-collapse ul {
  width: 100%;
  margin: auto;
  text-transform: uppercase;
  background: #0171d7;
}
@media (min-width: 1200px) {
  .navbarbox .navbar .navbar-collapse ul {
    background: none;
    width: 100%;
    align-items: flex-end;
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: end!important;
    text-align: right;
    justify-content: center;
  }
  .navbarbox .navbar .navbar-collapse ul:before {
    display: none!important;
  }
}
@media (min-width: 1200px) {
  .navbarbox .navbar .navbar-collapse {
    position: relative;
    top: 0;
    width: inherit;
    left: 0;
    height: 100%;
  }
}
@media (min-width: 1200px) {
    .navbarbox .navbar .navbar-nav {
        height: 100%;
        box-shadow: none;
    }
}

@media (min-width: 1200px) {
    .navbarbox .navbar .navbar-nav {
        background: none;
    }
}

.navbarbox .navbar .navbar-nav .nav-item {
    white-space: nowrap;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid #e1e1e1;
    letter-spacing: -1;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .navbarbox .navbar .navbar-nav .nav-item {
        border-bottom: none;
    }
}

.navbarbox .navbar .navbar-nav .nav-item:last-child {
    border-bottom: none;
}

.navbarbox .navbar .navbar-nav .nav-item a {
    font-size: 18px;
    padding: 4px 0px;
    margin: 17px 10px 0px;
    width: 100%;
    text-align: left;
}

@media (min-width: 768px) {
    .navbarbox .navbar .navbar-nav .nav-item a {
        font-size: 18px;
    }
}

.navbarbox .navbar .buttonblock a {
    width: 184px;
    flex: 0 0 184px;
    height: 50px;
    border: 1px solid #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-weight: 500;
}

.navbarbox .navbar .buttonblock a:hover {
    background: #00c776;
    border-color: #00c776;
    color: white;
    box-shadow: 0 5px 12px 5px rgba(1, 162, 97, 0.2);
}

.navbarbox .navbar .phoneblock {
    width: 220px;
    flex: 0 0 220px;
    line-height: 28px;
    margin: 30px auto 0;
    text-align: center;
}

@media (min-width: 768px) {
    .navbarbox .navbar .phoneblock {
        line-height: 25px;
        margin-top: 0px;
    }
}

.navbarbox .navbar .phoneblock .phone {
    font-size: 24px;
    font-weight: 700;
}

.navbarbox .navbar .phoneblock .mail {
    font-size: 18px;
    ; }

h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 37px;
    padding-top: 37px;
    margin-top: 0;
    ;;; }

.afterline {
    position: relative;
    display: block;
    ; }

.afterline:after {
    content: "";
    display: block;
    left: 50%;
    bottom: -19px;
    width: 100px;
    height: 6px;
    background-color: #9e9e9e;
    margin-left: -50px;
    position: absolute;
}

.firstscreen .title-note {
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 7px;
    ; }

.firstscreen .title-note span {
    color: #f44336;
    font-weight: 700;
    text-decoration: underline;
}

.firstscreen h1 {
    color: #ffffff;
    ;;; font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 4px;
    ; }

.firstscreen h1 br {
    display: none;
}

.firstscreen .borderbox {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.30);
    margin-top: 35px;
    padding: 25px 25px 70px;
}

.firstscreen .borderbox .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
}

.firstscreen .borderbox .title span {
    font-weight: 700;
    text-decoration: underline;
}

.firstscreen .borderbox .text {
    color: #ffffff;
    ; font-size: 18px;
    ; line-height: 24px;
    font-weight: 400;
    margin-top: 17px;
    ; ;; ; }

.firstscreen .borderbox .note {
    opacity: 0.7;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
    ; }

.firstscreen ul {
    text-align: center;
    padding: 0;
    list-style: none;
    ;;;;; }

.firstscreen li {
    color: #ffffff;
    ; font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    position: relative;
}

.firstscreen li:before {
    content: "";
    background: url(images/arrow_to_down.png);
    position: absolute;
    width: 15px;
    height: 10px;
    left: 50%;
    margin-left: -8px;
    top: 0;
}

.firstscreen li:first-child:before {
    display: none;
}

.firstscreen .head-form {
    padding: 33px 15px 34px;
    background-color: rgba(10, 41, 79, 0.85);
    width: 100%;
    box-sizing: border-box;
}

.firstscreen .head-form .title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    padding-bottom: 8px;
}

.firstscreen .head-form .title br {
    display: none;
}

.firstscreen .head-form input {
    background-color: #ffffff;
    width: 100%;
    height: 40px;
    margin-top: 15px;
    box-sizing: border-box;
    border: none;
    padding: 0 20px;
    ; }

.firstscreen .head-form button {
    border-radius: 8px;
    background-color: #f44336;
    border: none;
    width: 100%;
    color: #fafafa;
    font-size: 18px;
    font-weight: 700;
    line-height: 20.89px;
    padding: 25px 15px;
    margin-top: 17px;
}

.what {
    padding: 21px 15px 69px;
    ; }

.what hr {
    /* Style for "Rectangle" */
    width: 291px;
    height: 6px;
    background-color: #0057a6;
    ;; }

.what h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
    ; }

.what .text {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding-top: 34px;
    padding-bottom: 22px;
    position: relative;
    ;;; }

.what .note {
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 28px;
    ; }

.whatwork {
    padding: 0 15px 60px;
    background-color: #fafafa;
    ; }

.whatwork ul {
    list-style: none;
    padding: 0;
    ;; }

.whatwork li {
    text-align: center;
    margin-top: 82px;
    position: relative;
}

.whatwork li:before {
    content: "";
    background: url(images/arrow_to_down_1.min.png);
    width: 19px;
    height: 46px;
    display: block;
    position: absolute;
    left: 50%;
    top: -65px;
    margin-left: -10px;
}

.whatwork li:first-child {
    margin-top: 0;
}

.whatwork li:first-child:before {
    display: none;
}

.whatwork li .text {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 6px;
    ; }

.whatwork .image-big {
    display: none;
}

.gift {
}

.gift .top {
    background: url(images/formbg.min.jpg) 50% 100%;
    background-size: cover;
    padding: 0px 15px 17px;
}

.gift h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.gift h2 span {
    color: #f44336;
}

.gift .form {
    padding: 12px 26px 90px;
    position: relative;
    border-bottom: 1px solid #c1d5fe;
    box-sizing: border-box;
    ;; }

.gift input {
    background-color: #ffffff;
    width: 100%;
    height: 49px;
    margin-top: 21px;
    box-sizing: border-box;
    border: 2px solid #e0e0e0;
    padding: 0 18px;
    ; }

.gift button {
    border-radius: 8px;
    background-color: #f44336;
    border: none;
    padding: 24px 15px;
    text-transform: uppercase;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    height: 73px;
    margin-top: 23px;
    ; }

.gift .note {
    opacity: 0.8;
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 26px;
    ; }

.gift .priceslink {
    display: block;
    width: 112px;
    height: 62px;
    border-radius: 24px 24px 0 0;
    ; position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -56px;
    background-color: #f5f5f5;
    ; background: url(images/arrow_todown_3.big.png) 50% no-repeat #f5f5f5;
}

.slick-slide {
    outline: none!important;
    display: inline-block;
    padding: 13px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:after, .slick-prev:before, .slick-next:after, .slick-next:before {
    display: none;
}

.slick-prev, .slick-prev:focus {
    background: url(images/arrow_left.min.png);
    width: 18px;
    height: 30px;
    top: auto;
    bottom: -54px;
    overflow: hidden;
    margin-left: -33px;
    left: 50%;
    ;;; }

.slick-prev:hover {
    background: url(images/arrow_left_hover.min.png);
}

.slick-next, .slick-next:focus {
    background: url(images/arrow_right.min.png);
    width: 18px;
    height: 30px;
    overflow: hidden;
    top: auto;
    bottom: -54px;
    left: 50%;
    margin-left: 15px;
}

.slick-next:hover {
    background: url(images/arrow_right_hover.min.png);
}

.tarif {
    padding-bottom: 61px;
    border-bottom: 1px solid #c1d5fe;
    background-color: #f8fafd;
}

.tarif .table>div {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    ;; }

.tarif .table>div:nth-child(even) {
    background-color: #fafafa;
}

.tarif .table:nth-child(1) .title:nth-child(1)>div:nth-child(1) {
    display: none;
}

.tarif .table div:nth-child(1)>div:nth-child(2) {
    width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
}

.tarif .table div>div {
    flex: 0 1 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    color: #424242;
    padding: 0px 15px;
    height: 96px;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}

@media(min-width: 768px){
.tarif .table div>div {
        flex: 0 1 50%;
}
}

.tarif .table div.title div {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 15px;
    background-color: #ffffff;
    ; }

.red {
    color: #d44539;
}

.when {
    padding: 0 15px 54px;
}

.when .block {
    display: flex;
    margin-top: 27px;
        align-items: center;
    ; }

.when h2 {
    margin-bottom: 73px;
}

.when .number {
    width: 33px;
    flex: 0 0 33px;
    margin-right: 22px;
    height: 33px;
    border-radius: 10px;
    border: 3px solid #0057a6;
    color: #0057a6;
    font-size: 20px;
    font-weight: 900;
    line-height: 10.68px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.when .text {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.prop {
    padding-bottom: 80px;
    background-color: #f5f5f5;
}

.prop-box>div>div {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    ;; position: relative;
    padding: 6px 0px 15px 70px;
    ; }

.prop-box>div>div:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(images/arrow.png);
    display: block;
    position: absolute;
    top: 12px;
    left: 10px;
}

.clients {
    padding: 0 15px 145px;
}

.clients-box>div {
    text-align: center;
    padding: 15px 0;
    ; }

.clients-box img {
    display: inline-block;
}

.clients .slick-next, .clients .slick-next:focus, .clients .slick-prev, .clients .slick-prev:focus {
    bottom: -75px
}

.footer {
    height: 280px;
    background-color: #212121;
    padding: 0 15px;
    ; }

.footer .phone {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
    width: 100%;
    font-size: 30px;
    padding-top: 42px;
    ; }

.footer .mail {
    color: #ffffff;
    ; font-size: 16px;
    ; line-height: 24px;
    text-align: center;
    padding-top: 35px;
    ;;; /* Text style for "www.tender" */
    ; ; ; }

.footer .adress {
    width: 100%;
    color: #ffffff;
    ; font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding-top: 30px;
    ; ; }

.container {
    padding: 0 15px;
    position: relative;
}

.form-button{
  cursor: pointer;
}

@media (min-width: 768px) {
    .container {
        width: 1200px;
        max-width: 100%;
        margin: auto;
        box-sizing: border-box;
        ; }
}

@media (min-width: 768px) {
    .navbarbox .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 162px;
        box-sizing: border-box;
        max-width: 1200px;
        ;;; }

    .navbarbox nav {
        max-width: 1200px;
    }

    .navbarbox .navbar .logo-box .logo {
        background: url(images/logo.big.png) no-repeat;
        width: 38px;
        flex: 0 0 38px;
        height: 42px;
        margin-left: 7px;
        ; }

    .navbarbox .navbar .phoneblock {
        margin: 0;
        text-align: right;
        margin-top: 31px;
        width: 290px;
        flex: 0 0 290px;
        ;;; }

    .navbarbox .navbar .logo-box {
    }

    .navbarbox .navbar .logo-box .name-logo {
        height: 42px;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: 21px;
        display: flex;
        align-items: center;
        font-size: 36px;
        ;;; }

    .navbarbox .navbar .logo-box .logo {
        background: url(images/logo.big.png) no-repeat;
        width: 47px;
        flex: 0 0 47px;
        height: 55px;
        margin-left: 7px;
        background-size: cover;
    }

    .navbarbox .navbar .phoneblock .phone {
        font-size: 30px;
    }

    .footer {
        height: 136px;
    }

    .footer .innerblock {
        display: flex;
        height: 136px;
        justify-content: center;
        align-items: center;
        max-width: 1200px;
        margin: auto;
        padding: 0 15px;
        ;; }

    .footer .phone {
        text-align: right;
        width: 33%;
        order: 3;
        padding: 0;
        ; }

    .footer .mail {
        width: 33%;
        text-align: center;
        order: 2;
        padding: 0;
    }

    .footer .adress {
        width: 33%;
        text-align: left;
        order: 1;
        padding: 0;
    }

    .firstscreen .title-note {
        font-size: 32px;
        margin-top: 24px;
    }

    .firstscreen .container {
        ; min-height: 755px;
    }

    .firstscreen {
        background: url(images/firstscreen.big.jpg) 50%;
        background-size: cover;
        ; }

    .firstscreen h1 {
        font-size: 45px;
        line-height: 47px;
        margin-bottom: 0;
        width: 765px;
    }

    .firstscreen h1 br {
        display: block;
    }

    .firstscreen .borderbox {
        margin-top: 11px;
        width: 644px;
        max-width: 100%;
        padding: 25px 25px 27px;
        ;; }

    .firstscreen .borderbox .title {
    }

    .firstscreen .borderbox .title br {
        display: none;
    }

    .firstscreen .borderbox .text {
        margin-top: 13px;
    }

    .firstscreen .borderbox .note {
        margin-top: 16px;
    }

    .firstscreen .paddingli li {
        display: inline-block;
        font-size: 20px;
        padding-left: 43px;
        ;; }

    .firstscreen li:before {
        background: url(images/arrow_to_right.png);
        width: 10px;
        height: 15px;
        left: 22px;
        top: 17px;
        ;;; }

    .firstscreen ul {
        text-align: left;
        width: 644px;
        max-width: 100%;
        margin-top: 21px;
        white-space: nowrap;
        ;; }

    .firstscreen li:first-child {
        padding-left: 0px;
    }

    .firstscreen .head-form {
            position: relative;
    width: 415px;
    height: 349px;
    border-radius: 20px 20px 0 0;
    right: 17px;
    bottom: 0;
    padding: 33px 40px 34px;
    left: 0;
    margin: 30px auto 0;
        ;; }

    .firstscreen .head-form .title {
        text-align: left;
    }

    .firstscreen .head-form .title br {
        display: block;
    }

    h2 {
        font-size: 48px;
        line-height: 54px;
        padding-top: 100px;
    }

    .what h2 {
        font-size: 48px;
        line-height: 54px;
        width: 780px;
        margin: 0px auto 0;
        max-width: 100%;
        ; }

    .what hr {
        display: none;
    }

    .what .text {
        width: 896px;
        max-width: 100%;
        margin: auto;
        padding: 0;
        line-height: 30px;
        font-size: 24px;
        margin-top: 90px;
        ;; }

    .before-text {
        position: absolute;
        left: -66px;
        background: #3158a2;
        height: 120%;
        width: 10px;
        font-size: 24px;
        top: -10%;
        ;;;}

    .before-text:before {
        content: '';
        position: absolute;
        background: #3158a2;
        width: 32px;
        height: 10px;
        top: 0;
        left: 0;
        ;; }

    .before-text:after {
        content: '';
        position: absolute;
        background: #3158a2;
        width: 32px;
        height: 10px;
        bottom: 0;
        left: 0;
        ;; }

    .after-text:before {
        content: '';
        position: absolute;
        background: #3158a2;
        width: 32px;
        height: 10px;
        top: 0;
        right: 0;
    }

    .after-text:after {
        content: '';
        position: absolute;
        background: #3158a2;
        width: 32px;
        height: 10px;
        bottom: 0;
        right: 0;
    }

    .after-text {
        position: absolute;
        right: -66px;
        background: #3158a2;
        height: 120%;
        width: 10px;
        top: -10%;
    }

    .what .note {
        width: 896px;
        max-width: 100%;
        margin: auto;
        padding: 0;
        margin-top: 64px;
        line-height: 24px;
        padding-bottom: 27px;
        ;; }

    .whatwork .image-min {
        display: none;
    }

    .whatwork .image-big {
        display: block;
        margin: auto;
    }

    .whatwork ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 82px;
    }

    .whatwork li {
        margin: 0;
        ; width: 320px;
        text-align: center;
        flex: 0 0 320px;
        ;;; }

    .whatwork li:before {
        background: url(images/arrow_to_right_1.min.png);
        width: 62px;
        height: 25px;
        top: 72px;
        left: -5%;
        ;; }

    .whatwork li .text {
        margin-top: 18px;
        line-height: 24px;
        font-size: 18px;
    }

    .whatwork {
        padding: 0 15px 121px;
    }

    .gift {
        background: url(images/formbg.big.jpg) 50%;
        background-size: cover;
        overflow: hidden;
    }

    .gift .top {
        background: none;
        padding: 0;
    }

    .gift h2 {
        font-size: 48px;
        line-height: 54px;
    }

    .gift h2 br {
        display: none;
    }

    .gift .form {
        width: 434px;
        height: 416px;
        box-shadow: 0 -4px 25px #203966;
        border-radius: 6px 6px 0 0;
        background-color: #ffffff;
        margin: 70px auto 0;
        padding: 33px 67px 0px;
    }

    .tarif {
    }

    .tarif .innerblock {
        max-width: 1200px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        ;;;; }

    .tarif .table {
        margin-top: 67px;
        ; }

    .tarif .firsttable {
        width: 66.6%;
        flex: 0 0 66.6%;
    }

    .tarif .secondtable {
        width: 33.3%;
        flex: 0 0 33.3%;
    }

    .tarif .table>div {
        flex-wrap: wrap;
        white-space: normal;
    }

    .tarif .firsttable div:nth-child(1)>div:nth-child(1), .tarif .firsttable div:nth-child(1) > div:nth-child(2) {
        display: flex;
        width: 50%;
        flex: 0 1 50%;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .tarif .table div:nth-child(1) > div {
        width: 50%;
        flex: 0 1 50%;
        box-sizing: border-box;
    }

    .tarif .secondtable div > div:nth-child(1) {
        display: none;
    }

    .tarif .secondtable div > div {
        width: 100%;
        flex: 0 0 100%;
        box-sizing: border-box;
    }

    .tarif .secondtable div:nth-child(1) > div:nth-child(1) {
        display: flex;
        width: 100%;
        flex: 0 1 100%;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .tarif .secondtable div>div {
        width: 100%;
        flex: 0 1 100%;
    }

    .tarif .secondtable div>div>*, .tarif .table div>div>* {
        padding: 0 15px;
    }

    .tarif .secondtable div>div:after, .tarif .table div>div:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #e0e0e0;
        position: absolute;
        top: 0;
        right: 0;
    }

    .when .number {
        width: 49px;
        height: 49px;
        flex: 0 0 49px;
        font-size: 30px;
    }

    .when .text {
        font-size: 20px;
        line-height: 30px;
        ; }

    .when {
        padding: 0 15px 125px;
    }

    .prop-slider {
        max-width: 1200px;
        margin: auto;
        padding: 0 15px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 131px;
        justify-content: space-between;
        ; }
}

@media(min-width: 1200px) {
    .prop-slider>div {
        width: 48%;
        flex: 0 0 48%;
        margin-bottom: 17px;
        ;;; }
}
@media(min-width: 1130px) {
    

    .firstscreen .head-form {
            position: absolute;
    left: auto;
    margin: 0;
        ;; }
        
}