html,
body {
    margin: 0;
    scroll-behavior: smooth;
}

body {
    display: flex;
}

.lg-header {
    width: 100%;
    height: 720px;
    /* background-image: url(img/truck-2591007_1920\ 1.png); */
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/truck-2591007_1920\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

main,
footer {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.visibilityhidden {
    visibility: hidden;
}

.hidden {
    display: none;
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container-header {
    width: 80%;
    display: flex;
    z-index: 3;
    align-items: center;
    flex-direction: column;
}

.header-title {
    width: 100%;
    height: 43px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 45px;
}

.header-title>h1 {
    font-family: Montserrat;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #81C4CD;
}

.header-title > h1 >span {
    color: #fff;
}

.header-title > svg {
    transform: scale(1.5);
    margin: 30px 0 0 0;
}
.title__phone {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.title__phone>a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
}

.header-form {
    width: 80%;
    height: 287px;
    display: flex;
    justify-content: center;
    margin-top: 73px;
}

.container-form {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 15px;
    width: 872px;
    height: 287px;
    padding: 16px 57px 16px 57px;
}

.container-form>form {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    align-items: center;
}

.form-title {
    width: 100%;
    display: flex;
}

.form-title>span {
    margin: auto;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.container-inputs {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    width: 100%;
}

.input-for-town,
.input-for-cargo,
.input-for-contact {
    display: flex;
    flex-flow: row wrap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.input-for-cargo>.input__size>label {
    display: flex;
}

.input-for-cargo>.input__size>label>span {
    font-size: 12px;
    line-height: 16px;
}

.input-for-town {
    width: 295px;
}

.container-town-from,
.container-town-to {
    width: 295px;
    height: 34px;
    background: #E0E0E0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin: 8px 0 16px 0;
}

.container-town-from>input,
.container-town-to>input {
    border: none;
    width: 260px;
    height: 25px;
    margin-left: 10px;
    outline: none;
    background: #E0E0E0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.87);
}

.container-town-from>svg,
.container-town-to>svg {
    cursor: pointer;
    margin-right: 13px;
}

.input-for-cargo {
    width: 101px;
}

.container-cargo-size,
.container-cargo-weight {
    width: 101px;
    height: 34px;
    background: #E0E0E0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0 16px 0;
}

.container-cargo-size>input,
.container-cargo-weight>input {
    width: 85px;
    height: 25px;
    outline: none;
    border: none;
    background: #E0E0E0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.87);
}

.input-for-contact {
    width: 217px;
}

.insurance__radio {
    display: flex;
}

.form_radio {
    display: flex;
    align-items: center;
    margin-top: 13px;
}

.form_radio input[type=radio] {
    display: none;
}

.form_radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: 24px;
    line-height: 18px;
    user-select: none;
}

.form_radio label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    box-sizing: border-box;
    background: transparent;
    margin-right: 8px;
    margin-bottom: -2px;
}

.form_radio input[type=radio]:checked+label:before {
    background: url(img/Ellipse.png) center center no-repeat;
}

.input__tel {
    margin-top: 25px;
}

.container-tel {
    width: 217px;
    height: 34px;
    background: #E0E0E0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0 16px 0;
}

.container-tel>input {
    width: 200px;
    height: 25px;
    outline: none;
    border: none;
    background: #E0E0E0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.87);
}

.form-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 7px;
}

.form-submit>input {
    width: 274px;
    height: 40px;
    background: #1F51EE;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    border: 2px solid #1F51EE;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    transition: .5s;
}

.form-submit>input:hover {
    background: #FFFFFF;
    color: rgba(0, 0, 0, 0.87);
    transition: .5s;
}

.header-bottom-message {
    width: 40%;
    margin-top: 48px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;

}

.header-bottom-message>h2 {
    margin: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.header-bottom-message>span {
    margin-top: 52px;
    width: 80%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.our-services {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 100%;
}

.service-left {
    width: 50%;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-left: 120px;
}

.left__title {
    margin-top: 72px;
}

.left__title>span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.87);
}

.left__menu {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 46px;
}

.menu-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer;
}

.menu-item>.item__line {
    width: 41px;
    height: 0px;
    background: #81C4CD;
    border: 1px solid #81C4CD;
    margin-right: 16px;
    margin-left: 40px;
    transition: .5s;
}

.menu-item>.item__content {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    color: rgba(0, 0, 0, 0.87);
    transform: rotate(0.44deg);
    transition: .5s;
}

.active-menu-item>.item__line {
    width: 82.01px;
    height: 0px;
    background: #81C4CD;
    border: 1px solid #81C4CD;
    margin-left: 0px;
    transition: .5s;
}

.active-menu-item>.item__content {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    color: #81C4CD;
    transition: .5s;
}

.left__menu-control {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-left: 41px;
}

.menu-control__item-counter>span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 96px;
    line-height: 117px;
    color: #81C4CD;
    margin: 0 16px 0 16px;
    user-select: none;
}

.menu-control__next-item,
.menu-control__last-item,
.last-slide,
.next-slide {
    cursor: pointer;
}

.service-right {
    width: 50%;
    background: linear-gradient(rgba(1, 23, 31, 0.6), rgba(1, 23, 31, 0.6)), url('img/30619\ 1.png');
    background-repeat: no-repeat;
    background-size: cover;

}

.right__title {
    margin: 72px 0 0 49px;
}

.right__title>span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #FFFFFF;
}

.right__content {
    margin: 24px 0 0 49px;
    width: 550px;
}

.right__content>p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 0 0 16px 0;
}

.right__content>ul {
    /* padding: 0 0 0 -20px; */
    margin: 0 0 0 -20px;
}

.right__content>ul>li {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 0 0 8px 0;
}

.right__button {
    margin: 32px 0 0 50px;
}

.right__button>a>button{
    width: 289px;
    height: 48px;
    border: 2px solid #1F51EE;
    background: #1F51EE;
    outline: none;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    transition: .5s;
    cursor: pointer;
}

.right__button>a>button:hover {
    background: #fff;
    color: rgba(0, 0, 0, 0.87);
    transition: .5s;
}


.advantages {
    width: 100%;
    height: 606px;
    background: linear-gradient(rgba(1, 23, 31, 0.4), rgba(1, 23, 31, 0.4)), url(img/advantege-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;

}

.container-advantage {
    /* width: 80%; */
}

.advantage-title {
    margin: 72px 0 48px 0;
}

.advantage-title>span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
}

.advantage-items {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    margin-left: 10px;
}

.items-overline {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    border-bottom: 2px solid #E0E0E0;
}

.items-underline {
    display: flex;
    flex-flow: row nowrap;
    border-top: 2px solid #E0E0E0;
}

.overline__item-1,
.overline__item-2,
.overline__item-3,
.overline__item-4 {
    border-left: 2px solid #E0E0E0;
    display: flex;
    align-items: flex-end;
}

.overline__item-1,
.overline__item-2,
.overline__item-3 {
    height: 91px;
}

.overline__item-1 {
    width: 297px;
}

.overline__item-2 {
    width: 315px;
}

.overline__item-3 {
    width: 309px;
}

.overline__item-4 {
    height: 139px;
    width: 265px;
}

.overline__item-1>span,
.overline__item-2>span,
.overline__item-3>span,
.overline__item-4>span,
.underline__item-1>span,
.underline__item-2>span,
.underline__item-3>span,
.underline__item-4>span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.overline__item-1>span,
.overline__item-2>span,
.overline__item-3>span,
.overline__item-4>span {
    margin: 0 0 17px 26px;
}

.overline__item-3>span {
    width: 230px;
}

.overline__item-circle {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #81C4CD;
    margin-bottom: -10px;
    margin-left: -9px;
}

.underline__item-1,
.underline__item-2,
.underline__item-3,
.underline__item-4 {
    border-right: 2px solid #E0E0E0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.underline__item-1,
.underline__item-2,
.underline__item-3 {
    height: 91px;
}

.underline__item-1 {
    width: 266px;
}

.underline__item-2 {
    width: 315px;
}

.underline__item-3 {
    width: 309px;
}

.underline__item-4 {
    width: 296px;
    height: 137px;
}

.underline__item-1>span,
.underline__item-2>span,
.underline__item-3>span,
.underline__item-4>span {
    text-align: right;
    margin: 17px 26px 0 0;
}

.underline__item-4>span {
    width: 217px;
}

.underline__item-2>span {
    width: 224px;
}

.underline__item-circle {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #81C4CD;
    margin-top: -10px;
    margin-right: -9px;
}

.stages-work {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
}

.stages-work__title {
    margin: 72px 0 0 120px;
}

.stages-work__title>span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.87);
}

.stages-work__content {
    margin: 48px 120px 0 120px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 1230px;
    align-self: center;
}

.stages-work__item {
    display: flex;
    flex-flow: column wrap;
    width: 260px;
    height: 260px;
}

.stages-work__item>.svg {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 24px;
}

.stages-work__item>.svg>.icon {
    height: 110px;
    width: 110px;
    border: 2px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stages-work__item>.svg>.arrow {
    margin: 34px 13px 0 0;
    height: 48px;
}

.stages-work__item>.text>span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.reviews {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
}

.reviews__title {
    margin: 72px 0 40px 120px;
}

.reviews__title>span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.87);
}

.reviews__content {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    margin: 0 120px 0 120px;
}
.reviews__content > img {
    height: 300px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 0.5);
    transition: .5s;
}
.reviews__content > img:hover {
    height: 300px;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 0.5);
}
.container-slider {
    width: 1013px;
    height: 334px;
    overflow: hidden;
    margin: 0 0 0 48px;
}

.container-slider>.slider {
    display: flex;
}

.container-slider>.slider>.item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 100%;
    transition: 2s;
    transition-timing-function: cubic-bezier(0.63, 0.01, 0.34, 0.99);
}

.review {
    width: 963px;
    height: 314px;
    background: #81C4CD;
    box-shadow: 10px 10px 10px rgba(189, 189, 189, 0.5);
    border-radius: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.review>.photo {
    margin: 48px 0 48px 48px;
    display: flex;
    flex-flow: column wrap;
}

.review>.photo>img {
    width: 281px;
    height: 187px;
    margin-bottom: 6px;
}

.review>.photo>span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.review>.text {
    margin: 48px 48px 0 0;
    width: 485px;
    display: flex;
    flex-flow: column wrap;
}

.review>.text>span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.review>.text>span>span {
    color: #1F51EE;
}

.review>.text>.author {
    display: flex;
    flex-flow: column wrap;
    margin-top: 24px;
}

.review>.text>.author>span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.calc-radio {
    display: flex;
    align-items: center;
}

.calc-radio input[type=radio] {
    display: none;
}

.calc-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: 24px;
    line-height: 18px;
    user-select: none;
}

.calc-radio label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #BDBDBD;
    border-radius: 50%;
    box-sizing: border-box;
    background: transparent;
    margin-right: 8px;
    margin-bottom: -2px;
}

.calc-radio input[type=radio]:checked+label:before {
    background: url(img/EllipseDark.png) center center no-repeat;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #BDBDBD;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    margin-right: 16px;
}

.custom-checkbox:checked+label::before {
    background-image: url("img/Group.png");
    background-size: contain;
    background-position: center center;
}

.calculator {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
}

.calculator__title {
    margin: 62px 0 0 120px;
}

.calculator__title>span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.87);
}

.calculator__content {
    margin: 48px 120px 0 120px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-end;
}

.calculator__form {
    width: 371px;
    height: 561px;
    margin-right: 67px;
}

.calculator__form>form {
    margin: 0;
}

form>.calc-inputs {
    display: flex;
    flex-flow: column wrap;
}

.calc-inputs>.numbers>.distance>input,
.calc-inputs>.numbers>.weight>input,
.calc-inputs>.numbers>.size>.lenght>input,
.calc-inputs>.numbers>.size>.height>input,
.calc-inputs>.numbers>.size>.width>input,
.calc-inputs>.numbers>.distance>label,
.calc-inputs>.numbers>.weight>label,
.calc-inputs>.numbers>.size>.lenght>label,
.calc-inputs>.numbers>.size>.height>label,
.calc-inputs>.numbers>.size>.width>label,
.calc-inputs>.radio>.radio__title>span,
.calc-inputs>.radio>.radio__content>.calc-radio>label {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.87);
}

.calc-inputs>.numbers>.distance>input,
.calc-inputs>.numbers>.weight>input {
    width: 371px;
    height: 46px;
    border: 1px solid #828282;
    box-sizing: border-box;
    margin: 8px 0 8px 0;
    outline: none;
}

.calc-inputs>.numbers>.size {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.calc-inputs>.numbers>.size>.lenght,
.calc-inputs>.numbers>.size>.height,
.calc-inputs>.numbers>.size>.width {
    width: 113px;
    height: 79px;
}

.calc-inputs>.numbers>.size>.lenght>input,
.calc-inputs>.numbers>.size>.height>input,
.calc-inputs>.numbers>.size>.width>input {
    width: 113px;
    height: 46px;
    border: 1px solid #828282;
    box-sizing: border-box;
    margin: 8px 0 0 0;
    outline: none;
}

.calc-inputs>.radio {
    margin: 16px 0 16px 0;
    display: flex;
    flex-flow: column wrap;
}

.calc-inputs>.radio>.radio__content {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 8px;
}

.calc-inputs>.checkbox {
    margin: 0 0 16px 0;
    display: flex;
    flex-flow: column wrap;
}

.calc-inputs>.checkbox>.checkbox__title>span,
.calc-inputs>.checkbox>.checkbox__content>label {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.calc-inputs>.checkbox>.checkbox__content>label {
    margin: 8px 0 0 0;
}

.calc-inputs>.checkbox>.checkbox__content {
    display: flex;
    flex-flow: column;
}

.calc-inputs>.result {
    display: flex;
    flex-flow: column;
}

.calc-inputs>.result>.result__title>span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.87);
}

.calc-inputs>.result>input {
    width: 371px;
    height: 46px;
    background: rgba(129, 196, 205, 0.4);
    border: 1px solid #828282;
    box-sizing: border-box;
    margin: 4px 0 0 0;
}

.clients {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.clients__title {
    margin: 72px 0 0 120px;
}

.clients__title>span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.87);
}

.clients__content {
    margin: 48px 120px 0 120px;
    height: 446px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 1200px;
    align-self: center;
}

.clients__content>img {
    position: absolute;
}

.clients__content>.client-1 {
    margin: -346px 0 0 0;
}

.clients__content>.client-2 {
    margin: -104px 0 0 110px;
    width: 600px;
}

.clients__content>.client-3 {
    margin: -246px 0 0 513px;
}

.clients__content>.client-4 {
    margin: -48px 0 0 900px;
}

.clients__content>.button>button {
    width: 312px;
    height: 48px;
    background: #1F51EE;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    outline: none;
    border: 2px solid #1F51EE;
    transition: .5s;
}

.clients__content>.button>button:hover {
    background: #fff;
    color: rgba(0, 0, 0, 0.87);
    transition: .5s;
}

.delivery-request {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.delivery-request__title {
    margin: 72px 0 0 120px;
}

.delivery-request__title>span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.87);
}

.delivery-request__content {
    margin: 48px 158px 0 120px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: center;
}

.delivery-request__form {
    width: 591px;
    height: 458px;
    margin: 0 101px 0 0;
}

.delivery-request__form>form {
    display: flex;
    flex-flow: column wrap;
}

form>.delivery-from,
form>.delivery-to,
form>.delivery-size,
form>.delivery-phone {
    margin: 0 0 24px 0;
}

form>.delivery-from>input,
form>.delivery-to>input,
form>.delivery-phone>input,
form>.delivery-size>.lenght>input,
form>.delivery-size>.height>input,
form>.delivery-size>.width>input,
form>.delivery-size>.weight>input,
form>.delivery-from>label,
form>.delivery-to>label,
form>.delivery-size>.lenght>label,
form>.delivery-size>.height>label,
form>.delivery-size>.width>label,
form>.delivery-size>.weight>label,
form>.delivery-phone>label {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.87);
}

form>.delivery-from>input,
form>.delivery-to>input {
    width: 590px;
    height: 46px;
    background: #ECF0F4;
    border: 1px solid #828282;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 8px 0 0 0;
    outline: none;
}

form>.delivery-size {
    display: flex;
    flex-flow: row nowrap;
}

form>.delivery-size>.lenght>input,
form>.delivery-size>.height>input,
form>.delivery-size>.width>input,
form>.delivery-size>.weight>input {
    width: 113px;
    height: 46px;
    background: #ECF0F4;
    border: 1px solid #828282;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 8px 0 0 0;
    outline: none;
}

form>.delivery-size>.lenght,
form>.delivery-size>.height,
form>.delivery-size>.width,
form>.delivery-size>.weight {
    width: 113px;
    margin: 0 16px 0 0;
}

form>.delivery-phone>input {
    width: 590px;
    height: 46px;
    background: #ECF0F4;
    border: 1px solid #828282;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 8px 0 0 0;
    outline: none;
}

form>.delivery-submit>input {
    width: 590px;
    height: 46px;
    background: #1F51EE;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    border: 2px solid #1F51EE;
    box-sizing: border-box;
    border-radius: 10px;
    transition: .5s;
    cursor: pointer;
    outline: none;
}

form>.delivery-submit>input:hover {
    width: 590px;
    height: 46px;
    background: #FFFFFF;
    color: rgba(0, 0, 0, 0.87);
    transition: .5s;
}

.contacts {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.contacts__title {
    margin: 72px 0 0 120px;
}

.contacts__title>span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.87);
}

.contacts__content {
    margin: 48px 0 0 0;
    display: flex;
    flex-flow: column nowrap;
}

.contacts__map {
    width: 100%;
    height: 500px;
    background-image: url(img/map.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.contacts__info {
    position: absolute;
    align-self: flex-end;
    width: 412px;
    height: 476px;
    background: #FFFFFF;
    box-shadow: 10px 10px 10px #BDBDBD;
    border-radius: 10px;
    margin: 12px 120px 12px 0;
    display: flex;
    flex-flow: column wrap;
}

.contacts__info {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.87);
}

.contacts__info>.address {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    margin: 32px 0 0 32px;
}

.contacts__info>.address>span {
    width: 240px;
    margin: 0 0 0 8px;
}

.contacts__info>.staff {
    margin: 0 0 0 32px;
}

.contacts__info>.staff>.item {
    display: flex;
    flex-flow: column;
}

.contacts__info>.staff>.item>.item__title {
    margin: 24px 0 0 0;
}

.contacts__info>.staff>.item>.item__content>.number,
.contacts__info>.staff>.item>.item__content>.email {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 4px 0 0 0;
}

.contacts__info>.staff>.item>.item__content>.number>span,
.contacts__info>.staff>.item>.item__content>.email>span {
    margin: 0 0 0 8px;
}

.contacts__info>.staff>.item>.item__content>.email>.svg {
    display: flex;
    margin: 2px 0 0 0;
}

.callback {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    height: 257px;
}

.callback__title {
    margin: 72px 0 0 0;
}

.callback__title>span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    color: rgba(0, 0, 0, 0.87);
}

.callback__content {
    width: 100%;
    margin: 48px 0 0 0;
    display: flex;
    justify-content: center;
}

.callback__form>form {
    width: 951px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.callback__form>form>input[type=text],
.callback__form>form>input[type=tel] {
    width: 285px;
    height: 48px;
    border: 0px;
    border-bottom: 2px solid #1F51EE;
    outline: none;
}

.callback__form>form>input[type=text],
.callback__form>form>input[type=tel] {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.67);
}

.callback__form>form>input[type=submit] {
    width: 285px;
    height: 48px;
    background: #1F51EE;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    outline: none;
    border: 2px solid #1F51EE;
    box-sizing: border-box;
    cursor: pointer;
    transition: .5s;

}

.callback__form>form>input[type=submit]:hover {
    color: #1F51EE;
    background: #FFFFFF;
    transition: .5s;
}

/* Small Devices */

.sm-header,
.sm-main,
.sm-footer {
    display: none;
}

.sm-header__top {
    margin: 24px 20px 0 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.sm-header__top>.top__menu {
    position: fixed;
    width: 44px;
    height: 44px;
    top: 47px;
    right: 11px;
    border-radius: 50%;
    background: #81C4CD;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 30;
}

.sm-header__title {
    margin: 48px 0 0 0;
}

.sm-header__title>h1 {
    margin: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #81C4CD;
}
.sm-header__title>h1>span {
    color: #fff;
}

.sm-header__content {
    margin: 72px 0 0 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.sm-header__content>span {
    width: 223px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
}

.sm-header__bottom {
    margin: 32px 20px 0 20px;
    display: flex;
    justify-content: center;
}

.sm-header__bottom>form {
    width: 319px;
    display: flex;
    flex-flow: column;

}

.sm-header__bottom>form>.title {
    display: flex;
    justify-content: center;
}

.sm-header__bottom>form>.title>span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
}

.sm-header__bottom>form>label {
    align-self: start;
    margin: 16px 0 0 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.sm-header__bottom>form>input[type=tel] {
    margin: 8px 0 0 0;
    width: 301px;
    height: 40px;
    background: #F2F2F2;
    border-radius: 10px;
    border: none;
    outline: none;
}

.sm-header__bottom>form>input[type=tel] {
    padding-left: 16px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #4F4F4F;
}

.sm-header__bottom>form>input[type=submit] {
    margin: 24px 0 0 0;
    width: 319px;
    height: 40px;
    background: #1F51EE;
    border-radius: 10px;
    border: none;
    outline: none;
}

.sm-header__bottom>form>input[type=submit] {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.sm-our-services {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
}

.sm-our-services__title {
    margin: 48px 0 0 20px;
}

.sm-our-services__title>span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.87);
}

.sm-our-services__content {
    margin: 24px 20px 0 20px;
}

.sm-our-services__content>.item {
    display: block;
}

.sm-our-services__content>.item>label {
    padding: 0 0 0 40px;
    margin-bottom: 16px;
    display: block;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.87);
    position: relative;
    z-index: 20;
    transition: .5s;
}

.sm-our-services__content>.item>input:checked+label {
    color: #81C4CD;
}

.sm-our-services__content>.item>label::after,
.sm-our-services__content>.item>input:checked+label::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    background: transparent url(img/check.png) no-repeat center center;
}

.sm-our-services__content>.item>input:checked+label::after {
    background: transparent url(img/check-active.png) no-repeat center center;
}

.sm-our-services__content>.item input {
    display: none;
}

.sm-our-services__content>.item>.item__content {
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition: 0.3s ease-in-out;
}

.sm-our-services__content>.item input:checked~.item__content {
    transition: 0.5s ease-in-out;
}

.sm-our-services__content>.item input:checked~.item__content {
    height: 414px;
}

.sm-our-services__content>.item>.item__content>p,
.sm-our-services__content>.item>.item__content>ul>li {
    margin: 0 0 16px 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.87);
}

.sm-our-services__content>.item>.item__content>ul>li {
    margin: 0 0 8px 0;
}

.sm-our-services__content>.item>.item__content>ul {
    padding-left: 20px;
}

.sm-our-services__content>.item>.item__content>a>button {
    width: 335px;
    height: 40px;
    background: #1F51EE;
    border-radius: 10px;
    border: none;
    outline: none;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    border: 2px solid #1F51EE;
    transition: .5s;
}
.sm-our-services__content>.item>.item__content>a>button:hover {
    background: #FFFFFF;
    color: rgba(0, 0, 0, 0.87);
    transition: .5s;
}

.sm-advantages {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
}

.sm-advantages__title {
    margin: 32px 0 0 20px;
}

.sm-advantages__title>span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.87);
}

.sm-advantages__content {
    margin: 24px 26px 0 20px;
    display: flex;
    flex-flow: column;
}

.sm-advantages__content>.item {
    margin: 0 0 16px 0;
    display: flex;
    flex-flow: row nowrap;
}

.sm-advantages__content>.item>.advantage-number {
    width: 50px;
    margin: 0 21px 0 0;
}

.sm-advantages__content>.item>.advantage-number>span {

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 41px;
    line-height: 50px;
    color: #81C4CD;
}

.sm-advantages__content>.item>.advantage-text>span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.87);
}

.sm-stages-work {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.sm-stages-work__title {
    margin: 32px 0 0 20px;
}

.sm-stages-work__title>span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.87);
}

.sm-stages-work__content {
    margin: 24px 0 0 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.sm-stages-work__content>.item {
    margin: 0 0 24px 0;
    width: 176px;
    display: flex;
    flex-flow: column;
}

.sm-stages-work__content>.item>.icon {
    margin: 0 0 16px 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid #BDBDBD;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sm-stages-work__content>.item>.text>span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.87);
}

.sm-reviews {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
}

.sm-reviews__title {
    margin: 24px 0 0 20px;
}

.sm-reviews__title>span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.87);
}

.sm-reviews__content {
    margin: 24px 0 0 0;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.sm-container-slider {
    width: 375px;
    height: 351px;
    overflow: hidden;
}

.sm-container-slider>.sm-slider {
    display: flex;
}

.sm-container-slider>.sm-slider>.item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 100%;
    transition: 2s;
    transition-timing-function: cubic-bezier(0.63, 0.01, 0.34, 0.99);
}

.sm-review {
    margin: 0 0 0 20px;
    width: 335px;
    height: 331px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.sm-review > img {
    height: 300px;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 0.3);
}

/* .sm-review>.photo {
    width: 287px;
    margin: 24px 0 24px 24px;
    display: flex;
}

.sm-review>.photo>.img {
    display: flex;
    flex-flow: column;
}

.sm-review>.photo>.img>img {
    width: 135px;
    height: 90px;
}

.sm-review>.photo>.img>span {
    margin: 0 0 8px 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

.sm-review>.photo>.author {
    margin: 0 0 0 20px;
    display: flex;
    flex-flow: column;
}

.sm-review>.photo>.author>span {
    margin: 0 0 8px 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.sm-review>.text {
    margin: -10px 24px 24px 24px;
    width: 287px;
}

.sm-review>.text>span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

.sm-review>.text>span>span {
    color: #1F51EE;
} */

.sm-slider-controls {
    width: 188px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.sm-slider-controls > .sm-last-slide {
    opacity: 0;
}
.sm-calculator {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
}

.sm-calculator__title {
    margin: 28px 0 0 20px;
}

.sm-calculator__title>span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.87);
}

.sm-calculator__content {
    margin: 24px 20px 0 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-end;
}

.sm-calculator__form {
    width: 335px;
    height: 567px;
}

.sm-calculator__form>form {
    margin: 0;
}

form>.calc-inputs {
    display: flex;
    flex-flow: column wrap;
}

.sm-calc-inputs>.numbers>.distance>input,
.sm-calc-inputs>.numbers>.weight>input,
.sm-calc-inputs>.numbers>.size>.lenght>input,
.sm-calc-inputs>.numbers>.size>.height>input,
.sm-calc-inputs>.numbers>.size>.width>input,
.sm-calc-inputs>.numbers>.distance>label,
.sm-calc-inputs>.numbers>.weight>label,
.sm-calc-inputs>.numbers>.size>.lenght>label,
.sm-calc-inputs>.numbers>.size>.height>label,
.sm-calc-inputs>.numbers>.size>.width>label,
.sm-calc-inputs>.radio>.radio__title>span,
.sm-calc-inputs>.radio>.radio__content>.sm-calc-radio>label {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.87);
}

.sm-calc-inputs>.numbers>.distance>input,
.sm-calc-inputs>.numbers>.weight>input {
    width: 335px;
    height: 46px;
    border: 1px solid #828282;
    box-sizing: border-box;
    margin: 8px 0 8px 0;
    outline: none;
}

.sm-calc-inputs>.numbers>.size {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.sm-calc-inputs>.numbers>.size>.lenght,
.sm-calc-inputs>.numbers>.size>.height {
    width: 90px;
    height: 79px;
}

.sm-calc-inputs>.numbers>.size>.width {
    width: 97px;
    height: 79px;
}

.sm-calc-inputs>.numbers>.size>.lenght>input,
.sm-calc-inputs>.numbers>.size>.height>input,
.sm-calc-inputs>.numbers>.size>.width>input {
    width: 90px;
    height: 46px;
    border: 1px solid #828282;
    box-sizing: border-box;
    margin: 8px 0 0 0;
    outline: none;
}

.sm-calc-inputs>.radio {
    margin: 16px 0 16px 0;
    display: flex;
    flex-flow: column wrap;
}

.sm-calc-inputs>.radio>.radio__content {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 8px;
}

.sm-calc-inputs>.checkbox {
    margin: 0 0 16px 0;
    display: flex;
    flex-flow: column wrap;
}

.sm-calc-inputs>.checkbox>.checkbox__title>span,
.sm-calc-inputs>.checkbox>.checkbox__content>label {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.sm-calc-inputs>.checkbox>.checkbox__content>label {
    margin: 8px 0 0 0;
}

.sm-calc-inputs>.checkbox>.checkbox__content {
    display: flex;
    flex-flow: column;
}

.sm-calc-inputs>.result {
    display: flex;
    flex-flow: column;
}

.sm-calc-inputs>.result>.result__title>span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.87);
}

.sm-calc-inputs>.result>input {
    width: 335px;
    height: 46px;
    background: rgba(129, 196, 205, 0.4);
    border: 1px solid #828282;
    box-sizing: border-box;
    margin: 4px 0 0 0;
}

.sm-calc-radio {
    display: flex;
    align-items: center;
}

.sm-calc-radio input[type=radio] {
    display: none;
}

.sm-calc-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: 24px;
    line-height: 18px;
    user-select: none;
    display: flex;
    align-items: center;
}

.sm-calc-radio label:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 2px solid #BDBDBD;
    box-sizing: border-box;
    background: transparent;
    margin-right: 8px;
    margin-bottom: -2px;
}

.sm-calc-radio input[type=radio]:checked+label:before {
    background: url(img/sm-check.png) center center no-repeat;
}

.sm-clients {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.sm-clients__title {
    margin: 48px 0 0 20px;
}

.sm-clients__title>span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.87);
}

.sm-clients__content {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.sm-clients__content>.item {
    margin: 24px 0 0 0;
}

.sm-delivery-request {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.sm-delivery-request__title {
    margin: 48px 0 0 20px;
}

.sm-delivery-request__title>span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.87);
}

.sm-delivery-request__content {
    margin: 24px 20px 0 20px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: center;
}

.sm-delivery-request__form {
    width: 335px;
    height: 530px;
}

.sm-delivery-request__form>form {
    display: flex;
    flex-flow: column wrap;
}

form>.sm-delivery-from,
form>.sm-delivery-to {
    display: flex;
    flex-flow: column;
}

form>.sm-delivery-from,
form>.sm-delivery-to,
form>.sm-delivery-phone {
    margin: 0 0 16px 0;
}

form>.sm-delivery-from>input,
form>.sm-delivery-to>input,
form>.sm-delivery-phone>input,
form>.sm-delivery-size>.lenght>input,
form>.sm-delivery-size>.height>input,
form>.sm-delivery-size>.width>input,
form>.sm-delivery-size>.weight>input,
form>.sm-delivery-from>label,
form>.sm-delivery-to>label,
form>.sm-delivery-size>.lenght>label,
form>.sm-delivery-size>.height>label,
form>.sm-delivery-size>.width>label,
form>.sm-delivery-size>.weight>label,
form>.sm-delivery-phone>label {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.87);
}

form>.sm-delivery-from>input,
form>.sm-delivery-to>input {
    width: 335px;
    height: 46px;
    background: #ECF0F4;
    border: 1px solid #828282;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 8px 0 0 0;
    outline: none;
}

form>.sm-delivery-size {
    width: 335px;
    display: flex;
    flex-flow: row wrap;
}

form>.sm-delivery-size>.lenght>input,
form>.sm-delivery-size>.height>input,
form>.sm-delivery-size>.width>input,
form>.sm-delivery-size>.weight>input {
    width: 158px;
    height: 46px;
    background: #ECF0F4;
    border: 1px solid #828282;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 8px 0 0 0;
    outline: none;
}

form>.sm-delivery-size>.height,
form>.sm-delivery-size>.weight {
    margin-left: 64px;
}

form>.sm-delivery-size>.lenght,
form>.sm-delivery-size>.height,
form>.sm-delivery-size>.width,
form>.sm-delivery-size>.weight {
    width: 113px;
    margin-bottom: 16px;
}

form>.sm-delivery-phone>input {
    width: 335px;
    height: 46px;
    background: #ECF0F4;
    border: 1px solid #828282;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 8px 0 0 0;
    outline: none;
}

form>.sm-delivery-submit>input {
    margin: 8px 0 0 0;
    width: 335px;
    height: 46px;
    background: #1F51EE;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    border: 2px solid #1F51EE;
    box-sizing: border-box;
    border-radius: 10px;
    transition: .5s;
    cursor: pointer;
    outline: none;
}

form>.sm-delivery-submit>input:hover {
    width: 335px;
    height: 46px;
    background: #FFFFFF;
    color: rgba(0, 0, 0, 0.87);
    transition: .5s;
}

.sm-contacts {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.sm-contacts__title {
    margin: 48px 0 0 20px;
}

.sm-contacts__title>span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.87);
}

.sm-contacts__content {
    margin: 24px 0 0 0;
    display: flex;
    flex-flow: column nowrap;
    align-self: center;
}

.sm-contacts__info {
    margin: 0 25px 0 20px;
    display: flex;
    flex-flow: column wrap;
}

.sm-contacts__info {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.87);
}

.sm-contacts__info>.address {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    margin: 0 0 0 0;
}

.sm-contacts__info>.address>span {
    width: 300px;
    margin: 0 0 0 8px;
}

.sm-contacts__info>.staff {
    margin: 0 0 0 0;
}

.sm-contacts__info>.staff>.item {
    display: flex;
    flex-flow: column;
}

.sm-contacts__info>.staff>.item>.item__title {
    margin: 16px 0 0 0;
}

.sm-contacts__info>.staff>.item>.item__content>.number,
.sm-contacts__info>.staff>.item>.item__content>.email {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 4px 0 0 0;
}

.sm-contacts__info>.staff>.item>.item__content>.number>span,
.sm-contacts__info>.staff>.item>.item__content>.email>span {
    margin: 0 0 0 8px;
}

.sm-contacts__info>.staff>.item>.item__content>.email>.svg {
    display: flex;
    margin: 2px 0 0 0;
}

.sm-contacts__map {
    margin: 16px 20px 0 20px;
    width: auto;
    height: 188px;
    filter: drop-shadow(10px 10px 10px rgba(189, 189, 189, 0.5));
    border-radius: 10px;
}

.sm-callback {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.sm-callback__content {
    width: 100%;
    margin: 48px 0 72px 0;
    display: flex;
    justify-content: center;
}

.sm-callback__form>form {
    width: 335px;
    display: flex;
    flex-flow: column;
}

.sm-callback__form>form>input[type=text],
.sm-callback__form>form>input[type=tel] {
    margin: 0 0 24px 0;
    width: 335px;
    height: 40px;
    border: 0px;
    border-bottom: 2px solid #1F51EE;
    outline: none;
}

.sm-callback__form>form>input[type=text],
.sm-callback__form>form>input[type=tel] {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.67);
}

.sm-callback__form>form>input[type=submit] {
    width: 335px;
    height: 40px;
    background: #1F51EE;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    outline: none;
    border: 2px solid #1F51EE;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    transition: .5s;

}

.sm-callback__form>form>input[type=submit]:hover {
    color: #1F51EE;
    background: #FFFFFF;
    transition: .5s;
}

.sm-popup-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    display: none;
    flex-flow: column;
    z-index: 40;
}

.sm-popup-menu__top {
    margin: 22px 10px 0 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.sm-popup-menu__top>.top__menu {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.sm-popup-menu__top>.top__menu>span {
    margin: 0 4px 5px 0;
}

.sm-popup-menu__top>.top__menu>span,
.sm-popup-menu__content>.item,
.sm-popup-menu__bottom>.item>a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
}

.sm-popup-menu__content>.item:hover {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    color: #81C4CD;
    font-size: 18px;
    line-height: 22px;
}

.sm-popup-menu__content {
    margin: 36px 24px 0 20px;
    display: flex;
    flex-flow: column;
}

.sm-popup-menu__content>.item {
    margin: 0 0 32px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.sm-popup-menu__bottom {
    margin: 0 0 0 20px;
    display: flex;
    flex-flow: column;
}

.sm-popup-menu__bottom>.item {
    margin: 0 0 10px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.sm-popup-menu__bottom>.item>a {
    margin: 0 0 0 8px;
    text-decoration: none;
}

.popup-form-success {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 50;
}

.success__block {
    width: 335px;
    height: 358px;
    background: #FAFAFA;
    box-shadow: -5px -5px 5px rgba(129, 196, 205, 0.25), 5px 5px 5px rgba(129, 196, 205, 0.25);
    border-radius: 15px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.success__text {
    margin: 24px 0 0 0;
    text-align: center;
}

.success__text>span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);

}

.success__text>span>span {
    color: #81C4CD;
}


/* Reviews popup img */
.popup-reviews{
    z-index: 999;
    display: none;
}
.popup-reviews .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: fixed;
    top: 0;
    left: 0;
}
.popup-reviews .img-show{
    width: 600px;
    height: 900px;
    background: #FFF;
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.overlay span{
    position: absolute;
    top: 50px;
    right: 100px;
    z-index: 99;
    cursor: pointer;
}
.img-show img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* For Mobile */
.sm-popup-reviews{
    z-index: 999;
    display: none;
}
.sm-popup-reviews .sm-overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: fixed;
    top: 0;
    left: 0;
}
.sm-popup-reviews .sm-img-show{
    width: 400px;
    height: 600px;
    background: #FFF;
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.sm-overlay span{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}
.sm-img-show img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}